get_body


Description:

public unowned Object? get_body ()

Attempts to identify the MIME part containing the body of the message.

Parameters:

this

A Message

Returns:

a Object containing the textual content that appears to be the main body of the message, or null if no body part has been set.

Note: This function is NOT guaranteed to always work as it makes some assumptions that are not necessarily true. It is recommended that you traverse the MIME structure yourself.