MailMill COM 1.0 Documentation

Bccs Mail Property:
Returns a reference to a MailArray object that contains the blind carbon copy recipients.
Syntax:
[C++]
HRESULT get_Bccs(IMailArray **ppVal);
[VB]
Property Bccs As MailArray
Remark:
Blind carbon copy recipients will receive the message but their addresses will be removed from the sent message header. The Bcc header field is kept when the message is saved on disk.
Use the Add method to append an email address to the Bccs array. Use the Value property get or set a list of comma separated addresses.
Example:
[VB]
Dim oMail As New Mail
oMail.Bccs.Value = "support@emilltest.com, backup@emilltest.com"
oMail.Bccs.Add "sales@emilltest.com"
See also:
MailMill Component | Mail Object

 

Copyright © Active+ Software 2005 - All rights reserved