Subject
Subject identifies the subject for the message. Subject is a String property, which identifies the subject for the message.
Syntax
[VC++]
CString GetSubject();
void SetSubject(LPCTSTR lpszNewValue);
[CS]
public abstract new string Subject [ get, set ]
[VB]
Property Subject As String