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