Marks messages that belong to a specified message set as deleted.

Namespace:  Rebex.Net
Assembly:  Rebex.Imap (in Rebex.Imap.dll)

Syntax

Visual Basic
Public Sub DeleteMessage ( _
	messageSet As ImapMessageSet _
)
C#
public void DeleteMessage(
	ImapMessageSet messageSet
)

Parameters

messageSet
Type: Rebex.Net..::..ImapMessageSet
A set of messages.

Remarks

To actually remove messages marked as deleted, use the Purge()()()() method.

This method represents IMAP STORE command.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also