EwsFolderId Class
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 7.0.9147)
Represents an Exchange folder ID. Folder is not an item in EWS notation.
Syntax
public class EwsFolderId
Inherited Members
Constructors
Name | Description |
---|---|
Ews |
Initializes a new instance of the Ews |
Ews |
Initializes a new instance of the Ews |
Ews |
Initializes a new instance of the Ews |
Ews |
Initializes a new instance of the Ews |
Properties
Name | Description |
---|---|
Calendar | Exchange user's "Calendar" folder. |
Change |
Gets the Change key of the folder (in file name friendly format). |
Contacts | Exchange user's "Contacts" folder. |
Deleted |
Exchange user's "Deleted Items" folder. |
Drafts | Exchange user's "Drafts" folder. |
Inbox | Exchange user's "Inbox" folder. |
Is |
Gets a value indicating whether the folder ID was initialized by a Distinguished name. |
Junk |
Exchange user's "Junk E-mail" folder. |
Mailbox | Gets the Mailbox of the folder. |
Outbox | Exchange user's "Outbox" folder. |
Public |
Exchange user's "Public Folders" folder. |
Root | Exchange user's "Root" folder. |
Sent |
Exchange user's "Sent Items" folder. |
Special |
Gets the Distinguished name of the folder.
Valid only for instances created with Ews |
Tasks | Exchange user's "Tasks" folder. |
Value | Gets the ID of the folder (in file name friendly format). |
Methods
Name | Description |
---|---|
Get |
Gets the Change key of the folder in its Exchange native format. It is not always file name friendly. |
Get |
Gets the ID of the folder in its Exchange native format. It is not always file name friendly. |
To |
Returns a string that represents this Ews |
Operators
Name | Description |
---|---|
Implicit(Ews |
Converts an Ews |
Implicit(String to Ews |
Converts a String to an Ews |