util_get_default_name_and_address


Description:


[ Version ( since = "3.50" ) ]
public bool util_get_default_name_and_address (SourceRegistry registry, out string out_name, out string out_address)

Returns the real name and email address of the default mail identity, if available.

If no default mail identity is available, out_name and out_address are set to null and the function returns false.

Parameters:

registry

an SourceRegistry

out_name

return location for the user's real name, or null

out_address

return location for the user's email address, or null

Returns:

true if out_name and/or out_address were set


Namespace: ECal
Package: libecal-2.0