StansAssets / com.stansassets.ultimate-mobile

Ultimate Mobile Plugin Wiki
https://api.stansassets.com/ultimate-mobile/
11 stars 2 forks source link

import of contacts has only 3 fields #20

Closed splitter77 closed 4 years ago

splitter77 commented 4 years ago

importing contacts only includes name phone number and email address, notes, organization are missing

stan-osipov commented 4 years ago

Hey, the following items are added:

/// <summary>
/// The name of the organization associated with the contact.
/// </summary>
string OrganizationName { get; }

/// <summary>
/// The contact’s job title.
/// </summary>
string JobTitle { get; }

/// <summary>
/// A note associated with a contact.
/// </summary>
string Note { get; }