PackageDescription Property
For FedEx, this is the description that appears in the email to identify this package.
Syntax
char* GetPackageDescription(int iPackageIdx);
int SetPackageDescription(int iPackageIdx, char* lpszPackageDescription);
Default Value
""
Remarks
For FedEx, this is the description that appears in the email to identify this package. This is optional.
For UPS, this is applicable and required for shipments with return service only.
This does not apply for USPS and Canada Post.
The size of the array is controlled by the PackageCount property.
This property is not available at design time.
Data Type
String