Click or drag to resize
MimeKit

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

Parameters

action  StoreAction
The store action to perform.
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