Adds a message with the specified unique ID to the message set.

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

Syntax

Visual Basic
Public Sub Add ( _
	uniqueId As String _
)
C#
public void Add(
	string uniqueId
)

Parameters

uniqueId
Type: System..::..String
Unique ID.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also