简体   繁体   中英

How to create an Outlook add-in in Delphi without using third party components?

How to write an Outlook add-in in Delphi without depending on any third party components. Looking for compatibility with MS Office from 2003 and all newer releases.

I see similar questions in SO but the response will always suggest to use some third-party component.

To develop a Outlook Addin or interface other applications with Outlook, you need to use the Outlook Object Model.

Here is a (sample) project I found which creates an add-in to outlook. This will help to understand the technology.

http://www.dimastr.com/babelfish/

Tested with Outlook 2003 and Delphi 2007

You have to register the DLL using regsvr32.exe

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM