ExchangeClient
Contents
[
Hide
]ExchangeClient class
Inherits: Aspose::Email::Clients::Exchange::ExchangeClientBase
The ExchangeClient class allows applications to manage E-Mail box in Microsoft Exchange Server by using WebDav Exchange Store Protocol.
Constructors
| Name | Description |
|---|---|
| ExchangeClient (3 overloads) | Initialize a new instance of the class ExchageClient |
Methods
| Name | Description |
|---|---|
| AppendMessage (2 overloads) | Uploads the mail message to the specified folder |
| Backup (2 overloads) | Backups the content of the specified folders |
| CreateContact | Creates a contact item in the Exchange store. |
| CreateFolder | Creates the new folder with the specified name in the specified parent folder. |
| Decode | |
| DeleteContact (3 overloads) | Deletes the contact. |
| DeleteFolder | Deletes the folder |
| DeleteMessage (2 overloads) | Deletes the mail message. |
| FetchAttachment | Fetches the attachment |
| FetchMapiMessage | Fetches the mapi message with specified uri. |
| FetchMessage | Fetches the mail message with specified uri. |
| FolderExists (2 overloads) | Checks whether the specified folder exists. |
| get_ClientCertificate | Gets the client certificate. |
| get_CookieContainer | Gets the cookie container. |
| get_Encoding | Gets the encoding. |
| get_KeepAlive | Indicates whether to keep alive. |
| get_MailboxInfo | Gets the mailbox information. |
| get_PreAuthenticate | Indicates whether to do pre-authentication. |
| get_SendChunked | Gets a value indicating whether [send chunked]. |
| GetContacts | Lists contacts located in the specified folder on server |
| GetCustomProperties | Gets custom properties of the specified object on the server |
| GetFolderInfo | Gets the folder information. |
| GetMailboxes | Lists mailboxes in the global address list. |
| GetMailboxInfo (2 overloads) | Get the information of the mailbox |
| GetMailboxSize (2 overloads) | Get the size of the maibox |
| GetMimeMessage | |
| GetProperties | |
| GetVersionInfo | Returns exchange server version info |
| ListContacts | Lists contacts located in the specified folder on server |
| ListMailboxes | Lists mailboxes in the global address list. |
| ListMessages (8 overloads) | Lists the messages. |
| ListMessagesById | Lists the messages by id. |
| ListPublicFolders | Gets collection of public folders from root public folder |
| ListSubFolders (2 overloads) | Gets collection of child public folders from parent |
| MoveItems (2 overloads) | Moves items. |
| MoveMessage (4 overloads) | Moves the message. |
| ParseQuery | Parses the query. |
| ReadLong | |
| ResolveContacts | Resolves ambiguous mailbox display names. Note: the maximum count of returned contacts is 100. This is a restriction of used exchange command. |
| Restore (6 overloads) | Restores exchange folders from the given personal storage. |
| SaveMessage (2 overloads) | Saves the message. |
| Send | Sends the mail message. |
| set_ClientCertificate | Sets the client certificate. |
| set_CookieContainer | Sets the cookie container. |
| set_Encoding | Sets the encoding. |
| set_KeepAlive | Indicates whether to keep alive. |
| set_PreAuthenticate | Indicates whether to do pre-authentication. |
| set_SendChunked | Sets a value indicating whether [send chunked]. |
| SetReadFlag (2 overloads) | Marks the specifeid message as read. |