Creates a new message ID set that contains all messages in the specified array.
Namespace:
Rebex.Net
Assembly:
Rebex.Imap (in Rebex.Imap.dll)
Syntax
| Visual Basic |
|---|
Public Sub New ( _ ParamArray uniqueIds As String() _ ) |
| C# |
|---|
public ImapMessageSet( params string[] uniqueIds ) |
Parameters
- uniqueIds
- Type: array<System..::..String>[]()[][]
An array of message unique IDs.