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