Pergunta

We have users that have custom forms that store data in their Outlook Journal. We need to get at that data to report on it and combine with other reports, but so far I haven't found many good solutions. Pushing the data out from Outlook on individual machines as say CSV and then importing to SQL Server is far from ideal. Better would be pulling from Exchange (not Outlook) and sending that to SQL Server on a schedule.

Anyone know of any methods, tools, APIs, anything to get at the Journal data in Exchange? Thanks!

Environment: Exchange 2010 Office/Outlook 2010

Foi útil?

Solução

It sounds like Exchange Web Services might be able to do what you are looking for.

You'll need to configure an account to have permissions to access the users' mailboxes, and you'll have to access them one at a time (or in parallel). Other than that, you should be access the items in the user's Journal folder, read the items and process them as you need.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top