MailMill COM 1.0 Documentation

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:
MailMill Component | Mail Object

 

Copyright © Active+ Software 2005 - All rights reserved