_DistListItem.Subject Property

Definition

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

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

Property Value

Remarks

This property corresponds to the MAPI property PidTagSubject. The Subject property is the default property for Outlook items.

Applies to