Platform SDK: CDO for Windows 2000

CC Property

The CC property specifies the secondary (Cc) recipients for this message.

[Visual Basic]
Property CC as String
[C++]
HRESULT get_CC(BSTR* pVal);
HRESULT put_CC(BSTR Val);
[IDL]
HRESULT [propget] CC([out,retval] BSTR* pVal);
HRESULT [propput] CC([in] BSTR Val);

Remarks

This property is also available as the urn:schemas:mailheader:cc and urn:schemas:httpmail:cc fields.

The string in the CC property can represent a single recipient or multiple recipients. A full messaging address must designate each recipient in the list, such as UserAddress@microsoft.com.

In lists with multiple recipients, addresses are separated by commas, as follows:

"User 1" <User1@microsoft.com>, "User 2" <User2@microsoft.com>

Commas are not valid in any part of a messaging address unless that are contained in quotation marks.

The default value of the CC property is an empty string.

See Also

urn:schemas:mailheader:cc Field

urn:schemas:httpmail:cc Field