Deletes message specified by the uid. POP3 server does not actually delete the message until successful QUIT command issued by Close()()()() or Close(Boolean).

Namespace: Lesnikowski.Client
Assembly: Mail (in Mail.dll) Version: 3.0.1213.909

Syntax

C#
public void DeleteMessageByUID(
	string uid
)
Visual Basic
Public Sub DeleteMessageByUID ( _
	uid As String _
)
Visual C++
public:
void DeleteMessageByUID(
	String^ uid
)

Parameters

uid
Type: System..::..String
Unique-id of the message to flag.

See Also