ApplicationEvents_11.FolderContextMenuDisplay 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
<DispIdAttribute()> _
<TypeLibFuncAttribute()> _
Sub FolderContextMenuDisplay ( _
CommandBar As CommandBar, _
Folder As MAPIFolder _
)
'Usage
Dim instance As ApplicationEvents_11
Dim CommandBar As CommandBar
Dim Folder As MAPIFolder
instance.FolderContextMenuDisplay(CommandBar, _
Folder)
[DispIdAttribute()]
[TypeLibFuncAttribute()]
void FolderContextMenuDisplay(
CommandBar CommandBar,
MAPIFolder Folder
)
Parameters
- CommandBar
Type: Microsoft.Office.Core.CommandBar
- Folder
Type: Microsoft.Office.Interop.Outlook.MAPIFolder