PROPID_M_EXTENSION

The PROPID_M_EXTENSION property provides a place to put additional information that is associated with the message.

Type Indicator
VT_UI1 | VT_VECTOR
PROPVARIANT Field
caub
Property Values
Array of bytes

Remarks

The PROPID_M_EXTENSION property is typically used by applications sending messages to or reading messages from a foreign queue. It is the application's responsibility to understand the content of this property.

The receiving application can determine the length of the information in this property by calling PROPID_M_EXTENSION_LEN.

QuickInfo

  Windows NT: Requires version 4.0 SP3 or later.
  Windows: Requires Windows 95 or later.
  Windows CE: Unsupported.
  Header: Declared in mq.h.
  Import Library: Use mqrt.lib.
  Unicode: Defined only as Unicode.

See Also

PROPID_M_EXTENSION_LEN