EmailField
EmailField class
電子メール フィールドについて説明します enumeration
public class EmailField : Enumeration
コンストラクター
メソッド
名前 |
説明 |
CompareTo(object) |
現在のオブジェクトを他のオブジェクトと比較します。 |
virtual Equals(Enumeration) |
2 つのオブジェクト インスタンスが等しいかどうかを判断します。 |
override Equals(object) |
2 つのオブジェクト インスタンスが等しいかどうかを判断します。 |
override GetHashCode() |
デフォルトのハッシュ関数として機能します。 |
override ToString() |
現在のオブジェクトを表す文字列を返します。 |
田畑
名前 |
説明 |
static readonly Attachments |
デフォルトのフィールド テキストは「添付ファイル」です。 |
static readonly Bcc |
デフォルトのフィールド テキストは「Bcc」です。 |
static readonly Cc |
デフォルトのフィールド テキストは「Cc」です。 |
static readonly End |
デフォルトのフィールド テキストは「End」です。 |
static readonly From |
デフォルトのフィールド テキストは「差出人」です。 |
static readonly Importance |
デフォルトのフィールド テキストは「Importance」です。 |
static readonly Location |
デフォルトのフィールド テキストは「場所」です。 |
static readonly Organizer |
デフォルトのフィールド テキストは「Organizer」です。 |
static readonly PageHeader |
デフォルトのフィールド テキストは「PageHeader」です。 |
static readonly Recurrence |
デフォルトのフィールド テキストは「繰り返し」です。 |
static readonly RecurrencePattern |
デフォルトのフィールド テキストは「RecurrencePattern」です。 |
static readonly RequiredAttendees |
デフォルトのフィールド テキストは「RequiredAttendees」です。 |
static readonly Sent |
デフォルトのフィールド テキストは「送信済み」です。 |
static readonly ShowTimeAs |
デフォルトのフィールド テキストは「ShowTimeAs」です。 |
static readonly Start |
デフォルトのフィールド テキストは「Start」です。 |
static readonly Subject |
デフォルトのフィールド テキストは「件名」です。 |
static readonly TabField |
デフォルトのフィールド テキストは「TabField」です。 |
static readonly To |
デフォルトのフィールド テキストは「To」です。 |
関連項目