Share via


_StorageItem.Body プロパティ

定義

Outlook アイテムのクリア テキスト本文を表す 文字列 (C#の文字列 ) を設定または返します。 読み取り/書き込みが可能です。

public:
 property System::String ^ Body { System::String ^ get(); void set(System::String ^ value); };
public string Body { get; set; }
Public Property Body As String

プロパティ値

注釈

StorageItem オブジェクトは、テキスト形式の項目本文のみをサポートします。 HTML または RTF 形式の本文はサポートされません。

適用対象