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

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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.
 
Back
Top