Click or drag to resize

ImapDeleteMessageByUID(ListInt64) Method

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

Namespace: Limilabs.Client.IMAP
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
public void DeleteMessageByUID(
	List<long> uids
)

Parameters

uids  ListInt64
Unique-ids of email messages to flag.
See Also