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