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.

See Also

PROPID_M_EXTENSION_LEN


© 1997 by Microsoft Corporation. All rights reserved.