Message |
The MessageIdList type exposes the following members.
Name | Description | |
---|---|---|
Add | Add a Message-Id. | |
AddRange | Add a collection of Message-Ids. | |
Clear | Clear the Message-Id list. | |
Clone | Clone the MessageIdList. | |
Contains | Check if the MessageIdList contains the specified Message-Id. | |
CopyTo | Copy all of the Message-Ids in the MessageIdList to the specified array. | |
Equals | (Inherited from Object) | |
Finalize | (Inherited from Object) | |
GetEnumerator | Get an enumerator for the list of Message-Ids. | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
IndexOf | Get the index of the requested Message-Id, if it exists. | |
Insert | Insert a Message-Id at the specified index. | |
MemberwiseClone | (Inherited from Object) | |
Remove | Remove a Message-Id from the MessageIdList. | |
RemoveAt | Remove the Message-Id at the specified index. | |
ToString |
Serialize a MessageIdList to a string.
(Overrides ObjectToString) |