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