| MapiMailMessageSubject Property |
Gets or sets the subject of this mail message.
Namespace: QsInformatica.UtilsAssembly: QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 27.1.0
Syntax public string Subject { get; set; }
Public Property Subject As String
Get
Set
public:
property String^ Subject {
String^ get ();
void set (String^ value);
}
member Subject : string with get, set
Property Value
StringSee Also