Click or drag to resize

ImapDeleteMessageByUID 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 void DeleteMessageByUID(
	List<long> uids
)

Parameters

uids
Type: System.Collections.GenericListInt64
Unique-ids of email messages to flag.
See Also