Click or drag to resize
MimeKit

BodyPartCollectionItem Property

Get the body part at the specified index.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public BodyPart this[
	int index
] { get; }

Parameters

index  Int32
The index.

Property Value

BodyPart
The body part at the specified index.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionindex is out of range.
Remarks
Gets the body part at the specified index.
See Also