RecipientAddress Property

This property contains the email address of a particular recipient.

Syntax

ANSI (Cross Platform)
char* GetRecipientAddress(int iRecipientIndex);
int SetRecipientAddress(int iRecipientIndex, const char* lpszRecipientAddress); Unicode (Windows) LPWSTR GetRecipientAddress(INT iRecipientIndex);
INT SetRecipientAddress(INT iRecipientIndex, LPCWSTR lpszRecipientAddress);
- (NSString*)recipientAddress:(int)recipientIndex;
- (void)setRecipientAddress:(int)recipientIndex:(NSString*)newRecipientAddress;
#define PID_SMPP_RECIPIENTADDRESS 16

IPWORKS_EXTERNAL void* IPWORKS_CALL IPWorks_SMPP_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKS_EXTERNAL int IPWORKS_CALL IPWorks_SMPP_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);
IPWORKS_EXTERNAL int IPWORKS_CALL IPWorks_SMPP_CheckIndex(void *lpObj, int propid, int arridx);

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 RecipientIndex parameter specifies the index of the item in the array. The size of the array is controlled by the RecipientCount property.

This property is not available at design time.

Data Type

String

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