Method

CamelMessageInfoget_user_flag

since: 3.24

Declaration [src]

gboolean
camel_message_info_get_user_flag (
  const CamelMessageInfo* mi,
  const gchar* name
)

Description

No description available.

Available since: 3.24

Parameters

name

Type: const gchar*

User flag name.

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

Return value

Type: gboolean

Whther the user flag named name is set.