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