Ews.GetFolderId Method
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 7.0.9083)
GetFolderId(EwsSpecialFolder)
Gets full ID (native Exchange ID and Change key) of a special exchange folder.
Declaration
public EwsFolderId GetFolderId(EwsSpecialFolder folder)
Parameters
Type | Name | Description |
---|---|---|
EwsSpecialFolder | folder | Distinguished folder name. |
Returns
Type | Description |
---|---|
EwsFolderId | ID of an distinguished exchange folder. |
GetFolderId(EwsFolderId)
Gets full ID (native Exchange ID and Change key) of an exchange folder.
Declaration
public EwsFolderId GetFolderId(EwsFolderId folderId)
Parameters
Type | Name | Description |
---|---|---|
EwsFolderId | folderId | ID of a folder to get full ID from. |
Returns
Type | Description |
---|---|
EwsFolderId | Full ID of the specified folder. |