| HeaderListIndexOf(HeaderId) Method |
Get the index of the requested header, if it exists.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public int IndexOf(
HeaderId id
)
Parameters
- id HeaderId
- The header id.
Return Value
Int32The index of the requested header; otherwise
Field Value
Int32-1.
Exceptions Remarks
Finds the first index of the specified header, if it exists.
See Also