次の方法で共有


FormRegionManifest.Description プロパティ

定義

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

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

プロパティ値

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

例外

Lockedtrueです。

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

適用対象