C# 클래스 AkaneMail.MailPriority

メールの優先度を表します。
파일 보기 프로젝트 열기: hijirichan/AkaneMail 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
NonUrgent string
Normal string
Urgent string

공개 메소드들

메소드 설명
Parse ( string header ) : string

重要度取得

메소드 상세

Parse() 공개 정적인 메소드

重要度取得
public static Parse ( string header ) : string
header string ヘッダ
리턴 string

프로퍼티 상세

NonUrgent 공개적으로 정적으로 프로퍼티

高くない優先度を表します。
public static string NonUrgent
리턴 string

Normal 공개적으로 정적으로 프로퍼티

通常の優先度を表します。
public static string Normal
리턴 string

Urgent 공개적으로 정적으로 프로퍼티

高い優先度を表します。
public static string Urgent
리턴 string