Method

EDataServerSourceMailIdentityset_reply_to

since: 3.6

Declaration [src]

void
e_source_mail_identity_set_reply_to (
  ESourceMailIdentity* extension,
  const gchar* reply_to
)

Description [src]

Sets the email address for this identity to which recipients should send replies.

The internal copy of reply_to is automatically stripped of leading and trailing whitespace. If the resulting string is empty, NULL is set instead.

Available since: 3.6

Parameters

reply_to

Type: const gchar*

The sender’s reply-to address, or NULL.

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