evrenvarol / outlook-taskboard

Kanban Board for Microsoft Outlook Tasks
MIT License
205 stars 76 forks source link

Configure other than default account #62

Open saebel6661 opened 2 years ago

saebel6661 commented 2 years ago

I have added multiple accounts/mailboxes to my outlook. Taskboard is showing the tasks from my personal mailbox, which of course ist the default account in outlook. I would like to use taskboard with my team mailbox, but I haven't managed to configure this. I guess that line 15 in the app.js file is the key: var outlookNS = outlookApp.GetNameSpace("MAPI") Google tells me that this NameSpace will only connect to the default mailbox. Can anyone tell me how to use the tasks from a non-default mailbox/account?