次の方法で共有


MAPIFolder.Description プロパティ

定義

フォルダーの説明を表す 文字列 (C#の文字列 ) を設定または返します。 読み取り/書き込みが可能です。

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

プロパティ値

注釈

このプロパティは、MAPI プロパティの PidTagComment に対応します。

適用対象