Click or drag to resize
MimeKit

StoreFlagsRequest(StoreAction, MessageFlags) Constructor

Initializes a new instance of the StoreFlagsRequest class.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public StoreFlagsRequest(
	StoreAction action,
	MessageFlags flags
)

Parameters

action  StoreAction
The store action to perform.
flags  MessageFlags
The message flags to add, remove or set on the message.
Remarks
Creates a new StoreFlagsRequest.
See Also