Click or drag to resize
MimeKit

AppendRequestFlags Property

Get or set the message flags that should be set on the message.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public MessageFlags Flags { get; set; }

Property Value

MessageFlags
The message flags.

Implements

IAppendRequestFlags
Remarks
Gets or sets the message flags that should be set on the message.
See Also