Click or drag to resize
MimeKit

IMailFolderExtensionsAppendAsync Method

Overload List
 NameDescription
Public Extension MethodAppendAsync(IMailFolder, MimeMessage, MessageFlags, CancellationToken, ITransferProgress) Asynchronously append the specified message to the folder.
Public Extension MethodAppendAsync(IMailFolder, IListMimeMessage, IListMessageFlags, CancellationToken, ITransferProgress) Asynchronously append the specified messages to the folder.
Public Extension MethodAppendAsync(IMailFolder, FormatOptions, MimeMessage, MessageFlags, CancellationToken, ITransferProgress) Asynchronously append the specified message to the folder.
Public Extension MethodAppendAsync(IMailFolder, FormatOptions, IListMimeMessage, IListMessageFlags, CancellationToken, ITransferProgress) Asynchronously append the specified messages to the folder.
Public Extension MethodAppendAsync(IMailFolder, MimeMessage, MessageFlags, DateTimeOffset, CancellationToken, ITransferProgress) Asynchronously append the specified message to the folder.
Public Extension MethodAppendAsync(IMailFolder, IListMimeMessage, IListMessageFlags, IListDateTimeOffset, CancellationToken, ITransferProgress) Asynchronously append the specified messages to the folder.
Public Extension MethodAppendAsync(IMailFolder, FormatOptions, MimeMessage, MessageFlags, DateTimeOffset, CancellationToken, ITransferProgress) Asynchronously append the specified message to the folder.
Public Extension MethodAppendAsync(IMailFolder, FormatOptions, IListMimeMessage, IListMessageFlags, IListDateTimeOffset, CancellationToken, ITransferProgress) Asynchronously append the specified messages to the folder.
Public Extension MethodAppendAsync(IMailFolder, MimeMessage, MessageFlags, NullableDateTimeOffset, IListAnnotation, CancellationToken, ITransferProgress) Asynchronously append the specified message to the folder.
Public Extension MethodAppendAsync(IMailFolder, FormatOptions, MimeMessage, MessageFlags, NullableDateTimeOffset, IListAnnotation, CancellationToken, ITransferProgress) Asynchronously append the specified message to the folder.
Top
See Also