EwsFolderId Constructor
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 7.0.9083)
EwsFolderId(String)
Initializes a new instance of the EwsFolderId with the specified value.
Declaration
public EwsFolderId(string id)
Parameters
Type | Name | Description |
---|---|---|
String | id | ID of the folder (can be in Exchange native format also). |
EwsFolderId(String, String)
Initializes a new instance of the EwsFolderId class with the specified ID and Change key.
Declaration
public EwsFolderId(string id, string changeKey)
Parameters
Type | Name | Description |
---|---|---|
String | id | ID of the folder (can be in Exchange native format also). |
String | changeKey | Change key of the folder (can be in Exchange native format also). |
EwsFolderId(EwsSpecialFolder)
Initializes a new instance of the EwsFolderId with the specified Distinguished name.
Declaration
public EwsFolderId(EwsSpecialFolder specialFolder)
Parameters
Type | Name | Description |
---|---|---|
EwsSpecialFolder | specialFolder | Distinguished name of the folder. |
EwsFolderId(EwsSpecialFolder, String)
Initializes a new instance of the EwsFolderId with the specified Distinguished name and mailbox.
Declaration
public EwsFolderId(EwsSpecialFolder specialFolder, string mailbox)
Parameters
Type | Name | Description |
---|---|---|
EwsSpecialFolder | specialFolder | Distinguished name of the folder. |
String | mailbox | Mailbox which contains the folder. |