Click or drag to resize

ImapDeleteMessageByUID(Int64) Method

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

Namespace: Limilabs.Client.IMAP
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
public void DeleteMessageByUID(
	long uid
)

Parameters

uid  Int64
Unique-id of the message to flag.
See Also