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

📄 reminderclass.cs

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

    [ComImport, Guid("0006F028-0000-0000-C000-000000000046"), ClassInterface((short) 0), DefaultMember("Caption")]
    public class ReminderClass : _Reminder, Reminder
    {
        [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0xfa9a)]
        public virtual extern void Dismiss();
        [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0xfa9b)]
        public virtual extern void Snooze([In, Optional, MarshalAs(UnmanagedType.Struct)] object SnoozeTime);

        [DispId(0xf000)]
        public virtual Microsoft.Office.Interop.Outlook.Application Application { [return: MarshalAs(UnmanagedType.Interface)] [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0xf000)] get; }

        [DispId(0)]
        public virtual string Caption { [return: MarshalAs(UnmanagedType.BStr)] [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0)] get; }

        [DispId(0xf00a)]
        public virtual OlObjectClass Class { [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0xf00a)] get; }

        [DispId(0xfa9d)]
        public virtual bool IsVisible { [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0xfa9d)] get; }

        [DispId(0xfa9e)]
        public virtual object Item { [return: MarshalAs(UnmanagedType.IDispatch)] [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0xfa9e)] get; }

        [DispId(0xf000)]
        public virtual Microsoft.Office.Interop.Outlook.Application Microsoft.Office.Interop.Outlook._Reminder.Application { [return: MarshalAs(UnmanagedType.Interface)] [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0xf000)] get; }

        [DispId(0)]
        public virtual string Microsoft.Office.Interop.Outlook._Reminder.Caption { [return: MarshalAs(UnmanagedType.BStr)] [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0)] get; }

        [DispId(0xf00a)]
        public virtual OlObjectClass Microsoft.Office.Interop.Outlook._Reminder.Class { [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0xf00a)] get; }

        [DispId(0xfa9d)]
        public virtual bool Microsoft.Office.Interop.Outlook._Reminder.IsVisible { [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0xfa9d)] get; }

        [DispId(0xfa9e)]
        public virtual object Microsoft.Office.Interop.Outlook._Reminder.Item { [return: MarshalAs(UnmanagedType.IDispatch)] [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0xfa9e)] get; }

        [DispId(0xfa9f)]
        public virtual DateTime Microsoft.Office.Interop.Outlook._Reminder.NextReminderDate { [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0xfa9f)] get; }

        [DispId(0xfaa0)]
        public virtual DateTime Microsoft.Office.Interop.Outlook._Reminder.OriginalReminderDate { [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0xfaa0)] get; }

        [DispId(0xf001)]
        public virtual object Microsoft.Office.Interop.Outlook._Reminder.Parent { [return: MarshalAs(UnmanagedType.IDispatch)] [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0xf001)] get; }

        [DispId(0xf00b)]
        public virtual NameSpace Microsoft.Office.Interop.Outlook._Reminder.Session { [return: MarshalAs(UnmanagedType.Interface)] [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0xf00b)] get; }

        [DispId(0xfa9f)]
        public virtual DateTime NextReminderDate { [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0xfa9f)] get; }

        [DispId(0xfaa0)]
        public virtual DateTime OriginalReminderDate { [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0xfaa0)] get; }

        [DispId(0xf001)]
        public virtual object Parent { [return: MarshalAs(UnmanagedType.IDispatch)] [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0xf001)] get; }

        [DispId(0xf00b)]
        public virtual NameSpace Session { [return: MarshalAs(UnmanagedType.Interface)] [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0xf00b)] get; }
    }
}

⌨️ 快捷键说明

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