Click or drag to resize
MimeKit

IAppendRequest Interface

A request for appending a message to a folder.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public interface IAppendRequest

The IAppendRequest type exposes the following members.

Properties
 NameDescription
Public propertyAnnotations Get or set the list of annotations that should be set on the message.
Public propertyFlags Get or set the message flags that should be set on the message.
Public propertyInternalDate Get or set the timestamp that should be used by folder as the InternalDate.
Public propertyKeywords Get or set the keywords that should be set on the message.
Public propertyMessage Get the message that should be appended to the folder.
Public propertyTransferProgress Get or set the transfer progress reporting mechanism.
Top
Remarks
A request for appending a message to a folder.
See Also