| BodyPartCollectionItem Property |
Get the body part at the specified index.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax public BodyPart this[
int index
] { get; }
Parameters
- index Int32
- The index.
Property Value
BodyPartThe body part at the specified index.
Exceptions Remarks
Gets the body part at the specified index.
See Also