_NameSpace.PickFolder Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Displays the Pick Folder dialog box.
public:
Microsoft::Office::Interop::Outlook::MAPIFolder ^ PickFolder();
public Microsoft.Office.Interop.Outlook.MAPIFolder PickFolder ();
Public Function PickFolder () As MAPIFolder
Returns
A Folder object that represents the folder that the user selects in the dialog box, or Nothing if the dialog box is canceled by the user.
Remarks
The Pick Folder dialog box is a modal dialog box which means that code execution will not continue until the user either selects a folder or cancels the dialog box.