AttachmentCollection.Item Property
Namespace: Rebex.Mail
Assembly: Rebex.Mail.dll (version 7.0.9313)
Item[Int32]
Gets or sets the list item at the specified index.
Declaration
public Attachment this[int index] { get; set; }
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | index | The zero-based index of the list item to get or set. |
Property Value
| Type | Description |
|---|---|
| Attachment | An item. |