MessageIdCollection Class
Namespace: Rebex.Mime.Headers
Assembly: Rebex.Mail.dll (version 7.0.9147)
Represents the collection of Message
Syntax
public sealed class MessageIdCollection : HeaderValueCollection, ICollection, IHeader, IEnumerable<MessageId>, IEnumerable
Inherited Members
Remarks
Represents the list of msg-id
s defined by RFC 2822.
Constructors
Name | Description |
---|---|
Message |
Initializes a new instance of Message |
Properties
Name | Description |
---|---|
Count | Gets the number of items in the collection.
Inherited from Header |
Is |
Gets a value indicating whether access to Header |
Item[Int32] | Gets or sets the Message |
Sync |
Gets an object that can be used to synchronize access to Header |
Methods
Name | Description |
---|---|
Add(Message |
Adds a Message |
Add |
Adds a range of items contained in the specified collection.
The type of items being added has to correspond to the type of collection being updated.
Inherited from Header |
Clear() | Removes all items from the list.
Inherited from Header |
Clone() | Creates a copy of the header.
Inherited from Header |
Copy |
Copies the range of elements from the Message |
Copy |
Copies the range of elements from the Header |
Encode(Text |
Writes an encoded header value into a Text |
Get |
Gets an IEnumerator for the collection.
Inherited from Header |
Remove |
Removes the item at the specified index from the list.
Inherited from Header |
To |
Converts the value of this header to its String representation. |
Operators
Name | Description |
---|---|
Implicit(Message |
Converts a Message |
Implicit(String to Message |
Converts a String to a Message |
Explicit Interface Implementations
Name | Description |
---|---|
IEnumerable<MessageId>.GetEnumerator() | Gets an IEnumerator<T> for the Message |