Method
CamelInternetAddressadd
Declaration [src]
gint
camel_internet_address_add (
CamelInternetAddress* addr,
const gchar* name,
const gchar* address
)
Parameters
name-
Type:
const gchar*Name associated with the new address.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. address-
Type:
const gchar*Routing address associated with the new address.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.