Click or drag to resize

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

Parameters

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