Read Outlook MSG and EML files without using Outlook. The MSGReader supports MSG E-Mail (also signed), Contact, Appointment, Task, Sticky notes and Contact files.
The EML reader supports MIME 1.0 encoded files.
Easily read contacts from iOS and Android.
Sample:
var contacts = await Plugin.ContactService.CrossContactService.Current.GetContactListAsync();
DON'T FORGET PERMISSIONS:
ON ANDROID:
READ_CONTACTS
ON IOS:
into Info.plist...
More information
Easily read contacts from iOS and Android.
Sample:
var contacts = await Plugin.ContactService.CrossContactService.Current.GetContactListAsync();
This package is depdended to Plugin.Permissions. Don't forget to add it and make the right setup...
More information