Click or drag to resize

ImapDeleteMessageByNumberAsync Method (Int64)

Deletes message specified by the messageNumber. Issues EXPUNGE command after.

Namespace:  Limilabs.Client.IMAP
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public Task DeleteMessageByNumberAsync(
	long messageNumber
)

Parameters

messageNumber
Type: SystemInt64
1 based message number.

Return Value

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