Click or drag to resize
MimeKit

MessageIdList Class

A list of Message-Ids.
Inheritance Hierarchy
SystemObject
  MimeKitMessageIdList

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public class MessageIdList : IList<string>, 
	ICollection<string>, IEnumerable<string>, IEnumerable

The MessageIdList type exposes the following members.

Constructors
 NameDescription
Public methodMessageIdList Initialize a new instance of the MessageIdList class.
Top
Properties
 NameDescription
Public propertyCount Get the number of Message-Ids in the MessageIdList.
Public propertyIsReadOnly Get a value indicating whether the MessageIdList is read only.
Public propertyItem Get or set the Message-Id at the specified index.
Top
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
Remarks
Used by the References property.
See Also