| HeaderListLastIndexOf(String) Method |
Get the last index of the requested header, if it exists.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public int LastIndexOf(
string field
)
Parameters
- field String
- The name of the header field.
Return Value
Int32The last index of the requested header; otherwise
Field Value
Int32-1.
Exceptions Remarks
Finds the last index of the specified header, if it exists.
See Also