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