Gets the MimeHeader at the specified index.

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

Syntax

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

Parameters

index
Type: System..::..Int32
The zero-based index of the MimeHeader to get.

Field Value

MimeHeader of the specified index.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also