Share via


MCONTACTPROPERTY

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 the property that indicates which groups a user belongs to or the contact's e-mail address.

Syntax

typedef enum{
   MCONTACTPROP_INVALID_PROPERTY = -1,
   MCONTACTPROP_GROUPS_PROPERTY = 0,
   MCONTACTPROP_EMAIL = 1
} MCONTACTPROPERTY;

Members

  • MCONTACTPROP_INVALID_PROPERTY
    Not a valid property.
  • MCONTACTPROP_GROUPS_PROPERTY
    Used to ask for the property that indicates which groups a user belongs to.
  • MCONTACTPROP_EMAIL
    Used to ask for the property that indicates the contact's e-mail address.

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