IPWorks 2020 JavaScript Edition

Questions / Feedback?

Recipients Property

A list of message recipients.

Syntax


 getRecipients(): SMPPRecipientList;

 setRecipients(recipients: SMPPRecipientList): void;

Default Value

Remarks

This property is used to specify the recipient(s) of the message. Each recipient is represented by an smpprecipient type, which contains fields for the address and type of address for the recipient.

There is an AddRecipient method which also may be used to add recipients to this collection property.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 JavaScript Edition - Version 20.0 [Build 8292]