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 (System.dll 内)
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET