Attachment |
public MimeEntity this[ int index ] { get; set; }
| Exception | Condition |
|---|---|
| ArgumentNullException | value is . |
| ArgumentOutOfRangeException | index is out of range. |
Gets or sets the MimeEntity at the specified index.
| It is the responsibility of the caller to dispose the original entity at the specified index. |