Thomas Grossen
Guest
|
Hi,
What is the namespace for Outlook 2003? I cannot find it.
There are some properties that are only available in 2003.
Thank you. |
|
Dmitry Kostochko
Add-in Express team
Posts: 2887
Joined: 2004-04-05
|
Hi Thomas,
Delphi contains component wrappers for Office 2000 and 2002 type libraries only. But you can try to create component wrappers for Outlook 2003 type library yourself. Open your project, go to Project -> Import Type Libray, locate the Microsoft Outlook 11.0 Object Library (Version 9.2) item in the list and click the "Create Unit" button.
P.S. Note that we take up your forum requests in the order we receive them.
Besides, it may take us some time to investigate your issue. Please be sure we will let you know as soon as the best possible solution is found.
|
|
Thomas Grossen
Guest
|
Dmitry,
I have successfully created the wrapper. Thank you for your instructions. |
|