Outlook 2007 - How to send an appointment w/o closing the inspecto

M

mikeo

Hi,

I am writing an Outlook 2007 add-in using VSTO 2005SE (VS2005, VB .NET). I
have a scenario where an appointment inspector is open and I want to
programmatically send the appointment without the inspector closing. Calling
apptItem.send() closes the inspector window and I don't see any other methods
to do the send. Any suggestions?

Thanks,
Mike
 
K

Ken Slovak - [MVP - Outlook]

Sending will always try to close the item. You might just have to get the
EntryID of the item (save it in Send) and then retrieve it and re-open it
after it closes. That's about the only workaround I can think of.
 

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