MCONTACTPROPERTY Enumerated Type

Deprecated. Used to ask for 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;

Constants

  • 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

Important  MCONTACTPROPERTY is no longer available in Windows Vista. See Windows Messenger for more information.

Enumerated Type Information

Header and IDL files msgrua.h, msgrua.idl