Click or drag to resize
MimeKit

IMailFolderStoreAsync(Int32, IStoreLabelsRequest, CancellationToken) Method

Asynchronously store GMail-style labels for a message.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
Task<bool> StoreAsync(
	int index,
	IStoreLabelsRequest request,
	CancellationToken cancellationToken = default
)

Parameters

index  Int32
The index of the message.
request  IStoreLabelsRequest
The labels to store.
cancellationToken  CancellationToken  (Optional)
The cancellation token.

Return Value

TaskBoolean
true if the store operation was successful; otherwise, false.
Remarks
Asynchronously updates the GMail-style labels for a message.
See Also