Click or drag to resize
MimeKit

MessageIdList Methods

The MessageIdList type exposes the following members.

Methods
 NameDescription
Public methodAdd Add a Message-Id.
Public methodAddRange Add a collection of Message-Ids.
Public methodClear Clear the Message-Id list.
Public methodClone Clone the MessageIdList.
Public methodContains Check if the MessageIdList contains the specified Message-Id.
Public methodCopyTo Copy all of the Message-Ids in the MessageIdList to the specified array.
Public methodEquals
(Inherited from Object)
Protected methodFinalize
(Inherited from Object)
Public methodGetEnumerator Get an enumerator for the list of Message-Ids.
Public methodGetHashCode
(Inherited from Object)
Public methodGetType
(Inherited from Object)
Public methodIndexOf Get the index of the requested Message-Id, if it exists.
Public methodInsert Insert a Message-Id at the specified index.
Protected methodMemberwiseClone
(Inherited from Object)
Public methodRemove Remove a Message-Id from the MessageIdList.
Public methodRemoveAt Remove the Message-Id at the specified index.
Public methodToString Serialize a MessageIdList to a string.
(Overrides ObjectToString)
Top
See Also