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

AddRecipient Method

Will add a recipient of the specified type to the recipient list.

Syntax

[VB.NET]
Public Sub AddRecipient(ByVal RecipientType As Integer, ByVal RecipientAddress As String)
[C#]
public void AddRecipient(int recipientType, string recipientAddress);

Remarks

This method will add a recipient of the specified type to the recipient list. For normal-type recipients, the addresses should be either a dotted IPv4 address (for sending messages to other SMS-enabled applications) or the directory number of a mobile phone. For sending messages to distributed lists, the name of the list should be used.

Valid values for RecipientType are:

0 (smppRecipientTypeNormal)Normal SME (Short Message Entity) Address
1 (smppRecipientTypeList)Distribution List

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