AddToCCList

Top  Previous  Next

The AddToCCList property is used to add mail Ids to CC list. It is a carbon copy of the message i.e., the same message can be sent to one or more Email ids. The Email IDs which are present in CC list is visible to other receiver of the same message . User may add more CCs to the list if required.

 

 

 

Syntax

 

 

[VC++]

void AddToCCList(LPCTSTR Address);

 

[CS]

public abstract new void AddToCCList ( System.String Address )

 

[VB]

Sub AddToCCList(Address As String)

 

 

 

 

Parameters

 

 

Address

Indicates the address of recipient that needs to be added in the CC list.