Mail |
The MailSpool type exposes the following members.
Name | Description | |
---|---|---|
Authenticate(ICredentials, CancellationToken) |
Authenticate using the supplied credentials.
(Inherited from MailService) | |
Authenticate(SaslMechanism, CancellationToken) |
Authenticate using the specified SASL mechanism.
(Inherited from MailService) | |
Authenticate(Encoding, ICredentials, CancellationToken) |
Authenticate using the supplied credentials.
(Inherited from MailService) | |
Authenticate(String, String, CancellationToken) |
Authenticate using the specified user name and password.
(Inherited from MailService) | |
Authenticate(Encoding, String, String, CancellationToken) |
Authenticate using the specified user name and password.
(Inherited from MailService) | |
AuthenticateAsync(ICredentials, CancellationToken) |
Asynchronously authenticate using the supplied credentials.
(Inherited from MailService) | |
AuthenticateAsync(SaslMechanism, CancellationToken) |
Asynchronously authenticate using the specified SASL mechanism.
(Inherited from MailService) | |
AuthenticateAsync(Encoding, ICredentials, CancellationToken) |
Asynchronously authenticate using the supplied credentials.
(Inherited from MailService) | |
AuthenticateAsync(String, String, CancellationToken) |
Asynchronously authenticate using the specified user name and password.
(Inherited from MailService) | |
AuthenticateAsync(Encoding, String, String, CancellationToken) |
Asynchronously authenticate using the specified user name and password.
(Inherited from MailService) | |
Connect(Uri, CancellationToken) |
Establish a connection to the specified mail server.
(Inherited from MailService) | |
Connect(String, Int32, SecureSocketOptions, CancellationToken) |
Establish a connection to the specified mail server.
(Inherited from MailService) | |
Connect(String, Int32, Boolean, CancellationToken) |
Establish a connection to the specified mail server.
(Inherited from MailService) | |
Connect(Socket, String, Int32, SecureSocketOptions, CancellationToken) |
Establish a connection to the specified mail server using the provided socket.
(Inherited from MailService) | |
Connect(Stream, String, Int32, SecureSocketOptions, CancellationToken) |
Establish a connection to the specified mail server using the provided stream.
(Inherited from MailService) | |
ConnectAsync(Uri, CancellationToken) |
Asynchronously establish a connection to the specified mail server.
(Inherited from MailService) | |
ConnectAsync(String, Int32, SecureSocketOptions, CancellationToken) |
Asynchronously establish a connection to the specified mail server.
(Inherited from MailService) | |
ConnectAsync(String, Int32, Boolean, CancellationToken) |
Asynchronously establish a connection to the specified mail server.
(Inherited from MailService) | |
ConnectAsync(Socket, String, Int32, SecureSocketOptions, CancellationToken) |
Asynchronously establish a connection to the specified mail server using the provided socket.
(Inherited from MailService) | |
ConnectAsync(Stream, String, Int32, SecureSocketOptions, CancellationToken) |
Asynchronously establish a connection to the specified mail server using the provided stream.
(Inherited from MailService) | |
DeleteAllMessages | Mark all messages for deletion. | |
DeleteAllMessagesAsync | Asynchronously mark all messages for deletion. | |
DeleteMessage | Mark the specified message for deletion. | |
DeleteMessageAsync | Asynchronously mark the specified message for deletion. | |
DeleteMessages(IListInt32, CancellationToken) | Mark the specified messages for deletion. | |
DeleteMessages(Int32, Int32, CancellationToken) | Mark the specified range of messages for deletion. | |
DeleteMessagesAsync(IListInt32, CancellationToken) | Asynchronously mark the specified messages for deletion. | |
DeleteMessagesAsync(Int32, Int32, CancellationToken) | Asynchronously mark the specified range of messages for deletion. | |
Disconnect |
Disconnect the service.
(Inherited from MailService) | |
DisconnectAsync |
Asynchronously disconnect the service.
(Inherited from MailService) | |
Dispose |
Releases all resource used by the MailService object.
(Inherited from MailService) | |
Dispose(Boolean) |
Releases the unmanaged resources used by the MailService and
optionally releases the managed resources.
(Inherited from MailService) | |
Equals | (Inherited from Object) | |
Finalize |
Releases unmanaged resources and performs other cleanup operations before the
MailService is reclaimed by garbage collection.
(Inherited from MailService) | |
GetEnumerator | Get an enumerator for the messages in the folder. | |
GetHashCode | (Inherited from Object) | |
GetMessage | Get the message at the specified index. | |
GetMessageAsync | Asynchronously get the message at the specified index. | |
GetMessageCount | Get the message count. | |
GetMessageCountAsync | Asynchronously get the message count. | |
GetMessageHeaders(IListInt32, CancellationToken) | Get the headers for the specified messages. | |
GetMessageHeaders(Int32, CancellationToken) | Get the headers for the specified message. | |
GetMessageHeaders(Int32, Int32, CancellationToken) | Get the headers of the messages within the specified range. | |
GetMessageHeadersAsync(IListInt32, CancellationToken) | Asynchronously get the headers for the specified messages. | |
GetMessageHeadersAsync(Int32, CancellationToken) | Asynchronously get the headers for the specified message. | |
GetMessageHeadersAsync(Int32, Int32, CancellationToken) | Get the headers of the messages within the specified range. | |
GetMessages(IListInt32, CancellationToken, ITransferProgress) | Get the messages at the specified indexes. | |
GetMessages(Int32, Int32, CancellationToken, ITransferProgress) | Get the messages within the specified range. | |
GetMessagesAsync(IListInt32, CancellationToken, ITransferProgress) | Asynchronously get the messages at the specified indexes. | |
GetMessagesAsync(Int32, Int32, CancellationToken, ITransferProgress) | Asynchronously get the messages within the specified range. | |
GetMessageSize | Get the size of the specified message, in bytes. | |
GetMessageSizeAsync | Asynchronously get the size of the specified message, in bytes. | |
GetMessageSizes | Get the sizes for all available messages, in bytes. | |
GetMessageSizesAsync | Asynchronously get the sizes for all available messages, in bytes. | |
GetMessageUid | Get the UID of the message at the specified index. | |
GetMessageUidAsync | Asynchronously get the UID of the message at the specified index. | |
GetMessageUids | Get the full list of available message UIDs. | |
GetMessageUidsAsync | Get the full list of available message UIDs. | |
GetStream | Get the message or header stream at the specified index. | |
GetStreamAsync | Asynchronously get the message or header stream at the specified index. | |
GetStreams(IListInt32, Boolean, CancellationToken, ITransferProgress) | Get the message or header streams at the specified indexes. | |
GetStreams(Int32, Int32, Boolean, CancellationToken, ITransferProgress) | Get the message or header streams within the specified range. | |
GetStreamsAsync(IListInt32, Boolean, CancellationToken, ITransferProgress) | Asynchronously get the message or header streams at the specified indexes. | |
GetStreamsAsync(Int32, Int32, Boolean, CancellationToken, ITransferProgress) | Asynchronously get the message or header streams within the specified range. | |
GetType | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) | |
NoOp |
Ping the mail server to keep the connection alive.
(Inherited from MailService) | |
NoOpAsync |
Asynchronously ping the mail server to keep the connection alive.
(Inherited from MailService) | |
OnAuthenticated |
Raise the authenticated event.
(Inherited from MailService) | |
OnConnected |
Raise the connected event.
(Inherited from MailService) | |
OnDisconnected |
Raise the disconnected event.
(Inherited from MailService) | |
Reset | Reset the state of all messages marked for deletion. | |
ResetAsync | Asynchronously reset the state of all messages marked for deletion. | |
ToString | (Inherited from Object) |