Method

MsgMailMessageset_body

Declaration [src]

void
msg_mail_message_set_body (
  MsgMailMessage* self,
  const char* body
)

Description [src]

Set mail body.

Parameters

body

Type: const char*

Mail body.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.