The IUtility type exposes the following members.
Back to Top
Methods
| Name | Description | |
|---|---|---|
| CreateAccount(AuthHeader, TemplateUser) |
Used to create basic account types with little customization. Provides a simplified way to create generic accounts
| |
| CreateAccount(AuthHeader, User) |
Used to create a completely customizable account.
| |
| eVSManifestComplete |
Used to indicate when a specific userID (and associated IDs) has finished eVS Manifestation
| |
| GetChildrenAccounts |
Used to retrieve basic account information for all account under the calling presorter
| |
| GetClientID_CHAMPCompatability |
Used to retrieve the account ID associated with the MAIL INC CHAMP
| |
| GetPICStatus |
Used to get the basic database status of a PIC (i.e. has it been deleted, is it active, is it inactive, etc.)
| |
| GetTierStructure |
Used to retrieve an entire tier structure under a given UserID
| |
| GetTrackingDetails |
Used to retrieve tracking data
| |
| GetTrackingExtracts |
Used to retrieve extract tracking data
| |
| GetTransactionCounts |
Gets all transaction counts for the given UserID
| |
| GetUserDetails |
Used to retrieve basic account information about a user
| |
| GetZone |
Returns the zone for the parameters zipFrom and zipTo.
Returns "0" if there is no zone for the parameter set. | |
| InsertAddressExtractionHistoryItem |
Used to keep track of any address extrations that take place on any CDI application. These may be charged.
| |
| ManifestNow |
Used to force manifesting of all mail pieces (eVS, certified, and confirmation)
| |
| RemovePieces |
Used to remove PICs from an account so that the client is not charged and
so that the USPS does not recieve unused tracking numbers.
| |
| ReportError |
Used to allow error reporting for other applications relevent to CDI
| |
| RequestSignatureFile |
Allows the request of a signature file
| |
| ReturnTransactions |
Used exclusively by CDI to return transactions to a user.
This differs from IUtility:RemovePieces in that it it works regardless of whether a mail piece is in our DB or not. If the piece exists in our DB, then this will validate it; remove it; and return a transaction as appropriate. | |
| StandardizeAddresses |
Used to standardize addresses.
|
See Also