MailMill COM 1.0 Documentation

From Mail Property:
Gets or sets a string that specifies the sender's email address.
Syntax:
[C++]
HRESULT get_From(BSTR *pVal)
HRESULT put_From(BSTR newVal);
[VB]
Property From As String
Remark:
The From property contains the email address that will be displayed in the From message field. This property is mandatory to Send a message.
Example:
[VB]
Dim oMail As New Mail
oMail.From = "Kate <kate@emilltest.com>"
See also:
MailMill Component | Mail Object

 

Copyright © Active+ Software 2005 - All rights reserved