Windows Store - Email & Gif

Hello,

I have question about two things.

  1. Is it possible to send email with attachments without using native email function in windows store? Like it was using System.Security.Cryptography.X509Certificates etc? ( its showing many errors when building in unity thats why im looking for alternative way). It was perfect way for me becouse its for event application and user dont have to see that window after he input email.

  2. Is it possible to make gif from WebCamTexture in Windows Store build? I was using assets in standalone - “CaptureTheGif” but in windows store build it isnt working problem is with System.threading and i dont know how to rewrite it.

  1. I don’t know of any, networking API doesn’t seem to have such high level stuff, but as a last resort you can use plain sockets and send e-mail as in this example:
    sockets - Sending emails using C - Stack Overflow

  2. There seem to be more GIF encoders in Asset Store, or you can search for gif encoding libraries, that are compatible with UWP.