RecipientEmail Property
Email that identifies each recipient issuing a refund.
Syntax
char* GetRecipientEmail(int iRecipientIndex);
int SetRecipientEmail(int iRecipientIndex, char* lpszRecipientEmail);
Default Value
""
Remarks
Email that identifies each recipient issuing a refund.
The size of the array is controlled by the RecipientCount property.
This property is not available at design time.
Data Type
String