<< Click to Display Table of Contents >>
ZfLib.Recipients.AddFaxRecipient
Function AddFaxRecipient( ByVal bszTo As String, ByVal bszOrganisation As String, ByVal bszFax As String ) As ZfLib.Recipient
The AddFaxRecipient method adds a Fax Recipient item to the collection.
Parameters
bszTo
The name of the recipient.
bszOrganisation
The name of the organnisation to which the recipient belongs.
bszFax
The recipient's Fax Number.
Return Value
The new Recipient object.
See Also