Message |
public class MessageIdList : IList<string>, ICollection<string>, IEnumerable<string>, IEnumerable
The MessageIdList type exposes the following members.
Name | Description | |
---|---|---|
MessageIdList | Initialize a new instance of the MessageIdList class. |
Name | Description | |
---|---|---|
Count | Get the number of Message-Ids in the MessageIdList. | |
IsReadOnly | Get a value indicating whether the MessageIdList is read only. | |
Item | Get or set the Message-Id at the specified index. |
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) |