PostageProvider Property
The postage provider to use.
Syntax
uspsratescontrol.PostageProvider[=integer]
Possible Values
ppNone(0), ppEndicia(1), ppStamps(2)
Default Value
0
Remarks
When set to none, the control will communicate with USPS servers to get rates and print labels. USPS web services do not provide postage.
If postage is necessary, set this property to ppEndicia to use Endicia's web services which provides postage. In order to use this provider, an Endicia account must be set up through their website.
Once you have an Endicia USPSAccountNumber, you should also have obtained a USPSUserId and USPSPassword uniquely assigned to your account by Endicia. These values are all necessary to get rates and shipping labels through their web services.
Data Type
Integer