Gets or sets the MimeEntity 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 MimeEntity
	Get
	Set
C#
public MimeEntity this[
	int index
] { get; set; }

Parameters

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

Field Value

MimeEntity of the specified index.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also