IsPartsStructured property: Message class
Description
Use the IsPartsStructured property to determine if the message is a container message, that is, composed of parts, as well as a rowset-based message.
This property determines if a message is a container message as well as rowset-based. If you only want to know if the message is a container message, use the IsParts property instead.
This property returns a Boolean value: true if the message executing the property is a container message that is rowset-based, false otherwise.
This property is read-only.
Related Topics