MailMill COM 1.0 Documentation

Ccs Mail Property:
Returns a reference to a MailArray object that contains carbon copy recipients.
Syntax:
[C++]
HRESULT get_Ccs(IMailArray **ppVal);
[VB]
Property Ccs As MailArray
Remark:
The Ccs array contains the list of email addresses that will be displayed in the CC message field.
Use the Add method to append an email address to the Ccs array. Use the Value property to get or set a list of comma separated email addresses.
Example:
[VB]
Dim oMail As New Mail
oMail.Ccs.Value = "Marie <marie@emilltest.com>, ""Sales Department"" <sales@emilltest.com>"
oMail.Ccs.Add "John <john@emilltest.com>"
oMail.Ccs.Add Mail.CreateEmailAddress("George Sabathé", "george@emilltest.com")
See also:
MailMill Component | Mail Object

 

Copyright © Active+ Software 2005 - All rights reserved