| HeaderListItem(Int32) Property |
Get or set the
Header at the specified index.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public Header this[
int index
] { get; set; }
Parameters
- index Int32
- The index.
Property Value
HeaderThe header at the specified index.
Implements
IListTItemInt32Exceptions Remarks
Gets or sets the
Header at the specified index.
See Also