Method

MsgMailMessageset_receiver

Declaration [src]

void
msg_mail_message_set_receiver (
  MsgMailMessage* self,
  const char* receiver
)

Description [src]

Set mail receiver.

Parameters

receiver

Type: const char*

Mail_message receiver.

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