Click or drag to resize

ImapDeleteMessageByUIDAsync Method (ListInt64)

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

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

Parameters

uids
Type: System.Collections.GenericListInt64
Unique-ids of the messages to flag.

Return Value

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