microsoft / mail2bug

Mail2Bug is a service that creates work-items in TFS (incl. VS Online) from an email, and keep the items updated with responses on the thread.
Other
175 stars 108 forks source link

Finding Folder on a shared mailbox is not working #36

Open acds opened 8 years ago

acds commented 8 years ago

I am trying to use a shared mail box, and trying to get the configuration to work with <ServiceType>EWSByFolder</ServiceType> and <IncomingFolder>incoming</IncomingFolder>, <CompletedFolder>Processed</CompletedFolder> and <ErrorFolder>Error</ErrorFolder>

From what I can diagnose from the code, the FolderNameResolver currency seem to be looking in the user credentials own inbox as defied by the config <EWSUsername/> and not the inbox of the <EWSMailboxAddress>?

I added the folders to the <EWSUsername> and it works as expected, but not the desired functionality.

I am unfamiliar with the EWS API and google is not being very helpful, any help greatly appreciated.

acds commented 8 years ago

I should have searched first, this seems to be similar to #31