You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: