Click or drag to resize
MimeKit

IMailFolderReplace(FormatOptions, UniqueId, IReplaceRequest, CancellationToken) Method

Replace a message in the folder.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
UniqueId? Replace(
	FormatOptions options,
	UniqueId uid,
	IReplaceRequest request,
	CancellationToken cancellationToken = default
)

Parameters

options  FormatOptions
The formatting options.
uid  UniqueId
The UID of the message to be replaced.
request  IReplaceRequest
The replace request.
cancellationToken  CancellationToken  (Optional)
The cancellation token.

Return Value

NullableUniqueId
The UID of the new message, if available; otherwise, null.
Remarks
Replaces a message in the folder and returns the UniqueId assigned to the new message.
See Also