_Explorer.CurrentFolder Property
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.
Returns or sets a Folder object that represents the current folder displayed in the explorer. Read/write.
public:
property Microsoft::Office::Interop::Outlook::MAPIFolder ^ CurrentFolder { Microsoft::Office::Interop::Outlook::MAPIFolder ^ get(); void set(Microsoft::Office::Interop::Outlook::MAPIFolder ^ value); };
public Microsoft.Office.Interop.Outlook.MAPIFolder CurrentFolder { get; set; }
Public Property CurrentFolder As MAPIFolder
Property Value
Remarks
Use this property to change the folder the user is viewing.