<< Click to Display Table of Contents >>
ZfLib.Recipients.AddSMSRecipient
Function AddSMSRecipient( ByVal bszTo As String, ByVal bszOrganisation As String, ByVal bszSMS As String ) As ZfLib.Recipient
The AddSMSRecipient method adds an SMS Recipient item to the collection.
Parameters
bszTo
The name of the Recipient .
bszOrganisation
The organisation to which the recipient belongs.
bszSMS
The SMS number of the recipient.
Return Value
The new Recipient object.
See Also
NewMessage , Recipients.AddFaxRecipient , FaxTypeEnum