12 if (data[
index] ==
'\r' && flag)
18 if (data[
index] ==
'\r' || flag)
20 if (throwExceptionIfFail)
27 if (data[
index] ==
'\n')
31 else if (data[
index] !=
' ' && data[
index] !=
'\t')
40 if (throwExceptionIfFail)
66 if (num > 0 && outIndex2 > 0)
70 else if (data[
index] ==
')')
75 else if (data[
index] ==
'(')
80 if (throwExceptionIfFail)
97 if (throwExceptionIfFail)
114 if (throwExceptionIfFail)
static bool TryCountQuotedChars(string data, int index, bool permitUnicodeEscaping, out int outIndex, bool throwExceptionIfFail)
static bool TryReadFwsReverse(string data, int index, out int outIndex, bool throwExceptionIfFail)
static bool TryReadCfwsReverse(string data, int index, out int outIndex, bool throwExceptionIfFail)
static readonly bool[] Ctext
static string Format(string resourceFormat, object p1)
static string MailHeaderFieldInvalidCharacter
static string MailAddressInvalidFormat