Click or drag to resize
MimeKit

StoreFlagsRequestFlags Property

Get or set the flags to add, remove or 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

IStoreFlagsRequestFlags
Remarks
Gets or sets the flags to add, remove or set on the message.
See Also