Initializes a new attachment collection.
Whether new attachments should be marked as linked resources.
Gets the number of attachments in the collection.
Gets whether this collection is read-only.
Gets the attachment at the specified index.
The zero-based index.
The attachment.
Replaces the attachment at the specified index.
The zero-based index.
The replacement attachment.
Adds an attachment to the collection.
The attachment entity.
The created attachment for content overloads.
Adds an attachment to the collection.
The file name for a new attachment.
Attachment bytes.
The created attachment for content overloads.
Adds an attachment to the collection.
The file name for a new attachment.
Attachment content stream.
The created attachment for content overloads.
Adds an attachment to the collection.
The file name for a new attachment.
Attachment bytes.
The attachment content type.
The created attachment for content overloads.
Adds an attachment to the collection.
The file name for a new attachment.
Attachment content stream.
The attachment content type.
The created attachment for content overloads.
Removes all attachments.
Whether to dispose removed attachments.
Tests whether the collection contains an attachment.
The attachment to locate.
true if present; otherwise false.
Copies attachments into an array.
The destination array.
The starting index in array.
Gets the index of an attachment.
The attachment to locate.
The zero-based index, or -1 if not found.
Inserts an attachment at the specified index.
The insertion index.
The attachment to insert.
Removes an attachment.
The attachment to remove.
true if removed; otherwise false.
Removes the attachment at the specified index.
The zero-based index.
Returns an iterator over the attachments.
A mutable collection of MIME attachments or linked resources.