IP*Works! 2016 C++ Edition
IP*Works! 2016 C++ Edition
Questions / Feedback?

RecipientAddress Property

This property contains the email address of a particular recipient.

Syntax

char* GetRecipientAddress(int iRecipientIndex);

int SetRecipientAddress(int iRecipientIndex, char* lpszRecipientAddress);

Default Value

""

Remarks

This property contains the email address of a particular recipient. This can be used for setting single or multiple recipients. The RecipientType contains the corresponding type.

For a recipient type of normal, the value in the RecipientAddress should be either the dotted IPv4 of an SMS-enabled device or the directory number of a target mobile phone. For distributed lists, the value should be the name of the list as it is stored on the SMPPServer.

The size of the array is controlled by the RecipientCount property.

This property is not available at design time.

Data Type

String

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