Outlook Save As Web Page

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.
 
K

Ken Slovak - [MVP - Outlook]

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