EwsAttachmentId Class
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 7.0.9083)
Represents an Exchange attachment ID. Attachment is not an item in EWS notation.
Syntax
public class EwsAttachmentId
Inherited Members
Constructors
Name | Description |
---|---|
EwsAttachmentId(String) | Initializes a new instance of the EwsAttachmentId class with the specified value. |
EwsAttachmentId(String, String) | Initializes a new instance of the EwsAttachmentId class with the specified ID and Change key. |
Properties
Name | Description |
---|---|
ChangeKey | Gets the Change key of an attachment (in file name friendly format). |
Value | Gets the ID of an attachment (in file name friendly format). |
Methods
Name | Description |
---|---|
GetNativeChangeKey() | Gets the Change key of an attachment in its Exchange native format. It is not always file name friendly. |
GetNativeValue() | Gets the ID of an attachment in its Exchange native format. It is not always file name friendly. |
ToString() | Returns a string that represents this EwsAttachmentId. |
Operators
Name | Description |
---|---|
Implicit(EwsAttachmentId to String) | Converts an EwsAttachmentId to a String. |
Implicit(String to EwsAttachmentId) | Converts a String to an EwsAttachmentId. |