Subject Mail Property:
Gets or sets a string that specifies the
message subject.
Syntax:
[C++]
HRESULT get_Subject(BSTR *pVal);
HRESULT put_Subject(BSTR newVal);
[VB]
Property Subject As String
Remark:
If the
Subject
contains non ascii characters, they will be encoded using the
Charset property.
Example:
[VB]
Dim oMail As New Mail
oMail.Subject = "Message created with MailMill"
See also: