Click or drag to resize

ImapDeleteMessageByNumberAsync Method (ListInt64)

Deletes messages specified by the messageNumbers. Issues EXPUNGE command after.

Namespace:  Limilabs.Client.IMAP
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public Task DeleteMessageByNumberAsync(
	List<long> messageNumbers
)

Parameters

messageNumbers
Type: System.Collections.GenericListInt64
1 based message numbers.

Return Value

Type: Task
A task that represents the asynchronous message delete operation.
See Also