Esempio n. 1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private static void InitializeManifest(Microsoft.Office.Tools.Outlook.FormRegionManifest manifest, Microsoft.Office.Tools.Outlook.Factory factory)
 {
     manifest.FormRegionName    = "平安邮件大附件上传";
     manifest.FormRegionType    = Microsoft.Office.Tools.Outlook.FormRegionType.Adjoining;
     manifest.ShowInspectorRead = false;
     manifest.ShowReadingPane   = false;
 }
Esempio n. 2
0
 /// <summary>
 /// 设计器支持所需的方法 - 请勿
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private static void InitializeManifest(Microsoft.Office.Tools.Outlook.FormRegionManifest manifest)
 {
     manifest.FormRegionName       = "RSS Article";
     manifest.FormRegionType       = Microsoft.Office.Tools.Outlook.FormRegionType.Adjoining;
     manifest.ShowInspectorCompose = false;
     manifest.ShowInspectorRead    = false;
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private static void InitializeManifest(Microsoft.Office.Tools.Outlook.FormRegionManifest manifest, Microsoft.Office.Tools.Outlook.Factory factory)
 {
     manifest.FormRegionName       = "Display Internet Headers";
     manifest.FormRegionType       = Microsoft.Office.Tools.Outlook.FormRegionType.Adjoining;
     manifest.ShowInspectorCompose = false;
     manifest.ShowReadingPane      = false;
 }
Esempio n. 4
0
 /// <summary>
 /// 设计器支持所需的方法 - 请勿
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private static void InitializeManifest(Microsoft.Office.Tools.Outlook.FormRegionManifest manifest)
 {
     manifest.FormRegionName       = "View Article";
     manifest.Icons.Page           = global::FormRegionOutlookAddIn.Properties.Resources.RssFeed;
     manifest.ShowInspectorCompose = false;
     manifest.ShowReadingPane      = false;
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private static void InitializeManifest(Microsoft.Office.Tools.Outlook.FormRegionManifest manifest, Microsoft.Office.Tools.Outlook.Factory factory)
 {
     manifest.Description    = "AtomicRssForm";
     manifest.FormRegionName = "AtomicRssForm";
     manifest.FormRegionType = Microsoft.Office.Tools.Outlook.FormRegionType.ReplaceAll;
     manifest.Title          = "AtomicRssForm";
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private static void InitializeManifest(Microsoft.Office.Tools.Outlook.FormRegionManifest manifest)
 {
     manifest.FormRegionName = "CustomReadingPane";
     manifest.FormRegionType = Microsoft.Office.Tools.Outlook.FormRegionType.Replacement;
     //manifest.ShowInspectorCompose = false;
     //manifest.ShowInspectorRead = false;
     manifest.Title = "CustomReadingPane";
 }
Esempio n. 7
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private static void InitializeManifest(Microsoft.Office.Tools.Outlook.FormRegionManifest manifest)
 {
     manifest.Description    = "Displays the mail HTML source.";
     manifest.FormRegionName = "Mail HTML View";
     manifest.FormRegionType = Microsoft.Office.Tools.Outlook.FormRegionType.Adjoining;
     manifest.Title          = "Mail HTML View";
     manifest.Version        = "1.0";
 }
Esempio n. 8
0
 public RssRegionFactory()
 {
     this._Manifest = Globals.Factory.CreateFormRegionManifest();
     RssRegion.InitializeManifest(this._Manifest);
     this.FormRegionInitializing +=
         new Microsoft.Office.Tools.Outlook.FormRegionInitializingEventHandler(this.RssRegionFactory_FormRegionInitializing);
     //new Microsoft.Office.Tools.Outlook.FormRegionInitializingEventArgs(this.RssRegionFactory_FormRegionInitializing);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private static void InitializeManifest(Microsoft.Office.Tools.Outlook.FormRegionManifest manifest, Microsoft.Office.Tools.Outlook.Factory factory)
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ContactInTouchSettings));
     manifest.FormRegionName  = "InTouch Settings";
     manifest.Icons.Default   = ((System.Drawing.Icon)(resources.GetObject("ContactInTouchSettings.Manifest.Icons.Default")));
     manifest.Icons.Page      = ((System.Drawing.Image)(resources.GetObject("ContactInTouchSettings.Manifest.Icons.Page")));
     manifest.Icons.Window    = ((System.Drawing.Icon)(resources.GetObject("ContactInTouchSettings.Manifest.Icons.Window")));
     manifest.ShowReadingPane = false;
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private static void InitializeManifest(Microsoft.Office.Tools.Outlook.FormRegionManifest manifest, Microsoft.Office.Tools.Outlook.Factory factory)
 {
     System.ComponentModel.ComponentResourceManager        resources = new System.ComponentModel.ComponentResourceManager(typeof(MeetingRoom_Reservation));
     Microsoft.Office.Tools.Outlook.FormRegionCustomAction formRegionCustomActionImpl1 = factory.CreateFormRegionCustomAction();
     formRegionCustomActionImpl1.Name  = "formRegionCustomAction1";
     formRegionCustomActionImpl1.Title = "Reserve meeting room";
     manifest.CustomActions.Add(formRegionCustomActionImpl1);
     manifest.FormRegionName  = "Book Meeting Room";
     manifest.Icons.Default   = ((System.Drawing.Icon)(resources.GetObject("MeetingRoom_Reservation.Manifest.Icons.Default")));
     manifest.Icons.Page      = global::Noks_Meetingroom_Addons_2013_2016.Properties.Resources.favicon;
     manifest.Icons.Window    = ((System.Drawing.Icon)(resources.GetObject("MeetingRoom_Reservation.Manifest.Icons.Window")));
     manifest.ShowReadingPane = false;
     manifest.Title           = "Booking Meeting Room";
     manifest.Version         = "v1.0";
 }
 public CustomReadingPaneFactory()
 {
     this._Manifest = new Microsoft.Office.Tools.Outlook.FormRegionManifest();
     CustomReadingPane.InitializeManifest(this._Manifest);
     this.FormRegionInitializing += new System.EventHandler <Microsoft.Office.Tools.Outlook.FormRegionInitializingEventArgs>(this.CustomReadingPaneFactory_FormRegionInitializing);
 }
 public AllNotesRegionFactory()
 {
     this._Manifest = Globals.Factory.CreateFormRegionManifest();
     AllNotesRegion.InitializeManifest(this._Manifest, Globals.Factory);
     this.FormRegionInitializing += new Microsoft.Office.Tools.Outlook.FormRegionInitializingEventHandler(this.AllNotesRegionFactory_FormRegionInitializing);
 }
Esempio n. 13
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private static void InitializeManifest(Microsoft.Office.Tools.Outlook.FormRegionManifest manifest, Microsoft.Office.Tools.Outlook.Factory factory)
 {
     manifest.FormRegionName  = "Message Header";
     manifest.Icons.Page      = global::InTouch_AutoFile.Properties.Resources.options;
     manifest.ShowReadingPane = false;
 }
Esempio n. 14
0
 public MailItemHeaderFactory()
 {
     this._Manifest = Globals.Factory.CreateFormRegionManifest();
     MailItemHeader.InitializeManifest(this._Manifest, Globals.Factory);
     this.FormRegionInitializing += new Microsoft.Office.Tools.Outlook.FormRegionInitializingEventHandler(this.MailItemHeaderFactory_FormRegionInitializing);
 }
Esempio n. 15
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private static void InitializeManifest(Microsoft.Office.Tools.Outlook.FormRegionManifest manifest)
 {
     manifest.FormRegionName = "CustomOutlookFormRegion";
     manifest.FormRegionType = Microsoft.Office.Tools.Outlook.FormRegionType.Replacement;
     manifest.Title          = "CustomOutlookFormRegion";
 }
 public RoomSelectionGuiFactory()
 {
     this._Manifest = Globals.Factory.CreateFormRegionManifest();
     RoomSelectionGui.InitializeManifest(this._Manifest, Globals.Factory);
     this.FormRegionInitializing += new Microsoft.Office.Tools.Outlook.FormRegionInitializingEventHandler(this.RoomSelectionGuiFactory_FormRegionInitializing);
 }
            public DynamicReadingPaneFactory()
            {
                Logger.Verbose("DynamicReadingPane", "ReadingPaneFactory");
                this._Manifest = Globals.Factory.CreateFormRegionManifest();
                DynamicReadingPane.InitializeManifest(this._Manifest, Globals.Factory);
                this.FormRegionInitializing +=
                    new Microsoft.Office.Tools.Outlook.FormRegionInitializingEventHandler(
                        this.DynamicReadingPaneFactoryFormRegionInitializing);

            }
Esempio n. 18
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private static void InitializeManifest(Microsoft.Office.Tools.Outlook.FormRegionManifest manifest, Microsoft.Office.Tools.Outlook.Factory factory)
 {
     manifest.FormRegionName    = "BrowserFormRegion";
     manifest.ShowInspectorRead = false;
     manifest.ShowReadingPane   = false;
 }
 public ContactInTouchSettingsFactory()
 {
     this._Manifest = Globals.Factory.CreateFormRegionManifest();
     ContactInTouchSettings.InitializeManifest(this._Manifest, Globals.Factory);
     this.FormRegionInitializing += new Microsoft.Office.Tools.Outlook.FormRegionInitializingEventHandler(this.ContactInTouchSettingsFactory_FormRegionInitializing);
 }
Esempio n. 20
0
 public ClearMessageFactory()
 {
     this._Manifest = Globals.Factory.CreateFormRegionManifest();
     ClearMessage.InitializeManifest(this._Manifest, Globals.Factory);
     this.FormRegionInitializing += new Microsoft.Office.Tools.Outlook.FormRegionInitializingEventHandler(this.ClearMessageFactory_FormRegionInitializing);
 }
Esempio n. 21
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private static void InitializeManifest(Microsoft.Office.Tools.Outlook.FormRegionManifest manifest, Microsoft.Office.Tools.Outlook.Factory factory)
 {
     manifest.FormRegionName = "FormRegion1";
     manifest.FormRegionType = Microsoft.Office.Tools.Outlook.FormRegionType.Adjoining;
 }
Esempio n. 22
0
 public DynamicInspectorFactory()
 {
     this._Manifest = Globals.Factory.CreateFormRegionManifest();
     DynamicInspector.InitializeManifest(this._Manifest, Globals.Factory);
     this.FormRegionInitializing +=
         new Microsoft.Office.Tools.Outlook.FormRegionInitializingEventHandler(
             this.DynamicInspectorFactory_FormRegionInitializing);
 }
Esempio n. 23
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private static void InitializeManifest(Microsoft.Office.Tools.Outlook.FormRegionManifest manifest, Microsoft.Office.Tools.Outlook.Factory factory)
 {
     manifest.FormRegionName       = "Mail Assistant";
     manifest.FormRegionType       = Microsoft.Office.Tools.Outlook.FormRegionType.Adjoining;
     manifest.ShowInspectorCompose = false;
 }
Esempio n. 24
0
 public FormRegion1Factory()
 {
     this._Manifest = Globals.Factory.CreateFormRegionManifest();
     FormRegion1.InitializeManifest(this._Manifest, Globals.Factory);
     this.FormRegionInitializing += new Microsoft.Office.Tools.Outlook.FormRegionInitializingEventHandler(this.FormRegion1Factory_FormRegionInitializing);
     PluginLocator.ComposeParts(this);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private static void InitializeManifest(Microsoft.Office.Tools.Outlook.FormRegionManifest manifest, Microsoft.Office.Tools.Outlook.Factory factory)
 {
     manifest.FormRegionName  = "Task Logger";
     manifest.ShowReadingPane = false;
 }
 public AllNotesRegionFactory()
 {
     this._Manifest = Globals.Factory.CreateFormRegionManifest();
     AllNotesRegion.InitializeManifest(this._Manifest, Globals.Factory);
     this.FormRegionInitializing += new Microsoft.Office.Tools.Outlook.FormRegionInitializingEventHandler(this.AllNotesRegionFactory_FormRegionInitializing);
 }
 public MeetingRoom_ReservationFactory()
 {
     this._Manifest = Globals.Factory.CreateFormRegionManifest();
     MeetingRoom_Reservation.InitializeManifest(this._Manifest, Globals.Factory);
     this.FormRegionInitializing += new Microsoft.Office.Tools.Outlook.FormRegionInitializingEventHandler(this.MeetingRoom_ReservationFactory_FormRegionInitializing);
 }
Esempio n. 28
0
 public Frm_MailMainFactory()
 {
     this._Manifest = Globals.Factory.CreateFormRegionManifest();
     this.InitializeManifest();
     this.FormRegionInitializing += new Microsoft.Office.Tools.Outlook.FormRegionInitializingEventHandler(this.Frm_MailMainFactory_FormRegionInitializing);
 }
Esempio n. 29
0
 public uploadWosAttachmentFactory()
 {
     this._Manifest = Globals.Factory.CreateFormRegionManifest();
     UploadWosAttachment.InitializeManifest(this._Manifest, Globals.Factory);
     this.FormRegionInitializing += new Microsoft.Office.Tools.Outlook.FormRegionInitializingEventHandler(this.uploadWosAttachmentFactory_FormRegionInitializing);
 }
Esempio n. 30
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private static void InitializeManifest(Microsoft.Office.Tools.Outlook.FormRegionManifest manifest, Microsoft.Office.Tools.Outlook.Factory factory)
 {
     manifest.DisplayAfter   = "IPM.Contact";
     manifest.FormRegionName = "ClearMessageRegion";
     manifest.FormRegionType = Microsoft.Office.Tools.Outlook.FormRegionType.Adjoining;
 }
Esempio n. 31
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private static void InitializeManifest(Microsoft.Office.Tools.Outlook.FormRegionManifest manifest, Microsoft.Office.Tools.Outlook.Factory factory)
 {
     manifest.FormRegionName = "ORCONOMY Tool - Redmine";
     manifest.FormRegionType = Microsoft.Office.Tools.Outlook.FormRegionType.Adjoining;
     manifest.Title          = "ORCONOMY Tool - Redmine";
 }
Esempio n. 32
0
 public RssPaneFactory()
 {
     this._Manifest = new Microsoft.Office.Tools.Outlook.FormRegionManifest();
     RssPane.InitializeManifest(this._Manifest);
     this.FormRegionInitializing += new System.EventHandler<Microsoft.Office.Tools.Outlook.FormRegionInitializingEventArgs>(this.RssPaneFactory_FormRegionInitializing);
 }
Esempio n. 33
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private static void InitializeManifest(Microsoft.Office.Tools.Outlook.FormRegionManifest manifest)
 {
     manifest.FormRegionName = "FormRegionMailAndFolders";
     manifest.FormRegionType = Microsoft.Office.Tools.Outlook.FormRegionType.Adjoining;
 }
Esempio n. 34
0
 public RssRegionFactory()
 {
     this._Manifest = new Microsoft.Office.Tools.Outlook.FormRegionManifest();
     RssRegion.InitializeManifest(this._Manifest);
     this.FormRegionInitializing += new System.EventHandler <Microsoft.Office.Tools.Outlook.FormRegionInitializingEventArgs>(this.RssRegionFactory_FormRegionInitializing);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private static void InitializeManifest(Microsoft.Office.Tools.Outlook.FormRegionManifest manifest)
 {
     manifest.FormRegionName  = "BulkEmail";
     manifest.ShowReadingPane = false;
 }