Click or drag to resize
MimeKit

AppendRequest Class

A request for appending a message to a folder.
Inheritance Hierarchy
SystemObject
  MailKitAppendRequest
    MailKitReplaceRequest

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

The AppendRequest type exposes the following members.

Constructors
 NameDescription
Public methodAppendRequest(MimeMessage, MessageFlags) Initializes a new instance of the AppendRequest class.
Public methodAppendRequest(MimeMessage, MessageFlags, IEnumerableString) Initializes a new instance of the AppendRequest class.
Public methodAppendRequest(MimeMessage, MessageFlags, DateTimeOffset) Initializes a new instance of the AppendRequest class.
Public methodAppendRequest(MimeMessage, MessageFlags, IEnumerableString, DateTimeOffset) Initializes a new instance of the AppendRequest class.
Top
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
Methods
 NameDescription
Public methodEquals
(Inherited from Object)
Protected methodFinalize
(Inherited from Object)
Public methodGetHashCode
(Inherited from Object)
Public methodGetType
(Inherited from Object)
Protected methodMemberwiseClone
(Inherited from Object)
Public methodToString
(Inherited from Object)
Top
Remarks
A request for appending a message to a folder.
See Also