<< Click to Display Table of Contents >>
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
The AddFaxRecipient method adds a Fax Recipient item to the collection. |
|
The AddLANRecipient method adds a LAN Recipient item to the collection. |
|
The AddSMSRecipient method adds an SMS Recipient item to the collection.
|
The Count method returns the number of Recipient items in the collection. |
|
The Item property retrieves a Recipient item from the collection. |
See Also