GDEmailAddress
Object Hierarchy:
Description:
All the fields in the GDEmailAddress structure are private and should never be
accessed directly.
Namespace: GData
Package: libgdata
Content:
Properties:
-
public string address { set; get; }
The e-mail address itself.
-
public string display_name { set; get; }
A display name of the entity (e.g. a person) the e-mail address belongs to.
-
public bool is_primary { set; get; }
Indicates which e-mail address out of a group is primary.
-
public string label { set; get; }
A simple string value used to name this e-mail address. It allows UIs to display a label such as "Work",
"Personal", "Preferred", etc.
-
public string relation_type { set; get; }
Creation methods:
Methods: