| HeaderListCollectionItem Property |
Gets or sets the
HeaderList at the specified index.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public HeaderList this[
int index
] { get; set; }
Parameters
- index Int32
- The index.
Property Value
HeaderListThe group of headers at the specified index.
Exceptions Remarks
Gets or sets the
HeaderList at the specified index.
See Also