CC Property
CC Property
This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.
The informational carbon copy (Cc) recipients for this message.
Applies To
Type Library
Microsoft CDO for Exchange 2000 Library
DLL Implemented In
CDOEX.DLL
Syntax
[Visual Basic]Property CC As String
[C++]HRESULT get_CC(BSTR* pVal);
HRESULT put_CC(BSTR Val);
Parameters
- pVal
Returns the value of the CC property as a reference to a BSTR.- Val
Sets the value of the CC property to the value of the BSTR.
Remarks
This property is also available as the urn:schemas:mailheader:cc field (cc Field) and urn:schemas:httpmail:cc field (cc Field).
The string in the CC property can represent a single recipient or multiple recipients. See the BCC Property for more information about formatting and setting e-mail address properties.
You must set at least one recipient in at least one of the BCC, CC, or To properties. If you call the Post or Send method without doing this, an error is returned.
The default value of CC is an empty string.
Send us your feedback about the Microsoft Exchange Server 2003 SDK.
Build: June 2007 (2007.618.1)
© 2003-2006 Microsoft Corporation. All rights reserved. Terms of use.