Field

Field class

送信者、宛先、件名などの電子メール メッセージ フィールドを表します。

public class Field

プロパティ

名前 説明
Name { get; } フィールド名.

メソッド

名前 説明
override ToString() 現在のオブジェクトを表す文字列を返します。

田畑

名前 説明
static readonly Anniversary デフォルトのフィールド テキストは「Anniversary」です。
static readonly Attachments デフォルトのフィールド テキストは「添付ファイル」です。
static readonly Bcc デフォルトのフィールド テキストは「Bcc」です。
static readonly Birthday デフォルトのフィールド テキストは「誕生日」です。
static readonly Business デフォルトのフィールド テキストは「Business」です。
static readonly BusinessAddress デフォルトのフィールド テキストは「勤務先住所」です。
static readonly BusinessFax デフォルトのフィールド テキストは「Business Fax」です。
static readonly BusinessHomepage デフォルトのフィールド テキストは「BusinessHomepage」です。
static readonly Cc デフォルトのフィールド テキストは「Cc」です。
static readonly Company デフォルトのフィールド テキストは「会社」です。
static readonly Department デフォルトのフィールド テキストは「Department」です。
static readonly Email デフォルトのフィールド テキストは「Email」です。
static readonly Email2 デフォルトのフィールド テキストは「Email2」です。
static readonly Email2DisplayAs デフォルトのフィールド テキストは「Email2 Display As」です。
static readonly Email3 デフォルトのフィールド テキストは「Email3」です。
static readonly Email3DisplayAs デフォルトのフィールド テキストは「Email3 Display As」です。
static readonly EmailDisplayAs デフォルトのフィールド テキストは「Email Display As」です。
static readonly End デフォルトのフィールド テキストは「End」です。
static readonly FirstName デフォルトのフィールド テキストは「名」です。
static readonly From デフォルトのフィールド テキストは「差出人」です。
static readonly FullName デフォルトのフィールド テキストは「氏名」です。
static readonly Gender デフォルトのフィールド テキストは「性別」です。
static readonly Hobbies デフォルトのフィールド テキストは「趣味」です。
static readonly Home デフォルトのフィールド テキストは「ホーム」です。
static readonly HomeAddress デフォルトのフィールド テキストは「自宅住所」です。
static readonly Importance デフォルトのフィールド テキストは「Importance」です。
static readonly JobTitle デフォルトのフィールド テキストは「役職」です。
static readonly LastName デフォルトのフィールド テキストは「姓」です。
static readonly Location デフォルトのフィールド テキストは「場所」です。
static readonly MiddleName デフォルトのフィールドテキストは「ミドルネーム」です.
static readonly Mobile デフォルトのフィールド テキストは「Mobile」です。
static readonly Organizer デフォルトのフィールド テキストは「Organizer」です。
static readonly OtherAddress デフォルトのフィールド テキストは「その他のアドレス」です。
static readonly PersonalHomepage デフォルトのフィールド テキストは「個人ホームページ」です。
static readonly Profession デフォルトのフィールド テキストは「Profession」です。
static readonly Recurrence デフォルトのフィールド テキストは「繰り返し」です
static readonly RecurrencePattern デフォルトのフィールド テキストは「繰り返しパターン」です。
static readonly RequiredAttendees デフォルトのフィールド テキストは「必須出席者」です。
static readonly Sent デフォルトのフィールド テキストは「送信済み」です。
static readonly ShowTimeAs デフォルトのフィールド テキストは「Show Time As」です。
static readonly SpousePartner デフォルトのフィールド テキストは「配偶者/パートナー」です。
static readonly Start デフォルトのフィールド テキストは「Start」です。
static readonly Subject デフォルトのフィールド テキストは「件名」です。
static readonly To デフォルトのフィールド テキストは「To」です。
static readonly UserField1 デフォルトのフィールド テキストは「User Field 1」です。
static readonly UserField2 デフォルトのフィールド テキストは「ユーザー フィールド 2」です。
static readonly UserField3 デフォルトのフィールド テキストは「ユーザー フィールド 3」です。
static readonly UserField4 デフォルトのフィールド テキストは「User Field 4」です。

関連項目