EwsAttachmentId Constructor
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 7.0.9083)
EwsAttachmentId(String)
Initializes a new instance of the EwsAttachmentId class with the specified value.
Declaration
public EwsAttachmentId(string id)
Parameters
Type | Name | Description |
---|---|---|
String | id | ID of the attachment (can be in Exchange native format also). |
EwsAttachmentId(String, String)
Initializes a new instance of the EwsAttachmentId class with the specified ID and Change key.
Declaration
public EwsAttachmentId(string id, string changeKey)
Parameters
Type | Name | Description |
---|---|---|
String | id | ID of the attachment (can be in Exchange native format also). |
String | changeKey | Change key of the attachment (can be in Exchange native format also). |