The EwsFolderId type exposes the following members.
Properties
Name | Description | |
---|---|---|
Calendar |
Exchange user's "Calendar" folder.
| |
Contacts |
Exchange user's "Contacts" folder.
| |
DeletedItems |
Exchange user's "Deleted Items" folder.
| |
Drafts |
Exchange user's "Drafts" folder.
| |
ChangeKey |
Gets the Change key of the folder (in file name friendly format).
| |
Inbox |
Exchange user's "Inbox" folder.
| |
IsSpecial |
Gets a value indicating whether the folder ID was initialized by a Distinguished name.
| |
JunkEmail |
Exchange user's "Junk E-mail" folder.
| |
Mailbox |
Gets the Mailbox of the folder.
| |
Outbox |
Exchange user's "Outbox" folder.
| |
PublicFolders |
Exchange user's "Public Folders" folder.
| |
Root |
Exchange user's "Root" folder.
| |
SentItems |
Exchange user's "Sent Items" folder.
| |
SpecialFolder |
Gets the Distinguished name of the folder.
Valid only for instances created with EwsFolderId(EwsSpecialFolder) constructor and singletons of this class.
| |
Tasks |
Exchange user's "Tasks" folder.
| |
Value |
Gets the ID of the folder (in file name friendly format).
|