Method

EDataServerSourceMailSubmissionset_transport_uid

since: 3.6

Declaration [src]

void
e_source_mail_submission_set_transport_uid (
  ESourceMailSubmission* extension,
  const gchar* transport_uid
)

Description [src]

Sets the ESource:uid of the ESource that describes the mail transport to be used for outgoing messages.

Available since: 3.6

Parameters

transport_uid

Type: const gchar*

The mail transport ESource:uid, 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.