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