MapiMailMessage.Subject Property

QsInformatica.Utils

MapiMailMessageSubject Property

Gets or sets the subject of this mail message.

Namespace:  QsInformatica.Utils
Assembly:  QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 22.4.2.0 (22.4.2.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

Type: String
See Also