Skip to main content

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 entry
  • value: String? - The actual email address
  • type: String? - The type or label for the email address (work, personal, other)
  • emoji: String? - An emoji icon associated with this email address
  • contact: Contact? - Reference to the parent contact that owns this email address

Usage Example