IP*Works! 2016 .NET Edition
IP*Works! 2016 .NET Edition
Questions / Feedback?

Recipients Property

A list of message recipients.

Syntax

[VB.NET]
Public Property Recipients As SMPPRecipientList

[C#]
public SMPPRecipientList Recipients {get;}

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.

This collection is indexed from 0 to Count - 1.

Default Value

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 .NET Edition - Version 16.0 [Build 7353]