Microsoft Outlook Add-ins to insert received mail into DB.

A

Amit

Hello Everyone,

I need to find the best way to integrate Microsoft Outlook with our Mail
Database.

for e.g. when mail arrive into Microsoft Outlook, I can get that mail object
and store contents in Mail Database. In the same way when Mail receive
directly to Mail database through Web Interface, the Outlook PST file get
updated. How it can be possible?

Please suggest for any tool/code/ idea on how to go about?

Thank you,
Amit
 
K

Ken Slovak - [MVP - Outlook]

Why not just use an SMTP server called from the database code to send to the
Outlook store, perhaps with an x-header or custom property that indicates
the message shouldn't be synched back to the database?

Server code won't be able to access the Outlook store directly, that code
would have to run on the client under the user's logon and alias.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top