Ews.GetFolderId Method
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 7.0.9448)
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 |
|---|---|---|
| Ews |
folder | Distinguished folder name. |
Returns
| Type | Description |
|---|---|
| Ews |
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 |
|---|---|---|
| Ews |
folderId | ID of a folder to get full ID from. |
Returns
| Type | Description |
|---|---|
| Ews |
Full ID of the specified folder. |