Windows support on Outlook custom button

B

Bingo

I created a custom button to be added to Outlook standard
toolbar. It's working fine in Outlook 2000. Just wanted
to ask if the same code will be running on other earlier
versions of Outlook. Thanks.
 
D

Dmitry Streblechenko \(MVP\)

No. You can add buttons to Outlook toolbars in the earlier versions (97 and
98), the only problem is these versions do not support events for the
buttons, so your event handler won't ever be called. Also note that if your
code is in a COM addin, it won't be loaded by Outlook versions prior to
Outlook 2000.

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
 
S

Sue Mosher [MVP-Outlook]

Build an Exchange client extension with C++ or Delphi and Extended MAPI.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
B

Bingo

Any samples? Thanks.

-----Original Message-----
Build an Exchange client extension with C++ or Delphi and Extended MAPI.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers






.
 

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