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

📄 _application.cs

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

    [ComImport, Guid("00063001-0000-0000-C000-000000000046"), TypeLibType((short) 0x1040)]
    public interface _Application
    {
        [DispId(0xf000)]
        Microsoft.Office.Interop.Outlook.Application Application { [return: MarshalAs(UnmanagedType.Interface)] [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0xf000)] get; }
        [DispId(0xf00a)]
        OlObjectClass Class { [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0xf00a)] get; }
        [DispId(0xf00b)]
        NameSpace Session { [return: MarshalAs(UnmanagedType.Interface)] [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0xf00b)] get; }
        [DispId(0xf001)]
        object Parent { [return: MarshalAs(UnmanagedType.IDispatch)] [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0xf001)] get; }
        [DispId(0x114)]
        Microsoft.Office.Core.Assistant Assistant { [return: MarshalAs(UnmanagedType.Interface)] [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0x114)] get; }
        [DispId(0x3001)]
        string Name { [return: MarshalAs(UnmanagedType.BStr)] [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0x3001)] get; }
        [DispId(0x116)]
        string Version { [return: MarshalAs(UnmanagedType.BStr)] [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0x116)] get; }
        [return: MarshalAs(UnmanagedType.Interface)]
        [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0x111)]
        Explorer ActiveExplorer();
        [return: MarshalAs(UnmanagedType.Interface)]
        [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0x112)]
        Inspector ActiveInspector();
        [return: MarshalAs(UnmanagedType.IDispatch)]
        [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0x10a)]
        object CreateItem([In] OlItemType ItemType);
        [return: MarshalAs(UnmanagedType.IDispatch)]
        [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0x10b)]
        object CreateItemFromTemplate([In, MarshalAs(UnmanagedType.BStr)] string TemplatePath, [In, Optional, MarshalAs(UnmanagedType.Struct)] object InFolder);
        [return: MarshalAs(UnmanagedType.IDispatch)]
        [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0x115)]
        object CreateObject([In, MarshalAs(UnmanagedType.BStr)] string ObjectName);
        [return: MarshalAs(UnmanagedType.Interface)]
        [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0x110)]
        NameSpace GetNamespace([In, MarshalAs(UnmanagedType.BStr)] string Type);
        [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0x113)]
        void Quit();
        [DispId(280)]
        Microsoft.Office.Core.COMAddIns COMAddIns { [return: MarshalAs(UnmanagedType.Interface)] [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(280)] get; }
        [DispId(0x119)]
        Microsoft.Office.Interop.Outlook.Explorers Explorers { [return: MarshalAs(UnmanagedType.Interface)] [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0x119)] get; }
        [DispId(0x11a)]
        Microsoft.Office.Interop.Outlook.Inspectors Inspectors { [return: MarshalAs(UnmanagedType.Interface)] [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0x11a)] get; }
        [DispId(0x11b)]
        Microsoft.Office.Core.LanguageSettings LanguageSettings { [return: MarshalAs(UnmanagedType.Interface)] [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0x11b)] get; }
        [DispId(0x11c)]
        string ProductCode { [return: MarshalAs(UnmanagedType.BStr)] [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0x11c)] get; }
        [DispId(0x11d)]
        Microsoft.Office.Core.AnswerWizard AnswerWizard { [return: MarshalAs(UnmanagedType.Interface)] [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0x11d)] get; }
        [DispId(0x11e)]
        MsoFeatureInstall FeatureInstall { [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0x11e), TypeLibFunc((short) 0x40)] get; [param: In] [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0x11e), TypeLibFunc((short) 0x40)] set; }
        [return: MarshalAs(UnmanagedType.IDispatch)]
        [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0x11f)]
        object ActiveWindow();
        [return: MarshalAs(UnmanagedType.IDispatch)]
        [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0xfa62)]
        object CopyFile([In, MarshalAs(UnmanagedType.BStr)] string FilePath, [In, MarshalAs(UnmanagedType.BStr)] string DestFolderPath);
        [return: MarshalAs(UnmanagedType.Interface)]
        [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0xfa65)]
        Search AdvancedSearch([In, MarshalAs(UnmanagedType.BStr)] string Scope, [In, Optional, MarshalAs(UnmanagedType.Struct)] object Filter, [In, Optional, MarshalAs(UnmanagedType.Struct)] object SearchSubFolders, [In, Optional, MarshalAs(UnmanagedType.Struct)] object Tag);
        [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0xfa6c)]
        bool IsSearchSynchronous([In, MarshalAs(UnmanagedType.BStr)] string LookInFolders);
        [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0xfa48), TypeLibFunc((short) 0x40)]
        void GetNewNickNames([In, MarshalAs(UnmanagedType.Struct)] ref object pvar);
        [DispId(0xfa99)]
        Microsoft.Office.Interop.Outlook.Reminders Reminders { [return: MarshalAs(UnmanagedType.Interface)] [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0xfa99)] get; }
    }
}

⌨️ 快捷键说明

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