Models
Email Address
Email address information for contacts in the ContactsManager SDK
Email Address
The ContactEmailAddress
model represents an email address associated with a contact in the ContactsManager SDK.
Properties
emailId: String
- Unique identifier for the email address entryvalue: String?
- The actual email addresstype: String?
- The type or label for the email address (work, personal, other)emoji: String?
- An emoji icon associated with this email addresscontact: Contact?
- Reference to the parent contact that owns this email address
Usage Example
Related
- Contact Model - The parent contact model
- Phone Number Model - Phone numbers for contacts
- URL Address Model - URLs associated with contacts