派生 Microsoft.Office.Interop.Outlook.ApplicationClass 属性 GuidAttribute 实现 _Application ApplicationEvents_11_Event 注解这是派生自 COM Coclass(托管代码要求此 Coclass 来实现与相应的 COM 对象的互操作性)的 .NET 接口。 使用此派生的接口来访问所有方法、属性和 COM 对象的事件成员。 但是,如果您想要使用...
Office.Interop.Outlook 程序集: Microsoft.Office.Interop.Outlook.dll 返回一个 Application 对象,该对象代表对象的父 Outlook 应用程序。 只读。 C# 复制 public Microsoft.Office.Interop.Outlook.Application Application { get; } 属性值 Application 适用于 产品版本 Outlook primary interop assembly Latest ...
Microsoft.Office.Interop.Outlook Exceptions 閱讀英文版本 TwitterLinkedInFacebook電子郵件 Reference Feedback Definition Namespace: Microsoft.Office.Interop.Outlook Assembly: Microsoft.Office.Interop.Outlook.dll Returns anApplicationobject that represents the parent Outlook application for the object. Read-only. ...
名前空間: Microsoft.Office.Interop.Outlook アセンブリ: Microsoft.Office.Interop.Outlook.dll Outlook アプリケーション全体を表します。C# コピー [System.Runtime.InteropServices.Guid("00063001-0000-0000-C000-000000000046")] public interface Application : Microsoft.Office.Interop.Outlook._Application...
Pages.Application 属性 参考 反馈 定义 命名空间: Microsoft.Office.Interop.Outlook 程序集: Microsoft.Office.Interop.Outlook.dll 返回一个 Application 对象,该对象代表对象的父 Outlook 应用程序。 只读。 C# 复制 public Microsoft.Office.Interop.Outlook.Application Application { get; } 属性值 Application...
Microsoft.Office.Interop.Outlook.ApplicationClass appCls = new Microsoft.Office.Interop.Outlook.ApplicationClass();mySpace = appCls.GetNamespace("MAPI");Microsoft.Office.Interop.Outlook.Application outlookObj = new Microsoft.Office.Interop.Outlook.Application();MailItem Item = (Microsoft.Office...
Microsoft.Office.Interop.Word 中有_Application,Application和ApplicationClass 网上一些操作word的代码3中都有用到。查看msdn: public interface _Application public interface Application : _Application, ApplicationEvents4_Event public class ApplicationClass : _Application, Application, ApplicationEvents4_Event, Applicat...
下面的代码示例InitializeMAPI显示了更好的替代方案:首先实例化Outlook对象,然后引用默认文件夹(如收件箱)...
Office Outlook Primary Interop Assembly Search Microsoft.Office.Interop.Outlook _Account _AccountRuleCondition _Accounts _AccountSelector _AddressRuleCondition _Application _AppointmentItem _AssignToCategoryRuleAction _AttachmentSelection _AutoFormatRule _AutoFormatRules _BusinessCardView _CalendarModule _Calenda...
命名空间: Microsoft.Office.Interop.Word 程序集: Microsoft.Office.Interop.Word.dll 表示Word应用程序。C# 复制 [System.Runtime.InteropServices.Guid("00020970-0000-0000-C000-000000000046")] public interface Application : Microsoft.Office.Interop.Word._Application, Microsoft.Office.Interop.Word.Application...