AddToRecipientList

Top  Previous  Next

The AddToRecipientList property is used to add mail Ids to recipient list. Identifies the recipients of a message.

 

 

 

Syntax

 

 

[VC++]

void AddToRecipientList(LPCTSTR Address);

 

[CS]

public abstract new void AddToRecipientList ( System.String Address )

 

[VB]

Sub AddToRecipientList(Address As String)

 

 

 

 

Parameters

 

 

Address

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