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