Asynchronously gets information about a message with the specified sequence number.
DownloadImapMessageAsync(Int32, ImapEnvelopeParts, ExtendedAsyncCompletedEventHandler<ImapMessage>, Object) | Asynchronously gets information about a message with the specified sequence number. |
DownloadImapMessageAsync(Int32, ImapEnvelopeParts, Object) | Asynchronously gets information about a message with the specified sequence number. |
DownloadImapMessageAsync(String, ImapEnvelopeParts, ExtendedAsyncCompletedEventHandler<ImapMessage>, Object) | Asynchronously gets information about a message with the specified unique ID |
DownloadImapMessageAsync(String, ImapEnvelopeParts, Object) | Asynchronously gets information about a message with the specified unique ID |
DownloadImapMessageAsync(Int32, ImapEnvelopeParts) | Asynchronously gets information about a message with the specified sequence number. |
DownloadImapMessageAsync(String, ImapEnvelopeParts) | Asynchronously gets information about a message with the specified unique ID |
Top