| IMailFolderReplace(Int32, IReplaceRequest, CancellationToken) Method |
Replace a message in the folder.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax 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
NullableUniqueIdThe 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