Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
AkaneMail
MailPriority
C# Class AkaneMail.MailPriority
メールの優先度を表します。
Exibir arquivo
Open project: hijirichan/AkaneMail
Class Usage Examples
Public Properties
Property
Type
Description
NonUrgent
string
Normal
string
Urgent
string
Public Methods
Method
Description
Parse
(
string
header
) :
string
重要度取得
Method Details
Parse()
public
static
method
重要度取得
public
static
Parse
(
string
header
) :
string
header
string
ヘッダ
return
string
Property Details
NonUrgent
public_oe static_oe property
高くない優先度を表します。
public
static
string
NonUrgent
return
string
Normal
public_oe static_oe property
通常の優先度を表します。
public
static
string
Normal
return
string
Urgent
public_oe static_oe property
高い優先度を表します。
public
static
string
Urgent
return
string