Method

MsgMailMessageset_subject

Declaration [src]

void
msg_mail_message_set_subject (
  MsgMailMessage* self,
  const char* subject
)

Description [src]

Set mail subject.

Parameters

subject

Type: const char*

Mail subject.

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