EwsFolderId Constructor
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 7.0.9147)
EwsFolderId(String)
Initializes a new instance of the Ews
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 Ews
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 Ews
Declaration
public EwsFolderId(EwsSpecialFolder specialFolder)
Parameters
Type | Name | Description |
---|---|---|
Ews |
specialFolder | Distinguished name of the folder. |
EwsFolderId(EwsSpecialFolder, String)
Initializes a new instance of the Ews
Declaration
public EwsFolderId(EwsSpecialFolder specialFolder, string mailbox)
Parameters
Type | Name | Description |
---|---|---|
Ews |
specialFolder | Distinguished name of the folder. |
String | mailbox | Mailbox which contains the folder. |