The MailboxUtilities type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| MailboxUtilities |
Initializes a new instance of the MailboxUtilities class.
|
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.) | |
| GetEnabledMailboxTypes |
Gets the enabled mailbox types.
| |
| GetEnabledMailboxTypesAsync |
Asynchronously gets the enabled mailbox types.
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetImapServers |
Gets the available imap servers.
| |
| GetImapServersAsync |
Asynchronously gets the available imap servers.
| |
| GetInteractionMessageStoreMailboxes |
Gets the interaction maessage store mailboxes.
| |
| GetInteractionMessageStoreMailboxesAsync |
Asynchronously gets the interaction maessage store mailboxes.
| |
| GetMailboxFolders |
Gets the mailbox folders.
| |
| GetMailboxFoldersAsync |
Asynchronously gets the mailbox folders.
| |
| GetSearchableDirectories |
Gets the searchable directories.
| |
| GetSearchableDirectoriesAsync |
Asynchronously gets the searchable directories.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OpenMailbox |
Opens the mailbox.
| |
| OpenMailboxAsync |
Asynchronously opens the mailbox.
| |
| SearchDirectories |
Searches the directories.
| |
| SearchDirectoriesAsync |
Asynchronously searches the directories.
| |
| SendEmail |
Sends the email.
| |
| SendEmailAsync |
Asynchronously sends the email.
| |
| TestMoniker |
Tests the moniker.
| |
| TestMonikerAsync |
Asynchronously tests the moniker.
| |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |