次の方法で共有


FormRegionManifest.Contact プロパティ

定義

Outlook の [フォームの選択] ダイアログ ボックスに表示される、置換フォーム領域およびすべて置換フォーム領域の名前を取得または設定します。

public:
 property System::String ^ Contact { System::String ^ get(); void set(System::String ^ value); };
public string Contact { get; set; }
member this.Contact : string with get, set
Public Property Contact As String

プロパティ値

Outlook の [フォームの選択] ダイアログ ボックスに表示される置換フォーム領域と置換フォーム領域の名前を表す文字列。

例外

Lockedtrueです。

値の長さが 256 文字を超えています。

適用対象