Add-In works in Excel and Word, but not Outlook

K

Ken Slovak - [MVP - Outlook]

You're going to have to run in debug mode to see what's wrong. See if you
get OnConnection and if you are getting through the button initialization.
FWIW, I think it's a bad idea to use an Outlook addin as a shared addin with
Word, Excel, PPT, etc. I do shared addins for the other apps but always do
separate Outlook addins. There are just too many oddities and bugs in
Outlook's handling of things like OnDisconnection to make a fully shared
addin viable, in my opinion.
 
K

KenRoy

No, the OnConnection is not triggering.

I'm very new to Office Coding and found this shared addin example. I have
an outside app that I'd like to send an email to someone for approval. I'd
like them to be able to open the e-mail and click a button to run some code
which would "approve" the request.

Where would I find an example of a "non-shared" addin?
Thanks!
 
K

Ken Slovak - [MVP - Outlook]

Look at all the sample code at www.outlookcode.com. That may be the only
example of an Outlook addin shared with the other Office apps out there in
the wild.
 

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