Click or drag to resize
MimeKit

StoreFlagsRequest(StoreAction, MessageFlags, IEnumerableString) 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,
	IEnumerable<string> keywords
)

Parameters

action  StoreAction
The store action to perform.
flags  MessageFlags
The message flags to add, remove or set on the message.
keywords  IEnumerableString
The custom keywords to add, remove or set on the message.
Exceptions
ExceptionCondition
ArgumentNullExceptionkeywords is null.
Remarks
Creates a new StoreFlagsRequest.
See Also