cjlotz / Xamarin.Plugins

Cross platform Xamarin Plugins
MIT License
113 stars 56 forks source link

Add attachments on WP8.1 #13

Closed noberasco closed 9 years ago

noberasco commented 9 years ago

Hi,

first of all, thanks for your efforts on this project.

Since WP8.1 does support email with attachments (via EmailMessage and EmailManager), I wonder if you can update the library and add support for attachments on WinPhone.

Regards, Michele Noberasco

cjlotz commented 9 years ago

Not sure I understand the issue as the plugin provides support for WP 8.1 attachments. Have a look at the WinPhoneRT sample.

noberasco commented 9 years ago

Hi,

I did have a look at the WinPhoneRT sample, effectively the implementation is the one I'm looking for. However, I find myself unable to use it.

Context: I'm linking your library from a Xamarin Forms project (iOS, WP8.1 and Android). For some reason, when I fetch your library from NuGet, the WP8.1 project gets linked to the WinPhone variant of your library (where attachments are not available) instead of the WinPhoneRT variant. Do you have any idea why this happens, and what can I do to fix it?

Regards, Michele