| IMailFolderAppend(IAppendRequest, CancellationToken) Method |
Append a message to the folder.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax UniqueId? Append(
IAppendRequest request,
CancellationToken cancellationToken = default
)
Parameters
- request IAppendRequest
- The append request.
- cancellationToken CancellationToken (Optional)
- The cancellation token.
Return Value
NullableUniqueIdThe UID of the appended message, if available; otherwise,
null.
Remarks
Appends a message to the folder and returns the UniqueId assigned to the message.
See Also