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

📄 taskitemclass.cs

📁 破解的飞信源代码
💻 CS
📖 第 1 页 / 共 4 页
字号:

        [DispId(0x853c)]
        public virtual string Microsoft.Office.Interop.Outlook._TaskItem.ContactNames { [return: MarshalAs(UnmanagedType.BStr)] [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0x853c)] get; [param: In, MarshalAs(UnmanagedType.BStr)] [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0x853c)] set; }

        [DispId(0x853a)]
        public virtual string Microsoft.Office.Interop.Outlook._TaskItem.Contacts { [return: MarshalAs(UnmanagedType.BStr)] [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0x853a), TypeLibFunc((short) 0x40)] get; [param: In, MarshalAs(UnmanagedType.BStr)] [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0x853a), TypeLibFunc((short) 0x40)] set; }

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

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

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

        [DispId(0x810f)]
        public virtual DateTime Microsoft.Office.Interop.Outlook._TaskItem.DateCompleted { [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0x810f)] get; [param: In] [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0x810f)] set; }

        [DispId(0x812a)]
        public virtual OlTaskDelegationState Microsoft.Office.Interop.Outlook._TaskItem.DelegationState { [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0x812a)] get; }

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

        [DispId(0xfa4d)]
        public virtual OlDownloadState Microsoft.Office.Interop.Outlook._TaskItem.DownloadState { [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0xfa4d)] get; }

        [DispId(0x8105)]
        public virtual DateTime Microsoft.Office.Interop.Outlook._TaskItem.DueDate { [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0x8105)] get; [param: In] [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0x8105)] set; }

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

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

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

        [DispId(0x17)]
        public virtual OlImportance Microsoft.Office.Interop.Outlook._TaskItem.Importance { [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0x17)] get; [param: In] [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0x17)] set; }

        [DispId(0x3fde)]
        public virtual int Microsoft.Office.Interop.Outlook._TaskItem.InternetCodepage { [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0x3fde)] get; [param: In] [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0x3fde)] set; }

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

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

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

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

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

        [DispId(0xf100)]
        public virtual object Microsoft.Office.Interop.Outlook._TaskItem.MAPIOBJECT { [return: MarshalAs(UnmanagedType.IUnknown)] [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0xf100), TypeLibFunc((short) 0x40)] get; }

        [DispId(0x8571)]
        public virtual OlRemoteStatus Microsoft.Office.Interop.Outlook._TaskItem.MarkForDownload { [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0x8571)] get; [param: In] [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0x8571)] set; }

        [DispId(0x1a)]
        public virtual string Microsoft.Office.Interop.Outlook._TaskItem.MessageClass { [return: MarshalAs(UnmanagedType.BStr)] [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0x1a)] get; [param: In, MarshalAs(UnmanagedType.BStr)] [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0x1a)] set; }

        [DispId(0x8534)]
        public virtual string Microsoft.Office.Interop.Outlook._TaskItem.Mileage { [return: MarshalAs(UnmanagedType.BStr)] [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0x8534)] get; [param: In, MarshalAs(UnmanagedType.BStr)] [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0x8534)] set; }

        [DispId(0x850e)]
        public virtual bool Microsoft.Office.Interop.Outlook._TaskItem.NoAging { [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0x850e)] get; [param: In] [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0x850e)] set; }

        [DispId(0x8123)]
        public virtual int Microsoft.Office.Interop.Outlook._TaskItem.Ordinal { [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0x8123)] get; [param: In] [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0x8123)] set; }

        [DispId(0x8552)]
        public virtual int Microsoft.Office.Interop.Outlook._TaskItem.OutlookInternalVersion { [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0x8552)] get; }

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

        [DispId(0x811f)]
        public virtual string Microsoft.Office.Interop.Outlook._TaskItem.Owner { [return: MarshalAs(UnmanagedType.BStr)] [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0x811f)] get; [param: In, MarshalAs(UnmanagedType.BStr)] [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0x811f)] set; }

        [DispId(0x8129)]
        public virtual OlTaskOwnership Microsoft.Office.Interop.Outlook._TaskItem.Ownership { [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0x8129)] get; }

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

        [DispId(0xf61f)]
        public virtual int Microsoft.Office.Interop.Outlook._TaskItem.PercentComplete { [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0xf61f)] get; [param: In] [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0xf61f)] set; }

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

        [DispId(0x851c)]
        public virtual bool Microsoft.Office.Interop.Outlook._TaskItem.ReminderOverrideDefault { [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0x851c)] get; [param: In] [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0x851c)] set; }

        [DispId(0x851e)]
        public virtual bool Microsoft.Office.Interop.Outlook._TaskItem.ReminderPlaySound { [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0x851e)] get; [param: In] [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0x851e)] set; }

        [DispId(0x8503)]
        public virtual bool Microsoft.Office.Interop.Outlook._TaskItem.ReminderSet { [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0x8503)] get; [param: In] [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0x8503)] set; }

        [DispId(0x851f)]
        public virtual string Microsoft.Office.Interop.Outlook._TaskItem.ReminderSoundFile { [return: MarshalAs(UnmanagedType.BStr)] [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0x851f)] get; [param: In, MarshalAs(UnmanagedType.BStr)] [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0x851f)] set; }

        [DispId(0x8502)]
        public virtual DateTime Microsoft.Office.Interop.Outlook._TaskItem.ReminderTime { [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0x8502)] get; [param: In] [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0x8502)] set; }

        [DispId(0xf623)]
        public virtual OlTaskResponse Microsoft.Office.Interop.Outlook._TaskItem.ResponseState { [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0xf623)] get; }

        [DispId(0x8127)]
        public virtual string Microsoft.Office.Interop.Outlook._TaskItem.Role { [return: MarshalAs(UnmanagedType.BStr)] [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0x8127)] get; [param: In, MarshalAs(UnmanagedType.BStr)] [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0x8127)] set; }

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

        [DispId(0x812f)]
        public virtual string Microsoft.Office.Interop.Outlook._TaskItem.SchedulePlusPriority { [return: MarshalAs(UnmanagedType.BStr)] [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0x812f)] get; [param: In, MarshalAs(UnmanagedType.BStr)] [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0x812f)] set; }

        [DispId(0x36)]
        public virtual OlSensitivity Microsoft.Office.Interop.Outlook._TaskItem.Sensitivity { [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0x36)] get; [param: In] [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0x36)] set; }

⌨️ 快捷键说明

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