Method

MsgMailMessageset_sender

Declaration [src]

void
msg_mail_message_set_sender (
  MsgMailMessage* self,
  const char* sender
)

Description [src]

Set mail sender.

Parameters

sender

Type: const char*

Mail_message sender.

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