Is it at all possible to get all the email data that I mentioned using JavaScript? Whether it is one by one or raw data that I can then split up later, because I need to get the subject, body, and even any attachments that is within the email, I need to attach all the data collected and then send the data to my own website. I've read the Microsoft documentations on it but they all use C#, plus I don't really have any experience dealing with the manifest.xml file provided by yeoman generator. I'm new to all this so I would appreciate any help. If there is a walk-through tutorial that shows how exactly to use the manifest while writing JavaScript that would be really helpful. Thank you in advance!