Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
<DispIdAttribute()> _
<TypeLibFuncAttribute()> _
Function IsFolderSelected ( _
Folder As MAPIFolder _
) As Boolean
'Usage
Dim instance As _Explorer
Dim Folder As MAPIFolder
Dim returnValue As Boolean
returnValue = instance.IsFolderSelected(Folder)
[DispIdAttribute()]
[TypeLibFuncAttribute()]
bool IsFolderSelected(
MAPIFolder Folder
)
Parameters
- Folder
Type: Microsoft.Office.Interop.Outlook.MAPIFolder
Return Value
Type: System.Boolean