Represents one of possibly many email addresses associated with a person
This is where and how an email address is stored.
Item -> AddressInfo -> EmailAddressInfo
Field | Type | Inherited from | Description |
---|---|---|---|
Href | String | Item | Gets or sets the href. |
IsPrivate | Boolean | AddressInfo | Gets or sets a value indicating whether this instance is private.Possible Values (true, false) |
Key | String | AddressInfo | Gets or sets the key. |
Type | String | AddressInfo | Gets or sets the type. |
MailTo | String | EmailAddressInfo | Gets or sets the mail to. |
{
"Href" : "String",
"IsPrivate" : "Boolean",
"Key" : "String",
"Type" : "String",
"MailTo" : "String"
}