IBaseMessage Interface (COM)

 

Represents the basic composition of the message.

For a list of all members of this type, see IBaseMessage Members.

Note

For information on using this interface within managed code, see the IBaseMessage Interface.

Remarks

This interface must be implemented for messages that get published to the database and delivered to the orchestration. The component needs to use the CreateMessage method of the IBaseMessageFactory interface to create a new message object in memory.

See Also

IBaseMessage Members (COM)