Share via


_NoteItem.Subject Property

Returns or sets a String (string in C#) indicating the subject for the Outlook item. Read-only.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
ReadOnly Property Subject As String
    Get
'Usage
Dim instance As _NoteItem
Dim value As String

value = instance.Subject
string Subject { get; }

Property Value

Type: System.String

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 PR_SUBJECT. The Subject property is the default property for Outlook items.

See Also

Reference

_NoteItem Interface

_NoteItem Members

Microsoft.Office.Interop.Outlook Namespace