RecipientPhoneCountryCode Property
The telephone country code of the receiver's phone number.
Syntax
char* GetRecipientPhoneCountryCode(int iRecipientIndex);
int SetRecipientPhoneCountryCode(int iRecipientIndex, char* lpszRecipientPhoneCountryCode);
Default Value
"1"
Remarks
The telephone country code of the receiver's phone number. For instance, the US is 1, Japan is 81, the United Kingdom is 44, and Ireland is 353. A full list of International Direct Dialing codes can be obtained from the International Telecommunication Union Annex to Operational Bulletin No. 930 (15.IV.2009) "LIST OF ITU-T RECOMMENDATION E.164 ASSIGNED COUNTRY CODES".
This property is required if the RecipientPhoneNumber property is set.
The size of the array is controlled by the RecipientCount property.
This property is not available at design time.
Data Type
String