office 2007 - Where is Outlook's save FileDialog? -
I am working on an Outlook add-in for which Office specific file deliog to interoperate with a SharePoint site. Required; There is no difference in the common file dialog. I know that there is a get_fileDialog method under globals in Word and Excel. This addin. Application.app, but Outlook does not seem to be how do I launch an Outlook FileDialog? Is this possible?
If you have COMDLG32.OCX ("General Dialogue Activate Control") If you have been installed, you can use it - with the example, here it is explained. ("Picture 2: Do not try to select more than one file in Word!").
Comments
Post a Comment