Share via


MOPTIONPAGE

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Specifies which page of the Communicator client Options dialog box to display through the UI and several related tracking constants.

Syntax

typedef enum{
   MOPT_GENERAL_PAGE = 0,
   MOPT_PRIVACY_PAGE = 1,
   MOPT_EXCHANGE_PAGE = 2,
   MOPT_ACCOUNTS_PAGE = 3,
   MOPT_CONNECTION_PAGE = 4,
   MOPT_PREFERENCES_PAGE = 5,
   MOPT_SERVICES_PAGE = 6,
   MOPT_PHONE_PAGE = 7,
} MOPTIONPAGE;

Members

  • MOPT_GENERAL_PAGE
    Used to display the Personal tab of the Options dialog box (default).
  • MOPT_PRIVACY_PAGE
    Used to display the Privacy tab of the Options dialog box.
  • MOPT_EXCHANGE_PAGE
    Used to display the Accounts tab of the Options dialog box.
  • MOPT_ACCOUNTS_PAGE
    Used to display the Accounts tab of the Options dialog box.
  • MOPT_CONNECTION_PAGE
    Used to display the Connection tab of the Options dialog box
  • MOPT_PREFERENCES_PAGE
    Used to display the Preferences tab of the Options dialog box
  • MOPT_SERVICES_PAGE
    Reserved.
  • MOPT_PHONE_PAGE
    Used to display the Phone tab of the Options dialog box.

Remarks

Requirements

  • Client
    Requires Microsoft DirectX 9.0, C Runtime libraries (msvcm80.dll) on Microsoft Windows© Vista, Microsoft Windows XP Service Pack 1 (SP1) or later, or Microsoft Windows 2000 with Service Pack 4 (SP4). Any Communicator-imposed restrictions apply. .
  • Server
    Requires Microsoft Office Communications Server 2007, AV MCU (for Media Support), Media Relay (for NAT/Firewall traversal) on Microsoft Office Communications Server 2007.
  • Product
    Microsoft Office Communicator 2007 Automation API
  • IDL file
    Msgrua.idl

See Also

Reference

Enums