EwsCategoryCollection.Implicit Operator
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 7.0.9083)
Implicit(String to EwsCategoryCollection)
Converts a String to an EwsCategoryCollection.
Declaration
public static implicit operator EwsCategoryCollection(string value)
Parameters
Type | Name | Description |
---|---|---|
String | value | Value of the category. |
Returns
Type | Description |
---|---|
EwsCategoryCollection | New instance of the EwsCategoryCollection. |
Implicit(String[] to EwsCategoryCollection)
Converts a String array to an EwsCategoryCollection.
Declaration
public static implicit operator EwsCategoryCollection(string[] values)
Parameters
Type | Name | Description |
---|---|---|
String[] | values | Values of the category. |
Returns
Type | Description |
---|---|
EwsCategoryCollection | New instance of the EwsCategoryCollection. |