|  |  |  | Evolution-Data-Server Reference Manual |  | 
|---|---|---|---|---|
| Top | Description | ||||
gboolean e_cal_backend_mail_account_get_default (ESourceRegistry *registry,gchar **address,gchar **name); gboolean e_cal_backend_mail_account_is_valid (ESourceRegistry *registry,gchar *user,gchar **name); gboolean e_cal_backend_user_declined (ESourceRegistry *registry,icalcomponent *icalcomp);
gboolean e_cal_backend_mail_account_get_default (ESourceRegistry *registry,gchar **address,gchar **name);
Retrieve the default mail account as stored in Evolution configuration.
| 
 | an ESourceRegistry | 
| 
 | placeholder for default address | 
| 
 | placeholder for name | 
| Returns : | TRUE if there is a default account, FALSE otherwise. | 
gboolean e_cal_backend_mail_account_is_valid (ESourceRegistry *registry,gchar *user,gchar **name);
Checks that a mail account is valid, and returns its name.
| 
 | an ESourceRegistry | 
| 
 | user name for the account to check | 
| 
 | placeholder for the account name | 
| Returns : | TRUE if the account is valid, FALSE if not. | 
gboolean e_cal_backend_user_declined (ESourceRegistry *registry,icalcomponent *icalcomp);
| 
 | an ESourceRegistry | 
| 
 | component where to check | 
| Returns : | Whether icalcomp contains attendee with a mail same as any of configured enabled mail account and whether this user declined. | 
Since 2.26