Click or drag to resize
MimeKit

StoreLabelsRequest(StoreAction, IEnumerableString) Constructor

Initializes a new instance of the StoreLabelsRequest class.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public StoreLabelsRequest(
	StoreAction action,
	IEnumerable<string> labels
)

Parameters

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