How to Create an Outlook Plugin using Delphi?

前端 未结 5 592
日久生厌
日久生厌 2021-02-08 14:14

I\'m working on a database project and I need to create Outlook 2007 plugin that saves the current previewed message into my database.

Can someone give me a step-by-step

5条回答
  •  Happy的楠姐
    2021-02-08 15:04

    To bad the job has to be done in Delphi. With .NET and VSTO creating Outlook addins is far less painfull compared to the bad old days. I have made Office addins in COM (that was NOT funny at all) and in the previous version of VSTO, but VSTO 3 is very good news for the office developer.

提交回复
热议问题