Virtual Method

CamelMessageInfoset_cc

since: 3.24

Declaration [src]

gboolean
set_cc (
  CamelMessageInfo* mi,
  const gchar* cc
)

Description [src]

Sets CC from the associated message.

This property is considered static, in a meaning that it should not change during the life-time of the mi, the same as it doesn’t change in the associated message.

If the mi changed, the ‘dirty’ flag and the ‘folder-flagged’ flag are set automatically, unless the mi is aborting notifications. There is not emitted folder’s “changed” signal for this mi.

Available since: 3.24

Parameters

cc

Type: const gchar*

A CC to set.

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

Return value

Type: gboolean

Whether the value changed.