ApplicationEvents_11_Event.BeforeFolderSharingDialog 事件

定义

在显示所选 Folder 对象的“共享”对话框之前发生。

public:
 event Microsoft::Office::Interop::Outlook::ApplicationEvents_11_BeforeFolderSharingDialogEventHandler ^ BeforeFolderSharingDialog;
event Microsoft.Office.Interop.Outlook.ApplicationEvents_11_BeforeFolderSharingDialogEventHandler BeforeFolderSharingDialog;
Event BeforeFolderSharingDialog As ApplicationEvents_11_BeforeFolderSharingDialogEventHandler 

事件类型

注解

此事件使加载项能够将 Outlook 提供的用户界面替换为自定义的用户界面。 如果共享邮件是以编程方式创建和显示的,则此事件不发生。

适用于