Method

EDataServerSourceMailCompositionset_cc

since: 3.6

Declaration [src]

void
e_source_mail_composition_set_cc (
  ESourceMailComposition* extension,
  const gchar* const* cc
)

Description [src]

Sets the recipients which should automatically be added to the carbon copy (Cc) list when composing a new mail message. The recipient strings should be of the form “Full Name <email-address>”.

Available since: 3.6

Parameters

cc

Type: An array of gchar*

A NULL-terminated string array of Cc recipients.

The array must be NULL-terminated.
The data is owned by the caller of the method.
Each element is a NUL terminated UTF-8 string.