MsgAttachmentCollection.Item Property
Namespace: Rebex.Mail
Assembly: Rebex.Msg.dll (version 7.0.9448)
Item[Int32]
Gets the attachment on specified index.
Declaration
public MsgAttachment this[int index] { get; }
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | index | Index of attachment to return. |
Property Value
| Type | Description |
|---|---|
| MsgAttachment |