![]() | MessageIdList Methods |
The MessageIdList type exposes the following members.
Name | Description | |
---|---|---|
![]() | Add |
Add the specified Message-Id.
|
![]() | AddRange |
Add a collection of Message-Id items.
|
![]() | Clear |
Clear the Message-Id list.
|
![]() | Clone |
Clones 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 | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetEnumerator |
Get an enumerator for the list of Message-Ids.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IndexOf |
Get the index of the requested Message-Id, if it exists.
|
![]() | Insert |
Insert the Message-Id at the specified index.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (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.) |