The MessageManager Object

The MessageManager object stores error messages in multiple languages that the order processing pipeline (OPP) components use to describe error conditions generated during OrderForm processing.

The MessageManager object supports the following property.

Property Description
DefaultLanguage Specifies the default message set for the MessageManager.

The MessageManager object supports the following methods.

Method Description
AddLanguage Adds a new message set to the MessageManager object.
AddMessage Adds a new message to the Message Manager object.
GetLocale Returns the locale for the specified message set.
GetMessage Returns the message associated with the specified message name constant.

Related Topics


© 1997-1998 Microsoft Corporation. All rights reserved.