Outlook Save As Web Page

  • Thread starter Thread starter newbold12
  • Start date Start date
N

newbold12

Is it possible to programatically (VBA) save a Calendar as a Web Page. The
option exists on the file menu when the appropriate calendar is selected. I
have found no method that appears to do this.
 
That's not exposed to the Outlook object model.

However, you can use the Execute method of that menu item (CommandBarButton
object) to at least open that dialog as if you had selected Save As Web Page
from the File menu. The ControlID for that is 3823.
 

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

Back
Top