var outlook = Application("Microsoft Outlook");
Then what, the documentation is so bad. I have tried to use a number of ways to expore the object using .Account and .account and .Accounts and returning and trying JSON_Stringify to explore but no dice.
Ideally i want to be able to list all the Accounts on the system (part im stuck), use this to then ask for a selection (which I can easily do at the moment) and then pass the input into a new message .make()