次の方法で共有


ApplicationEvents_11_BeforeFolderSharingDialogEventHandler 代理人

定義

これは、対応するオブジェクト内のイベントの委任です。 イベントのコールバック メソッドを実装した後、この委任を使用して、コールバック メソッドをイベントに接続します。 イベント インターフェイスのバージョンが複数ある場合、この委任は、イベントのコールバック メソッドを、指定されたバージョンの Outlook に接続します。

public delegate void ApplicationEvents_11_BeforeFolderSharingDialogEventHandler(MAPIFolder ^ FolderToShare, [Runtime::InteropServices::Out] bool % Cancel);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void ApplicationEvents_11_BeforeFolderSharingDialogEventHandler(MAPIFolder FolderToShare, out bool Cancel);
Public Delegate Sub ApplicationEvents_11_BeforeFolderSharingDialogEventHandler(FolderToShare As MAPIFolder, ByRef Cancel As Boolean)

パラメーター

FolderToShare
MAPIFolder

共有する フォルダー オブジェクトです。

Cancel
Boolean

False イベントが発生します。 イベント プロシージャでこの引数に True を設定する場合は、ダイアログ ボックスは表示されません。

属性

適用対象