MailBnfHelper 類別
包含剖析網際網路訊息格式字串的公用程式方法。 此類別無法獲得繼承。
internal static class MailBnfHelper
警告
這是內部類別,所以無法直接用於程式碼。
Microsoft 在任何情況下都不支援在實際執行應用程式中使用此類別。
Ascii7bitMaxValue 欄位
代表最多 7 位元的 ASCII 值。
internal static readonly int Ascii7bitMaxValue
Atext 欄位
代表 Atom 中允許的字元。
internal static bool[] Atext
CR 欄位
代表歸位字元。
internal static readonly char CR
Ctext 欄位
代表註解中允許的字元。
internal static bool[] Ctext
Dot 欄位
代表句點字元 (.
)。
internal static readonly char Dot
EndComment 欄位
代表指定註解結尾的字元。
internal static readonly char EndComment
LF 欄位
代表換行字元。
internal static readonly char LF
Space 欄位
代表空白字元。
internal static readonly char Space
StartComment 欄位
代表指定註解開頭的字元。
internal static readonly char StartComment
Tab 欄位
代表定位字元。
internal static readonly char Tab
需求
命名空間:System.Net
組件:系統 (在 System.dll 內)