Previous in Contents Next in Contents

IMSCSMessageManager_3_0::put_defaultLanguage

The put_defaultLanguage method specifies the default language for the message set. The language that you specify must be one that you have added to the message set through a previous call to put_defaultLanguage.

Syntax

HRESULT put_defaultLanguage(
BSTR bstr
);

Parameter

bstr
Identifies the language to make the default for the message set.

Include File

<commerce.h>

Return Values

Value Description
S_OK The default language was successfully set.
E_INVALIDARG The bstr parameter is empty.
E_OUTOFMEMORY Memory could not be allocated to store the default language.

Related Topic

IMSCSMessageManager_3_0::get_defaultLanguage


© 1997-2000 Microsoft Corporation. All rights reserved.