MPHONE_TYPE Enumerated Type

Deprecated. Specifies which phone number of a given contact is used.

Syntax

typedef enum {
    MPHONE_TYPE_ALL = -1,
    MPHONE_TYPE_HOME = 0,
    MPHONE_TYPE_WORK = 1,
    MPHONE_TYPE_MOBILE = 2,
    MPHONE_TYPE_CUSTOM = 3
} MPHONE_TYPE;

Constants

  • MPHONE_TYPE_ALL
    Valid with IMessenger::Phone method only.

  • MPHONE_TYPE_HOME
    Use home phone number.

  • MPHONE_TYPE_WORK
    Use work phone number.

  • MPHONE_TYPE_MOBILE
    Use mobile phone number.

  • MPHONE_TYPE_CUSTOM
    Valid with IMessenger::Phone method only. Specifies that the contact information should be ignored and that the phone number specified in the method call should be used.

Remarks

This constant is used as an index for APIs that get or set phone number information stored in the properties of a contact or current client user.

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

Enumerated Type Information

Header and IDL files msgrua.h, msgrua.idl