Abort | Forces MailBee to cancel all pending operations and close all opened connections as soon as possible.
|
BeginClose | Begins an asynchronous request for closing (unselecting) the currently selected folder and optional removing of messages marked as deleted from this folder.
|
BeginConnect | Begins an asynchronous request for a connecting to an IMAP4 server.
|
BeginCopyOrMoveMessages | Begins an asynchronous request for copying or moving the specified messages from the currently selected folder to the specified folder.
|
BeginDisconnect | Begins an asynchronous request for a disconnection from the mail server.
|
BeginDownloadEnvelopes | Begins an asynchronous request for downloading the specified message elements (envelopes, flags, body structures, entire messages or message headers, etc) from the currently selected folder.
|
BeginDownloadFolders | Begins an asynchronous request for downloading IMAP folders matching the specified criteria.
|
BeginExecuteCustomCommand | Begins an asynchronous request for sending the specified user-defined command to the server and getting the response.
|
BeginIdle | Begins an asynchronous request for starting idling mode.
|
BeginLogin | Begins an asynchronous request for a logging in an account on an IMAP4 server.
|
BeginSearch | Begins an asynchronous request for searching the currently selected folder for messages meeting the specified criteria.
|
BeginSelectFolder | Begins an asynchronous request for selecting a folder in an account on an IMAP4 server.
|
BeginSetMessageFlags | Begins an asynchronous request to set or reset the specified message flags for the specified messages in the currently selected folder.
|
BeginSortedSearch | Begins an asynchronous request for searching the currently selected folder for messages meeting the specified criteria and sorting them accordingly the specified sort condition.
|
BeginStartTls | Begins an asynchronous request to start TLS/SSL negotiation with the server.
|
BeginUploadMessage | Begins an asynchronous request for uploading the message into the specified folder on the server.
|
Close | Overloaded. Unselects the currently selected folder and optionally removes all messages having \Deleted flag set from the folder.
|
Connect | Overloaded. Connects to an IMAP4 server. |
CopyMessages | Overloaded. Copies the specified messages from the currently selected folder to the specified folder, and retrieves UIDs assigned to the copied messages in the destination folder.
|
CreateFolder | Creates a new folder (mailbox in IMAP4 terms) in the IMAP4 account. |
DeleteFolder | Deletes an existing folder (mailbox in IMAP4 terms) from the IMAP4 account. |
DeleteMessages | Marks the specified messages in the currently selected folder as deleted. |
Disconnect | Disconnects from the IMAP4 server and releases any used resources. |
Dispose | Overloaded. Closes all opened network connections (if any) and releases any used system resources. |
DownloadEntireMessage | Completely downloads the specified message from the server.
|
DownloadEntireMessages | Completely downloads the specified messages from the server. |
DownloadEnvelopes | Overloaded. Fetches message envelopes, bodies, headers, flags, attributes, and other message-related information from the server.
|
DownloadFolders | Overloaded. Downloads the list of IMAP folders matching the specified criteria.
|
DownloadMessageHeaders | Downloads the header of each message in the specified set from the server. |
EndClose | Ends the pending asynchronous close folder request.
|
EndConnect | Ends the pending asynchronous connection request.
|
EndCopyOrMoveMessages | Ends a pending asynchronous request for copying or moving messages.
|
EndDisconnect | Ends a pending asynchronous disconnection request.
|
EndDownloadEnvelopes | Ends the pending asynchronous download envelopes request.
|
EndDownloadFolders | Ends the pending asynchronous download folders request.
|
EndExecuteCustomCommand | Ends the pending asynchronous request for sending user-defined command to the server.
|
EndIdle | Ends the pending asynchronous request for idling termination.
|
EndLogin | Ends the pending asynchronous login request.
|
EndSearch | Ends the pending asynchronous search request.
|
EndSelectFolder | Ends the pending asynchronous select folder request.
|
EndSetMessageFlags | Ends a pending asynchronous setting message flags request.
|
EndSortedSearch | Ends the pending asynchronous sorted search request.
|
EndStartTls | Ends a pending asynchronous TLS/SSL negotiation request.
|
EndUploadMessage | Ends the pending asynchronous upload message request.
|
Equals (inherited from Object) |
Determines whether the specified Object is equal to the current Object.
|
ExamineFolder | Selects the specified folder (mailbox in IMAP4 terms) for read-only access.
|
ExecuteCustomCommand | Sends user-defined command to the server and receives the server response to this command. |
Expunge | Overloaded. Permanently removes the messages marked as deleted from the currently selected folder. |
GetAccountQuota | Gets the quota (resource usage limit) of the entire mail account on the server.
|
GetErrorDescription | Returns a textual description of the last occurred error. |
GetExtension | Returns the name of the specified IMAP4 capability if it's supported by the mail server. |
GetExtensions | Returns a reference to the key-value list of the mail server capabilities. |
GetFolderQuota | Gets the quota (resource usage limit) of the specified folder.
|
GetFolderSize | Downloads the size of each message in the currently selected folder and returns the total size occupied by all messages in this folder. |
GetFolderStatus | Gets the status of the specified folder without selecting it. |
GetHashCode (inherited from Object) |
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
|
GetServerResponse | Returns the last response from the server. |
GetServerResponses | Returns the specified individual responses from the last group of responses received from the server. |
GetSocket | Returns the underlying Socket MailBee uses for the current network connection. |
GetSocketError | Returns a Win32 error code of the last socket-related error. |
GetSupportedAuthMethods | Returns a set of flags indicating which authentication methods are supported by the server.
|
GetType (inherited from Object) |
Gets the Type of the current instance.
|
Idle | Attempts to start idling mode which makes the client wait for any notifications from the server regarding the currently selected folder.
|
Login | Overloaded. Logs in a mail account on the IMAP4 server.
|
MoveMessages | Overloaded. Moves the specified messages from the currently selected folder to the specified folder, and retrieves UIDs assigned to the moved messages in the destination folder.
|
Noop | Sends a NOOP command to the mail server. |
RenameFolder | Renames an existing folder (mailbox in IMAP4 terms) of the IMAP4 account. |
ResetState | Resets the internal state of the component. |
Search | Overloaded. Searches the currently selected folder for messages that meet the specified criteria.
|
SelectFolder | Selects the specified folder (mailbox in IMAP4 terms) for read-write access.
|
SetMessageFlags | Overloaded. Sets or resets the specified flags for the specified messages in the currently selected folder. |
SortedSearch | Searches the currently selected folder for messages that meet the specified criteria and returns them as a collection sorted by the specified condition.
|
StartTls | Requests the mail server to start TLS/SSL negotiation and protect the connection with security layer.
|
StopIdle | Notifies MailBee to terminate idling when appropriate.
|
SubscribeFolder | Subscribes to the specified folder (mailbox in IMAP4 terms) of the IMAP4 account.
|
ToString (inherited from Object) |
Returns a String that represents the current Object.
|
UnsubscribeFolder | Unsubscribes the previously subscribed folder (mailbox in IMAP4 terms) of the IMAP4 account.
|
UploadMessage | Overloaded. Uploads a mail message to the specified folder, assigns the specified date and flags to this message, and retrieves UID assigned to the uploaded message by the server.
|
Wait | Overloaded. Waits until the currently running (if any) asynchronous method is finished. |