Where is Outlook's save FileDialog?

Posted by matthews on Stack Overflow See other posts from Stack Overflow or by matthews
Published on 2009-04-28T16:25:10Z Indexed on 2010/06/15 10:32 UTC
Read the original article Hit count: 520

I'm working on an Outlook add-in that requires the Office specific FileDialog to interoperate with a Sharepoint site; the common file dialog doesn't have the interoperability. I know that both Word and Excel have a get_fileDialog method under Globals.ThisAddIn.Application.Application, but Outlook doesn't seem to. How do I launch an Outlook FileDialog? Is it even possible?

© Stack Overflow or respective owner

Related posts about outlook

Related posts about office-2007