RecipientEmail Property
Recipient's email address This property is required.
Object Oriented Interface
public function getRecipientEmail($recipientindex); public function setRecipientEmail($recipientindex, $value);
Procedural Interface
inpaypal_adaptivepay_get($res, 50 , $recipientindex); inpaypal_adaptivepay_set($res, 50, $value , $recipientindex);
Default Value
''
Remarks
Recipient's email address This property is required.
The size of the array is controlled by the RecipientCount property.
This property is not available at design time.
Data Type
String