AttachmentCollection Class
Namespace: Rebex.Mail
Assembly: Rebex.Mail.dll (version 7.0.9147)
Represents the collection of mail message attachments.
Syntax
public class AttachmentCollection : ICollection, IEnumerable<Attachment>, IEnumerable
Inherited Members
Constructors
Name | Description |
---|---|
Attachment |
Initializes a new instance of the Attachment |
Properties
Name | Description |
---|---|
Count | Gets the number of items in the collection. |
Is |
Gets a value indicating whether access to Attachment |
Item[Int32] | Gets or sets the list item at the specified index. |
Sync |
Gets an object that can be used to synchronize access to Attachment |
Methods
Name | Description |
---|---|
Add(Attachment) | Adds an item to the end of the list. |
Add |
Adds a range of items contained in the specified collection. |
Copy |
Copies the range of elements from the Attachment |
Get |
Gets an IEnumerator<T> for the Attachment |
Remove |
Removes the item at the specified index from the list. |
Explicit Interface Implementations
Name | Description |
---|---|
ICollection. |
Copies the range of elements from the collection to a compatible one-dimensional array, starting at the specified index of the target array. |
IEnumerable. |
Gets an IEnumerator for the collection. |