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.
 
Back
Top