_NoteItem.Subject Property

Definition

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.

Applies to