| IMailSpoolDeleteMessagesAsync(Int32, Int32, CancellationToken) Method |
Asynchronously mark the specified range of messages for deletion.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax Task DeleteMessagesAsync(
int startIndex,
int count,
CancellationToken cancellationToken = default
)
Parameters
- startIndex Int32
- The index of the first message to mark for deletion.
- count Int32
- The number of messages to mark for deletion.
- cancellationToken CancellationToken (Optional)
- The cancellation token.
Return Value
TaskAn asynchronous task context.
Remarks See Also