Hello everyone.

The Mixed Reality Forums here are no longer being used or maintained.

There are a few other places we would like to direct you to for support, both from Microsoft and from the community.

The first way we want to connect with you is our mixed reality developer program, which you can sign up for at https://aka.ms/IWantMR.

For technical questions, please use Stack Overflow, and tag your questions using either hololens or windows-mixed-reality.

If you want to join in discussions, please do so in the HoloDevelopers Slack, which you can join by going to https://aka.ms/holodevelopers, or in our Microsoft Tech Communities forums at https://techcommunity.microsoft.com/t5/mixed-reality/ct-p/MicrosoftMixedReality.

And always feel free to hit us up on Twitter @MxdRealityDev.
Options

InApp email with attachments

Hi, im developing a untiy3d hololens app and i would like to take screenshots and videos (using MRC) and send them via email.

But unity hololens doesn't support the using of System.Net.Mail nor does it support using Windows.ApplicationModel.Email, and i failed at finding an external dll that works in unity.

How can i share my images and videos without exiting the app and manually sending them?

Tagged:

Answers

  • Options

    Try doing this by using a php or asp page on a webserver(as a relay) and uploading to it the email data/attachment and then mailing from there, also do not forget to set InternetClient or InternetClientServer in your Publishing setting(capabilities)

    creative mind, free thinker, dreamer, maker, mostly working on games and doodling around with gadgets, Sphered Cazual/Elite/Master of the Universe/Dad/Husband @mariovermeulen

Sign In or Register to comment.