The EwsFolderId type exposes the following members.

Constructors

  NameDescription
Public methodSupported by the .NET Compact FrameworkEwsFolderId(String)
Initializes a new instance of the EwsFolderId with the specified value.
Public methodSupported by the .NET Compact FrameworkEwsFolderId(EwsSpecialFolder)
Initializes a new instance of the EwsFolderId with the specified Distinguished name.
Public methodSupported by the .NET Compact FrameworkEwsFolderId(String, String)
Initializes a new instance of the EwsFolderId class with the specified ID and Change key.
Public methodSupported by the .NET Compact FrameworkEwsFolderId(EwsSpecialFolder, String)
Initializes a new instance of the EwsFolderId with the specified Distinguished name and mailbox.

Methods

  NameDescription
Public methodSupported by the .NET Compact FrameworkEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkGetHashCode
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.)
Public methodSupported by the .NET Compact FrameworkGetNativeChangeKey
Gets the Change key of the folder in its Exchange native format. It is not always file name friendly.
Public methodSupported by the .NET Compact FrameworkGetNativeValue
Gets the ID of the folder in its Exchange native format. It is not always file name friendly.
Public methodSupported by the .NET Compact FrameworkGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkToString
Returns a string that represents this EwsFolderId.
(Overrides Object..::..ToString()()()().)

Operators

Properties

  NameDescription
Public propertyStatic memberSupported by the .NET Compact FrameworkCalendar
Exchange user's "Calendar" folder.
Public propertyStatic memberSupported by the .NET Compact FrameworkContacts
Exchange user's "Contacts" folder.
Public propertyStatic memberSupported by the .NET Compact FrameworkDeletedItems
Exchange user's "Deleted Items" folder.
Public propertyStatic memberSupported by the .NET Compact FrameworkDrafts
Exchange user's "Drafts" folder.
Public propertySupported by the .NET Compact FrameworkChangeKey
Gets the Change key of the folder (in file name friendly format).
Public propertyStatic memberSupported by the .NET Compact FrameworkInbox
Exchange user's "Inbox" folder.
Public propertySupported by the .NET Compact FrameworkIsSpecial
Gets a value indicating whether the folder ID was initialized by a Distinguished name.
Public propertyStatic memberSupported by the .NET Compact FrameworkJunkEmail
Exchange user's "Junk E-mail" folder.
Public propertySupported by the .NET Compact FrameworkMailbox
Gets the Mailbox of the folder.
Public propertyStatic memberSupported by the .NET Compact FrameworkOutbox
Exchange user's "Outbox" folder.
Public propertyStatic memberSupported by the .NET Compact FrameworkPublicFolders
Exchange user's "Public Folders" folder.
Public propertyStatic memberSupported by the .NET Compact FrameworkRoot
Exchange user's "Root" folder.
Public propertyStatic memberSupported by the .NET Compact FrameworkSentItems
Exchange user's "Sent Items" folder.
Public propertySupported by the .NET Compact FrameworkSpecialFolder
Gets the Distinguished name of the folder. Valid only for instances created with EwsFolderId(EwsSpecialFolder) constructor and singletons of this class.
Public propertyStatic memberSupported by the .NET Compact FrameworkTasks
Exchange user's "Tasks" folder.
Public propertySupported by the .NET Compact FrameworkValue
Gets the ID of the folder (in file name friendly format).

See Also