_Explorer.SelectFolder Method

This object, member, or enumeration is deprecated and is not intended to be used in your code.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<TypeLibFuncAttribute()> _
<DispIdAttribute()> _
Sub SelectFolder ( _
    Folder As MAPIFolder _
)
'Usage
Dim instance As _Explorer
Dim Folder As MAPIFolder

instance.SelectFolder(Folder)
[TypeLibFuncAttribute()]
[DispIdAttribute()]
void SelectFolder(
    MAPIFolder Folder
)

Parameters

See Also

Reference

_Explorer Interface

_Explorer Members

Microsoft.Office.Interop.Outlook Namespace