Gets or sets the MailAddress at the specified index.

Namespace:  Rebex.Mime.Headers
Assembly:  Rebex.Mail (in Rebex.Mail.dll)

Syntax

Visual Basic
Public Default Property Item ( _
	index As Integer _
) As MailAddress
	Get
	Set
C#
public MailAddress this[
	int index
] { get; set; }

Parameters

index
Type: System..::..Int32
The zero-based index of the MailAddress to get or set.

Field Value

A mailbox.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also