NotifyName Property
The name associated with the notification.
Object Oriented Interface
public function getNotifyName($notifyidx); public function setNotifyName($notifyidx, $value);
Procedural Interface
inship_fedextrack_get($res, 24 , $notifyidx); inship_fedextrack_set($res, 24, $value , $notifyidx);
Default Value
''
Remarks
The name associated with the notification.
For FedEx, this is the name of the recipient that is going to receive the Signature Proof of Delivery via fax. When the FaxProofOfDelivery method is called, the NotifyName is required. In this case, the NotifyFax should be provided as well.
For USPS, this name will appear in the text of the Signature Confirmation e-mail message.
This property is not applicable to UPS or Canada Post.
The size of the array is controlled by the NotifyCount property.
This property is not available at design time.
Data Type
String