⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 applicationevents_11_event.cs

📁 破解的飞信源代码
💻 CS
字号:
namespace Microsoft.Office.Interop.Outlook
{
    using System;
    using System.Runtime.CompilerServices;
    using System.Runtime.InteropServices;

    [ComVisible(false), TypeLibType((short) 0x10), ComEventInterface(typeof(ApplicationEvents_11), typeof(ApplicationEvents_11_EventProvider))]
    public interface ApplicationEvents_11_Event
    {
        event ApplicationEvents_11_AdvancedSearchCompleteEventHandler AdvancedSearchComplete;

        event ApplicationEvents_11_AdvancedSearchStoppedEventHandler AdvancedSearchStopped;

        event ApplicationEvents_11_ItemSendEventHandler ItemSend;

        event ApplicationEvents_11_MAPILogonCompleteEventHandler MAPILogonComplete;

        event ApplicationEvents_11_NewMailEventHandler NewMail;

        event ApplicationEvents_11_NewMailExEventHandler NewMailEx;

        event ApplicationEvents_11_OptionsPagesAddEventHandler OptionsPagesAdd;

        event ApplicationEvents_11_QuitEventHandler Quit;

        event ApplicationEvents_11_ReminderEventHandler Reminder;

        event ApplicationEvents_11_StartupEventHandler Startup;
    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -