Method

CamelMimeMessageset_reply_to

Declaration [src]

void
camel_mime_message_set_reply_to (
  CamelMimeMessage* message,
  CamelInternetAddress* reply_to
)

Description [src]

Set the Reply-To of a message.

Parameters

reply_to

Type: CamelInternetAddress

A CamelInternetAddress object.

The argument can be NULL.
The data is owned by the caller of the method.