Click or drag to resize
MimeKit

ParseExceptionTokenIndex Property

Get the byte index of the token that was malformed.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public int TokenIndex { get; }

Property Value

Int32
The byte index of the token.
Remarks
The token index is the byte offset at which the token started.
See Also