次の方法で共有


_NoteItem.Subject プロパティ

定義

Outlook アイテムの件名を示す 文字列 (C#の文字列 ) を設定または返します。 読み取り専用です。

public:
 property System::String ^ Subject { System::String ^ get(); };
public string Subject { get; }
Public ReadOnly Property Subject As String

プロパティ値

注釈

Subject プロパティは、ノートの本文テキストから計算される String (C#の文字列) です。

このプロパティは、MAPI プロパティの PidTagSubject に対応します。 Subject プロパティは、Outlook アイテムの既定のプロパティです。

適用対象