ApplicationEvents_11_SinkHelper.BeforeFolderSharingDialog Method
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Public Overridable Sub BeforeFolderSharingDialog ( _
param0 As MAPIFolder, _
ByRef param1 As Boolean _
)
'Usage
Dim instance As ApplicationEvents_11_SinkHelper
Dim param0 As MAPIFolder
Dim param1 As Boolean
instance.BeforeFolderSharingDialog(param0, _
param1)
public virtual void BeforeFolderSharingDialog(
MAPIFolder param0,
ref bool param1
)
Parameters
- param0
Type: Microsoft.Office.Interop.Outlook.MAPIFolder
- param1
Type: System.Boolean
Implements
ApplicationEvents_11.BeforeFolderSharingDialog(MAPIFolder, Boolean)
See Also
Reference
ApplicationEvents_11_SinkHelper Class