[ CCode ( has_construct_function = false ) ]
public GDEmailAddress (string address, string? relation_type, string? label, bool is_primary)
Creates a new GDEmailAddress.
More information is available in the <ulink type="http" url="http://code.google.com/apis/gdata/docs/2.0/elements.html#gdEmail"> GData specification</ulink>.
| address |
the e-mail address |
| relation_type |
the relationship between the e-mail address and its owner, or null |
| label |
a human-readable label for the e-mail address, or null |
| is_primary |
true if this e-mail address is its owner's primary address, false otherwise |
|
a new GDEmailAddress, or null; unref with unref |