Contact
Wisej.Hybrid.Shared.Communication.Contact
Namespace: Wisej.Hybrid.Shared.Communication
Assembly: Wisej.Hybrid (3.5.0.0)
Represents a contact on the user's device.
public class Contact
Constructors
Contact()

Initializes a new instance of the Contact class.
Contact(id, namePrefix, givenName, middleName, familyName, nameSuffix, phones, email, displayName)

Initializes a new instance of the Contact class with the given data.
Properties
DisplayName

String: Gets or sets the display name of the contact.
If no display name is set, a display name is inferred from GivenName and FamilyName.
Emails

List<ContactEmail>: Gets or sets a collection of email addresses of the contact.
FamilyName

String: Gets or sets the family name (or last name) of the contact.
GivenName

String: Gets or sets the given name (or first name) of the contact.
Id

String: Gets or sets the identifier of the contact.
MiddleName

String: Gets or sets the middle name(s) of the contact.
NamePrefix

String: Gets or sets the name prefix of the contact.
NameSuffix

String: Gets or sets the name suffix of the contact.
Phones

List<ContactPhone>: Gets or sets a collection of phone numbers of the contact.
Last updated