Gets the subject of the e-mail message.
[VisualĀ Basic] Public Property Subject As String
[C#]
public string Subject {get;}
[C++] public: __property String* get_Subject();
[JScript] public function get Subject() : String;
Property Value
Remarks