Click or drag to resize

ImapDeleteMessageByUIDAsync Method (Int64)

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

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

Parameters

uid
Type: SystemInt64
Unique-id of the message to flag.

Return Value

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