www.gnostice.com 

AddToBCCList

Top  Previous  Next

The AddToBCCList property is used to add e-mail IDs to BCC list. This is a blind carbon copy of the message i.e., the same message can be sent to one or more e-mail IDs. The Email IDs which are present in BCC list is not visible to other receiver of the same message. User may add more BCCs to the list if required.

 

 

 

 

Syntax

 

 

[VC++]

void AddToBCCList(LPCTSTR Address);

 

[C#]

public abstract new void AddToBCCList ( System.String Address )

 

[VB]

Sub AddToBCCList(Address As String)

 

 

 

 

 

 

Parameters

 

 

Address

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