The EwsFolderId type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() ![]() | EwsFolderId(String) |
Initializes a new instance of the EwsFolderId with the specified value.
|
![]() ![]() | EwsFolderId(EwsSpecialFolder) |
Initializes a new instance of the EwsFolderId with the specified Distinguished name.
|
![]() ![]() | EwsFolderId(String, String) |
Initializes a new instance of the EwsFolderId class with the specified ID and Change key.
|
![]() ![]() | EwsFolderId(EwsSpecialFolder, String) |
Initializes a new instance of the EwsFolderId with the specified Distinguished name and mailbox.
|
Methods
Name | Description | |
---|---|---|
![]() ![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() ![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() ![]() | GetHashCode | Serves as a hash function for a particular type. GetHashCode()()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
![]() ![]() | 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.
|
![]() ![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() ![]() | ToString |
Returns a string that represents this EwsFolderId.
(Overrides Object..::..ToString()()()().) |
Operators
Name | Description | |
---|---|---|
![]() ![]() ![]() | ImplicitWideningImplicitImplicitImplicit(String to EwsFolderId) |
Converts a String to an EwsFolderId.
|
![]() ![]() ![]() | ImplicitWideningImplicitImplicitImplicit(EwsFolderId to String) |
Converts an EwsFolderId to a String.
|
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).
|