Click or drag to resize
MimeKit

IMailFolderReplace(Int32, IReplaceRequest, CancellationToken) Method

Replace a message in the folder.

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

Parameters

index  Int32
The index 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