EwsFolderId.Implicit Operator
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 7.0.9083)
Implicit(String to EwsFolderId)
Converts a String to an EwsFolderId.
Declaration
public static implicit operator EwsFolderId(string value)
Parameters
Type | Name | Description |
---|---|---|
String | value | Value of the ID. |
Returns
Type | Description |
---|---|
EwsFolderId | New instance of the EwsFolderId. |
Implicit(EwsFolderId to String)
Converts an EwsFolderId to a String.
Declaration
public static implicit operator string (EwsFolderId value)
Parameters
Type | Name | Description |
---|---|---|
EwsFolderId | value | Instance of the ID. |
Returns
Type | Description |
---|---|
String | String representation of the EwsFolderId. |