RecipientPhoneNumber Property
The recipient's phone number.
Syntax
char* GetRecipientPhoneNumber(int iRecipientIndex);
int SetRecipientPhoneNumber(int iRecipientIndex, char* lpszRecipientPhoneNumber);
Default Value
""
Remarks
The recipient's phone number. This property is optional.
The size of the array is controlled by the RecipientCount property.
This property is not available at design time.
Data Type
String