다음을 통해 공유


MailBnfHelper 클래스

인터넷 메시지 형식 문자열을 구문 분석하기 위한 유틸리티 메서드가 포함되어 있습니다. 이 클래스는 상속될 수 없습니다.

internal static class MailBnfHelper

Warning

이 클래스는 내부 클래스이며 코드에서 직접 사용할 수 없습니다.

Microsoft는 어떠한 상황에서도 프로덕션 애플리케이션에 이 클래스를 사용하는 것을 지원하지 않습니다.

Ascii7bitMaxValue 필드

최대 7비트 ASCII 값을 나타냅니다.

internal static readonly int Ascii7bitMaxValue

Atext 필드

원자에 허용되는 문자를 나타냅니다.

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 내)