ApplicationEvents_11.BeforeFolderSharingDialog(MAPIFolder, Boolean) Method

Definition

This is a member in an event interface in a COM coclass. It is not intended to be used in your code.

public:
 void BeforeFolderSharingDialog(Microsoft::Office::Interop::Outlook::MAPIFolder ^ FolderToShare, [Runtime::InteropServices::Out] bool % Cancel);
public void BeforeFolderSharingDialog (Microsoft.Office.Interop.Outlook.MAPIFolder FolderToShare, out bool Cancel);
Public Sub BeforeFolderSharingDialog (FolderToShare As MAPIFolder, ByRef Cancel As Boolean)

Parameters

FolderToShare
MAPIFolder
Cancel
Boolean

Applies to