_NoteItem.Subject Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets a String (string in C#) indicating the subject for the Outlook item. Read-only.
public:
property System::String ^ Subject { System::String ^ get(); };
public string Subject { get; }
Public ReadOnly Property Subject As String
Property Value
Remarks
The Subject property is a String (string in C#) that is calculated from the body text of the note.
This property corresponds to the MAPI property PidTagSubject. The Subject property is the default property for Outlook items.