Represents a list of Message-Id values.
Message-Id
C#: internal event Changed.
The number of message ids.
Whether this list is read-only.
Clones this message-id list.
An exact copy of the message-id list.
Gets the message id at the specified index.
The index.
The message id.
index is out of range.
index
Sets the message id at the specified index.
value is null or undefined.
value
Gets the index of the requested message id.
The index of the message id, or -1 if it is not found.
-1
messageId is null or undefined.
messageId
Inserts a message id at the specified index.
The insertion index.
The message id to insert.
Removes the message id at the specified index.
Adds a message id.
Adds a sequence of message ids.
The message ids to add.
items is null or undefined.
items
Removes all message ids.
Determines whether the list contains the specified message id.
true if the message id is contained; otherwise, false.
true
false
Copies the message ids to an array.
The destination array.
The index into the array.
array is null or undefined.
array
arrayIndex is out of range.
arrayIndex
Removes a message id.
true if the message id was removed; otherwise, false.
Serializes this list as a space-separated References header value.
References
A string representing this message-id list.
Represents a list of
Message-Idvalues.