Initializes a new instance of the EwsAttachmentId class with the specified ID and Change key.
Namespace:
Rebex.Net
Assembly:
Rebex.Ews (in Rebex.Ews.dll)
Syntax
| Visual Basic |
|---|
Public Sub New ( _ id As String, _ changeKey As String _ ) |
| C# |
|---|
public EwsAttachmentId( string id, string changeKey ) |
Parameters
- id
- Type: System..::..String
ID of the attachment (can be in Exchange native format also).
- changeKey
- Type: System..::..String
Change key of the attachment (can be in Exchange native format also).