_Explorer.CurrentFolder Property

Definition

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.

Applies to