IMessenger::MyProperty property

[MyProperty is no longer available for use as of Windows Vista. See Windows Messenger for more information.]

Reserved. Do not use.

This property is read/write.

Syntax

HRESULT put_MyProperty(
  [in]          MCONTACTPROPERTY ePropType,
  [in]          VARIANT          vPropVal
);

HRESULT get_MyProperty(
  [in]          MCONTACTPROPERTY ePropType,
  [out, retval] VARIANT          *pvPropVal
);

Property value

A pointer to a VARIANT that contains the property value. (Variant type differs depending on the property being set or retrieved.)

Error codes

Name Meaning
E_INVALIDARG
Returned in all cases. This method is reserved.

Requirements

End of client support
Windows XP
End of server support
Windows Server 2003
Header
Msgrua.h
IDL
Msgrua.idl
DLL
Msgsc.dll

See also

IMessenger

OnMyPropertyChange