Turns the conversation window sidebar and toolbar on or off.

Syntax

typedef enum{
   MWINDOWPROP_INVALID_PROPERTY = -1,
   MWINDOWPROP_VIEW_SIDEBAR = 0,
   MWINDOWPROP_VIEW_TOOLBAR = 1
} MWINDOWPROPERTY;

Members

MWINDOWPROP_INVALID_PROPERTY

Not a valid property.

MWINDOWPROP_VIEW_SIDEBAR

Used for retrieving and adding or removing the conversation window sidebar.

MWINDOWPROP_VIEW_TOOLBAR

Used for retrieving and adding or removing the conversation window toolbar.

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