EwsFolderId Class
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 7.0.9083)
Represents an Exchange folder ID. Folder is not an item in EWS notation.
Syntax
public class EwsFolderId
Inherited Members
Constructors
Name | Description |
---|---|
EwsFolderId(EwsSpecialFolder) | Initializes a new instance of the EwsFolderId with the specified Distinguished name. |
EwsFolderId(EwsSpecialFolder, String) | Initializes a new instance of the EwsFolderId with the specified Distinguished name and mailbox. |
EwsFolderId(String) | Initializes a new instance of the EwsFolderId with the specified value. |
EwsFolderId(String, String) | Initializes a new instance of the EwsFolderId class with the specified ID and Change key. |
Properties
Name | Description |
---|---|
Calendar | Exchange user's "Calendar" folder. |
ChangeKey | Gets the Change key of the folder (in file name friendly format). |
Contacts | Exchange user's "Contacts" folder. |
DeletedItems | Exchange user's "Deleted Items" folder. |
Drafts | Exchange user's "Drafts" folder. |
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). |
Methods
Name | Description |
---|---|
GetNativeChangeKey() | Gets the Change key of the folder in its Exchange native format. It is not always file name friendly. |
GetNativeValue() | Gets the ID of the folder in its Exchange native format. It is not always file name friendly. |
ToString() | Returns a string that represents this EwsFolderId. |
Operators
Name | Description |
---|---|
Implicit(EwsFolderId to String) | Converts an EwsFolderId to a String. |
Implicit(String to EwsFolderId) | Converts a String to an EwsFolderId. |