Click or drag to resize
MimeKit

IMailFolderExtensionsAppend Method

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