<< Click to Display Table of Contents >>

ZFLOGO2

CPPClass ZfLib.Recipients

 


 

The Recipients collection object contains Recipient objects.

 

Remarks

 

This collection cannot exceed 30 objects.

 

New objects are added using the various AddRecipient methods which create a properly configured Recipient object. This means you will rarely have to access a recipient object directly.

 

Groups

 

Operations

 

Method_sAddFaxRecipient

The AddFaxRecipient method adds a Fax Recipient item to the collection.

Method_sAddLANRecipient

The AddLANRecipient method adds a LAN Recipient item to the collection.

Method_sAddSMSRecipient

The AddSMSRecipient method adds an SMS Recipient  item to the collection.

 

 

 

Read-only Properties

 

Property_s Count

The Count method returns the number of Recipient items in the collection.

Property_s Item

The Item property retrieves a Recipient  item from the collection.

 

 

See Also

Recipient