Protocols/MSNP/Activities/SDK/Techref/Objectmodel/Objects/Messenger/Methods/Options
Messenger.Options Method
Displays the MSN® Messenger Options dialog box. If a valid page number is given as a parameter, the Options dialog box displays the specified page.
VBScript Syntax
Dim showPage ' Open Options dialog box, go to General tab showPage = 5 external.Messenger.Options showPage
JavaScript Syntax
var showPage; // Open Options dialog box, go to General tab showPage = 5; window.external.Messenger.Options(showPage);
Parameters
- Page
- An integer specifying the page for the Options dialog box to display.
Return Values
No return value.
Remarks
An exception is thrown if the Options dialog box cannot be displayed because another dialog box is already on the screen.
After it has been displayed, the dialog box can be controlled only by the user.
The application cannot make changes directly to the settings in the dialog box. If no parameter is supplied, the Options dialog box shows the first page.