[TIBCO.EMS.UFOCLIENT .NET client library 8.1 documentation]

Clears out the message body. Clearing a message's body does not clear its header values or property entries.

Namespace:  TIBCO.EMS.UFO
Assembly:  TIBCO.EMS.UFO (in TIBCO.EMS.UFO.dll)

Syntax

public virtual void ClearBody()
Public Overridable Sub ClearBody
public:
virtual void ClearBody()

Remarks

If this message body was read-only, calling this method leaves the message body in the same state as an empty body in a newly created message.

See Also