Add files via upload

This commit is contained in:
colosso
2016-12-18 14:52:28 +01:00
committed by GitHub
parent bef8206edc
commit 11a3853019
59 changed files with 5895 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SignatureManager", "SignatureManager\SignatureManager.csproj", "{6D99365E-178A-4391-8374-9BB8B3B45D9E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6D99365E-178A-4391-8374-9BB8B3B45D9E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6D99365E-178A-4391-8374-9BB8B3B45D9E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6D99365E-178A-4391-8374-9BB8B3B45D9E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6D99365E-178A-4391-8374-9BB8B3B45D9E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
+93
View File
@@ -0,0 +1,93 @@
namespace SignatureManager
{
partial class AddinRibbon : Microsoft.Office.Tools.Ribbon.RibbonBase
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
public AddinRibbon()
: base(Globals.Factory.GetRibbonFactory())
{
InitializeComponent();
}
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Component Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.tab1 = this.Factory.CreateRibbonTab();
this.group1 = this.Factory.CreateRibbonGroup();
this.but_settings = this.Factory.CreateRibbonButton();
this.tab1.SuspendLayout();
this.group1.SuspendLayout();
this.SuspendLayout();
//
// tab1
//
this.tab1.ControlId.ControlIdType = Microsoft.Office.Tools.Ribbon.RibbonControlIdType.Office;
this.tab1.Groups.Add(this.group1);
this.tab1.Label = "TabAddIns";
this.tab1.Name = "tab1";
//
// group1
//
this.group1.Items.Add(this.but_settings);
this.group1.Label = "Signature Manager";
this.group1.Name = "group1";
//
// but_settings
//
this.but_settings.Image = global::SignatureManager.Properties.Resources.settings;
this.but_settings.Label = "Settings";
this.but_settings.Name = "but_settings";
this.but_settings.ShowImage = true;
this.but_settings.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.but_settings_Click);
//
// AddinRibbon
//
this.Name = "AddinRibbon";
this.RibbonType = "Microsoft.Outlook.Mail.Compose";
this.Tabs.Add(this.tab1);
this.Load += new Microsoft.Office.Tools.Ribbon.RibbonUIEventHandler(this.AddinRibbon_Load);
this.tab1.ResumeLayout(false);
this.tab1.PerformLayout();
this.group1.ResumeLayout(false);
this.group1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
internal Microsoft.Office.Tools.Ribbon.RibbonTab tab1;
internal Microsoft.Office.Tools.Ribbon.RibbonGroup group1;
internal Microsoft.Office.Tools.Ribbon.RibbonButton but_settings;
}
partial class ThisRibbonCollection
{
internal AddinRibbon AddinRibbon
{
get { return this.GetRibbon<AddinRibbon>(); }
}
}
}
+25
View File
@@ -0,0 +1,25 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Microsoft.Office.Tools.Ribbon;
namespace SignatureManager
{
public partial class AddinRibbon
{
private void AddinRibbon_Load(object sender, RibbonUIEventArgs e)
{
}
private void but_settings_Click(object sender, RibbonControlEventArgs e)
{
SettingsForm form = new SettingsForm();
form.ShowDialog();
}
}
}
+120
View File
@@ -0,0 +1,120 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>
@@ -0,0 +1,38 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Security;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("SignatureManager")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("SignatureManager")]
[assembly: AssemblyCopyright("Copyright © 2016")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("4ee93ba9-31fc-4248-8aa9-c18021a2818c")]
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
+73
View File
@@ -0,0 +1,73 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace SignatureManager.Properties {
using System;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Resources {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal Resources() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("SignatureManager.Properties.Resources", typeof(Resources).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap settings {
get {
object obj = ResourceManager.GetObject("settings", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
}
}
+124
View File
@@ -0,0 +1,124 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="settings" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\settings.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
</root>
+26
View File
@@ -0,0 +1,26 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace SignatureManager.Properties {
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "14.0.0.0")]
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
public static Settings Default {
get {
return defaultInstance;
}
}
}
}
@@ -0,0 +1,7 @@
<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)">
<Profiles>
<Profile Name="(Default)" />
</Profiles>
<Settings />
</SettingsFile>
Binary file not shown.

After

Width:  |  Height:  |  Size: 828 B

+98
View File
@@ -0,0 +1,98 @@
namespace SignatureManager
{
partial class SettingsForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.cklist_accounts = new System.Windows.Forms.CheckedListBox();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.but_save = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// cklist_accounts
//
this.cklist_accounts.FormattingEnabled = true;
this.cklist_accounts.Location = new System.Drawing.Point(12, 53);
this.cklist_accounts.Name = "cklist_accounts";
this.cklist_accounts.Size = new System.Drawing.Size(250, 259);
this.cklist_accounts.TabIndex = 0;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 9);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(256, 13);
this.label1.TabIndex = 1;
this.label1.Text = "Check which mailboxes should use digital signatures.";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(12, 27);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(150, 13);
this.label2.TabIndex = 2;
this.label2.Text = "(certificates have to be set up)";
//
// but_save
//
this.but_save.Location = new System.Drawing.Point(171, 318);
this.but_save.Name = "but_save";
this.but_save.Size = new System.Drawing.Size(91, 23);
this.but_save.TabIndex = 3;
this.but_save.Text = "Save";
this.but_save.UseVisualStyleBackColor = true;
this.but_save.Click += new System.EventHandler(this.but_save_Click);
//
// SettingsForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(273, 350);
this.Controls.Add(this.but_save);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.cklist_accounts);
this.Name = "SettingsForm";
this.Text = "SettingsForm";
this.Load += new System.EventHandler(this.SettingsForm_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.CheckedListBox cklist_accounts;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button but_save;
}
}
+71
View File
@@ -0,0 +1,71 @@
using Microsoft.Win32;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace SignatureManager
{
public partial class SettingsForm : Form
{
public SettingsForm()
{
InitializeComponent();
}
private void but_save_Click(object sender, EventArgs e)
{
foreach (string item in cklist_accounts.SelectedItems)
{
Registry.CurrentUser.OpenSubKey("SignatureManager", RegistryKeyPermissionCheck.ReadWriteSubTree).SetValue(item, "1");
}
}
private void SettingsForm_Load(object sender, EventArgs e)
{
if (Registry.CurrentUser.OpenSubKey("SignatureManager") == null)
{
Registry.CurrentUser.CreateSubKey("SignatureManager");
}
else
{
foreach (string account in ThisAddIn.AccountNames)
{
bool check = false;
foreach (string value in Registry.CurrentUser.OpenSubKey("SignatureManager").GetValueNames())
{
if (value == account)
{
cklist_accounts.Items.Add(account, true);
check = true;
}
}
if (!check)
{
cklist_accounts.Items.Add(account, false);
}
}
}
}
}
}
+120
View File
@@ -0,0 +1,120 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>
+263
View File
@@ -0,0 +1,263 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<!--
This section defines project-level properties.
AssemblyName
Name of the output assembly.
Configuration
Specifies a default value for debug.
OutputType
Must be "Library" for VSTO.
Platform
Specifies what CPU the output of this project can run on.
NoStandardLibraries
Set to "false" for VSTO.
RootNamespace
In C#, this specifies the namespace given to new files. In VB, all objects are
wrapped in this namespace at runtime.
-->
<PropertyGroup>
<ProjectTypeGuids>{BAA0C2D2-18E2-41B9-852F-F413020CAA33};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{6D99365E-178A-4391-8374-9BB8B3B45D9E}</ProjectGuid>
<OutputType>Library</OutputType>
<NoStandardLibraries>false</NoStandardLibraries>
<RootNamespace>SignatureManager</RootNamespace>
<AssemblyName>SignatureManager</AssemblyName>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<DefineConstants>VSTO40</DefineConstants>
<IsWebBootstrapper>False</IsWebBootstrapper>
<BootstrapperEnabled>true</BootstrapperEnabled>
<PublishUrl>publish\</PublishUrl>
<InstallUrl />
<TargetCulture>en</TargetCulture>
<ApplicationVersion>1.0.0.1</ApplicationVersion>
<AutoIncrementApplicationRevision>true</AutoIncrementApplicationRevision>
<UpdateEnabled>true</UpdateEnabled>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>days</UpdateIntervalUnits>
<ProductName>SignatureManager</ProductName>
<PublisherName />
<SupportUrl />
<FriendlyName>SignatureManager</FriendlyName>
<OfficeApplicationDescription />
<LoadBehavior>3</LoadBehavior>
</PropertyGroup>
<ItemGroup>
<BootstrapperPackage Include=".NETFramework,Version=v4.5.2">
<Visible>False</Visible>
<ProductName>Microsoft .NET Framework 4.5.2 %28x86 and x64%29</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.VSTORuntime.4.0">
<Visible>False</Visible>
<ProductName>Microsoft Visual Studio 2010 Tools for Office Runtime %28x86 and x64%29</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Windows.Installer.4.5">
<Visible>False</Visible>
<ProductName>Windows Installer 4.5</ProductName>
<Install>true</Install>
</BootstrapperPackage>
</ItemGroup>
<PropertyGroup>
<!--
OfficeApplication
Add-in host application
-->
<OfficeApplication>Outlook</OfficeApplication>
</PropertyGroup>
<!--
This section defines properties that are set when the "Debug" configuration is selected.
DebugSymbols
If "true", create symbols (.pdb). If "false", do not create symbols.
DefineConstants
Constants defined for the preprocessor.
EnableUnmanagedDebugging
If "true", starting the debugger will attach both managed and unmanaged debuggers.
Optimize
If "true", optimize the build output. If "false", do not optimize.
OutputPath
Output path of project relative to the project file.
WarningLevel
Warning level for the compiler.
-->
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
<DefineConstants>$(DefineConstants);DEBUG;TRACE</DefineConstants>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<!--
This section defines properties that are set when the "Release" configuration is selected.
DebugSymbols
If "true", create symbols (.pdb). If "false", do not create symbols.
DefineConstants
Constants defined for the preprocessor.
EnableUnmanagedDebugging
If "true", starting the debugger will attach both managed and unmanaged debuggers.
Optimize
If "true", optimize the build output. If "false", do not optimize.
OutputPath
Output path of project relative to the project file.
WarningLevel
Warning level for the compiler.
-->
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
<DefineConstants>$(DefineConstants);TRACE</DefineConstants>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<!--
This section specifies references for the project.
-->
<ItemGroup>
<Reference Include="Accessibility" />
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
</ItemGroup>
<ItemGroup>
<Reference Include="Microsoft.Office.Tools.v4.0.Framework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
<Reference Include="Microsoft.VisualStudio.Tools.Applications.Runtime, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
<Reference Include="Microsoft.Office.Tools, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
<Reference Include="Microsoft.Office.Tools.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
<Reference Include="Microsoft.Office.Tools.Outlook, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
</ItemGroup>
<ItemGroup>
<Reference Include="Microsoft.Office.Tools.Common.v4.0.Utilities, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.Office.Tools.Outlook.v4.0.Utilities, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<Private>True</Private>
</Reference>
</ItemGroup>
<ItemGroup>
<Reference Include="Office, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c">
<Private>False</Private>
<EmbedInteropTypes>true</EmbedInteropTypes>
</Reference>
<Reference Include="Microsoft.Office.Interop.Outlook, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c">
<Private>False</Private>
<EmbedInteropTypes>true</EmbedInteropTypes>
</Reference>
<Reference Include="stdole, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<Private>False</Private>
</Reference>
</ItemGroup>
<!--
This section defines the user source files that are part of the project.
A "Compile" element specifies a source file to compile.
An "EmbeddedResource" element specifies an .resx file for embedded resources.
A "None" element specifies a file that is not to be passed to the compiler (for instance,
a text file or XML file).
The "AppDesigner" element specifies the directory where the application properties files
can be found.
-->
<ItemGroup>
<Compile Include="AddinRibbon.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="AddinRibbon.Designer.cs">
<DependentUpon>AddinRibbon.cs</DependentUpon>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs">
<SubType>Code</SubType>
</Compile>
<EmbeddedResource Include="AddinRibbon.resx">
<DependentUpon>AddinRibbon.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
<EmbeddedResource Include="SettingsForm.resx">
<DependentUpon>SettingsForm.cs</DependentUpon>
</EmbeddedResource>
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
</Compile>
<Compile Include="SettingsForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="SettingsForm.Designer.cs">
<DependentUpon>SettingsForm.cs</DependentUpon>
</Compile>
<Compile Include="ThisAddIn.cs">
<SubType>Code</SubType>
</Compile>
<None Include="SignatureManager_TemporaryKey.pfx" />
<None Include="ThisAddIn.Designer.xml">
<DependentUpon>ThisAddIn.cs</DependentUpon>
</None>
<Compile Include="ThisAddIn.Designer.cs">
<DependentUpon>ThisAddIn.Designer.xml</DependentUpon>
</Compile>
<AppDesigner Include="Properties\" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\settings.png" />
</ItemGroup>
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
</PropertyGroup>
<PropertyGroup>
<SignManifests>true</SignManifests>
</PropertyGroup>
<PropertyGroup>
<ManifestKeyFile>SignatureManager_TemporaryKey.pfx</ManifestKeyFile>
</PropertyGroup>
<PropertyGroup>
<ManifestCertificateThumbprint>DE756AE733F9CEE96721102DBB0A7C488443A8AB</ManifestCertificateThumbprint>
</PropertyGroup>
<!-- Include the build rules for a C# project. -->
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- Include additional build rules for an Office application add-in. -->
<Import Project="$(VSToolsPath)\OfficeTools\Microsoft.VisualStudio.Tools.Office.targets" Condition="'$(VSToolsPath)' != ''" />
<!-- This section defines VSTO properties that describe the host-changeable project properties. -->
<ProjectExtensions>
<VisualStudio>
<FlavorProperties GUID="{BAA0C2D2-18E2-41B9-852F-F413020CAA33}">
<ProjectProperties HostName="Outlook" HostPackage="{29A7B9D7-A7F1-4328-8EF0-6B2D1A56B2C1}" OfficeVersion="15.0" VstxVersion="4.0" ApplicationType="Outlook" Language="cs" TemplatesPath="" DebugInfoExeName="#Software\Microsoft\Office\16.0\Outlook\InstallRoot\Path#outlook.exe" AddItemTemplatesGuid="{A58A78EB-1C92-4DDD-80CF-E8BD872ABFC4}" />
<Host Name="Outlook" GeneratedCodeNamespace="SignatureManager" PublishedHash="69C324AB27932AA2FBF2B7EA72250886FF164DE6" IconIndex="0">
<HostItem Name="ThisAddIn" Code="ThisAddIn.cs" CanonicalName="AddIn" CanActivate="false" IconIndex="1" Blueprint="ThisAddIn.Designer.xml" GeneratedCode="ThisAddIn.Designer.cs" PublishedHash="97D126130496DF7DD7B76F93FE616764189DCFCF" />
</Host>
</FlavorProperties>
</VisualStudio>
</ProjectExtensions>
</Project>
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<PublishUrlHistory />
<InstallUrlHistory />
<SupportUrlHistory />
</PropertyGroup>
</Project>
Binary file not shown.
+286
View File
@@ -0,0 +1,286 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
#pragma warning disable 414
namespace SignatureManager {
///
[Microsoft.VisualStudio.Tools.Applications.Runtime.StartupObjectAttribute(0)]
[global::System.Security.Permissions.PermissionSetAttribute(global::System.Security.Permissions.SecurityAction.Demand, Name="FullTrust")]
public sealed partial class ThisAddIn : Microsoft.Office.Tools.Outlook.OutlookAddInBase {
internal Microsoft.Office.Tools.CustomTaskPaneCollection CustomTaskPanes;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "14.0.0.0")]
private global::System.Object missing = global::System.Type.Missing;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "14.0.0.0")]
internal Microsoft.Office.Interop.Outlook.Application Application;
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Never)]
public ThisAddIn(global::Microsoft.Office.Tools.Outlook.Factory factory, global::System.IServiceProvider serviceProvider) :
base(factory, serviceProvider, "AddIn", "ThisAddIn") {
Globals.Factory = factory;
}
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "14.0.0.0")]
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Never)]
protected override void Initialize() {
base.Initialize();
this.Application = this.GetHostItem<Microsoft.Office.Interop.Outlook.Application>(typeof(Microsoft.Office.Interop.Outlook.Application), "Application");
Globals.ThisAddIn = this;
global::System.Windows.Forms.Application.EnableVisualStyles();
this.InitializeCachedData();
this.InitializeControls();
this.InitializeComponents();
this.InitializeData();
}
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "14.0.0.0")]
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Never)]
protected override void FinishInitialization() {
this.InternalStartup();
this.OnStartup();
}
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "14.0.0.0")]
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Never)]
protected override void InitializeDataBindings() {
this.BeginInitialization();
this.BindToData();
this.EndInitialization();
}
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "14.0.0.0")]
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Never)]
private void InitializeCachedData() {
if ((this.DataHost == null)) {
return;
}
if (this.DataHost.IsCacheInitialized) {
this.DataHost.FillCachedData(this);
}
}
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "14.0.0.0")]
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Never)]
private void InitializeData() {
}
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "14.0.0.0")]
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Never)]
private void BindToData() {
}
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
private void StartCaching(string MemberName) {
this.DataHost.StartCaching(this, MemberName);
}
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
private void StopCaching(string MemberName) {
this.DataHost.StopCaching(this, MemberName);
}
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
private bool IsCached(string MemberName) {
return this.DataHost.IsCached(this, MemberName);
}
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "14.0.0.0")]
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Never)]
private void BeginInitialization() {
this.BeginInit();
this.CustomTaskPanes.BeginInit();
}
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "14.0.0.0")]
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Never)]
private void EndInitialization() {
this.CustomTaskPanes.EndInit();
this.EndInit();
}
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "14.0.0.0")]
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Never)]
private void InitializeControls() {
this.CustomTaskPanes = Globals.Factory.CreateCustomTaskPaneCollection(null, null, "CustomTaskPanes", "CustomTaskPanes", this);
}
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "14.0.0.0")]
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Never)]
private void InitializeComponents() {
}
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
private bool NeedsFill(string MemberName) {
return this.DataHost.NeedsFill(this, MemberName);
}
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "14.0.0.0")]
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Never)]
protected override void OnShutdown() {
this.CustomTaskPanes.Dispose();
base.OnShutdown();
}
}
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "14.0.0.0")]
internal sealed partial class Globals {
///
private Globals() {
}
private static ThisAddIn _ThisAddIn;
private static global::Microsoft.Office.Tools.Outlook.Factory _factory;
private static ThisRibbonCollection _ThisRibbonCollection;
private static ThisFormRegionCollection _ThisFormRegionCollection;
internal static ThisAddIn ThisAddIn {
get {
return _ThisAddIn;
}
set {
if ((_ThisAddIn == null)) {
_ThisAddIn = value;
}
else {
throw new System.NotSupportedException();
}
}
}
internal static global::Microsoft.Office.Tools.Outlook.Factory Factory {
get {
return _factory;
}
set {
if ((_factory == null)) {
_factory = value;
}
else {
throw new System.NotSupportedException();
}
}
}
internal static ThisRibbonCollection Ribbons {
get {
if ((_ThisRibbonCollection == null)) {
_ThisRibbonCollection = new ThisRibbonCollection(_factory.GetRibbonFactory());
}
return _ThisRibbonCollection;
}
}
internal static ThisFormRegionCollection FormRegions {
get {
if ((_ThisFormRegionCollection == null)) {
_ThisFormRegionCollection = new ThisFormRegionCollection(Globals.ThisAddIn.GetFormRegions());
}
return _ThisFormRegionCollection;
}
}
}
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "14.0.0.0")]
internal sealed partial class ThisRibbonCollection : Microsoft.Office.Tools.Ribbon.RibbonCollectionBase {
///
internal ThisRibbonCollection(global::Microsoft.Office.Tools.Ribbon.RibbonFactory factory) :
base(factory) {
}
internal ThisRibbonCollection this[Microsoft.Office.Interop.Outlook.Inspector inspector] {
get {
return this.GetRibbonContextCollection<ThisRibbonCollection>(inspector);
}
}
internal ThisRibbonCollection this[Microsoft.Office.Interop.Outlook.Explorer explorer] {
get {
return this.GetRibbonContextCollection<ThisRibbonCollection>(explorer);
}
}
}
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
internal sealed partial class ThisFormRegionCollection : Microsoft.Office.Tools.Outlook.FormRegionCollectionBase {
///
public ThisFormRegionCollection(System.Collections.Generic.IList<Microsoft.Office.Tools.Outlook.IFormRegion> list) :
base(list) {
}
internal WindowFormRegionCollection this[Microsoft.Office.Interop.Outlook.Explorer explorer] {
get {
return ((WindowFormRegionCollection)(Globals.ThisAddIn.GetFormRegions(explorer, typeof(WindowFormRegionCollection))));
}
}
internal WindowFormRegionCollection this[Microsoft.Office.Interop.Outlook.Inspector inspector] {
get {
return ((WindowFormRegionCollection)(Globals.ThisAddIn.GetFormRegions(inspector, typeof(WindowFormRegionCollection))));
}
}
}
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
internal sealed partial class WindowFormRegionCollection : Microsoft.Office.Tools.Outlook.FormRegionCollectionBase {
///
public WindowFormRegionCollection(System.Collections.Generic.IList<Microsoft.Office.Tools.Outlook.IFormRegion> list) :
base(list) {
}
}
}
+4
View File
@@ -0,0 +1,4 @@
<hostitem:hostItem hostitem:baseType="Microsoft.Office.Tools.Outlook.OutlookAddInBase" hostitem:namespace="SignatureManager" hostitem:className="ThisAddIn" hostitem:identifier="ThisAddIn" hostitem:primaryCookie="AddIn" hostitem:master="true" hostitem:factoryType="Microsoft.Office.Tools.Outlook.Factory" hostitem:startupIndex="0" xmlns:hostitem="http://schemas.microsoft.com/2004/VisualStudio/Tools/Applications/HostItem.xsd">
<hostitem:hostObject hostitem:name="Application" hostitem:identifier="Application" hostitem:type="Microsoft.Office.Interop.Outlook.Application" hostitem:cookie="Application" hostitem:modifier="Internal" />
<hostitem:hostControl hostitem:name="CustomTaskPanes" hostitem:identifier="CustomTaskPanes" hostitem:type="Microsoft.Office.Tools.CustomTaskPaneCollection" hostitem:primaryCookie="CustomTaskPanes" hostitem:modifier="Internal" />
</hostitem:hostItem>
+87
View File
@@ -0,0 +1,87 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Xml.Linq;
using Outlook = Microsoft.Office.Interop.Outlook;
using Office = Microsoft.Office.Core;
using Microsoft.Win32;
namespace SignatureManager
{
public partial class ThisAddIn
{
public static List<string> AccountNames = new List<string>();
public Outlook.Application OutlookApplication;
public Outlook.Inspectors OutlookInspectors;
public Outlook.Inspector OutlookInspector;
public Outlook.MailItem OutlookMailItem;
private void ThisAddIn_Startup(object sender, System.EventArgs e)
{
OutlookInspectors = OutlookApplication.Inspectors;
OutlookInspectors.NewInspector += new Microsoft.Office.Interop.Outlook.InspectorsEvents_NewInspectorEventHandler(OutlookInspectors_NewInspector);
OutlookApplication.ItemSend += new Microsoft.Office.Interop.Outlook.ApplicationEvents_11_ItemSendEventHandler(OutlookApplication_ItemSend);
}
private void ThisAddIn_Shutdown(object sender, System.EventArgs e)
{
// Note: Outlook no longer raises this event. If you have code that
// must run when Outlook shuts down, see http://go.microsoft.com/fwlink/?LinkId=506785
}
void OutlookApplication_ItemSend(object Item, ref bool Cancel)
{
// loop registry
foreach (string value in Registry.CurrentUser.OpenSubKey("SignatureManager").GetValueNames())
{
// check if current sender is set in registry to send signature
if (OutlookMailItem.SendUsingAccount.DisplayName == value)
{
// sign mail
OutlookInspector.CommandBars.ExecuteMso("DigitallySignMessage");
}
}
}
void OutlookInspectors_NewInspector(Microsoft.Office.Interop.Outlook.Inspector Inspector)
{
// update global inspector obj, isnpector wil be used to send signing command
OutlookInspector = (Outlook.Inspector)Inspector;
if (Inspector.CurrentItem is Outlook.MailItem)
{
// update global mailitem obj, will be used to verify sender / check if signature should be added
OutlookMailItem = (Outlook.MailItem)Inspector.CurrentItem;
}
}
#region VSTO generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InternalStartup()
{
this.Startup += new System.EventHandler(ThisAddIn_Startup);
this.Shutdown += new System.EventHandler(ThisAddIn_Shutdown);
// create gloabal application obj
OutlookApplication = this.Application;
// create list of all available accounts registered in outlook
foreach (Outlook.Account item in this.Application.Session.Accounts)
{
ThisAddIn.AccountNames.Add(item.DisplayName);
}
}
#endregion
}
}
@@ -0,0 +1,212 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Microsoft.Office.Tools.Common.v4.0.Utilities</name>
</assembly>
<members>
<member name="T:Microsoft.Office.Tools.AddInBase">
<summary>Provides the base class for the ThisAddIn class in application-level add-ins that you create by using Visual Studio.</summary>
</member>
<member name="M:Microsoft.Office.Tools.AddInBase.#ctor(Microsoft.Office.Tools.Factory,System.IServiceProvider,System.String,System.String)"></member>
<member name="P:Microsoft.Office.Tools.AddInBase.Base">
<summary>Gets the <see cref="T:Microsoft.Office.Tools.AddIn" /> object that this <see cref="T:Microsoft.Office.Tools.AddInBase" /> object extends.</summary>
<returns>The object that this <see cref="T:Microsoft.Office.Tools.AddInBase" /> object extends.</returns>
</member>
<member name="M:Microsoft.Office.Tools.AddInBase.BeginInit"></member>
<member name="P:Microsoft.Office.Tools.AddInBase.BindingContext"></member>
<member name="E:Microsoft.Office.Tools.AddInBase.BindingContextChanged"></member>
<member name="M:Microsoft.Office.Tools.AddInBase.CreateRibbonExtensibilityObject">
<summary>Returns an object that implements the Microsoft.Office.Core.IRibbonExtensibility interface.</summary>
<returns>An object that implements the Microsoft.Office.Core.IRibbonExtensibility interface.</returns>
</member>
<member name="M:Microsoft.Office.Tools.AddInBase.CreateRibbonObjects">
<summary>Returns an array of <see cref="T:Microsoft.Office.Tools.Ribbon.IRibbonExtension" /> objects to the <see cref="M:Microsoft.Office.Tools.AddInBase.CreateRibbonExtensibilityObject" /> method. The objects represent the Ribbons to display at run time.</summary>
<returns>An array of <see cref="T:Microsoft.Office.Tools.Ribbon.IRibbonExtension" /> objects that represent the Ribbons to display at run time.</returns>
</member>
<member name="P:Microsoft.Office.Tools.AddInBase.DataBindings"></member>
<member name="P:Microsoft.Office.Tools.AddInBase.DataHost">
<returns>Returns <see cref="T:Microsoft.Office.Tools.ICachedDataProvider" />.</returns>
</member>
<member name="M:Microsoft.Office.Tools.AddInBase.Dispose">
<summary>Releases the resources used by the <see cref="T:Microsoft.Office.Tools.AddInBase" />.</summary>
</member>
<member name="E:Microsoft.Office.Tools.AddInBase.Disposed"></member>
<member name="M:Microsoft.Office.Tools.AddInBase.EndInit"></member>
<member name="M:Microsoft.Office.Tools.AddInBase.FinishInitialization"></member>
<member name="M:Microsoft.Office.Tools.AddInBase.GetHostItem``1(System.Type,System.String)">
<returns>Returns <see cref="T:Microsoft.Office.Tools.Ribbon.IRibbonExtension" />.</returns>
<typeparam name="T"></typeparam>
</member>
<member name="P:Microsoft.Office.Tools.AddInBase.HostContext">
<returns>Returns <see cref="T:System.IServiceProvider" />.</returns>
</member>
<member name="M:Microsoft.Office.Tools.AddInBase.Initialize"></member>
<member name="M:Microsoft.Office.Tools.AddInBase.InitializeDataBindings"></member>
<member name="P:Microsoft.Office.Tools.AddInBase.ItemProvider">
<returns>Returns <see cref="T:Microsoft.Office.Tools.IHostItemProvider" />.</returns>
</member>
<member name="M:Microsoft.Office.Tools.AddInBase.Microsoft#Office#Tools#EntryPoint#BeginInit"></member>
<member name="M:Microsoft.Office.Tools.AddInBase.Microsoft#Office#Tools#EntryPoint#EndInit"></member>
<member name="M:Microsoft.Office.Tools.AddInBase.Microsoft#Office#Tools#EntryPoint#FinishInitialization"></member>
<member name="M:Microsoft.Office.Tools.AddInBase.Microsoft#Office#Tools#EntryPoint#Initialize"></member>
<member name="M:Microsoft.Office.Tools.AddInBase.Microsoft#Office#Tools#EntryPoint#InitializeDataBindings"></member>
<member name="M:Microsoft.Office.Tools.AddInBase.Microsoft#Office#Tools#EntryPoint#OnShutdown"></member>
<member name="M:Microsoft.Office.Tools.AddInBase.Microsoft#Office#Tools#EntryPoint#OnStartup"></member>
<member name="M:Microsoft.Office.Tools.AddInBase.Microsoft#Office#Tools#IAddInExtension#CreateRibbonExtensibilityObject"></member>
<member name="M:Microsoft.Office.Tools.AddInBase.Microsoft#Office#Tools#IAddInExtension#CreateRibbonObjects">
<returns>Returns <see cref="T:Microsoft.Office.Tools.Ribbon.IRibbonExtension" />.</returns>
</member>
<member name="M:Microsoft.Office.Tools.AddInBase.Microsoft#Office#Tools#IAddInExtension#RequestComAddInAutomationService">
<returns>Returns <see cref="T:System.Object" />.</returns>
</member>
<member name="M:Microsoft.Office.Tools.AddInBase.Microsoft#Office#Tools#IAddInExtension#RequestService(System.Guid)">
<returns>Returns <see cref="T:System.Object" />.</returns>
</member>
<member name="P:Microsoft.Office.Tools.AddInBase.Microsoft#Office#Tools#IExtension#ExtensionBase">
<returns>Returns <see cref="T:System.Object" />.</returns>
</member>
<member name="M:Microsoft.Office.Tools.AddInBase.OnShutdown"></member>
<member name="M:Microsoft.Office.Tools.AddInBase.OnStartup"></member>
<member name="M:Microsoft.Office.Tools.AddInBase.RequestComAddInAutomationService">
<summary>Returns an object in your add-in that can be used by other solutions.</summary>
<returns>An object that you want to expose to other solutions.</returns>
</member>
<member name="M:Microsoft.Office.Tools.AddInBase.RequestService(System.Guid)">
<summary>Returns an object that extends a feature in a Microsoft Office application.</summary>
<returns>An object that implements the extensibility interface that is identified by <paramref name="serviceGuid" />.</returns>
<param name="serviceGuid">A <see cref="T:System.Guid" /> that identifies an extensibility interface that is supported by Microsoft Office applications.</param>
</member>
<member name="E:Microsoft.Office.Tools.AddInBase.Shutdown">
<summary>Occurs when the add-in is about to be unloaded. </summary>
</member>
<member name="P:Microsoft.Office.Tools.AddInBase.Site"></member>
<member name="E:Microsoft.Office.Tools.AddInBase.Startup">
<summary>Occurs when the add-in is loaded, after all the initialization code in the assembly has run. </summary>
</member>
<member name="P:Microsoft.Office.Tools.AddInBase.Tag"></member>
<member name="T:Microsoft.Office.Tools.DesignTimeConstants"></member>
<member name="F:Microsoft.Office.Tools.DesignTimeConstants.DesignerAssembly"></member>
<member name="F:Microsoft.Office.Tools.DesignTimeConstants.FormRegionTypeCodeDomSerializer"></member>
<member name="F:Microsoft.Office.Tools.DesignTimeConstants.RibbonTypeSerializer"></member>
<member name="F:Microsoft.Office.Tools.DesignTimeConstants.TypeCodeDomSerializer"></member>
<member name="F:Microsoft.Office.Tools.DesignTimeConstants.Version"></member>
<member name="T:Microsoft.Office.Tools.Ribbon.RibbonBase">
<summary>Serves as the base class for Microsoft Office Ribbon customizations.</summary>
</member>
<member name="M:Microsoft.Office.Tools.Ribbon.RibbonBase.#ctor(Microsoft.Office.Tools.Ribbon.RibbonFactory)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonBase" /> class.</summary>
</member>
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonBase.Base">
<summary>Gets the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonBase" /> object that this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonBase" /> object extends.</summary>
<returns>The object that this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonBase" /> object extends.</returns>
</member>
<member name="E:Microsoft.Office.Tools.Ribbon.RibbonBase.Close">
<summary>Occurs when this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonBase" /> instance is closing.</summary>
</member>
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonBase.Context">
<summary>Gets the Inspector window, or the Explorer window in Outlook, that is associated with this Ribbon.</summary>
<returns>An <see cref="T:System.Object" /> that represents the Inspector window or Explorer window that is associated with this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonBase" /> object.</returns>
</member>
<member name="M:Microsoft.Office.Tools.Ribbon.RibbonBase.Dispose(System.Boolean)">
<summary>Releases the unmanaged resources used by the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonBase" /> class and optionally releases the managed resources. </summary>
<param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources. </param>
</member>
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonBase.Factory">
<summary>Gets or sets the Ribbon factory that is associated with this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonBase" />.</summary>
<returns>An object that implements the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonFactory" /> interface.</returns>
</member>
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonBase.Global">
<summary>Gets or sets a value that determines whether this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonBase" /> can be used in multiple contexts simultaneously.</summary>
<returns>true if this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonBase" /> object is shared among multiple contexts; otherwise, false. The default is true.</returns>
</member>
<member name="E:Microsoft.Office.Tools.Ribbon.RibbonBase.Load">
<summary>Occurs when the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonBase" /> is loaded into the Microsoft Office application. </summary>
</member>
<member name="E:Microsoft.Office.Tools.Ribbon.RibbonBase.LoadImage">
<summary>Occurs when the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonBase" /> loads, if the ImageName property is set for one or more controls. </summary>
</member>
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonBase.Microsoft#Office#Tools#IExtension#ExtensionBase"></member>
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonBase.Name">
<summary>Gets or sets the name of this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonBase" />.</summary>
<returns>A string that contains the name of this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonBase" />.</returns>
</member>
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonBase.OfficeMenu">
<summary>Gets a <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonOfficeMenu" /> that represents the Microsoft Office Menu customization.</summary>
<returns>A <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonOfficeMenu" /> that represents the Microsoft Office Menu customization.</returns>
</member>
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonBase.Parent">
<summary>Gets a <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonComponent" /> that represents the parent of the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonComponent" /> of this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonBase" />.</summary>
<returns>A <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonComponent" /> that represents the parent of the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonComponent" /> of this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonBase" />.</returns>
</member>
<member name="M:Microsoft.Office.Tools.Ribbon.RibbonBase.PerformDynamicLayout">
<summary>Calls the Microsoft.Office.Core.IRibbonUI.InvalidateControl method of the parent control if the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonComponent" /> of the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonBase" /> has a dynamic parent, such as a dynamic menu, and layout is not suspended.</summary>
</member>
<member name="M:Microsoft.Office.Tools.Ribbon.RibbonBase.PerformLayout">
<summary>Refreshes the Ribbon user interface.</summary>
</member>
<member name="M:Microsoft.Office.Tools.Ribbon.RibbonBase.ResumeLayout">
<summary>Reverses the effect of the <see cref="M:Microsoft.Office.Tools.Ribbon.RibbonBase.SuspendLayout" /> method.</summary>
</member>
<member name="M:Microsoft.Office.Tools.Ribbon.RibbonBase.ResumeLayout(System.Boolean)">
<summary>Reverses the effect of the <see cref="M:Microsoft.Office.Tools.Ribbon.RibbonBase.SuspendLayout" /> method.</summary>
<param name="performLayout">true to call the <see cref="M:Microsoft.Office.Tools.Ribbon.RibbonBase.PerformLayout" /> method. false to enable UI refreshes without calling <see cref="M:Microsoft.Office.Tools.Ribbon.RibbonBase.PerformLayout" />.</param>
</member>
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonBase.RibbonId">
<summary>Gets the Ribbon ID that was used to create this instance of the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonBase" /> class.</summary>
<returns>The Ribbon ID that was used to create this instance of the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonBase" /> class.</returns>
</member>
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonBase.RibbonType">
<summary>Gets a comma-separated list of Ribbon IDs that are associated with this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonBase" /> instance.</summary>
<returns>A comma-separated list of Ribbon IDs that are associated with this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonBase" /> instance.</returns>
</member>
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonBase.RibbonUI">
<summary>Gets the IRibbonUI instance that is provided by the Microsoft Office application to the Ribbon extensibility code.</summary>
<returns>The IRibbonUI instance that is provided by the Office application to the Ribbon extensibility code.</returns>
</member>
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonBase.StartFromScratch">
<summary>Gets or sets a value that indicates whether to hide all built-in tabs on the Ribbon and most commands on the Microsoft Office Menu and display only the customizations that are defined in this Ribbon item.</summary>
<returns>true if the Ribbon displays only the customizations that are defined in this Ribbon item; otherwise, false. The default is false.</returns>
</member>
<member name="M:Microsoft.Office.Tools.Ribbon.RibbonBase.SuspendLayout">
<summary>Prevents the Microsoft Office application from refreshing the state of controls on the Ribbon.</summary>
</member>
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonBase.Tabs">
<summary>Gets a collection of <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonTab" /> objects in the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonOfficeMenu" />.</summary>
<returns>A collection of <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonTab" /> objects in the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonOfficeMenu" />.</returns>
</member>
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonBase.Tag">
<summary>Gets or sets application-specific data that is associated with this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonBase" />.</summary>
<returns>An System.Object that represents application-specific data that is associated with this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonBase" />.</returns>
</member>
<member name="T:Microsoft.Office.Tools.Ribbon.RibbonCollectionBase">
<summary>Provides access to the <see cref="T:Microsoft.Office.Tools.Ribbon.IRibbonExtension" /> objects in a Ribbon customization.</summary>
</member>
<member name="M:Microsoft.Office.Tools.Ribbon.RibbonCollectionBase.#ctor(Microsoft.Office.Tools.Ribbon.RibbonFactory)"></member>
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonCollectionBase.Base">
<summary>Gets a <see cref="T:System.Collections.Generic.IList`1" /> of <see cref="T:Microsoft.Office.Tools.Ribbon.IRibbonExtension" /> objects in the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonCollectionBase" />.</summary>
<returns>A <see cref="T:System.Collections.Generic.IList`1" /> of <see cref="T:Microsoft.Office.Tools.Ribbon.IRibbonExtension" /> objects in the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonCollectionBase" />.</returns>
</member>
<member name="M:Microsoft.Office.Tools.Ribbon.RibbonCollectionBase.GetRibbon``1">
<typeparam name="TRibbon"></typeparam>
</member>
<member name="M:Microsoft.Office.Tools.Ribbon.RibbonCollectionBase.GetRibbon(System.Type)"></member>
<member name="M:Microsoft.Office.Tools.Ribbon.RibbonCollectionBase.GetRibbonContextCollection``1(System.Object)">
<typeparam name="TRibbonCollection"></typeparam>
</member>
<member name="M:Microsoft.Office.Tools.Ribbon.RibbonCollectionBase.GetRibbonContextCollection(System.Object,System.Type)"></member>
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonCollectionBase.Microsoft#Office#Tools#IExtension#ExtensionBase"></member>
<member name="M:Microsoft.Office.Tools.Ribbon.RibbonCollectionBase.System#Collections#Generic#ICollection{T}#Add(Microsoft.Office.Tools.Ribbon.IRibbonExtension)"></member>
<member name="M:Microsoft.Office.Tools.Ribbon.RibbonCollectionBase.System#Collections#Generic#ICollection{T}#Clear"></member>
<member name="M:Microsoft.Office.Tools.Ribbon.RibbonCollectionBase.System#Collections#Generic#ICollection{T}#Contains(Microsoft.Office.Tools.Ribbon.IRibbonExtension)"></member>
<member name="M:Microsoft.Office.Tools.Ribbon.RibbonCollectionBase.System#Collections#Generic#ICollection{T}#CopyTo(Microsoft.Office.Tools.Ribbon.IRibbonExtension[],System.Int32)"></member>
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonCollectionBase.System#Collections#Generic#ICollection{T}#Count"></member>
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonCollectionBase.System#Collections#Generic#ICollection{T}#IsReadOnly"></member>
<member name="M:Microsoft.Office.Tools.Ribbon.RibbonCollectionBase.System#Collections#Generic#ICollection{T}#Remove(Microsoft.Office.Tools.Ribbon.IRibbonExtension)"></member>
<member name="M:Microsoft.Office.Tools.Ribbon.RibbonCollectionBase.System#Collections#Generic#IEnumerable{T}#GetEnumerator"></member>
<member name="M:Microsoft.Office.Tools.Ribbon.RibbonCollectionBase.System#Collections#Generic#IList{T}#IndexOf(Microsoft.Office.Tools.Ribbon.IRibbonExtension)"></member>
<member name="M:Microsoft.Office.Tools.Ribbon.RibbonCollectionBase.System#Collections#Generic#IList{T}#Insert(System.Int32,Microsoft.Office.Tools.Ribbon.IRibbonExtension)"></member>
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonCollectionBase.System#Collections#Generic#IList{T}#Item(System.Int32)"></member>
<member name="M:Microsoft.Office.Tools.Ribbon.RibbonCollectionBase.System#Collections#Generic#IList{T}#RemoveAt(System.Int32)"></member>
<member name="M:Microsoft.Office.Tools.Ribbon.RibbonCollectionBase.System#Collections#IEnumerable#GetEnumerator"></member>
</members>
</doc>
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,129 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Microsoft.Office.Tools.Outlook.v4.0.Utilities</name>
</assembly>
<members>
<member name="T:Microsoft.Office.Tools.Outlook.FormRegionBase">
<summary>Represents an Outlook form region that is based on a user control.</summary>
</member>
<member name="M:Microsoft.Office.Tools.Outlook.FormRegionBase.#ctor(Microsoft.Office.Tools.Outlook.Factory,Microsoft.Office.Interop.Outlook.FormRegion)"></member>
<member name="P:Microsoft.Office.Tools.Outlook.FormRegionBase.Base">
<summary>Gets the <see cref="T:Microsoft.Office.Tools.Outlook.FormRegionControl" /> object that this <see cref="T:Microsoft.Office.Tools.Outlook.FormRegionBase" /> object extends.</summary>
<returns>The object that this <see cref="T:Microsoft.Office.Tools.Outlook.FormRegionBase" /> object extends.</returns>
</member>
<member name="M:Microsoft.Office.Tools.Outlook.FormRegionBase.Dispose(System.Boolean)">
<summary>Releases the resources used by the <see cref="T:Microsoft.Office.Tools.Outlook.FormRegionBase" />.</summary>
<param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources. </param>
</member>
<member name="P:Microsoft.Office.Tools.Outlook.FormRegionBase.Factory">
<summary>Gets or sets the form region factory that is associated with this <see cref="T:Microsoft.Office.Tools.Outlook.FormRegionBase" />.</summary>
<returns>An object that implements the <see cref="T:Microsoft.Office.Tools.Outlook.IFormRegionFactory" /> interface.</returns>
</member>
<member name="E:Microsoft.Office.Tools.Outlook.FormRegionBase.FormRegionClosed">
<summary>Occurs before the form region is closed. </summary>
</member>
<member name="E:Microsoft.Office.Tools.Outlook.FormRegionBase.FormRegionShowing">
<summary>Occurs after an instance of the form region is created but before the form region appears. </summary>
</member>
<member name="P:Microsoft.Office.Tools.Outlook.FormRegionBase.Manifest">
<summary>Gets the <see cref="T:Microsoft.Office.Tools.Outlook.FormRegionManifest" /> that describes how the form region appears in Outlook.</summary>
<returns>The <see cref="T:Microsoft.Office.Tools.Outlook.FormRegionManifest" /> that describes how the form region appears in Outlook.</returns>
</member>
<member name="P:Microsoft.Office.Tools.Outlook.FormRegionBase.Microsoft#Office#Tools#IExtension#ExtensionBase">
<returns>Returns <see cref="T:System.Object" />.</returns>
</member>
<member name="M:Microsoft.Office.Tools.Outlook.FormRegionBase.OnShutdown">
<summary>Occurs before the form region is closed. </summary>
</member>
<member name="M:Microsoft.Office.Tools.Outlook.FormRegionBase.OnStartup">
<summary>Occurs after an instance of the form region is created but before the form region appears. </summary>
</member>
<member name="P:Microsoft.Office.Tools.Outlook.FormRegionBase.OutlookFormRegion">
<summary>Gets or sets the native form region object. </summary>
<returns>A <see cref="T:Microsoft.Office.Interop.Outlook._FormRegion" /> that represents the form region.</returns>
</member>
<member name="P:Microsoft.Office.Tools.Outlook.FormRegionBase.OutlookItem">
<summary>Gets the Outlook item in which the form region appears. </summary>
<returns>An <see cref="T:System.Object" /> that represents the Outlook item in which the form region appears.</returns>
</member>
<member name="T:Microsoft.Office.Tools.Outlook.FormRegionCollectionBase">
<summary>Provides access to <see cref="T:Microsoft.Office.Tools.Outlook.IFormRegion" /> objects in an Outlook add-in project.</summary>
</member>
<member name="M:Microsoft.Office.Tools.Outlook.FormRegionCollectionBase.#ctor(System.Collections.Generic.IList{Microsoft.Office.Tools.Outlook.IFormRegion})"></member>
<member name="P:Microsoft.Office.Tools.Outlook.FormRegionCollectionBase.Base">
<summary>Gets a <see cref="T:System.Collections.Generic.IList`1" /> of <see cref="T:Microsoft.Office.Tools.Outlook.IFormRegion" /> objects in the <see cref="T:Microsoft.Office.Tools.Outlook.FormRegionCollectionBase" />.</summary>
<returns>A <see cref="T:System.Collections.Generic.IList`1" /> of <see cref="T:Microsoft.Office.Tools.Outlook.IFormRegion" /> objects in the <see cref="T:Microsoft.Office.Tools.Outlook.FormRegionCollectionBase" />.</returns>
</member>
<member name="P:Microsoft.Office.Tools.Outlook.FormRegionCollectionBase.Microsoft#Office#Tools#IExtension#ExtensionBase"></member>
<member name="M:Microsoft.Office.Tools.Outlook.FormRegionCollectionBase.System#Collections#Generic#ICollection{T}#Add(Microsoft.Office.Tools.Outlook.IFormRegion)"></member>
<member name="M:Microsoft.Office.Tools.Outlook.FormRegionCollectionBase.System#Collections#Generic#ICollection{T}#Clear"></member>
<member name="M:Microsoft.Office.Tools.Outlook.FormRegionCollectionBase.System#Collections#Generic#ICollection{T}#Contains(Microsoft.Office.Tools.Outlook.IFormRegion)"></member>
<member name="M:Microsoft.Office.Tools.Outlook.FormRegionCollectionBase.System#Collections#Generic#ICollection{T}#CopyTo(Microsoft.Office.Tools.Outlook.IFormRegion[],System.Int32)"></member>
<member name="P:Microsoft.Office.Tools.Outlook.FormRegionCollectionBase.System#Collections#Generic#ICollection{T}#Count"></member>
<member name="P:Microsoft.Office.Tools.Outlook.FormRegionCollectionBase.System#Collections#Generic#ICollection{T}#IsReadOnly"></member>
<member name="M:Microsoft.Office.Tools.Outlook.FormRegionCollectionBase.System#Collections#Generic#ICollection{T}#Remove(Microsoft.Office.Tools.Outlook.IFormRegion)"></member>
<member name="M:Microsoft.Office.Tools.Outlook.FormRegionCollectionBase.System#Collections#Generic#IEnumerable{T}#GetEnumerator"></member>
<member name="M:Microsoft.Office.Tools.Outlook.FormRegionCollectionBase.System#Collections#Generic#IList{T}#IndexOf(Microsoft.Office.Tools.Outlook.IFormRegion)"></member>
<member name="M:Microsoft.Office.Tools.Outlook.FormRegionCollectionBase.System#Collections#Generic#IList{T}#Insert(System.Int32,Microsoft.Office.Tools.Outlook.IFormRegion)"></member>
<member name="P:Microsoft.Office.Tools.Outlook.FormRegionCollectionBase.System#Collections#Generic#IList{T}#Item(System.Int32)"></member>
<member name="M:Microsoft.Office.Tools.Outlook.FormRegionCollectionBase.System#Collections#Generic#IList{T}#RemoveAt(System.Int32)"></member>
<member name="M:Microsoft.Office.Tools.Outlook.FormRegionCollectionBase.System#Collections#IEnumerable#GetEnumerator"></member>
<member name="T:Microsoft.Office.Tools.Outlook.ImportedFormRegionBase">
<summary>Represents an Outlook form region that is based on a user control.</summary>
</member>
<member name="M:Microsoft.Office.Tools.Outlook.ImportedFormRegionBase.#ctor(Microsoft.Office.Tools.Outlook.Factory,Microsoft.Office.Interop.Outlook.FormRegion)"></member>
<member name="P:Microsoft.Office.Tools.Outlook.ImportedFormRegionBase.Base">
<summary>Gets the <see cref="T:Microsoft.Office.Tools.Outlook.ImportedFormRegion" /> object that this <see cref="T:Microsoft.Office.Tools.Outlook.ImportedFormRegionBase" /> object extends.</summary>
<returns>The object that this <see cref="T:Microsoft.Office.Tools.Outlook.ImportedFormRegionBase" /> object extends.</returns>
</member>
<member name="P:Microsoft.Office.Tools.Outlook.ImportedFormRegionBase.Factory">
<summary>Gets or sets the form region factory that is associated with this <see cref="T:Microsoft.Office.Tools.Outlook.ImportedFormRegionBase" />.</summary>
<returns>An object that implements the <see cref="T:Microsoft.Office.Tools.Outlook.IFormRegionFactory" /> interface.</returns>
</member>
<member name="E:Microsoft.Office.Tools.Outlook.ImportedFormRegionBase.FormRegionClosed">
<summary>Occurs before the form region is closed. </summary>
</member>
<member name="E:Microsoft.Office.Tools.Outlook.ImportedFormRegionBase.FormRegionShowing">
<summary>Occurs after an instance of the form region is created but before the form region appears. </summary>
</member>
<member name="M:Microsoft.Office.Tools.Outlook.ImportedFormRegionBase.GetFormRegionControl(System.String)">
<summary>Returns the specified control from the Microsoft.Vbe.Interop.Forms.UserForm of the form region.</summary>
<returns>The control that is specified by <paramref name="identifier" />.</returns>
<param name="identifier">The name of the control that you would like to locate in the Microsoft.Vbe.Interop.Forms.UserForm of the form region.</param>
<exception cref="T:System.InvalidOperationException">The form region specified by the <see cref="P:Microsoft.Office.Tools.Outlook.ImportedFormRegionBase.OutlookFormRegion" /> property is null.</exception>
<exception cref="T:Microsoft.Office.Tools.Outlook.ControlNotFoundException">Identifier does not match a control in the .ofs file.</exception>
</member>
<member name="M:Microsoft.Office.Tools.Outlook.ImportedFormRegionBase.InitializeControls">
<summary>Initializes the controls on the form region.</summary>
</member>
<member name="P:Microsoft.Office.Tools.Outlook.ImportedFormRegionBase.Microsoft#Office#Tools#IExtension#ExtensionBase"></member>
<member name="M:Microsoft.Office.Tools.Outlook.ImportedFormRegionBase.Microsoft#Office#Tools#Outlook#IFormRegion#OnShutdown"></member>
<member name="M:Microsoft.Office.Tools.Outlook.ImportedFormRegionBase.Microsoft#Office#Tools#Outlook#IFormRegion#OnStartup"></member>
<member name="M:Microsoft.Office.Tools.Outlook.ImportedFormRegionBase.Microsoft#Office#Tools#Outlook#IImportedFormRegionExtension#InitializeControls"></member>
<member name="P:Microsoft.Office.Tools.Outlook.ImportedFormRegionBase.OutlookFormRegion">
<summary>Gets or sets the native form region object. </summary>
<returns>A <see cref="T:Microsoft.Office.Interop.Outlook.FormRegion" /> that represents the form region.</returns>
</member>
<member name="P:Microsoft.Office.Tools.Outlook.ImportedFormRegionBase.OutlookItem">
<summary>Gets the Microsoft Office Outlook item for which the form region appears. </summary>
<returns>An <see cref="T:System.Object" /> that represents the Outlook item for which the form region appears.</returns>
</member>
<member name="T:Microsoft.Office.Tools.Outlook.OutlookAddInBase">
<summary>Provides the base class for the ThisAddIn class in Outlook add-ins that you create by using Visual Studio.</summary>
</member>
<member name="M:Microsoft.Office.Tools.Outlook.OutlookAddInBase.#ctor(Microsoft.Office.Tools.Outlook.Factory,System.IServiceProvider,System.String,System.String)"></member>
<member name="P:Microsoft.Office.Tools.Outlook.OutlookAddInBase.Base">
<summary>Gets the <see cref="T:Microsoft.Office.Tools.Outlook.OutlookAddIn" /> object that this <see cref="T:Microsoft.Office.Tools.Outlook.OutlookAddInBase" /> object extends.</summary>
<returns>The object that this <see cref="T:Microsoft.Office.Tools.Outlook.OutlookAddInBase" /> object extends.</returns>
</member>
<member name="E:Microsoft.Office.Tools.Outlook.OutlookAddInBase.FormRegionFactoryResolve">
<summary>Occurs when the add-in loads, and when a form region name that is specified in the registry does not match the name of any form regions defined in the add-in. </summary>
</member>
<member name="M:Microsoft.Office.Tools.Outlook.OutlookAddInBase.GetFormRegions"></member>
<member name="M:Microsoft.Office.Tools.Outlook.OutlookAddInBase.GetFormRegions(Microsoft.Office.Interop.Outlook.Explorer,System.Type)">
<returns>To access all Microsoft Office Outlook form regions that appear in a specific Explorer, call the FormRegions property of the Globals class and pass in an <see cref="T:Microsoft.Office.Interop.Outlook.Explorer" /> object that represents the Explorer.For more information, see Accessing a Form Region at Run Time.</returns>
</member>
<member name="M:Microsoft.Office.Tools.Outlook.OutlookAddInBase.GetFormRegions(Microsoft.Office.Interop.Outlook.Inspector,System.Type)"></member>
</members>
</doc>
@@ -0,0 +1,540 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Microsoft.Office.Tools.Outlook</name>
</assembly>
<members>
<member name="T:Microsoft.Office.Tools.Outlook.Factory">
<summary>Provides methods you can use to perform miscellaneous tasks in an Outlook add-in, such as creating form region controls, form region manifest objects, and custom actions. </summary>
</member>
<member name="M:Microsoft.Office.Tools.Outlook.Factory.CreateFormRegionCollection">
<summary>Creates an <see cref="T:System.Collections.Generic.IList`1" /> of <see cref="T:Microsoft.Office.Tools.Outlook.IFormRegion" /> objects. </summary>
<returns>An <see cref="T:System.Collections.Generic.IList`1" /> of <see cref="T:Microsoft.Office.Tools.Outlook.IFormRegion" /> objects.</returns>
</member>
<member name="M:Microsoft.Office.Tools.Outlook.Factory.CreateFormRegionControl(Microsoft.Office.Interop.Outlook.FormRegion,Microsoft.Office.Tools.IExtension)">
<summary>Creates a an instance of a class that implements the <see cref="T:Microsoft.Office.Tools.Outlook.FormRegionControl" /> interface. </summary>
<returns>A <see cref="T:Microsoft.Office.Tools.Outlook.FormRegionControl" /> that is based on a user control.</returns>
<param name="region">A <see cref="T:Microsoft.Office.Interop.Outlook.FormRegion" /> that represents the native form region.</param>
<param name="extension">An instance of a class that implements the <see cref="T:Microsoft.Office.Tools.IExtension" /> interface.</param>
</member>
<member name="M:Microsoft.Office.Tools.Outlook.Factory.CreateFormRegionCustomAction">
<summary>Creates an instance of a class that implements the <see cref="T:Microsoft.Office.Tools.Outlook.FormRegionCustomAction" /> interface with a default name.</summary>
<returns>A <see cref="T:Microsoft.Office.Tools.Outlook.FormRegionCustomAction" /> that represents a custom action.</returns>
</member>
<member name="M:Microsoft.Office.Tools.Outlook.Factory.CreateFormRegionCustomAction(System.String)">
<summary>Creates an instance of a class that implements the <see cref="T:Microsoft.Office.Tools.Outlook.FormRegionCustomAction" /> class by using the specified name.</summary>
<returns>A <see cref="T:Microsoft.Office.Tools.Outlook.FormRegionCustomAction" /> that represents a custom action.</returns>
<param name="name">A string that represents the name of the custom action.</param>
</member>
<member name="M:Microsoft.Office.Tools.Outlook.Factory.CreateFormRegionInitializingEventArgs(System.Object,Microsoft.Office.Interop.Outlook.OlFormRegionMode,Microsoft.Office.Interop.Outlook.OlFormRegionSize,System.Boolean)">
<summary>Creates a <see cref="T:Microsoft.Office.Tools.Outlook.FormRegionInitializingEventArgs" /> object that provides data for the FormRegionInitializing event of the form region factory class. </summary>
<returns>A <see cref="T:Microsoft.Office.Tools.Outlook.FormRegionInitializingEventArgs" /> that provides data for the FormRegionInitializing event of the form region factory class.</returns>
<param name="outlookItem">The Outlook item that caused the form region to load.</param>
<param name="formRegionMode">The mode of the Outlook item that caused the form region to load. This mode is represented by the <see cref="T:Microsoft.Office.Interop.Outlook.OlFormRegionMode" /> enumeration.</param>
<param name="formRegionSize">The type of form region that loads. This mode is represented by the <see cref="T:Microsoft.Office.Interop.Outlook.OlFormRegionSize" /> enumeration.</param>
<param name="cancel">A <see cref="T:System.Boolean" /> that indicates whether the form region should appear for <paramref name="outlookItem" />.</param>
</member>
<member name="M:Microsoft.Office.Tools.Outlook.Factory.CreateFormRegionManifest">
<summary>Creates a form region manifest that describes how the form region appears in Outlook.</summary>
<returns>A <see cref="T:Microsoft.Office.Tools.Outlook.FormRegionManifest" /> that describes how the form region appears in Outlook.</returns>
</member>
<member name="M:Microsoft.Office.Tools.Outlook.Factory.CreateImportedFormRegion(Microsoft.Office.Interop.Outlook.FormRegion,Microsoft.Office.Tools.Outlook.IImportedFormRegionExtension)">
<summary>Creates a Microsoft Office Outlook form region that is based on an Outlook Form Storage (*.ofs) file.</summary>
<returns>A <see cref="T:Microsoft.Office.Tools.Outlook.ImportedFormRegion" /> that represents a form region that is based on an Outlook Form Storage (*.ofs) file.</returns>
<param name="region">A <see cref="T:Microsoft.Office.Interop.Outlook.FormRegion" /> that represents the native form region.</param>
<param name="extension">An instance of a class that implements the <see cref="T:Microsoft.Office.Tools.Outlook.IImportedFormRegionExtension" /> interface.</param>
</member>
<member name="T:Microsoft.Office.Tools.Outlook.FormRegionControl">
<summary>Represents an Outlook form region that is based on a user control.</summary>
</member>
<member name="P:Microsoft.Office.Tools.Outlook.FormRegionControl.Factory">
<summary>Gets or sets the form region factory that is associated with this <see cref="T:Microsoft.Office.Tools.Outlook.FormRegionControl" />.</summary>
<returns>An object that implements the <see cref="T:Microsoft.Office.Tools.Outlook.IFormRegionFactory" /> interface.</returns>
</member>
<member name="E:Microsoft.Office.Tools.Outlook.FormRegionControl.FormRegionClosed">
<summary>Occurs before the form region is closed. </summary>
</member>
<member name="E:Microsoft.Office.Tools.Outlook.FormRegionControl.FormRegionShowing">
<summary>Occurs after an instance of the form region is created but before the form region appears. </summary>
</member>
<member name="P:Microsoft.Office.Tools.Outlook.FormRegionControl.Manifest">
<summary>Gets the <see cref="T:Microsoft.Office.Tools.Outlook.FormRegionManifest" /> that describes how the form region appears in Outlook.</summary>
<returns>The <see cref="T:Microsoft.Office.Tools.Outlook.FormRegionManifest" /> that describes how the form region appears in Outlook.</returns>
</member>
<member name="P:Microsoft.Office.Tools.Outlook.FormRegionControl.OutlookFormRegion">
<summary>Gets or sets the native form region object. </summary>
<returns>A <see cref="T:Microsoft.Office.Interop.Outlook._FormRegion" /> that represents the form region.</returns>
</member>
<member name="P:Microsoft.Office.Tools.Outlook.FormRegionControl.OutlookItem">
<summary>Gets the Outlook item in which the form region appears. </summary>
<returns>An <see cref="T:System.Object" /> that represents the Outlook item in which the form region appears.</returns>
</member>
<member name="T:Microsoft.Office.Tools.Outlook.FormRegionCustomAction">
<summary>Represents a custom action that appears in the Custom Actions group on the Ribbon of an Outlook item.</summary>
</member>
<member name="P:Microsoft.Office.Tools.Outlook.FormRegionCustomAction.AddressLike">
<summary>Gets or sets a value that specifies how to address the form that appears when the user executes the custom action.</summary>
<returns>One of the <see cref="T:Microsoft.Office.Tools.Outlook.FormRegionCustomActionAddressLike" /> values that specify how to address the target form that appears when the user executes the custom action. The default is <see cref="F:Microsoft.Office.Tools.Outlook.FormRegionCustomActionAddressLike.Reply" />.</returns>
</member>
<member name="P:Microsoft.Office.Tools.Outlook.FormRegionCustomAction.Body">
<summary>Gets or sets a value that specifies how the Message or Notes field of an Outlook item is included in the reply that appears when the user executes the custom action.</summary>
<returns>One of the <see cref="T:Microsoft.Office.Tools.Outlook.FormRegionCustomActionBody" /> values that specify how the Message or Notes field of an Outlook item is appended to the form that appears when the user executes the custom action. The default is <see cref="F:Microsoft.Office.Tools.Outlook.FormRegionCustomActionBody.User" />.</returns>
</member>
<member name="P:Microsoft.Office.Tools.Outlook.FormRegionCustomAction.Enabled">
<summary>Gets or sets a value that indicates whether the <see cref="T:Microsoft.Office.Tools.Outlook.FormRegionCustomAction" /> is enabled for the form region.</summary>
<returns>true if the <see cref="T:Microsoft.Office.Tools.Outlook.FormRegionCustomAction" /> is enabled; otherwise, false. The default is true.</returns>
</member>
<member name="P:Microsoft.Office.Tools.Outlook.FormRegionCustomAction.Method">
<summary>Gets or sets a value that specifies how to respond when the user executes the custom action. </summary>
<returns>One of the <see cref="T:Microsoft.Office.Tools.Outlook.FormRegionCustomActionMethod" /> values that specify how to respond when the user executes the custom action. The default is <see cref="F:Microsoft.Office.Tools.Outlook.FormRegionCustomActionMethod.Open" />.</returns>
</member>
<member name="P:Microsoft.Office.Tools.Outlook.FormRegionCustomAction.Name">
<summary>Gets or sets the name of the custom action. </summary>
<returns>A string that represents the name of the custom action.</returns>
<exception cref="T:System.ArgumentNullException">The value is null, or is empty. </exception>
<exception cref="T:System.ArgumentException">The value is greater than 256 characters in length.</exception>
</member>
<member name="P:Microsoft.Office.Tools.Outlook.FormRegionCustomAction.ShowOnRibbon">
<summary>Gets or sets a value that indicates whether to show the <see cref="T:Microsoft.Office.Tools.Outlook.FormRegionCustomAction" /> in the Custom Actions group of the Ribbon that displays the form region.</summary>
<returns>true if the <see cref="T:Microsoft.Office.Tools.Outlook.FormRegionCustomAction" /> appears on the Ribbon; otherwise, false. The default is true.</returns>
</member>
<member name="P:Microsoft.Office.Tools.Outlook.FormRegionCustomAction.SubjectPrefix">
<summary>Gets or sets the text that appears at the beginning of the subject line of the reply.</summary>
<returns>A string that represents text that appears at the beginning of the subject line of the original form.</returns>
<exception cref="T:System.ArgumentException">The value is greater than 256 characters in length.</exception>
</member>
<member name="P:Microsoft.Office.Tools.Outlook.FormRegionCustomAction.TargetForm">
<summary>Gets or sets the message class of the form that appears when the user executes the custom action.</summary>
<returns>A string that represents the message class of the form that appears when a user executes the custom action.</returns>
<exception cref="T:System.ArgumentException">The value is greater than 256 characters in length.</exception>
<exception cref="T:Microsoft.Office.Tools.Outlook.InvalidMessageClassException">The value of the string is empty or contains the name of a message class that is not valid.</exception>
</member>
<member name="P:Microsoft.Office.Tools.Outlook.FormRegionCustomAction.Title">
<summary>Gets or sets the name that is used to identify the custom action in the Custom Actions group of the Ribbon.</summary>
<returns>A string that represents the name that is used to identify the custom action in the Custom Actions group of the Ribbon.</returns>
<exception cref="T:System.ArgumentException">The value is greater than 256 characters in length.</exception>
</member>
<member name="M:Microsoft.Office.Tools.Outlook.FormRegionCustomAction.ToXml">
<summary>Returns a string that represents the <see cref="T:Microsoft.Office.Tools.Outlook.FormRegionCustomAction" /> as XML.</summary>
<returns>A string that represents the <see cref="T:Microsoft.Office.Tools.Outlook.FormRegionCustomAction" /> as XML.</returns>
</member>
<member name="M:Microsoft.Office.Tools.Outlook.FormRegionCustomAction.ToXml(System.Xml.XmlWriter)">
<summary>Saves the XML representation of the custom action in a string to an <see cref="T:System.Xml.XmlTextWriter" /> object.</summary>
<param name="writer">An <see cref="T:System.Xml.XmlTextWriter" /> to which to write the string.</param>
</member>
<member name="T:Microsoft.Office.Tools.Outlook.FormRegionCustomActionAddressLike">
<summary>Specifies how to address the target item that appears when the user executes the custom action.</summary>
</member>
<member name="F:Microsoft.Office.Tools.Outlook.FormRegionCustomActionAddressLike.Reply">
<summary>Makes the new item a reply to the original item. If you create a new mail message, this option copies the address that appears in the From field of the message into the To field of the new message. The text that appears in the Subject field of the new message contains the text that appeared in the original Subject field.</summary>
</member>
<member name="F:Microsoft.Office.Tools.Outlook.FormRegionCustomActionAddressLike.ReplyAll">
<summary>Makes the new item a reply to all of the senders and recipients of the original item. If you create a new mail item, this option copies the addresses that appear in the From and To fields of the message into the To field of the target form. This option also copies the addresses that appear in the CC field of the message into the CC field of the target form. The text that appears in the Subject field of the new message contains the text that appeared in the original Subject field.</summary>
</member>
<member name="F:Microsoft.Office.Tools.Outlook.FormRegionCustomActionAddressLike.Forward">
<summary>Makes the new item a forward of the original item. If you create a new mail message, this option clears the To and CC fields of the new message. The text that appears in the Subject field of the new message contains the text that appeared in the original Subject field. The attachments on the original item are copied to the new item.</summary>
</member>
<member name="F:Microsoft.Office.Tools.Outlook.FormRegionCustomActionAddressLike.ReplyToFolder">
<summary>If you create a new Post item, this option posts the item to the active folder. This item also copies the text that appears in the Subject field into the Conversation field of the new item. It then clears the Subject field of the new item.</summary>
</member>
<member name="F:Microsoft.Office.Tools.Outlook.FormRegionCustomActionAddressLike.Response">
<summary>Causes the custom action button to appear when you click the Vote button in the Respond group of the Ribbon. </summary>
</member>
<member name="T:Microsoft.Office.Tools.Outlook.FormRegionCustomActionBody">
<summary>Specifies how the Message or Notes field of an Outlook item is included to the reply that appears when the user executes the custom action. </summary>
</member>
<member name="F:Microsoft.Office.Tools.Outlook.FormRegionCustomActionBody.Omit">
<summary>The reply contains no references to the original item or the text of the original item.</summary>
</member>
<member name="F:Microsoft.Office.Tools.Outlook.FormRegionCustomActionBody.Attach">
<summary>The reply includes the original item as an attachment.</summary>
</member>
<member name="F:Microsoft.Office.Tools.Outlook.FormRegionCustomActionBody.Include">
<summary>The reply includes the text of the original item. This text appears in the body of the reply.</summary>
</member>
<member name="F:Microsoft.Office.Tools.Outlook.FormRegionCustomActionBody.Indent">
<summary>The reply includes the text of the original item. The text is indented in the body of the reply. </summary>
</member>
<member name="F:Microsoft.Office.Tools.Outlook.FormRegionCustomActionBody.Prefix">
<summary>The reply includes the text of the original item. The text appears in the body of the reply. Each line of text is preceded by the prefix that you specify for the <see cref="P:Microsoft.Office.Tools.Outlook.FormRegionCustomAction.SubjectPrefix" /> property of the <see cref="T:Microsoft.Office.Tools.Outlook.FormRegionCustomAction" />.</summary>
</member>
<member name="F:Microsoft.Office.Tools.Outlook.FormRegionCustomActionBody.User">
<summary>The reply includes the text of the original item. The text appears in the body of the reply. The text in the Subject field uses the default prefix. For example, if you set the <see cref="P:Microsoft.Office.Tools.Outlook.FormRegionCustomAction.AddressLike" /> property of the <see cref="T:Microsoft.Office.Tools.Outlook.FormRegionCustomAction" /> to <see cref="F:Microsoft.Office.Tools.Outlook.FormRegionCustomActionAddressLike.Reply" />, the text in the Subject field is preceded by "RE:".</summary>
</member>
<member name="T:Microsoft.Office.Tools.Outlook.FormRegionCustomActionCollection">
<summary>Represents a collection of <see cref="T:Microsoft.Office.Tools.Outlook.FormRegionCustomAction" /> objects.</summary>
</member>
<member name="M:Microsoft.Office.Tools.Outlook.FormRegionCustomActionCollection.Contains(System.String)">
<summary>Returns a value that indicates whether the <see cref="T:Microsoft.Office.Tools.Outlook.FormRegionCustomActionCollection" /> contains the <see cref="T:Microsoft.Office.Tools.Outlook.FormRegionCustomAction" /> that has the specified name. </summary>
<returns>true if the string matches the <see cref="P:Microsoft.Office.Tools.Outlook.FormRegionCustomAction.Name" /> property of a <see cref="T:Microsoft.Office.Tools.Outlook.FormRegionCustomAction" /> in the collection; otherwise, false.</returns>
<param name="actionName">A string that identifies a <see cref="T:Microsoft.Office.Tools.Outlook.FormRegionCustomAction" /> in the <see cref="T:Microsoft.Office.Tools.Outlook.FormRegionCustomActionCollection" />. </param>
</member>
<member name="P:Microsoft.Office.Tools.Outlook.FormRegionCustomActionCollection.Manifest">
<summary>Gets or sets the <see cref="T:Microsoft.Office.Tools.Outlook.FormRegionManifest" /> object associated with this <see cref="T:Microsoft.Office.Tools.Outlook.FormRegionCustomActionCollection" />.</summary>
<returns>A <see cref="T:Microsoft.Office.Tools.Outlook.FormRegionManifest" /> that represents the properties of the form region to which this custom action is associated.</returns>
</member>
<member name="T:Microsoft.Office.Tools.Outlook.FormRegionCustomActionMethod">
<summary>Specifies how to respond when the user executes the custom action. </summary>
</member>
<member name="F:Microsoft.Office.Tools.Outlook.FormRegionCustomActionMethod.Open">
<summary>Opens a new form. </summary>
</member>
<member name="F:Microsoft.Office.Tools.Outlook.FormRegionCustomActionMethod.Prompt">
<summary>Prompts the user to open or send the new form. </summary>
</member>
<member name="F:Microsoft.Office.Tools.Outlook.FormRegionCustomActionMethod.Send">
<summary>Sends the form immediately. </summary>
</member>
<member name="T:Microsoft.Office.Tools.Outlook.FormRegionFactoryResolveEventArgs">
<summary>Provides data for the <see cref="E:Microsoft.Office.Tools.Outlook.OutlookAddIn.FormRegionFactoryResolve" /> event of an <see cref="T:Microsoft.Office.Tools.Outlook.OutlookAddIn" />. </summary>
</member>
<member name="P:Microsoft.Office.Tools.Outlook.FormRegionFactoryResolveEventArgs.FormRegionFactory">
<summary>Gets or sets the form region factory class that defines the form region.</summary>
<returns>An instance of a class that implements the <see cref="T:Microsoft.Office.Tools.Outlook.IFormRegionFactory" /> interface.</returns>
</member>
<member name="P:Microsoft.Office.Tools.Outlook.FormRegionFactoryResolveEventArgs.Name">
<summary>Gets the name of the form region that Outlook is attempting to resolve.</summary>
<returns>The name of a form region.</returns>
</member>
<member name="T:Microsoft.Office.Tools.Outlook.FormRegionFactoryResolveEventHandler">
<summary>Represents the method that will handle the <see cref="E:Microsoft.Office.Tools.Outlook.OutlookAddIn.FormRegionFactoryResolve" /> event of an <see cref="T:Microsoft.Office.Tools.Outlook.OutlookAddIn" />.</summary>
<param name="sender">The source of the event.</param>
<param name="e">The data for the event.</param>
</member>
<member name="T:Microsoft.Office.Tools.Outlook.FormRegionInitializingEventArgs">
<summary>Provides data for the FormRegionInitializing event of the form region factory class.</summary>
</member>
<member name="P:Microsoft.Office.Tools.Outlook.FormRegionInitializingEventArgs.Cancel">
<summary>Gets or sets a value that indicates whether the form region should appear for the current Outlook item.</summary>
<returns>A <see cref="T:System.Boolean" /> that indicates whether the form region should appear for the current Outlook item.</returns>
</member>
<member name="P:Microsoft.Office.Tools.Outlook.FormRegionInitializingEventArgs.FormRegionMode">
<summary>Gets the mode of the Microsoft Office Outlook item that caused the form region to load.</summary>
<returns>A <see cref="T:Microsoft.Office.Interop.Outlook.OlFormRegionMode" /> that represents the mode of the Outlook item that caused the form region to load.</returns>
</member>
<member name="P:Microsoft.Office.Tools.Outlook.FormRegionInitializingEventArgs.FormRegionSize">
<summary>Gets the type of form region that loads.</summary>
<returns>A <see cref="T:Microsoft.Office.Interop.Outlook.OlFormRegionSize" /> that represents the type of form region that loads.</returns>
</member>
<member name="P:Microsoft.Office.Tools.Outlook.FormRegionInitializingEventArgs.OutlookItem">
<summary>Gets the Microsoft Office Outlook item that caused the form region to load.</summary>
<returns>An <see cref="T:System.Object" /> that represents the Outlook item that caused the form region to load.</returns>
</member>
<member name="T:Microsoft.Office.Tools.Outlook.FormRegionInitializingEventHandler">
<summary>Represents the method that will handle the FormRegionInitializing event of the form region.</summary>
<param name="sender">The source of the event.</param>
<param name="e">The data for the event.</param>
</member>
<member name="T:Microsoft.Office.Tools.Outlook.FormRegionKindConstants">
<summary>Contains constants that specify whether the form region that a form region factory creates is based on a user control or an Outlook Form Storage (.ofs) file.</summary>
</member>
<member name="F:Microsoft.Office.Tools.Outlook.FormRegionKindConstants.WindowsForms">
<summary>Specifies that the form region is based on a user control. </summary>
</member>
<member name="F:Microsoft.Office.Tools.Outlook.FormRegionKindConstants.Ofs">
<summary>Specifies that the form region is imported from Outlook. </summary>
</member>
<member name="T:Microsoft.Office.Tools.Outlook.FormRegionManifest">
<summary>Represents a form region manifest that describes how the form region appears in Outlook.</summary>
</member>
<member name="P:Microsoft.Office.Tools.Outlook.FormRegionManifest.Contact">
<summary>Gets or sets the name that appears in the Choose Form dialog box in Outlook for replacement and replace-all form regions. </summary>
<returns>A string that represents the name that appears in the Choose Form dialog box in Outlook for replacement and replace-all form regions.</returns>
<exception cref="T:System.InvalidOperationException">
<see cref="P:Microsoft.Office.Tools.Outlook.FormRegionManifest.Locked" /> is true.</exception>
<exception cref="T:System.ArgumentException">The value is greater than 256 characters in length.</exception>
</member>
<member name="P:Microsoft.Office.Tools.Outlook.FormRegionManifest.CustomActions">
<summary>Gets a collection that contains all of the custom actions that appear in the Custom Actions group on the Ribbon of the Outlook item that displays the form region.</summary>
<returns>A <see cref="T:Microsoft.Office.Tools.Outlook.FormRegionCustomActionCollection" /> that contains all of the custom actions that appear in the Custom Actions group on the Ribbon of the Outlook item that displays the form region.</returns>
</member>
<member name="P:Microsoft.Office.Tools.Outlook.FormRegionManifest.Description">
<summary>Gets or sets the text that appears in the Choose Form dialog box in Outlook for replacement and replace-all form regions.</summary>
<returns>A string that represents the text that appears in the Choose Form dialog box in Outlook for replacement and replace-all form regions.</returns>
<exception cref="T:System.InvalidOperationException">
<see cref="P:Microsoft.Office.Tools.Outlook.FormRegionManifest.Locked" /> is true.</exception>
<exception cref="T:System.ArgumentException">The value is greater than 256 characters in length.</exception>
</member>
<member name="P:Microsoft.Office.Tools.Outlook.FormRegionManifest.DisplayAfter">
<summary>Gets or sets the name of the form region to display before this form region.</summary>
<returns>A string that represents the name of the form region to display before this form region.</returns>
<exception cref="T:System.InvalidOperationException">
<see cref="P:Microsoft.Office.Tools.Outlook.FormRegionManifest.Locked" /> is true.</exception>
<exception cref="T:System.ArgumentException">The value is greater than 256 characters in length.</exception>
</member>
<member name="P:Microsoft.Office.Tools.Outlook.FormRegionManifest.ExactMessageClass">
<summary>Gets or sets a value that indicates whether the form region is displayed by derived message classes.</summary>
<returns>true if the form region is not displayed by derived message classes; otherwise, false. The default is false.</returns>
<exception cref="T:System.InvalidOperationException">
<see cref="P:Microsoft.Office.Tools.Outlook.FormRegionManifest.Locked" /> is true.</exception>
</member>
<member name="P:Microsoft.Office.Tools.Outlook.FormRegionManifest.FormRegionFactory"></member>
<member name="P:Microsoft.Office.Tools.Outlook.FormRegionManifest.FormRegionName">
<summary>Gets or sets the text that appears on the Ribbon of an Outlook item or in the header text of an adjoining form region. </summary>
<returns>A string that contains the text that appears on the Ribbon of an Outlook item or in the header text of an adjoining form region. </returns>
<exception cref="T:System.InvalidOperationException">
<see cref="P:Microsoft.Office.Tools.Outlook.FormRegionManifest.Locked" /> is true.</exception>
<exception cref="T:System.ArgumentException">The value is greater than 256 characters in length.</exception>
</member>
<member name="P:Microsoft.Office.Tools.Outlook.FormRegionManifest.FormRegionType">
<summary>Gets or sets a <see cref="T:Microsoft.Office.Tools.Outlook.FormRegionType" /> that determines how the form region appears in an Outlook form.</summary>
<returns>A <see cref="T:Microsoft.Office.Tools.Outlook.FormRegionType" /> that determines how the form region appears in an Outlook form.</returns>
<exception cref="T:System.InvalidOperationException">
<see cref="P:Microsoft.Office.Tools.Outlook.FormRegionManifest.Locked" /> is true.</exception>
<exception cref="T:System.ArgumentException">The value is greater than 256 characters in length.</exception>
</member>
<member name="P:Microsoft.Office.Tools.Outlook.FormRegionManifest.Hidden">
<summary>Gets or sets a value that indicates whether replacement and replace-all form regions appear in the Choose Form dialog box in Outlook. </summary>
<returns>true if replacement and replace-all form regions do not appear in the Choose Form dialog box in Outlook; otherwise, false. The default is false.</returns>
<exception cref="T:System.InvalidOperationException">
<see cref="P:Microsoft.Office.Tools.Outlook.FormRegionManifest.Locked" /> is true.</exception>
</member>
<member name="P:Microsoft.Office.Tools.Outlook.FormRegionManifest.Icons">
<summary>Gets or sets a <see cref="T:Microsoft.Office.Tools.Outlook.FormRegionManifestIcons" /> that specifies the icons that appear for separate, replacement, or replace-all form regions.</summary>
<returns>A <see cref="T:Microsoft.Office.Tools.Outlook.FormRegionManifestIcons" /> that specifies the icons that appear for separate, replacement, or replace-all form regions.</returns>
<exception cref="T:System.InvalidOperationException">
<see cref="P:Microsoft.Office.Tools.Outlook.FormRegionManifest.Locked" /> is true.</exception>
</member>
<member name="P:Microsoft.Office.Tools.Outlook.FormRegionManifest.LoadLegacyForm">
<summary>Gets or sets a value that indicates whether Outlook loads legacy forms before loading this form region. </summary>
<returns>true if Outlook loads legacy forms before loading this form region; otherwise, false. The default is false.</returns>
<exception cref="T:System.InvalidOperationException">
<see cref="P:Microsoft.Office.Tools.Outlook.FormRegionManifest.Locked" /> is true.</exception>
</member>
<member name="P:Microsoft.Office.Tools.Outlook.FormRegionManifest.Locked">
<summary>Gets or sets a value that indicates whether the properties of the <see cref="T:Microsoft.Office.Tools.Outlook.FormRegionManifest" /> can be modified.</summary>
<returns>true if the properties of the <see cref="T:Microsoft.Office.Tools.Outlook.FormRegionManifest" /> cannot be modified; otherwise, false. </returns>
</member>
<member name="P:Microsoft.Office.Tools.Outlook.FormRegionManifest.RibbonAccelerator">
<summary>Gets or sets the keyboard shortcut of separate, replacement, and replace-all form regions.</summary>
<returns>A string that represents the keyboard shortcut of separate, replacement, and replace-all form regions.</returns>
<exception cref="T:System.InvalidOperationException">
<see cref="P:Microsoft.Office.Tools.Outlook.FormRegionManifest.Locked" /> is true.</exception>
<exception cref="T:System.ArgumentException">The value is greater than 2 characters in length or contains characters that are not alpha numeric.</exception>
</member>
<member name="P:Microsoft.Office.Tools.Outlook.FormRegionManifest.ShowInspectorCompose">
<summary>Gets or sets a value that indicates whether to display the form region when an Outlook Inspector is in compose mode. </summary>
<returns>true to display the form region when an Outlook Inspector is in compose mode; otherwise, false. The default is true.</returns>
<exception cref="T:System.InvalidOperationException">
<see cref="P:Microsoft.Office.Tools.Outlook.FormRegionManifest.Locked" /> is true.</exception>
</member>
<member name="P:Microsoft.Office.Tools.Outlook.FormRegionManifest.ShowInspectorRead">
<summary>Gets or sets a value that indicates whether to display the form region when an Outlook Inspector is in read mode. </summary>
<returns>true to display the form region when an Outlook Inspector is in read mode; otherwise, false. The default is true.</returns>
<exception cref="T:System.InvalidOperationException">
<see cref="P:Microsoft.Office.Tools.Outlook.FormRegionManifest.Locked" /> is true.</exception>
</member>
<member name="P:Microsoft.Office.Tools.Outlook.FormRegionManifest.ShowReadingPane">
<summary>Gets or sets a value that indicates whether to display the form region in the Reading Pane. </summary>
<returns>true to display the form region in the Reading Pane; otherwise, false. The default is false.</returns>
<exception cref="T:System.InvalidOperationException">
<see cref="P:Microsoft.Office.Tools.Outlook.FormRegionManifest.Locked" /> is true.</exception>
</member>
<member name="P:Microsoft.Office.Tools.Outlook.FormRegionManifest.Title">
<summary>Gets or sets the name that appears in the Actions menu and Choose Form dialog box in Outlook for replacement and replace-all form regions.</summary>
<returns>A string that represents the text that appears in the Actions menu and Choose Form dialog box in Outlook for replacement and replace-all form regions.</returns>
<exception cref="T:System.InvalidOperationException">
<see cref="P:Microsoft.Office.Tools.Outlook.FormRegionManifest.Locked" /> is true.</exception>
<exception cref="T:System.ArgumentException">The value is greater than 256 characters in length.</exception>
</member>
<member name="M:Microsoft.Office.Tools.Outlook.FormRegionManifest.ToXml">
<summary>Creates a string that represents the <see cref="T:Microsoft.Office.Tools.Outlook.FormRegionManifest" /> as XML.</summary>
<returns>A string that represents the <see cref="T:Microsoft.Office.Tools.Outlook.FormRegionManifest" /> as XML.</returns>
</member>
<member name="M:Microsoft.Office.Tools.Outlook.FormRegionManifest.ToXml(System.Xml.XmlWriter)">
<summary>Creates a string that represents the <see cref="T:Microsoft.Office.Tools.Outlook.FormRegionManifest" /> as XML and saves it to an <see cref="T:System.Xml.XmlTextWriter" /> instance.</summary>
<param name="writer">An <see cref="T:System.Xml.XmlTextWriter" /> to which to write the string.</param>
</member>
<member name="P:Microsoft.Office.Tools.Outlook.FormRegionManifest.Version">
<summary>Gets or sets the version number of the form region.</summary>
<returns>A string that represents the version number of the form region.</returns>
<exception cref="T:System.InvalidOperationException">
<see cref="P:Microsoft.Office.Tools.Outlook.FormRegionManifest.Locked" /> is true.</exception>
<exception cref="T:System.ArgumentException">The value is greater than 256 characters in length.</exception>
</member>
<member name="T:Microsoft.Office.Tools.Outlook.FormRegionManifestIcons">
<summary>Represents a collection of icons that appear for separate, replace, and replace-all form regions.</summary>
</member>
<member name="P:Microsoft.Office.Tools.Outlook.FormRegionManifestIcons.Default">
<summary>Gets or sets the default icon that appears for replacement and replace-all form regions. </summary>
<returns>An <see cref="T:System.Drawing.Icon" /> that appears by default in Explorers that display replacement and replace-all form regions.</returns>
<exception cref="T:System.InvalidOperationException">The <see cref="P:Microsoft.Office.Tools.Outlook.FormRegionManifest.Locked" /> property of the <see cref="T:Microsoft.Office.Tools.Outlook.FormRegionManifest" /> object associated with this object is true.</exception>
</member>
<member name="P:Microsoft.Office.Tools.Outlook.FormRegionManifestIcons.Encrypted">
<summary>Gets or sets the icon that appears for encrypted items that have replacement or replace-all form regions. </summary>
<returns>An <see cref="T:System.Drawing.Icon" /> that appears for encrypted items that have replacement or replace-all form regions.</returns>
<exception cref="T:System.InvalidOperationException">The <see cref="P:Microsoft.Office.Tools.Outlook.FormRegionManifest.Locked" /> property of the <see cref="T:Microsoft.Office.Tools.Outlook.FormRegionManifest" /> object associated with this object is true.</exception>
</member>
<member name="P:Microsoft.Office.Tools.Outlook.FormRegionManifestIcons.Forwarded">
<summary>Gets or sets the icon that appears for forwarded items that have replacement or replace-all form regions.</summary>
<returns>An <see cref="T:System.Drawing.Icon" /> that appears for forwarded items that have replacement or replace-all form regions.</returns>
<exception cref="T:System.InvalidOperationException">The <see cref="P:Microsoft.Office.Tools.Outlook.FormRegionManifest.Locked" /> property of the <see cref="T:Microsoft.Office.Tools.Outlook.FormRegionManifest" /> object associated with this object is true.</exception>
</member>
<member name="M:Microsoft.Office.Tools.Outlook.FormRegionManifestIcons.GetIcon(Microsoft.Office.Interop.Outlook.OlFormRegionIcon)">
<summary>Returns an image that will be displayed for a particular type of icon for the form region.</summary>
<returns>An <see cref="T:stdole.IPictureDisp" /> that represents the icon.</returns>
<param name="icon">An Microsoft.Office.Interop.Outlook.OlFormRegionIcon that represents the type of icon that you want to return.</param>
</member>
<member name="P:Microsoft.Office.Tools.Outlook.FormRegionManifestIcons.Manifest">
<summary>The <see cref="T:Microsoft.Office.Tools.Outlook.FormRegionManifest" /> instance that is associated with this <see cref="T:Microsoft.Office.Tools.Outlook.FormRegionManifestIcons" />.</summary>
</member>
<member name="P:Microsoft.Office.Tools.Outlook.FormRegionManifestIcons.Page">
<summary>Gets or sets the icon that appears on the Ribbon of an Inspector for items that have separate, replacement, or replace-all form regions.</summary>
<returns>An <see cref="T:System.Drawing.Image" /> that appears on the Ribbon of an Inspector for items that have separate, replacement, or replace-all form regions.</returns>
<exception cref="T:System.InvalidOperationException">The <see cref="P:Microsoft.Office.Tools.Outlook.FormRegionManifest.Locked" /> property of the <see cref="T:Microsoft.Office.Tools.Outlook.FormRegionManifest" /> object associated with this object is true.</exception>
</member>
<member name="P:Microsoft.Office.Tools.Outlook.FormRegionManifestIcons.Read">
<summary>Gets or sets the icon that appears for items marked as read that have replacement or replace-all form regions.</summary>
<returns>An <see cref="T:System.Drawing.Icon" /> that appears for items marked as read that have replacement or replace-all form regions.</returns>
<exception cref="T:System.InvalidOperationException">The <see cref="P:Microsoft.Office.Tools.Outlook.FormRegionManifest.Locked" /> property of the <see cref="T:Microsoft.Office.Tools.Outlook.FormRegionManifest" /> object associated with this object is true.</exception>
</member>
<member name="P:Microsoft.Office.Tools.Outlook.FormRegionManifestIcons.Recurring">
<summary>Gets or sets the icon that appears for recurring items that have replacement or replace-all form regions.</summary>
<returns>An <see cref="T:System.Drawing.Icon" /> that appears for recurring items that have replacement or replace-all form regions.</returns>
<exception cref="T:System.InvalidOperationException">The <see cref="P:Microsoft.Office.Tools.Outlook.FormRegionManifest.Locked" /> property of the <see cref="T:Microsoft.Office.Tools.Outlook.FormRegionManifest" /> object associated with this object is true.</exception>
</member>
<member name="P:Microsoft.Office.Tools.Outlook.FormRegionManifestIcons.Replied">
<summary>Gets or sets the icon that appears for replied-to items that have replacement or replace-all form regions.</summary>
<returns>An <see cref="T:System.Drawing.Icon" /> that appears for replied-to items that have replacement or replace-all form regions.</returns>
<exception cref="T:System.InvalidOperationException">The <see cref="P:Microsoft.Office.Tools.Outlook.FormRegionManifest.Locked" /> property of the <see cref="T:Microsoft.Office.Tools.Outlook.FormRegionManifest" /> object associated with this object is true.</exception>
</member>
<member name="P:Microsoft.Office.Tools.Outlook.FormRegionManifestIcons.Signed">
<summary>Gets or sets the icon that appears for digitally signed items that have replacement or replace-all form regions.</summary>
<returns>An <see cref="T:System.Drawing.Icon" /> that appears for digitally signed items that have replacement or replace-all form regions.</returns>
<exception cref="T:System.InvalidOperationException">The <see cref="P:Microsoft.Office.Tools.Outlook.FormRegionManifest.Locked" /> property of the <see cref="T:Microsoft.Office.Tools.Outlook.FormRegionManifest" /> object associated with this object is true.</exception>
</member>
<member name="P:Microsoft.Office.Tools.Outlook.FormRegionManifestIcons.Submitted">
<summary>Gets or sets the icon that appears for submitted items that have replacement or replace-all form regions.</summary>
<returns>An <see cref="T:System.Drawing.Icon" /> that appears for submitted items that have replacement or replace-all form regions.</returns>
<exception cref="T:System.InvalidOperationException">The <see cref="P:Microsoft.Office.Tools.Outlook.FormRegionManifest.Locked" /> property of the <see cref="T:Microsoft.Office.Tools.Outlook.FormRegionManifest" /> object associated with this object is true.</exception>
</member>
<member name="M:Microsoft.Office.Tools.Outlook.FormRegionManifestIcons.ToXml">
<summary>Creates a string that represents the <see cref="T:Microsoft.Office.Tools.Outlook.FormRegionManifestIcons" /> as XML.</summary>
<returns>A string that represents the <see cref="T:Microsoft.Office.Tools.Outlook.FormRegionManifestIcons" /> as XML.</returns>
</member>
<member name="M:Microsoft.Office.Tools.Outlook.FormRegionManifestIcons.ToXml(System.Xml.XmlWriter)">
<summary>Creates an XML representation of <see cref="T:Microsoft.Office.Tools.Outlook.FormRegionManifestIcons" /> as a string and saves it to an <see cref="T:System.Xml.XmlTextWriter" /> instance.</summary>
<param name="writer">An <see cref="T:System.Xml.XmlTextWriter" /> to which to write the string.</param>
</member>
<member name="P:Microsoft.Office.Tools.Outlook.FormRegionManifestIcons.Unread">
<summary>Gets or sets the icon that appears for items marked as unread that have replacement or replace-all form regions.</summary>
<returns>An <see cref="T:System.Drawing.Icon" /> that appears for items marked as unread that have replacement or replace-all form regions.</returns>
<exception cref="T:System.InvalidOperationException">The <see cref="P:Microsoft.Office.Tools.Outlook.FormRegionManifest.Locked" /> property of the <see cref="T:Microsoft.Office.Tools.Outlook.FormRegionManifest" /> object associated with this object is true.</exception>
</member>
<member name="P:Microsoft.Office.Tools.Outlook.FormRegionManifestIcons.Unsent">
<summary>Gets or sets the icon that appears for unsent items that have replacement or replace-all form regions.</summary>
<returns>An <see cref="T:System.Drawing.Icon" /> that appears for unsent items that have replacement or replace-all form regions.</returns>
<exception cref="T:System.InvalidOperationException">The <see cref="P:Microsoft.Office.Tools.Outlook.FormRegionManifest.Locked" /> property of the <see cref="T:Microsoft.Office.Tools.Outlook.FormRegionManifest" /> object associated with this object is true.</exception>
</member>
<member name="P:Microsoft.Office.Tools.Outlook.FormRegionManifestIcons.Window">
<summary>Gets or sets the icon that appears in the notification area and in the ALT+TAB dialog box for open items that display replacement and replace-all form regions.</summary>
<returns>An <see cref="T:System.Drawing.Icon" /> that appears in the notification area and in the ALT+TAB dialog box for open items that display replacement and replace-all form regions. </returns>
<exception cref="T:System.InvalidOperationException">The <see cref="P:Microsoft.Office.Tools.Outlook.FormRegionManifest.Locked" /> property of the <see cref="T:Microsoft.Office.Tools.Outlook.FormRegionManifest" /> object associated with this object is true.</exception>
</member>
<member name="T:Microsoft.Office.Tools.Outlook.FormRegionType">
<summary>Specifies the way the form region appears in Microsoft Office Outlook.</summary>
</member>
<member name="F:Microsoft.Office.Tools.Outlook.FormRegionType.Adjoining">
<summary>Appends the form region to the bottom of an Outlook form's default page.</summary>
</member>
<member name="F:Microsoft.Office.Tools.Outlook.FormRegionType.Replacement">
<summary>Adds the form region as a new page that replaces the default page of an Outlook form.</summary>
</member>
<member name="F:Microsoft.Office.Tools.Outlook.FormRegionType.ReplaceAll">
<summary>Replaces the whole Outlook form with the form region. </summary>
</member>
<member name="F:Microsoft.Office.Tools.Outlook.FormRegionType.Separate">
<summary>Adds the form region as a new page in an Outlook form.</summary>
</member>
<member name="T:Microsoft.Office.Tools.Outlook.IFormRegion">
<summary>Defines an interface that exposes methods that are used by the events of the form region.</summary>
</member>
<member name="M:Microsoft.Office.Tools.Outlook.IFormRegion.OnShutdown">
<summary>Occurs before the form region is closed. </summary>
</member>
<member name="M:Microsoft.Office.Tools.Outlook.IFormRegion.OnStartup">
<summary>Occurs after an instance of the form region is created but before the form region appears. </summary>
</member>
<member name="T:Microsoft.Office.Tools.Outlook.IFormRegionFactory">
<summary>Defines an interface that creates instances of classes that implement <see cref="T:Microsoft.Office.Tools.Outlook.IFormRegion" />.</summary>
</member>
<member name="M:Microsoft.Office.Tools.Outlook.IFormRegionFactory.CreateFormRegion(Microsoft.Office.Interop.Outlook.FormRegion)">
<summary>Returns an instance of a class that implements the <see cref="T:Microsoft.Office.Tools.Outlook.IFormRegion" /> interface.</summary>
<returns>An instance of a class that implements the <see cref="T:Microsoft.Office.Tools.Outlook.IFormRegion" /> interface.</returns>
<param name="formRegion">A <see cref="T:Microsoft.Office.Interop.Outlook.FormRegion" /> that represents the native form region.</param>
</member>
<member name="M:Microsoft.Office.Tools.Outlook.IFormRegionFactory.GetFormRegionStorage(System.Object,Microsoft.Office.Interop.Outlook.OlFormRegionMode,Microsoft.Office.Interop.Outlook.OlFormRegionSize)">
<summary>Returns an Outlook Form Storage (.ofs) file.</summary>
<returns>A <see cref="T:System.Byte" /> array that contains the contents of the .ofs file. </returns>
<param name="outlookItem">The Outlook item that caused the form region to load.</param>
<param name="formRegionMode">The mode of the Outlook item that caused the form region to load. This mode is represented by the <see cref="T:Microsoft.Office.Interop.Outlook.OlFormRegionMode" /> enumeration.</param>
<param name="formRegionSize">The type of form region being loaded. This mode is represented by the <see cref="T:Microsoft.Office.Interop.Outlook.OlFormRegionSize" /> enumeration.</param>
</member>
<member name="M:Microsoft.Office.Tools.Outlook.IFormRegionFactory.IsDisplayedForItem(System.Object,Microsoft.Office.Interop.Outlook.OlFormRegionMode,Microsoft.Office.Interop.Outlook.OlFormRegionSize)">
<summary>Returns a value that indicates whether the form region should appear for the specified Microsoft Office Outlook item.</summary>
<returns>A <see cref="T:System.Boolean" /> that indicates whether the form region should appear for the specified Outlook item.</returns>
<param name="outlookItem">The Outlook item that caused the form region to load.</param>
<param name="formRegionMode">The mode of the Outlook item that caused the form region to load. This mode is represented by the <see cref="T:Microsoft.Office.Interop.Outlook.OlFormRegionMode" /> enumeration.</param>
<param name="formRegionSize">The type of form region being loaded. This mode is represented by the <see cref="T:Microsoft.Office.Interop.Outlook.OlFormRegionSize" /> enumeration.</param>
</member>
<member name="P:Microsoft.Office.Tools.Outlook.IFormRegionFactory.Kind">
<summary>Gets the type of form region that the factory creates.</summary>
<returns>A string that represents the type of form region that the factory creates.</returns>
</member>
<member name="P:Microsoft.Office.Tools.Outlook.IFormRegionFactory.Manifest">
<summary>Gets a collection of properties that describe how the form region appears in Microsoft Office Outlook.</summary>
<returns>A <see cref="T:Microsoft.Office.Tools.Outlook.FormRegionManifest" /> that represents a collection of properties that describe how the form region appears in Outlook.</returns>
</member>
<member name="T:Microsoft.Office.Tools.Outlook.IImportedFormRegionExtension">
<summary>Represents an extension of a <see cref="T:Microsoft.Office.Tools.Outlook.ImportedFormRegion" /> object.</summary>
</member>
<member name="M:Microsoft.Office.Tools.Outlook.IImportedFormRegionExtension.InitializeControls">
<summary>Initializes the controls on the form region.</summary>
</member>
<member name="T:Microsoft.Office.Tools.Outlook.ImportedFormRegion">
<summary>Represents a Microsoft Office Outlofok form region that is based on an Outlook Form Storage (*.ofs) file.</summary>
</member>
<member name="P:Microsoft.Office.Tools.Outlook.ImportedFormRegion.DefaultExtension">
<summary>Gets the default extension for this <see cref="T:Microsoft.Office.Tools.Outlook.ImportedFormRegion" /> object.</summary>
<returns>The default extension for this <see cref="T:Microsoft.Office.Tools.Outlook.ImportedFormRegion" /> object.</returns>
</member>
<member name="P:Microsoft.Office.Tools.Outlook.ImportedFormRegion.Extension">
<summary>Gets a custom extension for this <see cref="T:Microsoft.Office.Tools.Outlook.ImportedFormRegion" /> object.</summary>
<returns>A custom extension for this <see cref="T:Microsoft.Office.Tools.Outlook.ImportedFormRegion" /> object.</returns>
</member>
<member name="P:Microsoft.Office.Tools.Outlook.ImportedFormRegion.Factory">
<summary>Gets or sets the form region factory that is associated with this <see cref="T:Microsoft.Office.Tools.Outlook.ImportedFormRegion" />.</summary>
<returns>An object that implements the <see cref="T:Microsoft.Office.Tools.Outlook.IFormRegionFactory" /> interface.</returns>
</member>
<member name="E:Microsoft.Office.Tools.Outlook.ImportedFormRegion.FormRegionClosed">
<summary>Occurs before the form region is closed. </summary>
</member>
<member name="E:Microsoft.Office.Tools.Outlook.ImportedFormRegion.FormRegionShowing">
<summary>Occurs after an instance of the form region is created but before the form region appears. </summary>
</member>
<member name="M:Microsoft.Office.Tools.Outlook.ImportedFormRegion.GetFormRegionControl(System.String)">
<summary>Returns the specified control from the Microsoft.Vbe.Interop.Forms.UserForm of the form region.</summary>
<returns>The control that is specified by <paramref name="identifier" />.</returns>
<param name="identifier">The name of the control that you would like to locate in the Microsoft.Vbe.Interop.Forms.UserForm of the form region.</param>
<exception cref="T:System.InvalidOperationException">The form region specified by the <see cref="P:Microsoft.Office.Tools.Outlook.ImportedFormRegion.OutlookFormRegion" /> property is null.</exception>
<exception cref="T:Microsoft.Office.Tools.Outlook.ControlNotFoundException">Identifier does not match a control in the .ofs file.</exception>
</member>
<member name="P:Microsoft.Office.Tools.Outlook.ImportedFormRegion.OutlookFormRegion">
<summary>Gets or sets the native form region object. </summary>
<returns>A <see cref="T:Microsoft.Office.Interop.Outlook.FormRegion" /> that represents the form region.</returns>
</member>
<member name="P:Microsoft.Office.Tools.Outlook.ImportedFormRegion.OutlookItem">
<summary>Gets the Microsoft Office Outlook item for which the form region appears. </summary>
<returns>An <see cref="T:System.Object" /> that represents the Outlook item for which the form region appears.</returns>
</member>
<member name="T:Microsoft.Office.Tools.Outlook.OutlookAddIn">
<summary>Defines the core functionality of Outlook add-ins that you create by using the Office development tools in Visual Studio.</summary>
</member>
<member name="E:Microsoft.Office.Tools.Outlook.OutlookAddIn.FormRegionFactoryResolve">
<summary>Occurs when the add-in loads, and when a form region name that is specified in the registry does not match the name of any form regions defined in the add-in. </summary>
</member>
<member name="M:Microsoft.Office.Tools.Outlook.OutlookAddIn.GetFormRegions"></member>
<member name="M:Microsoft.Office.Tools.Outlook.OutlookAddIn.GetFormRegions(Microsoft.Office.Interop.Outlook.Explorer,System.Type)"></member>
<member name="M:Microsoft.Office.Tools.Outlook.OutlookAddIn.GetFormRegions(Microsoft.Office.Interop.Outlook.Inspector,System.Type)"></member>
</members>
</doc>
@@ -0,0 +1,214 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Microsoft.Office.Tools.v4.0.Framework</name>
</assembly>
<members>
<member name="T:Microsoft.Office.Tools.CannotRemoveControlException">
<summary>The exception that is thrown when code tries to remove a host control or Windows Forms control that was added to a document at design time.</summary>
</member>
<member name="M:Microsoft.Office.Tools.CannotRemoveControlException.#ctor"></member>
<member name="M:Microsoft.Office.Tools.CannotRemoveControlException.#ctor(System.Exception)"></member>
<member name="M:Microsoft.Office.Tools.CannotRemoveControlException.#ctor(System.String)"></member>
<member name="M:Microsoft.Office.Tools.CannotRemoveControlException.#ctor(System.String,System.Exception)"></member>
<member name="M:Microsoft.Office.Tools.CannotRemoveControlException.#ctor(System.String,System.String)"></member>
<member name="M:Microsoft.Office.Tools.CannotRemoveControlException.#ctor(System.String,System.String,System.Exception)"></member>
<member name="T:Microsoft.Office.Tools.CannotRemoveCustomizationException">
<summary>The exception that is thrown when a customization could not be programmatically removed from a document. </summary>
</member>
<member name="M:Microsoft.Office.Tools.CannotRemoveCustomizationException.#ctor"></member>
<member name="M:Microsoft.Office.Tools.CannotRemoveCustomizationException.#ctor(System.Exception)"></member>
<member name="M:Microsoft.Office.Tools.CannotRemoveCustomizationException.#ctor(System.String)"></member>
<member name="M:Microsoft.Office.Tools.CannotRemoveCustomizationException.#ctor(System.String,System.Exception)"></member>
<member name="T:Microsoft.Office.Tools.ControlNameAlreadyExistsException">
<summary>The exception that is thrown when you try to add a control to a Microsoft Office Excel workbook or Microsoft Office Word document at run time, but the name provided for the new control already exists in the workbook or document.</summary>
</member>
<member name="M:Microsoft.Office.Tools.ControlNameAlreadyExistsException.#ctor"></member>
<member name="M:Microsoft.Office.Tools.ControlNameAlreadyExistsException.#ctor(System.Exception)"></member>
<member name="M:Microsoft.Office.Tools.ControlNameAlreadyExistsException.#ctor(System.String)"></member>
<member name="M:Microsoft.Office.Tools.ControlNameAlreadyExistsException.#ctor(System.String,System.Exception)"></member>
<member name="M:Microsoft.Office.Tools.ControlNameAlreadyExistsException.#ctor(System.String,System.String)"></member>
<member name="M:Microsoft.Office.Tools.ControlNameAlreadyExistsException.#ctor(System.String,System.String,System.Exception)"></member>
<member name="T:Microsoft.Office.Tools.InvalidRangeException">
<summary>The exception that is thrown when you try to add a control to a Microsoft Office Excel workbook at run time, but the specified range contains multiple areas instead of a contiguous block of cells.</summary>
</member>
<member name="M:Microsoft.Office.Tools.InvalidRangeException.#ctor"></member>
<member name="M:Microsoft.Office.Tools.InvalidRangeException.#ctor(System.Exception)"></member>
<member name="M:Microsoft.Office.Tools.InvalidRangeException.#ctor(System.String)"></member>
<member name="M:Microsoft.Office.Tools.InvalidRangeException.#ctor(System.String,System.Exception)"></member>
<member name="T:Microsoft.Office.Tools.RangeNotOnWorksheetException">
<summary>The exception that is thrown when the range provided does not exist on the worksheet.</summary>
</member>
<member name="M:Microsoft.Office.Tools.RangeNotOnWorksheetException.#ctor"></member>
<member name="M:Microsoft.Office.Tools.RangeNotOnWorksheetException.#ctor(System.Exception)"></member>
<member name="M:Microsoft.Office.Tools.RangeNotOnWorksheetException.#ctor(System.String)"></member>
<member name="M:Microsoft.Office.Tools.RangeNotOnWorksheetException.#ctor(System.String,System.Exception)"></member>
<member name="M:Microsoft.Office.Tools.RangeNotOnWorksheetException.#ctor(System.String,System.String)"></member>
<member name="M:Microsoft.Office.Tools.RangeNotOnWorksheetException.#ctor(System.String,System.String,System.Exception)"></member>
<member name="T:Microsoft.Office.Tools.Excel.FailureReason">
<summary>Provides the reason why the <see cref="T:Microsoft.Office.Tools.Excel.ListObject" /> data binding failed.</summary>
</member>
<member name="F:Microsoft.Office.Tools.Excel.FailureReason.CouldNotResizeListObject">
<summary>The <see cref="T:Microsoft.Office.Tools.Excel.ListObject" /> could not be resized to make room for all of the data to be displayed.</summary>
</member>
<member name="F:Microsoft.Office.Tools.Excel.FailureReason.InvalidDataSource">
<summary>The data source specified is not valid.</summary>
</member>
<member name="F:Microsoft.Office.Tools.Excel.FailureReason.NoDataBoundColumnsSpecified">
<summary>At least one of the columns specified must map to the <see cref="T:System.Data.DataTable" />.</summary>
</member>
<member name="T:Microsoft.Office.Tools.Excel.ListObjectNotDataBoundException">
<summary>The exception that is thrown when you use the <see cref="M:Microsoft.Office.Tools.Excel.ListObject.Disconnect" /> method of a <see cref="T:Microsoft.Office.Tools.Excel.ListObject" /> that is not bound to data.</summary>
</member>
<member name="M:Microsoft.Office.Tools.Excel.ListObjectNotDataBoundException.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Office.Tools.Excel.ListObjectNotDataBoundException" /> class.</summary>
</member>
<member name="M:Microsoft.Office.Tools.Excel.ListObjectNotDataBoundException.#ctor(System.Exception)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Office.Tools.Excel.ListObjectNotDataBoundException" /> class with the inner exception that is the cause of this exception.</summary>
<param name="innerException">The exception that is the cause of the current exception. </param>
</member>
<member name="M:Microsoft.Office.Tools.Excel.ListObjectNotDataBoundException.#ctor(System.String)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Office.Tools.Excel.ListObjectNotDataBoundException" /> class with a specified error message. </summary>
<param name="message">A message that describes the error. </param>
</member>
<member name="M:Microsoft.Office.Tools.Excel.ListObjectNotDataBoundException.#ctor(System.String,System.Exception)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Office.Tools.Excel.ListObjectNotDataBoundException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
<param name="message">A message that describes the error.</param>
<param name="innerException">The exception that is the cause of the current exception. </param>
</member>
<member name="T:Microsoft.Office.Tools.Excel.SetDataBindingFailedException">
<summary>Represents the exception that is thrown when an attempt to set data binding on the <see cref="T:Microsoft.Office.Tools.Excel.NamedRange" /> control, <see cref="T:Microsoft.Office.Tools.Excel.Chart" /> control, <see cref="T:Microsoft.Office.Tools.Excel.XmlMappedRange" /> control, or <see cref="T:Microsoft.Office.Tools.Excel.ListObject" /> control fails.</summary>
</member>
<member name="M:Microsoft.Office.Tools.Excel.SetDataBindingFailedException.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Office.Tools.Excel.SetDataBindingFailedException" /> class.</summary>
</member>
<member name="M:Microsoft.Office.Tools.Excel.SetDataBindingFailedException.#ctor(Microsoft.Office.Tools.Excel.FailureReason)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Office.Tools.Excel.SetDataBindingFailedException" /> class with a specified reason that the data binding failed. </summary>
<param name="reason">A reason that the data binding failed. </param>
</member>
<member name="M:Microsoft.Office.Tools.Excel.SetDataBindingFailedException.#ctor(Microsoft.Office.Tools.Excel.FailureReason,System.Exception)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Office.Tools.Excel.SetDataBindingFailedException" /> class with a specified reason that the data binding failed, and a reference to the inner exception that is the cause of this exception.</summary>
<param name="reason">A reason that the data binding failed. </param>
<param name="innerException">The exception that is the cause of the current exception. </param>
</member>
<member name="M:Microsoft.Office.Tools.Excel.SetDataBindingFailedException.#ctor(Microsoft.Office.Tools.Excel.FailureReason,System.Exception,System.String)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Office.Tools.Excel.SetDataBindingFailedException" /> class with a specified reason that the data binding failed, the error message, and a reference to the inner exception that is the cause of this exception.</summary>
<param name="reason">A reason that the data binding failed. </param>
<param name="innerException">The exception that is the cause of the current exception. </param>
<param name="message">A message that describes the error.</param>
</member>
<member name="M:Microsoft.Office.Tools.Excel.SetDataBindingFailedException.#ctor(Microsoft.Office.Tools.Excel.FailureReason,System.String)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Office.Tools.Excel.SetDataBindingFailedException" /> class with a specified reason that the data binding failed, and the error message.</summary>
<param name="reason">A reason that the data binding failed. </param>
<param name="message">A message that describes the error.</param>
</member>
<member name="M:Microsoft.Office.Tools.Excel.SetDataBindingFailedException.#ctor(System.Exception)"></member>
<member name="M:Microsoft.Office.Tools.Excel.SetDataBindingFailedException.#ctor(System.String)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Office.Tools.Excel.SetDataBindingFailedException" /> class with a specified error message.</summary>
<param name="message">A message that describes the error. </param>
</member>
<member name="M:Microsoft.Office.Tools.Excel.SetDataBindingFailedException.#ctor(System.String,System.Exception)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Office.Tools.Excel.SetDataBindingFailedException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
<param name="message">A message that describes the error.</param>
<param name="innerException">The exception that is the cause of the current exception. </param>
</member>
<member name="M:Microsoft.Office.Tools.Excel.SetDataBindingFailedException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)"></member>
<member name="P:Microsoft.Office.Tools.Excel.SetDataBindingFailedException.Reason">
<summary>Provides a reason that the data binding failed.</summary>
<returns>One of the <see cref="T:Microsoft.Office.Tools.Excel.FailureReason" /> enumeration members.</returns>
</member>
<member name="T:Microsoft.Office.Tools.Outlook.ControlNotFoundException">
<summary>Represents errors that occur when a control is not found in the Microsoft.Vbe.Interop.Forms.UserForm of an imported form region.</summary>
</member>
<member name="M:Microsoft.Office.Tools.Outlook.ControlNotFoundException.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Office.Tools.Outlook.ControlNotFoundException" /> class. </summary>
</member>
<member name="M:Microsoft.Office.Tools.Outlook.ControlNotFoundException.#ctor(System.Exception)"></member>
<member name="M:Microsoft.Office.Tools.Outlook.ControlNotFoundException.#ctor(System.String)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Office.Tools.Outlook.ControlNotFoundException" /> class by using the name of a control that is not found in the Microsoft.Vbe.Interop.Forms.UserForm of an imported form region.</summary>
<param name="identifier">The name of the control that is not found in the Microsoft.Vbe.Interop.Forms.UserForm of the form region.</param>
</member>
<member name="M:Microsoft.Office.Tools.Outlook.ControlNotFoundException.#ctor(System.String,System.Exception)"></member>
<member name="M:Microsoft.Office.Tools.Outlook.ControlNotFoundException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)"></member>
<member name="P:Microsoft.Office.Tools.Outlook.ControlNotFoundException.Identifier">
<summary>Gets the name of a control that is not found in the Microsoft.Vbe.Interop.Forms.UserForm of an imported form region.</summary>
<returns>A string that represents the name of the control that is not found in the Microsoft.Vbe.Interop.Forms.UserForm of the form region.</returns>
</member>
<member name="T:Microsoft.Office.Tools.Outlook.FormRegionMessageClassAttribute">
<summary>Represents an attribute that specifies the name of a Microsoft Office Outlook message class to associate with the form region.</summary>
</member>
<member name="M:Microsoft.Office.Tools.Outlook.FormRegionMessageClassAttribute.#ctor(System.String)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Office.Tools.Outlook.FormRegionMessageClassAttribute" /> class. </summary>
<param name="messageClass">The name of a message class.</param>
<exception cref="T:System.ArgumentNullException">The <paramref name="messageClass" /> argument is null or is empty.</exception>
<exception cref="T:System.ArgumentException">The <paramref name="messageClass" /> argument is greater than 255 characters in length.</exception>
<exception cref="T:Microsoft.Office.Tools.Outlook.InvalidMessageClassException">The <paramref name="messageClass" /> argument is invalid. For more information about valid message class names, see Associating a Form Region with an Outlook Message Class.</exception>
</member>
<member name="F:Microsoft.Office.Tools.Outlook.FormRegionMessageClassAttribute.Activity">
<summary>Specifies the message class name of a Microsoft Office Outlook Journal item.</summary>
</member>
<member name="F:Microsoft.Office.Tools.Outlook.FormRegionMessageClassAttribute.Appointment">
<summary>Specifies the message class name of a Microsoft Office Outlook Appointment item.</summary>
</member>
<member name="F:Microsoft.Office.Tools.Outlook.FormRegionMessageClassAttribute.Contact">
<summary>Specifies the message class name of a Microsoft Office Outlook Contact item.</summary>
</member>
<member name="F:Microsoft.Office.Tools.Outlook.FormRegionMessageClassAttribute.DistributionList">
<summary>Specifies the message class name of a Microsoft Office Outlook Distribution List item.</summary>
</member>
<member name="P:Microsoft.Office.Tools.Outlook.FormRegionMessageClassAttribute.MessageClass">
<summary>Gets the name of the message class to associate with the form region.</summary>
<returns>A string that represents the name of the message class to associate with the form region.</returns>
</member>
<member name="F:Microsoft.Office.Tools.Outlook.FormRegionMessageClassAttribute.Note">
<summary>Specifies the message class name of a Microsoft Office Outlook Mail item.</summary>
</member>
<member name="F:Microsoft.Office.Tools.Outlook.FormRegionMessageClassAttribute.Post">
<summary>Specifies the message class name of a Microsoft Office Outlook Post item.</summary>
</member>
<member name="F:Microsoft.Office.Tools.Outlook.FormRegionMessageClassAttribute.PostRss">
<summary>Specifies the message class name of a Microsoft Office Outlook RSS Post item.</summary>
</member>
<member name="F:Microsoft.Office.Tools.Outlook.FormRegionMessageClassAttribute.Task">
<summary>Specifies the message class name of a Microsoft Office Outlook Task item.</summary>
</member>
<member name="T:Microsoft.Office.Tools.Outlook.FormRegionNameAttribute">
<summary>Represents the name that uniquely identifies a form region across all Outlook add-ins.</summary>
</member>
<member name="M:Microsoft.Office.Tools.Outlook.FormRegionNameAttribute.#ctor(System.String)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Office.Tools.Outlook.FormRegionNameAttribute" /> class.</summary>
<param name="name">A string that uniquely identifies the form region across all add-ins.</param>
</member>
<member name="P:Microsoft.Office.Tools.Outlook.FormRegionNameAttribute.Name">
<summary>Gets a name that uniquely identifies the form region across all add-ins.</summary>
<returns>A string that represents the name of the form region.</returns>
</member>
<member name="T:Microsoft.Office.Tools.Outlook.FormRegionStorageNullException">
<summary>Represents an error that occurs when the <see cref="M:Microsoft.Office.Tools.Outlook.IFormRegionFactory.GetFormRegionStorage(System.Object,Microsoft.Office.Interop.Outlook.OlFormRegionMode,Microsoft.Office.Interop.Outlook.OlFormRegionSize)" /> method of the form region factory class returns null.</summary>
</member>
<member name="M:Microsoft.Office.Tools.Outlook.FormRegionStorageNullException.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Office.Tools.Outlook.FormRegionStorageNullException" /> class. </summary>
</member>
<member name="M:Microsoft.Office.Tools.Outlook.FormRegionStorageNullException.#ctor(System.Exception)"></member>
<member name="M:Microsoft.Office.Tools.Outlook.FormRegionStorageNullException.#ctor(System.String)"></member>
<member name="M:Microsoft.Office.Tools.Outlook.FormRegionStorageNullException.#ctor(System.String,System.Exception)"></member>
<member name="T:Microsoft.Office.Tools.Outlook.InvalidMessageClassException">
<summary>Represents errors that occur when a specified message class name is not valid.</summary>
</member>
<member name="M:Microsoft.Office.Tools.Outlook.InvalidMessageClassException.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Office.Tools.Outlook.InvalidMessageClassException" /> class. </summary>
</member>
<member name="M:Microsoft.Office.Tools.Outlook.InvalidMessageClassException.#ctor(System.Exception)"></member>
<member name="M:Microsoft.Office.Tools.Outlook.InvalidMessageClassException.#ctor(System.String)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Office.Tools.Outlook.InvalidMessageClassException" /> class by using the invalid message class name.</summary>
<param name="messageClass">The invalid message class name.</param>
</member>
<member name="M:Microsoft.Office.Tools.Outlook.InvalidMessageClassException.#ctor(System.String,System.Exception)"></member>
<member name="M:Microsoft.Office.Tools.Outlook.InvalidMessageClassException.#ctor(System.String,System.String)"></member>
<member name="M:Microsoft.Office.Tools.Outlook.InvalidMessageClassException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)"></member>
<member name="P:Microsoft.Office.Tools.Outlook.InvalidMessageClassException.MessageClass">
<summary>Gets the invalid message class name.</summary>
<returns>A string that represents the invalid message class name.</returns>
</member>
</members>
</doc>
@@ -0,0 +1,585 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Microsoft.VisualStudio.Tools.Applications.Runtime</name>
</assembly>
<members>
<member name="T:Microsoft.VisualStudio.Tools.Applications.Deployment.AddInDeploymentArguments"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Deployment.AddInDeploymentArguments.#ctor"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Deployment.AddInDeploymentArguments.#ctor(System.Uri)"></member>
<member name="P:Microsoft.VisualStudio.Tools.Applications.Deployment.AddInDeploymentArguments.ManifestLocation"></member>
<member name="T:Microsoft.VisualStudio.Tools.Applications.Deployment.AddInDownloadedArgs"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Deployment.AddInDownloadedArgs.#ctor(System.Uri,Microsoft.VisualStudio.Tools.Applications.Deployment.AddInInstallationStatus,System.String,System.String)"></member>
<member name="P:Microsoft.VisualStudio.Tools.Applications.Deployment.AddInDownloadedArgs.InstallationStatus"></member>
<member name="P:Microsoft.VisualStudio.Tools.Applications.Deployment.AddInDownloadedArgs.LogFilePath"></member>
<member name="P:Microsoft.VisualStudio.Tools.Applications.Deployment.AddInDownloadedArgs.ProductName"></member>
<member name="T:Microsoft.VisualStudio.Tools.Applications.Deployment.AddInDownloadingArgs"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Deployment.AddInDownloadingArgs.#ctor(System.Uri,Microsoft.VisualStudio.Tools.Applications.Deployment.AddInInstallationStatus,System.String,System.Uri,System.Uri)"></member>
<member name="P:Microsoft.VisualStudio.Tools.Applications.Deployment.AddInDownloadingArgs.FinalManifestLocation"></member>
<member name="P:Microsoft.VisualStudio.Tools.Applications.Deployment.AddInDownloadingArgs.InstallationStatus"></member>
<member name="P:Microsoft.VisualStudio.Tools.Applications.Deployment.AddInDownloadingArgs.OriginalManifestLocation"></member>
<member name="P:Microsoft.VisualStudio.Tools.Applications.Deployment.AddInDownloadingArgs.ProductName"></member>
<member name="T:Microsoft.VisualStudio.Tools.Applications.Deployment.AddInDownloadProgressChangedArgs"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Deployment.AddInDownloadProgressChangedArgs.#ctor(System.Uri,System.String,Microsoft.VisualStudio.Tools.Applications.Deployment.ClickOnceAddInDownloadProgressState,System.Int64,System.Int64,System.Int32)"></member>
<member name="P:Microsoft.VisualStudio.Tools.Applications.Deployment.AddInDownloadProgressChangedArgs.BytesDownloaded"></member>
<member name="P:Microsoft.VisualStudio.Tools.Applications.Deployment.AddInDownloadProgressChangedArgs.PercentageComplete"></member>
<member name="P:Microsoft.VisualStudio.Tools.Applications.Deployment.AddInDownloadProgressChangedArgs.ProductName"></member>
<member name="P:Microsoft.VisualStudio.Tools.Applications.Deployment.AddInDownloadProgressChangedArgs.State"></member>
<member name="P:Microsoft.VisualStudio.Tools.Applications.Deployment.AddInDownloadProgressChangedArgs.TotalBytesToDownload"></member>
<member name="T:Microsoft.VisualStudio.Tools.Applications.Deployment.AddInInformation"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Deployment.AddInInformation.#ctor(System.AppDomainSetup,System.String,System.String)"></member>
<member name="P:Microsoft.VisualStudio.Tools.Applications.Deployment.AddInInformation.AppDomainSetup"></member>
<member name="P:Microsoft.VisualStudio.Tools.Applications.Deployment.AddInInformation.ApplicationManifest"></member>
<member name="P:Microsoft.VisualStudio.Tools.Applications.Deployment.AddInInformation.CustomizationId"></member>
<member name="T:Microsoft.VisualStudio.Tools.Applications.Deployment.AddInInstallationStatus"></member>
<member name="F:Microsoft.VisualStudio.Tools.Applications.Deployment.AddInInstallationStatus.InitialInstall">
<summary />
</member>
<member name="F:Microsoft.VisualStudio.Tools.Applications.Deployment.AddInInstallationStatus.RunFromCache">
<summary />
</member>
<member name="F:Microsoft.VisualStudio.Tools.Applications.Deployment.AddInInstallationStatus.RunFromFolder">
<summary />
</member>
<member name="F:Microsoft.VisualStudio.Tools.Applications.Deployment.AddInInstallationStatus.Update">
<summary />
</member>
<member name="F:Microsoft.VisualStudio.Tools.Applications.Deployment.AddInInstallationStatus.Offline">
<summary />
</member>
<member name="F:Microsoft.VisualStudio.Tools.Applications.Deployment.AddInInstallationStatus.Uninstall">
<summary />
</member>
<member name="F:Microsoft.VisualStudio.Tools.Applications.Deployment.AddInInstallationStatus.Rollback">
<summary />
</member>
<member name="T:Microsoft.VisualStudio.Tools.Applications.Deployment.AddInInstalledArgs"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Deployment.AddInInstalledArgs.#ctor(System.Uri,Microsoft.VisualStudio.Tools.Applications.Deployment.AddInInstallationStatus,System.String)"></member>
<member name="P:Microsoft.VisualStudio.Tools.Applications.Deployment.AddInInstalledArgs.ProductName"></member>
<member name="T:Microsoft.VisualStudio.Tools.Applications.Deployment.AddInInstallingArgs"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Deployment.AddInInstallingArgs.#ctor(System.Uri,Microsoft.VisualStudio.Tools.Applications.Deployment.AddInInstallationStatus,System.String)"></member>
<member name="P:Microsoft.VisualStudio.Tools.Applications.Deployment.AddInInstallingArgs.InstallationStatus"></member>
<member name="P:Microsoft.VisualStudio.Tools.Applications.Deployment.AddInInstallingArgs.ProductName"></member>
<member name="T:Microsoft.VisualStudio.Tools.Applications.Deployment.AddInManifestsDownloadedArgs"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Deployment.AddInManifestsDownloadedArgs.#ctor(System.Uri,Microsoft.VisualStudio.Tools.Applications.Deployment.AddInInstallationStatus,System.String,System.String,System.String,System.String,System.String,System.String,System.Uri)"></member>
<member name="P:Microsoft.VisualStudio.Tools.Applications.Deployment.AddInManifestsDownloadedArgs.ApplicationManifestXml"></member>
<member name="P:Microsoft.VisualStudio.Tools.Applications.Deployment.AddInManifestsDownloadedArgs.DeploymentManifestXml"></member>
<member name="P:Microsoft.VisualStudio.Tools.Applications.Deployment.AddInManifestsDownloadedArgs.HostManifestXml"></member>
<member name="P:Microsoft.VisualStudio.Tools.Applications.Deployment.AddInManifestsDownloadedArgs.InstallationStatus"></member>
<member name="P:Microsoft.VisualStudio.Tools.Applications.Deployment.AddInManifestsDownloadedArgs.LogFilePath"></member>
<member name="P:Microsoft.VisualStudio.Tools.Applications.Deployment.AddInManifestsDownloadedArgs.ProductName"></member>
<member name="P:Microsoft.VisualStudio.Tools.Applications.Deployment.AddInManifestsDownloadedArgs.SupportUri"></member>
<member name="P:Microsoft.VisualStudio.Tools.Applications.Deployment.AddInManifestsDownloadedArgs.Version"></member>
<member name="T:Microsoft.VisualStudio.Tools.Applications.Deployment.AddInManifestsDownloadingArgs"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Deployment.AddInManifestsDownloadingArgs.#ctor(System.Uri,Microsoft.VisualStudio.Tools.Applications.Deployment.AddInInstallationStatus)"></member>
<member name="P:Microsoft.VisualStudio.Tools.Applications.Deployment.AddInManifestsDownloadingArgs.InstallationStatus"></member>
<member name="T:Microsoft.VisualStudio.Tools.Applications.Deployment.AddInOfflineArgs"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Deployment.AddInOfflineArgs.#ctor(System.Uri,System.String)"></member>
<member name="P:Microsoft.VisualStudio.Tools.Applications.Deployment.AddInOfflineArgs.ProductName"></member>
<member name="T:Microsoft.VisualStudio.Tools.Applications.Deployment.AddInPostDeploymentActionArgs">
<summary>The arguments passed to a class that implements <see cref="T:Microsoft.VisualStudio.Tools.Applications.Deployment.IAddInPostDeploymentAction" />. </summary>
</member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Deployment.AddInPostDeploymentActionArgs.#ctor(System.Uri,Microsoft.VisualStudio.Tools.Applications.Deployment.AddInInstallationStatus,System.String,System.String,System.String,System.String,System.String,System.String,System.String)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.Tools.Applications.Deployment.AddInPostDeploymentActionArgs" /> class. </summary>
<param name="manifestLocation">Gets the location of the deployment manifest.</param>
<param name="installationStatus">Gets the type of add-in installation that is being performed.</param>
<param name="deploymentManifestXml">Gets the deployment manifest for the add-in.</param>
<param name="applicationManifestXml">Gets the application manifest for the add-in.</param>
<param name="hostManifestXml">Gets the application manifest for the host application. </param>
<param name="postActionManifestXml">Gets the application manifest for the post-deployment action.</param>
<param name="productName">Gets the name of the add-in that is defined in the deployment manifest.</param>
<param name="version">Gets the version of the add-in being downloaded.</param>
<param name="addInPath">Gets the location of the add-in.</param>
</member>
<member name="P:Microsoft.VisualStudio.Tools.Applications.Deployment.AddInPostDeploymentActionArgs.AddInPath">
<summary>Gets the location of the add-in. </summary>
<returns>The location of the add-in being installed to the ClickOnce cache.</returns>
</member>
<member name="P:Microsoft.VisualStudio.Tools.Applications.Deployment.AddInPostDeploymentActionArgs.ApplicationManifestXml">
<summary>Gets the application manifest for the add-in.</summary>
<returns>An XML string that represents the application manifest for the add-in.</returns>
</member>
<member name="P:Microsoft.VisualStudio.Tools.Applications.Deployment.AddInPostDeploymentActionArgs.DeploymentManifestXml">
<summary>Gets the deployment manifest for the add-in. </summary>
<returns>An XML string that represents the deployment manifest for the add-in.</returns>
</member>
<member name="P:Microsoft.VisualStudio.Tools.Applications.Deployment.AddInPostDeploymentActionArgs.HostManifestXml">
<summary>Gets the application manifest for the host application.</summary>
<returns>An XML string that represents the application manifest for the host application.</returns>
</member>
<member name="P:Microsoft.VisualStudio.Tools.Applications.Deployment.AddInPostDeploymentActionArgs.InstallationStatus">
<summary>Gets the type of add-in installation that is being performed.</summary>
<returns>The type of add-in installation that is being performed.</returns>
</member>
<member name="P:Microsoft.VisualStudio.Tools.Applications.Deployment.AddInPostDeploymentActionArgs.PostActionManifestXml">
<summary>Gets the application manifest for the post-deployment action.</summary>
<returns>An XML string that represents the application manifest for the post-deployment action.</returns>
</member>
<member name="P:Microsoft.VisualStudio.Tools.Applications.Deployment.AddInPostDeploymentActionArgs.ProductName">
<summary>Gets the name of the add-in that is defined in the deployment manifest.</summary>
<returns>The name of the add-in that is defined in the deployment manifest.</returns>
</member>
<member name="P:Microsoft.VisualStudio.Tools.Applications.Deployment.AddInPostDeploymentActionArgs.Version">
<summary>Gets the version of the add-in being downloaded.</summary>
<returns>The version of the add-in being downloaded. The version number is based on the value in the deployment manifest.</returns>
</member>
<member name="T:Microsoft.VisualStudio.Tools.Applications.Deployment.AddInProcessAbortArgs"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Deployment.AddInProcessAbortArgs.#ctor(System.Uri,Microsoft.VisualStudio.Tools.Applications.Deployment.AddInInstallationStatus,System.String,System.Exception,System.String)"></member>
<member name="P:Microsoft.VisualStudio.Tools.Applications.Deployment.AddInProcessAbortArgs.Error"></member>
<member name="P:Microsoft.VisualStudio.Tools.Applications.Deployment.AddInProcessAbortArgs.InstallationStatus"></member>
<member name="P:Microsoft.VisualStudio.Tools.Applications.Deployment.AddInProcessAbortArgs.LogFilePath"></member>
<member name="P:Microsoft.VisualStudio.Tools.Applications.Deployment.AddInProcessAbortArgs.ProductName"></member>
<member name="T:Microsoft.VisualStudio.Tools.Applications.Deployment.AddInUninstalledArgs"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Deployment.AddInUninstalledArgs.#ctor(System.Uri,System.String,System.String,System.String,System.String)"></member>
<member name="P:Microsoft.VisualStudio.Tools.Applications.Deployment.AddInUninstalledArgs.ApplicationManifestXml"></member>
<member name="P:Microsoft.VisualStudio.Tools.Applications.Deployment.AddInUninstalledArgs.DeploymentManifestXml"></member>
<member name="P:Microsoft.VisualStudio.Tools.Applications.Deployment.AddInUninstalledArgs.HostManifestXml"></member>
<member name="P:Microsoft.VisualStudio.Tools.Applications.Deployment.AddInUninstalledArgs.ProductName"></member>
<member name="T:Microsoft.VisualStudio.Tools.Applications.Deployment.AddInUninstallingArgs"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Deployment.AddInUninstallingArgs.#ctor(System.Uri,System.String)"></member>
<member name="P:Microsoft.VisualStudio.Tools.Applications.Deployment.AddInUninstallingArgs.ProductName"></member>
<member name="T:Microsoft.VisualStudio.Tools.Applications.Deployment.ClickOnceAddInDownloadProgressState"></member>
<member name="F:Microsoft.VisualStudio.Tools.Applications.Deployment.ClickOnceAddInDownloadProgressState.DownloadingApplicationFiles">
<summary />
</member>
<member name="F:Microsoft.VisualStudio.Tools.Applications.Deployment.ClickOnceAddInDownloadProgressState.DownloadingDeploymentManifest">
<summary />
</member>
<member name="F:Microsoft.VisualStudio.Tools.Applications.Deployment.ClickOnceAddInDownloadProgressState.DownloadingApplicationManifest">
<summary />
</member>
<member name="T:Microsoft.VisualStudio.Tools.Applications.Deployment.ClickOnceAddInPromptingLevel"></member>
<member name="F:Microsoft.VisualStudio.Tools.Applications.Deployment.ClickOnceAddInPromptingLevel.TrustByPrompt">
<summary />
</member>
<member name="F:Microsoft.VisualStudio.Tools.Applications.Deployment.ClickOnceAddInPromptingLevel.TrustByCertificate">
<summary />
</member>
<member name="T:Microsoft.VisualStudio.Tools.Applications.Deployment.ClickOnceAddInTrustEvidence"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Deployment.ClickOnceAddInTrustEvidence.#ctor(System.Uri,System.Uri,System.Security.Cryptography.ManifestSignatureInformationCollection,Microsoft.VisualStudio.Tools.Applications.Deployment.AddInInstallationStatus,Microsoft.VisualStudio.Tools.Applications.Deployment.ClickOnceAddInPromptingLevel,System.Boolean,System.String)"></member>
<member name="P:Microsoft.VisualStudio.Tools.Applications.Deployment.ClickOnceAddInTrustEvidence.FinalManifestLocation"></member>
<member name="P:Microsoft.VisualStudio.Tools.Applications.Deployment.ClickOnceAddInTrustEvidence.InstallationStatus"></member>
<member name="P:Microsoft.VisualStudio.Tools.Applications.Deployment.ClickOnceAddInTrustEvidence.OriginalManifestLocation"></member>
<member name="P:Microsoft.VisualStudio.Tools.Applications.Deployment.ClickOnceAddInTrustEvidence.PermissionElevationRequired"></member>
<member name="P:Microsoft.VisualStudio.Tools.Applications.Deployment.ClickOnceAddInTrustEvidence.ProductName"></member>
<member name="P:Microsoft.VisualStudio.Tools.Applications.Deployment.ClickOnceAddInTrustEvidence.PromptingLevel"></member>
<member name="P:Microsoft.VisualStudio.Tools.Applications.Deployment.ClickOnceAddInTrustEvidence.SignatureResults"></member>
<member name="T:Microsoft.VisualStudio.Tools.Applications.Deployment.IAddInPostDeploymentAction">
<summary>Represents a post-deployment action, which can perform additional installation steps as the final step in a ClickOnce installer.</summary>
</member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Deployment.IAddInPostDeploymentAction.Execute(Microsoft.VisualStudio.Tools.Applications.Deployment.AddInPostDeploymentActionArgs)">
<summary>Runs the post-deployment action, which can perform additional installation steps as the final step in a ClickOnce installer.</summary>
<param name="args">The arguments for the post-deployment action, including the path of the ClickOnce installer.</param>
</member>
<member name="T:Microsoft.VisualStudio.Tools.Applications.Deployment.IClickOnceAddInCancelableInstaller"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Deployment.IClickOnceAddInCancelableInstaller.OnAddInDownloadProgressChanged(Microsoft.VisualStudio.Tools.Applications.Deployment.AddInDownloadProgressChangedArgs,System.Boolean@)"></member>
<member name="T:Microsoft.VisualStudio.Tools.Applications.Deployment.IClickOnceAddInInstaller"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Deployment.IClickOnceAddInInstaller.OnAddInDownloaded(Microsoft.VisualStudio.Tools.Applications.Deployment.AddInDownloadedArgs)"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Deployment.IClickOnceAddInInstaller.OnAddInDownloading(Microsoft.VisualStudio.Tools.Applications.Deployment.AddInDownloadingArgs,System.Boolean@)"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Deployment.IClickOnceAddInInstaller.OnAddInDownloadProgressChanged(Microsoft.VisualStudio.Tools.Applications.Deployment.AddInDownloadProgressChangedArgs)"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Deployment.IClickOnceAddInInstaller.OnAddInInstalled(Microsoft.VisualStudio.Tools.Applications.Deployment.AddInInstalledArgs)"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Deployment.IClickOnceAddInInstaller.OnAddInInstalling(Microsoft.VisualStudio.Tools.Applications.Deployment.AddInInstallingArgs,System.Boolean@)"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Deployment.IClickOnceAddInInstaller.OnAddInManifestsDownloaded(Microsoft.VisualStudio.Tools.Applications.Deployment.AddInManifestsDownloadedArgs)"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Deployment.IClickOnceAddInInstaller.OnAddInManifestsDownloading(Microsoft.VisualStudio.Tools.Applications.Deployment.AddInManifestsDownloadingArgs,System.Boolean@)"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Deployment.IClickOnceAddInInstaller.OnAddInOffline(Microsoft.VisualStudio.Tools.Applications.Deployment.AddInOfflineArgs,System.Boolean@)"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Deployment.IClickOnceAddInInstaller.OnAddInProcessAbort(Microsoft.VisualStudio.Tools.Applications.Deployment.AddInProcessAbortArgs)"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Deployment.IClickOnceAddInInstaller.OnAddInUninstalled(Microsoft.VisualStudio.Tools.Applications.Deployment.AddInUninstalledArgs)"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Deployment.IClickOnceAddInInstaller.OnAddInUninstalling(Microsoft.VisualStudio.Tools.Applications.Deployment.AddInUninstallingArgs,System.Boolean@)"></member>
<member name="T:Microsoft.VisualStudio.Tools.Applications.Deployment.IClickOnceAddInTrustManager"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Deployment.IClickOnceAddInTrustManager.VerifyAddInPermissions(System.Security.PermissionSet)"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Deployment.IClickOnceAddInTrustManager.VerifyAddInTrust(Microsoft.VisualStudio.Tools.Applications.Deployment.ClickOnceAddInTrustEvidence)"></member>
<member name="T:Microsoft.VisualStudio.Tools.Applications.Deployment.IClickOnceAddInTrustManagerSettings"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Deployment.IClickOnceAddInTrustManagerSettings.RequireTrustVerificationOnLoad"></member>
<member name="T:Microsoft.VisualStudio.Tools.Applications.Runtime.AddInException">
<summary>The exception that is thrown when an exception is passed between an add-in and the host application. </summary>
</member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.AddInException.#ctor(System.Exception)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.Tools.Applications.Runtime.AddInException" /> class with a reference to the inner exception that is the cause of this exception.</summary>
<param name="innerException">The <see cref="T:System.Exception" /> that is the cause of the current exception, or null if no inner exception is specified.</param>
</member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.AddInException.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>Adds information about the exception to the specified <see cref="T:System.Runtime.Serialization.SerializationInfo" />.</summary>
<param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo" /> that contains the information that is required to serialize the current <see cref="T:Microsoft.VisualStudio.Tools.Applications.Contract.AddInException" />.</param>
<param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext" /> that contains the source and destination of the serialized stream that is associated with the current <see cref="T:Microsoft.VisualStudio.Tools.Applications.Contract.AddInException" />.</param>
</member>
<member name="T:Microsoft.VisualStudio.Tools.Applications.Runtime.CacheAlreadyLoadedException">
<summary>The exception that is thrown when a document-level customization attempts to load the data cache in a document after the data cache has already been loaded.</summary>
</member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.CacheAlreadyLoadedException.#ctor"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.CacheAlreadyLoadedException.#ctor(System.String)"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.CacheAlreadyLoadedException.#ctor(System.String,System.Exception)"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.CacheAlreadyLoadedException.#ctor(System.String,System.String)"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.CacheAlreadyLoadedException.#ctor(System.String,System.String,System.Exception)"></member>
<member name="T:Microsoft.VisualStudio.Tools.Applications.Runtime.CachedAttribute">
<summary>Instructs the Visual Studio Tools for Office runtime to add the specified data object to the data cache in the document.</summary>
</member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.CachedAttribute.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.Tools.Applications.Runtime.CachedAttribute" /> class.</summary>
</member>
<member name="T:Microsoft.VisualStudio.Tools.Applications.Runtime.CachedDataCouldNotBeSerializedException">
<summary>The exception that is thrown when an attempt to serialize cached data in a document-level customization fails.</summary>
</member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.CachedDataCouldNotBeSerializedException.#ctor"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.CachedDataCouldNotBeSerializedException.#ctor(System.String)"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.CachedDataCouldNotBeSerializedException.#ctor(System.String,System.Exception)"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.CachedDataCouldNotBeSerializedException.#ctor(System.String,System.String)"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.CachedDataCouldNotBeSerializedException.#ctor(System.String,System.String,System.Exception)"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.CachedDataCouldNotBeSerializedException.#ctor(System.String,System.String,System.String)"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.CachedDataCouldNotBeSerializedException.#ctor(System.String,System.String,System.String,System.Exception)"></member>
<member name="T:Microsoft.VisualStudio.Tools.Applications.Runtime.CachedDataTypeMismatchException">
<summary>The exception that is thrown when the XML serialized state of an object in the data cache does not match the type information for the object in the cached data manifest.</summary>
</member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.CachedDataTypeMismatchException.#ctor"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.CachedDataTypeMismatchException.#ctor(System.String)"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.CachedDataTypeMismatchException.#ctor(System.String,System.Exception)"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.CachedDataTypeMismatchException.#ctor(System.Type)"></member>
<member name="T:Microsoft.VisualStudio.Tools.Applications.Runtime.CannotCacheInNonStartupException">
<summary>This exception is not used by the Visual Studio 2010 Tools for Office Runtime. It is included in this version of the runtime to maintain compatibility with code that was compiled using earlier versions of the runtime.</summary>
</member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.CannotCacheInNonStartupException.#ctor"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.CannotCacheInNonStartupException.#ctor(System.String)"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.CannotCacheInNonStartupException.#ctor(System.String,System.Exception)"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.CannotCacheInNonStartupException.#ctor(System.Type)"></member>
<member name="T:Microsoft.VisualStudio.Tools.Applications.Runtime.CannotCreateCustomizationDomainException">
<summary>The exception that is thrown when an application domain cannot be created and the assembly for an Office solution cannot be loaded.</summary>
</member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.CannotCreateCustomizationDomainException.#ctor"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.CannotCreateCustomizationDomainException.#ctor(System.Exception)"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.CannotCreateCustomizationDomainException.#ctor(System.String)"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.CannotCreateCustomizationDomainException.#ctor(System.String,System.Exception)"></member>
<member name="T:Microsoft.VisualStudio.Tools.Applications.Runtime.CannotCreateStartupObjectException">
<summary>The exception that is thrown when a host item class in an Office solution assembly cannot be instantiated.</summary>
</member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.CannotCreateStartupObjectException.#ctor"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.CannotCreateStartupObjectException.#ctor(System.String)"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.CannotCreateStartupObjectException.#ctor(System.String,System.Exception)"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.CannotCreateStartupObjectException.#ctor(System.String,System.Reflection.Assembly,System.Exception)"></member>
<member name="T:Microsoft.VisualStudio.Tools.Applications.Runtime.CannotFindMemberException">
<summary>The exception that is thrown when you try to programmatically add or remove an object from the data cache in a document-level customization, but the specified object is not declared in the specified host item class.</summary>
</member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.CannotFindMemberException.#ctor"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.CannotFindMemberException.#ctor(System.String)"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.CannotFindMemberException.#ctor(System.String,System.Exception)"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.CannotFindMemberException.#ctor(System.String,System.Type)"></member>
<member name="T:Microsoft.VisualStudio.Tools.Applications.Runtime.CannotFindObjectToFillException">
<summary>The exception that is thrown when the Visual Studio Tools for Office runtime cannot locate an object in the data cache of a document-level customization.</summary>
</member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.CannotFindObjectToFillException.#ctor"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.CannotFindObjectToFillException.#ctor(System.String)"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.CannotFindObjectToFillException.#ctor(System.String,System.Exception)"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.CannotFindObjectToFillException.#ctor(System.String,System.Type)"></member>
<member name="T:Microsoft.VisualStudio.Tools.Applications.Runtime.CannotFindStartupObjectAssemblyException">
<summary>This exception is not used by the Visual Studio 2010 Tools for Office Runtime. It is included in this version of the runtime to maintain compatibility with code that was compiled using earlier versions of the runtime.</summary>
</member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.CannotFindStartupObjectAssemblyException.#ctor"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.CannotFindStartupObjectAssemblyException.#ctor(System.String)"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.CannotFindStartupObjectAssemblyException.#ctor(System.String,System.Exception)"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.CannotFindStartupObjectAssemblyException.#ctor(System.String,System.String)"></member>
<member name="T:Microsoft.VisualStudio.Tools.Applications.Runtime.CannotLoadManifestException">
<summary>The exception that is thrown when the manifest in the document cannot be loaded.</summary>
</member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.CannotLoadManifestException.#ctor"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.CannotLoadManifestException.#ctor(System.Exception)"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.CannotLoadManifestException.#ctor(System.String)"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.CannotLoadManifestException.#ctor(System.String,System.Exception)"></member>
<member name="T:Microsoft.VisualStudio.Tools.Applications.Runtime.CannotRetrieveAppInfoException"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.CannotRetrieveAppInfoException.#ctor"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.CannotRetrieveAppInfoException.#ctor(System.String)"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.CannotRetrieveAppInfoException.#ctor(System.String,System.Exception)"></member>
<member name="T:Microsoft.VisualStudio.Tools.Applications.Runtime.CannotRetrieveCachedDataException">
<summary>The exception that is thrown when the cached data in the document is corrupted or missing.</summary>
</member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.CannotRetrieveCachedDataException.#ctor"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.CannotRetrieveCachedDataException.#ctor(System.String)"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.CannotRetrieveCachedDataException.#ctor(System.String,System.Exception)"></member>
<member name="T:Microsoft.VisualStudio.Tools.Applications.Runtime.ControlCouldNotBeInitializedException">
<summary>The exception that is thrown when a control that was added to a document in an Office solution could not be initialized.</summary>
</member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.ControlCouldNotBeInitializedException.#ctor"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.ControlCouldNotBeInitializedException.#ctor(System.String)"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.ControlCouldNotBeInitializedException.#ctor(System.String,System.Exception)"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.ControlCouldNotBeInitializedException.#ctor(System.String,System.String)"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.ControlCouldNotBeInitializedException.#ctor(System.String,System.String,System.Exception)"></member>
<member name="T:Microsoft.VisualStudio.Tools.Applications.Runtime.ControlNotFoundException">
<summary>The exception that is thrown when an attempt is made to reference a control in a document-level customization, but the control does not exist.</summary>
</member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.ControlNotFoundException.#ctor"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.ControlNotFoundException.#ctor(System.String)"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.ControlNotFoundException.#ctor(System.String,System.Exception)"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.ControlNotFoundException.#ctor(System.String,System.String)"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.ControlNotFoundException.#ctor(System.String,System.String,System.Exception)"></member>
<member name="T:Microsoft.VisualStudio.Tools.Applications.Runtime.DocumentAlreadyCustomizedException">
<summary>The exception that is thrown when you attempt to attach a customization to a document that is already part of a document-level customization that was created by using Office development tools in Visual Studio.</summary>
</member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.DocumentAlreadyCustomizedException.#ctor"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.DocumentAlreadyCustomizedException.#ctor(System.Exception)"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.DocumentAlreadyCustomizedException.#ctor(System.String)"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.DocumentAlreadyCustomizedException.#ctor(System.String,System.Exception)"></member>
<member name="T:Microsoft.VisualStudio.Tools.Applications.Runtime.DocumentAlreadyLoadedException"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.DocumentAlreadyLoadedException.#ctor"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.DocumentAlreadyLoadedException.#ctor(System.String)"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.DocumentAlreadyLoadedException.#ctor(System.String,System.Exception)"></member>
<member name="T:Microsoft.VisualStudio.Tools.Applications.Runtime.DocumentClosedException">
<summary>The exception that is thrown when you attempt to perform an operation using the <see cref="T:Microsoft.VisualStudio.Tools.Applications.ServerDocument" /> class on a closed document.</summary>
</member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.DocumentClosedException.#ctor"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.DocumentClosedException.#ctor(System.String)"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.DocumentClosedException.#ctor(System.String,System.Exception)"></member>
<member name="T:Microsoft.VisualStudio.Tools.Applications.Runtime.DocumentCustomizedWithPreviousRuntimeException">
<summary>The exception that is thrown when you attempt to use the <see cref="T:Microsoft.VisualStudio.Tools.Applications.ServerDocument" /> class to perform an operation on a document-level customization that was created by using an earlier version of the Office development tools in Visual Studio.</summary>
</member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.DocumentCustomizedWithPreviousRuntimeException.#ctor"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.DocumentCustomizedWithPreviousRuntimeException.#ctor(System.Exception)"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.DocumentCustomizedWithPreviousRuntimeException.#ctor(System.String)"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.DocumentCustomizedWithPreviousRuntimeException.#ctor(System.String,System.Exception)"></member>
<member name="T:Microsoft.VisualStudio.Tools.Applications.Runtime.DocumentNotCustomizedException">
<summary>The exception that is thrown when you try to perform an invalid operation on a document by using the <see cref="T:Microsoft.VisualStudio.Tools.Applications.ServerDocument" /> class.</summary>
</member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.DocumentNotCustomizedException.#ctor"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.DocumentNotCustomizedException.#ctor(System.Exception)"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.DocumentNotCustomizedException.#ctor(System.String)"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.DocumentNotCustomizedException.#ctor(System.String,System.Exception)"></member>
<member name="T:Microsoft.VisualStudio.Tools.Applications.Runtime.DocumentNotLoadedException"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.DocumentNotLoadedException.#ctor"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.DocumentNotLoadedException.#ctor(System.String)"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.DocumentNotLoadedException.#ctor(System.String,System.Exception)"></member>
<member name="T:Microsoft.VisualStudio.Tools.Applications.Runtime.HostAssemblyAttribute">
<summary>Specifies that the assembly in which this attribute appears contains proxy types for the types exposed by the host application.</summary>
</member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.HostAssemblyAttribute.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.Tools.Applications.Runtime.HostAssemblyAttribute" /> class. </summary>
</member>
<member name="T:Microsoft.VisualStudio.Tools.Applications.Runtime.HostEventAttribute">
<summary>Relates an event in a proxy type to an event in the host application.</summary>
</member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.HostEventAttribute.#ctor(System.Int32)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.Tools.Applications.Runtime.HostEventAttribute" /> class. </summary>
<param name="dispId">For COM events only. The dispatch ID of the COM event for which the event marked with this <see cref="T:Microsoft.VisualStudio.Tools.Applications.Runtime.HostEventAttribute" /> is a proxy.</param>
</member>
<member name="P:Microsoft.VisualStudio.Tools.Applications.Runtime.HostEventAttribute.DispId">
<summary>Gets the dispatch ID of the COM event for which the event marked with this <see cref="T:Microsoft.VisualStudio.Tools.Applications.Runtime.HostEventAttribute" /> is a proxy.</summary>
<returns>The dispatch ID of the COM event for which the event marked with this <see cref="T:Microsoft.VisualStudio.Tools.Applications.Runtime.HostEventAttribute" /> is a proxy.</returns>
</member>
<member name="P:Microsoft.VisualStudio.Tools.Applications.Runtime.HostEventAttribute.HostEventMethodType">
<summary>Gets or sets a value that specifies the kind of event accessor method the host application will use for this event in the proxy type.</summary>
<returns>A value that specifies the kind of event accessor method the host application will use for this event in the proxy type.</returns>
</member>
<member name="T:Microsoft.VisualStudio.Tools.Applications.Runtime.HostEventMethodType">
<summary>Indicates the type of the method in the host application that corresponds to a method in an add-in.</summary>
</member>
<member name="F:Microsoft.VisualStudio.Tools.Applications.Runtime.HostEventMethodType.Unspecified">
<summary>Indicates that the type of the host event accessor method is not specified. The runtime should determine the type by examining the prefix of the event accessor method name, for example, "add_" or "remove_".</summary>
</member>
<member name="F:Microsoft.VisualStudio.Tools.Applications.Runtime.HostEventMethodType.Add">
<summary>Indicates that the host method is used to add an event handler to a delegate.</summary>
</member>
<member name="F:Microsoft.VisualStudio.Tools.Applications.Runtime.HostEventMethodType.Remove">
<summary>Indicates that the host method is used to remove an event handler from a delegate.</summary>
</member>
<member name="F:Microsoft.VisualStudio.Tools.Applications.Runtime.HostEventMethodType.Raise">
<summary>Indicates that the host method raises the event.</summary>
</member>
<member name="F:Microsoft.VisualStudio.Tools.Applications.Runtime.HostEventMethodType.Other">
<summary>Indicates that the host event accessor method type is unspecified, but the runtime should not attempt to determine the type from the method name.</summary>
</member>
<member name="T:Microsoft.VisualStudio.Tools.Applications.Runtime.HostMemberAttribute">
<summary>Sets the way that methods and properties in the proxy are bound to the corresponding members in the host application's object model.</summary>
</member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.HostMemberAttribute.#ctor(System.String)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.Tools.Applications.Runtime.HostMemberAttribute" /> class. </summary>
<param name="memberName">The name of the method or property in the host application's object model. This name will usually be the same as the method or property name in the proxy type.</param>
</member>
<member name="P:Microsoft.VisualStudio.Tools.Applications.Runtime.HostMemberAttribute.BindingFlags">
<summary>Gets or sets a <see cref="T:System.Reflection.BindingFlags" /> enumeration value that controls binding and the way in which the search for members and types is conducted by reflection.</summary>
<returns>One of the enumeration values that controls binding and the way in which the search for members and types is conducted by reflection.</returns>
</member>
<member name="P:Microsoft.VisualStudio.Tools.Applications.Runtime.HostMemberAttribute.MemberName">
<summary>Gets the name of the member in the host application that the member in the proxy represents.</summary>
<returns>The name of the member in the host application that corresponds to the member in the proxy.</returns>
</member>
<member name="T:Microsoft.VisualStudio.Tools.Applications.Runtime.HostTypeAttribute">
<summary>Specifies the relationship between a type and its canonical name.</summary>
</member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.HostTypeAttribute.#ctor(System.String)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.Tools.Applications.Runtime.HostTypeAttribute" /> class. </summary>
<param name="canonicalName">The canonical name of the type.</param>
</member>
<member name="P:Microsoft.VisualStudio.Tools.Applications.Runtime.HostTypeAttribute.CanonicalName">
<summary>Gets the canonical name of the type.</summary>
<returns>The name that the runtime uses to identify the type.</returns>
</member>
<member name="P:Microsoft.VisualStudio.Tools.Applications.Runtime.HostTypeAttribute.ProxyType">
<summary>Gets or sets a <see cref="T:System.Type" /> instance that describes the proxy type.</summary>
<returns>A <see cref="T:System.Type" /> instance that describes the proxy type.</returns>
</member>
<member name="P:Microsoft.VisualStudio.Tools.Applications.Runtime.HostTypeAttribute.SourceInterfaceGuid">
<summary>For COM only. Gets or sets the GUID of the source interface for a coclass in the host application's object model.</summary>
<returns>The GUID of the source interface for COM events.</returns>
</member>
<member name="T:Microsoft.VisualStudio.Tools.Applications.Runtime.IAppInfo"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.IAppInfo.DeleteItem(System.String,System.String)"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.IAppInfo.ReadItem(System.String,System.String)"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.IAppInfo.WriteItem(System.String,System.String,System.Byte[])"></member>
<member name="T:Microsoft.VisualStudio.Tools.Applications.Runtime.IAppInfoDocument"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.IAppInfoDocument.Close"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.IAppInfoDocument.GetDocument"></member>
<member name="P:Microsoft.VisualStudio.Tools.Applications.Runtime.IAppInfoDocument.HasCustomization"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.IAppInfoDocument.RemoveCustomization"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.IAppInfoDocument.SetDocument(System.String,System.Byte[],System.IO.FileAccess)"></member>
<member name="P:Microsoft.VisualStudio.Tools.Applications.Runtime.IAppInfoDocument.SupportsCachedDataManifest"></member>
<member name="T:Microsoft.VisualStudio.Tools.Applications.Runtime.ICachedType">
<summary>Customizes the caching behavior of a type in document-level customizations.</summary>
</member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.ICachedType.AfterLoad">
<summary>Called after the Visual Studio Tools for Office runtime has finished loading the type.</summary>
</member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.ICachedType.AfterSave">
<summary>Called after a save operation is completed for the type.</summary>
</member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.ICachedType.BeforeLoad">
<summary>Called before the Visual Studio Tools for Office runtime loads the type.</summary>
<returns>false if the state of the type should not be loaded from the data cache; otherwise, true.</returns>
</member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.ICachedType.BeforeSave">
<summary>Called before the Visual Studio Tools for Office runtime persists the type into the document.</summary>
<returns>false if the state of the type should not be saved; otherwise, true.</returns>
</member>
<member name="P:Microsoft.VisualStudio.Tools.Applications.Runtime.ICachedType.IsDirty">
<summary>Gets a value that indicates whether the cached type has changed since the last time it was saved.</summary>
<returns>true if the cached type has been changed since it was last saved; otherwise, false.</returns>
</member>
<member name="T:Microsoft.VisualStudio.Tools.Applications.Runtime.IComAddInAutomationServiceProviderCallback"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.IComAddInAutomationServiceProviderCallback.RequestComAddInAutomationService"></member>
<member name="T:Microsoft.VisualStudio.Tools.Applications.Runtime.InvalidDeployManifestException">
<summary>This exception is not used by the Visual Studio 2010 Tools for Office Runtime. It is included in this version of the runtime to maintain compatibility with code that was compiled using earlier versions of the runtime.</summary>
</member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.InvalidDeployManifestException.#ctor"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.InvalidDeployManifestException.#ctor(System.String)"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.InvalidDeployManifestException.#ctor(System.String,System.Exception)"></member>
<member name="T:Microsoft.VisualStudio.Tools.Applications.Runtime.InvalidManifestException">
<summary>This exception is thrown when the application manifest or cached data manifest for the Office solution is not valid.</summary>
</member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.InvalidManifestException.#ctor"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.InvalidManifestException.#ctor(System.String)"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.InvalidManifestException.#ctor(System.String,System.Exception)"></member>
<member name="T:Microsoft.VisualStudio.Tools.Applications.Runtime.InvalidNewApplicationManifestException">
<summary>This exception is not used by the Visual Studio 2010 Tools for Office Runtime. It is included in this version of the runtime to maintain compatibility with code that was compiled using earlier versions of the runtime.</summary>
</member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.InvalidNewApplicationManifestException.#ctor"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.InvalidNewApplicationManifestException.#ctor(System.String)"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.InvalidNewApplicationManifestException.#ctor(System.String,System.Exception)"></member>
<member name="T:Microsoft.VisualStudio.Tools.Applications.Runtime.ItemAlreadyInCacheException">
<summary>The exception that is thrown when an attempt is made to add an item to the data cache in a document-level customization, but the item already exists in the cache.</summary>
</member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.ItemAlreadyInCacheException.#ctor"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.ItemAlreadyInCacheException.#ctor(System.String)"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.ItemAlreadyInCacheException.#ctor(System.String,System.Exception)"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.ItemAlreadyInCacheException.#ctor(System.String,System.String)"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.ItemAlreadyInCacheException.#ctor(System.String,System.String,System.Exception)"></member>
<member name="T:Microsoft.VisualStudio.Tools.Applications.Runtime.ItemNotInCacheException">
<summary>The exception that is thrown when an attempt is made to retrieve an item from the data cache in a document-level customization, but the item does not exist.</summary>
</member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.ItemNotInCacheException.#ctor"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.ItemNotInCacheException.#ctor(System.String)"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.ItemNotInCacheException.#ctor(System.String,System.Exception)"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.ItemNotInCacheException.#ctor(System.String,System.String)"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.ItemNotInCacheException.#ctor(System.String,System.String,System.Exception)"></member>
<member name="T:Microsoft.VisualStudio.Tools.Applications.Runtime.ManifestNotExecutedException"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.ManifestNotExecutedException.#ctor"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.ManifestNotExecutedException.#ctor(System.String)"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.ManifestNotExecutedException.#ctor(System.String,System.Exception)"></member>
<member name="T:Microsoft.VisualStudio.Tools.Applications.Runtime.MissingDataIdException">
<summary>The exception that is thrown when a <see cref="T:Microsoft.VisualStudio.Tools.Applications.ServerDocument" /> object is saved while the cached data manifest contains a <see cref="T:Microsoft.VisualStudio.Tools.Applications.CachedDataItem" /> with an <see cref="P:Microsoft.VisualStudio.Tools.Applications.CachedDataItem.Id" /> property that is null or an empty string.</summary>
</member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.MissingDataIdException.#ctor"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.MissingDataIdException.#ctor(System.String)"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.MissingDataIdException.#ctor(System.String,System.Exception)"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.MissingDataIdException.#ctor(System.String,System.String)"></member>
<member name="T:Microsoft.VisualStudio.Tools.Applications.Runtime.MissingHostItemIdException">
<summary>The exception that is thrown when a <see cref="T:Microsoft.VisualStudio.Tools.Applications.ServerDocument" /> object is saved while the cached data manifest contains a <see cref="T:Microsoft.VisualStudio.Tools.Applications.CachedDataHostItem" /> with an <see cref="P:Microsoft.VisualStudio.Tools.Applications.CachedDataHostItem.Id" /> property that is null or an empty string.</summary>
</member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.MissingHostItemIdException.#ctor"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.MissingHostItemIdException.#ctor(System.Int32)"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.MissingHostItemIdException.#ctor(System.String)"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.MissingHostItemIdException.#ctor(System.String,System.Exception)"></member>
<member name="T:Microsoft.VisualStudio.Tools.Applications.Runtime.MissingTypeException">
<summary>The exception that is thrown when a <see cref="T:Microsoft.VisualStudio.Tools.Applications.ServerDocument" /> object is saved while the cached data manifest contains a <see cref="T:Microsoft.VisualStudio.Tools.Applications.CachedDataItem" /> with a <see cref="P:Microsoft.VisualStudio.Tools.Applications.CachedDataItem.DataType" /> property that is null or an empty string.</summary>
</member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.MissingTypeException.#ctor"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.MissingTypeException.#ctor(System.String)"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.MissingTypeException.#ctor(System.String,System.Exception)"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.MissingTypeException.#ctor(System.String,System.String)"></member>
<member name="T:Microsoft.VisualStudio.Tools.Applications.Runtime.MultipleCachedDataCouldNotBeSerializedException">
<summary>The exception that is thrown when more than one cached data object could not be serialized in a document-level customization.</summary>
</member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.MultipleCachedDataCouldNotBeSerializedException.#ctor"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.MultipleCachedDataCouldNotBeSerializedException.#ctor(Microsoft.VisualStudio.Tools.Applications.Runtime.CachedDataCouldNotBeSerializedException[])"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.MultipleCachedDataCouldNotBeSerializedException.#ctor(Microsoft.VisualStudio.Tools.Applications.Runtime.CachedDataCouldNotBeSerializedException[],System.Exception)"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.MultipleCachedDataCouldNotBeSerializedException.#ctor(System.String)"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.MultipleCachedDataCouldNotBeSerializedException.#ctor(System.String,System.Exception)"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.MultipleCachedDataCouldNotBeSerializedException.GetExceptions"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.MultipleCachedDataCouldNotBeSerializedException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)"></member>
<member name="T:Microsoft.VisualStudio.Tools.Applications.Runtime.NonCacheableTypeException">
<summary>The exception that is thrown when an attempt is made to cache an object in a document-level customization, but the type of the object is not a <see cref="T:System.Data.DataSet" />, <see cref="T:System.Data.DataTable" />, or a type that meets the requirements specified in Caching Data.</summary>
</member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.NonCacheableTypeException.#ctor"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.NonCacheableTypeException.#ctor(System.String)"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.NonCacheableTypeException.#ctor(System.String,System.Exception)"></member>
<member name="T:Microsoft.VisualStudio.Tools.Applications.Runtime.NoStartupObjectsException">
<summary>This exception is thrown when a solution assembly that was created by using Office development tools in Visual Studio does not contain a startup object.</summary>
</member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.NoStartupObjectsException.#ctor"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.NoStartupObjectsException.#ctor(System.String)"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.NoStartupObjectsException.#ctor(System.String,System.Exception)"></member>
<member name="T:Microsoft.VisualStudio.Tools.Applications.Runtime.NotAvailableOfflineException">
<summary>This exception is not used by the Visual Studio 2010 Tools for Office Runtime. It is included in this version of the runtime to maintain compatibility with code that was compiled using earlier versions of the runtime.</summary>
</member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.NotAvailableOfflineException.#ctor"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.NotAvailableOfflineException.#ctor(System.Exception)"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.NotAvailableOfflineException.#ctor(System.String)"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.NotAvailableOfflineException.#ctor(System.String,System.Exception)"></member>
<member name="T:Microsoft.VisualStudio.Tools.Applications.Runtime.NotAvailableOnlineException">
<summary>This exception is not used by the Visual Studio 2010 Tools for Office Runtime. It is included in this version of the runtime to maintain compatibility with code that was compiled using earlier versions of the runtime.</summary>
</member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.NotAvailableOnlineException.#ctor"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.NotAvailableOnlineException.#ctor(System.Exception)"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.NotAvailableOnlineException.#ctor(System.String)"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.NotAvailableOnlineException.#ctor(System.String,System.Exception)"></member>
<member name="T:Microsoft.VisualStudio.Tools.Applications.Runtime.RuntimeException">
<summary>Provides the base class for exceptions in Visual Studio Tools for Office runtime.</summary>
</member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.RuntimeException.#ctor"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.RuntimeException.#ctor(System.Int64)"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.RuntimeException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.RuntimeException.#ctor(System.String,System.Int64)"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.RuntimeException.#ctor(System.String,System.Int64,System.Exception)"></member>
<member name="T:Microsoft.VisualStudio.Tools.Applications.Runtime.SafeArrayDefaultRankAttribute">
<summary>Defines the default rank of an array.</summary>
</member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.SafeArrayDefaultRankAttribute.#ctor(System.Int32)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.Tools.Applications.Runtime.SafeArrayDefaultRankAttribute" /> class with a default rank.</summary>
<param name="defaultRank">The default rank of the array.</param>
</member>
<member name="P:Microsoft.VisualStudio.Tools.Applications.Runtime.SafeArrayDefaultRankAttribute.DefaultRank">
<summary>Gets the default rank of the array.</summary>
<returns>An <see cref="T:System.Int32" /> value that represents the default rank of the array.</returns>
</member>
<member name="T:Microsoft.VisualStudio.Tools.Applications.Runtime.StartupObjectAttribute"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.StartupObjectAttribute.#ctor"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.StartupObjectAttribute.#ctor(System.Int32)"></member>
<member name="P:Microsoft.VisualStudio.Tools.Applications.Runtime.StartupObjectAttribute.StartupIndex"></member>
<member name="T:Microsoft.VisualStudio.Tools.Applications.Runtime.UnknownCustomizationFileException">
<summary>The exception that is thrown when you pass a file with an extension that is not supported by Office development tools in Visual Studio to a <see cref="T:Microsoft.VisualStudio.Tools.Applications.ServerDocument" /> constructor or method.</summary>
</member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.UnknownCustomizationFileException.#ctor"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.UnknownCustomizationFileException.#ctor(System.String)"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.UnknownCustomizationFileException.#ctor(System.String,System.Exception)"></member>
<member name="T:Microsoft.VisualStudio.Tools.Applications.Runtime.UpdateFailedException">
<summary>This exception is not used by the Visual Studio 2010 Tools for Office Runtime. It is included in this version of the runtime to maintain compatibility with code that was compiled using earlier versions of the runtime.</summary>
</member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.UpdateFailedException.#ctor"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.UpdateFailedException.#ctor(System.Exception)"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.UpdateFailedException.#ctor(System.String)"></member>
<member name="M:Microsoft.VisualStudio.Tools.Applications.Runtime.UpdateFailedException.#ctor(System.String,System.Exception)"></member>
</members>
</doc>
Binary file not shown.
@@ -0,0 +1,175 @@
<?xml version="1.0" encoding="utf-8"?>
<asmv1:assembly xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1 assembly.adaptive.xsd" manifestVersion="1.0" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns="urn:schemas-microsoft-com:asm.v2" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:co.v1="urn:schemas-microsoft-com:clickonce.v1" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:co.v2="urn:schemas-microsoft-com:clickonce.v2">
<asmv1:assemblyIdentity name="SignatureManager.dll" version="1.0.0.0" publicKeyToken="030e75dc7385d1a1" language="neutral" processorArchitecture="msil" type="win32" />
<description xmlns="urn:schemas-microsoft-com:asm.v1">SignatureManager</description>
<application />
<entryPoint>
<co.v1:customHostSpecified />
</entryPoint>
<trustInfo>
<security>
<applicationRequestMinimum>
<PermissionSet Unrestricted="true" ID="Custom" SameSite="site" />
<defaultAssemblyRequest permissionSetReference="Custom" />
</applicationRequestMinimum>
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
<!--
UAC Manifest Options
If you want to change the Windows User Account Control level replace the
requestedExecutionLevel node with one of the following.
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
<requestedExecutionLevel level="highestAvailable" uiAccess="false" />
If you want to utilize File and Registry Virtualization for backward
compatibility then delete the requestedExecutionLevel node.
-->
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
</requestedPrivileges>
</security>
</trustInfo>
<dependency>
<dependentOS>
<osVersionInfo>
<os majorVersion="5" minorVersion="1" buildNumber="2600" servicePackMajor="0" />
</osVersionInfo>
</dependentOS>
</dependency>
<dependency>
<dependentAssembly dependencyType="preRequisite" allowDelayedBinding="true">
<assemblyIdentity name="Microsoft.Windows.CommonLanguageRuntime" version="4.0.30319.0" />
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly dependencyType="preRequisite" allowDelayedBinding="true">
<assemblyIdentity name="Microsoft.CSharp" version="4.0.0.0" publicKeyToken="B03F5F7F11D50A3A" language="neutral" />
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly dependencyType="preRequisite" allowDelayedBinding="true">
<assemblyIdentity name="stdole" version="7.0.3300.0" publicKeyToken="B03F5F7F11D50A3A" language="neutral" />
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Microsoft.Office.Tools.dll" size="16048">
<assemblyIdentity name="Microsoft.Office.Tools" version="10.0.0.0" publicKeyToken="B03F5F7F11D50A3A" language="neutral" processorArchitecture="msil" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>Vgvc0uYwZVUc7LUY2JZ9KAzZj7xIADwUKXmP0lBdgwU=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Microsoft.Office.Tools.Common.dll" size="92344">
<assemblyIdentity name="Microsoft.Office.Tools.Common" version="10.0.0.0" publicKeyToken="B03F5F7F11D50A3A" language="neutral" processorArchitecture="msil" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>9ksp+/YUo4Q2xUje3aOMuS2A+gI7SsBRbCG78UDZKa4=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Microsoft.Office.Tools.Common.v4.0.Utilities.dll" size="32664">
<assemblyIdentity name="Microsoft.Office.Tools.Common.v4.0.Utilities" version="10.0.0.0" publicKeyToken="B03F5F7F11D50A3A" language="neutral" processorArchitecture="msil" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>jLCTF8Mm6bD4PDN+rnzN6q0+ReXaNgPh68kMWgatFwI=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Microsoft.Office.Tools.Outlook.dll" size="57024">
<assemblyIdentity name="Microsoft.Office.Tools.Outlook" version="10.0.0.0" publicKeyToken="B03F5F7F11D50A3A" language="neutral" processorArchitecture="msil" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>Af3Ja3dJIvZ2Nojm+KgZAIfUeRS0A4qi6oCrE2NPKO4=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Microsoft.Office.Tools.Outlook.v4.0.Utilities.dll" size="49048">
<assemblyIdentity name="Microsoft.Office.Tools.Outlook.v4.0.Utilities" version="10.0.0.0" publicKeyToken="B03F5F7F11D50A3A" language="neutral" processorArchitecture="msil" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>AY9f4ogMVBnNqNKvGc0Ko8U3XsIDeLhU/c5jky7x2Zc=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Microsoft.Office.Tools.v4.0.Framework.dll" size="28360">
<assemblyIdentity name="Microsoft.Office.Tools.v4.0.Framework" version="10.0.0.0" publicKeyToken="B03F5F7F11D50A3A" language="neutral" processorArchitecture="msil" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>ISZh8727tCrrTeM0j3FK7F6rylc8msZemTZgJIz8QMI=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Microsoft.VisualStudio.Tools.Applications.Runtime.dll" size="83168">
<assemblyIdentity name="Microsoft.VisualStudio.Tools.Applications.Runtime" version="10.0.0.0" publicKeyToken="B03F5F7F11D50A3A" language="neutral" processorArchitecture="msil" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>vDNwPlxZTsrepY5kiLFDjUnvE55xbfsf7N7uzyD0qzo=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="SignatureManager.dll" size="24576">
<assemblyIdentity name="SignatureManager" version="1.0.0.0" language="neutral" processorArchitecture="msil" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>Vey1PPhUyYItdj5gQcbDWYgDkwk7XdG5eQBqdSDkfNM=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
<vstav3:addIn xmlns:vstav3="urn:schemas-microsoft-com:vsta.v3">
<vstav3:entryPointsCollection>
<vstav3:entryPoints>
<vstav3:entryPoint class="SignatureManager.ThisAddIn">
<assemblyIdentity name="SignatureManager" version="1.0.0.0" language="neutral" processorArchitecture="msil" />
</vstav3:entryPoint>
</vstav3:entryPoints>
</vstav3:entryPointsCollection>
<vstav3:update enabled="true">
<vstav3:expiration maximumAge="7" unit="days" />
</vstav3:update>
<vstav3:application>
<vstov4:customizations xmlns:vstov4="urn:schemas-microsoft-com:vsto.v4">
<vstov4:customization>
<vstov4:appAddIn application="Outlook" loadBehavior="3" keyName="SignatureManager">
<vstov4:friendlyName>SignatureManager</vstov4:friendlyName>
<vstov4:description>SignatureManager</vstov4:description>
<vstov4.1:ribbonTypes xmlns:vstov4.1="urn:schemas-microsoft-com:vsto.v4.1">
<vstov4.1:ribbonType name="SignatureManager.AddinRibbon, SignatureManager, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" />
</vstov4.1:ribbonTypes>
</vstov4:appAddIn>
</vstov4:customization>
</vstov4:customizations>
</vstav3:application>
</vstav3:addIn>
<publisherIdentity name="CN=DESKTOP-TBEP5HR\PC" issuerKeyHash="cfec24af370ef4ed04ad70d4916ff2962bd4fb7e" /><Signature Id="StrongNameSignature" xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha256" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /><Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /><DigestValue>8SbdiseuttViGUvc4E7fULYsTWKj4XeQ+blGdUuLerk=</DigestValue></Reference></SignedInfo><SignatureValue>M79gS9LQy1Ktj6IJtkWA+HQuyN2x9zSf3c1lFvjsImF41XxxeWWngN8Z23AX3lwKMH0HDLF+0AMeebDREYfqAAAIrqUfs1hYJSs2PdIQ3p6VulE811QuM/KMApMCjdNphpL8H73qHmmSoKQhqXQQ9OJwz5cKVA+dY+tZSWRVVZA=</SignatureValue><KeyInfo Id="StrongNameKeyInfo"><KeyValue><RSAKeyValue><Modulus>021vgL/K3yDaJw1X1T2GGPbH6yIR1cJJQafY+jtMje4KkrPje4AI+3a4N29E5ddBNrmpivJCOEtdighsKKpG+1UUjDoFHhfHiQUmQTAe5KEW6yUhiJhCIfzE68JPr77zKrEysYwX/84l+DyvOjDBQW3S1Z3IlRbLnGvjHTLO0Qk=</Modulus><Exponent>AQAB</Exponent></RSAKeyValue></KeyValue><msrel:RelData xmlns:msrel="http://schemas.microsoft.com/windows/rel/2005/reldata"><r:license xmlns:r="urn:mpeg:mpeg21:2003:01-REL-R-NS" xmlns:as="http://schemas.microsoft.com/windows/pki/2005/Authenticode"><r:grant><as:ManifestInformation Hash="b97a8b4b7546b9f99077e1a3624d2cb650df4ee0dc4b1962d5b6aec78add26f1" Description="" Url=""><as:assemblyIdentity name="SignatureManager.dll" version="1.0.0.0" publicKeyToken="030e75dc7385d1a1" language="neutral" processorArchitecture="msil" type="win32" /></as:ManifestInformation><as:SignedBy /><as:AuthenticodePublisher><as:X509SubjectName>CN=DESKTOP-TBEP5HR\PC</as:X509SubjectName></as:AuthenticodePublisher></r:grant><r:issuer><Signature Id="AuthenticodeSignature" xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha256" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /><Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /><DigestValue>M/1KUqAb5liMUxQAchV9c8SP6PX1AoV6RLbGMTyWnK8=</DigestValue></Reference></SignedInfo><SignatureValue>Q0WXBJUlcJTQtiJ0JfdPkYdAM7GPtErinblrcGtRJFOIVZ3J1lrcfn+eDMULCUVV+UldEiS4HMVuF1rCmju++sfaBhJpbMfTBMaDXdUzQx01Wc2f2bvz1PszYoODmxtlWBPlLINaZZOix+jsPdf7rX99KsSZhL/5gv4idXR6T1E=</SignatureValue><KeyInfo><KeyValue><RSAKeyValue><Modulus>021vgL/K3yDaJw1X1T2GGPbH6yIR1cJJQafY+jtMje4KkrPje4AI+3a4N29E5ddBNrmpivJCOEtdighsKKpG+1UUjDoFHhfHiQUmQTAe5KEW6yUhiJhCIfzE68JPr77zKrEysYwX/84l+DyvOjDBQW3S1Z3IlRbLnGvjHTLO0Qk=</Modulus><Exponent>AQAB</Exponent></RSAKeyValue></KeyValue><X509Data><X509Certificate>MIIB4TCCAUqgAwIBAgIQH4aChe19Aa5OcIaaQBHq2zANBgkqhkiG9w0BAQsFADAvMS0wKwYDVQQDHiQARABFAFMASwBUAE8AUAAtAFQAQgBFAFAANQBIAFIAXABQAEMwHhcNMTYxMDE4MTczNzI3WhcNMTcxMDE4MjMzNzI3WjAvMS0wKwYDVQQDHiQARABFAFMASwBUAE8AUAAtAFQAQgBFAFAANQBIAFIAXABQAEMwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBANNtb4C/yt8g2icNV9U9hhj2x+siEdXCSUGn2Po7TI3uCpKz43uACPt2uDdvROXXQTa5qYryQjhLXYoIbCiqRvtVFIw6BR4Xx4kFJkEwHuShFuslIYiYQiH8xOvCT6++8yqxMrGMF//OJfg8rzowwUFt0tWdyJUWy5xr4x0yztEJAgMBAAEwDQYJKoZIhvcNAQELBQADgYEAU2wCnHA5YJc5uNRQghzHBZZ1clxQW4GsO5+s41J7pu588CXwXOXyKebzXKZBdUDTJ1VQWJvy6yg+dhcYBFBwdrbZVYsg/5aQBi03CJgX2U06EVvgJHBwskOnOcuYQor1rpIVv5dp4lDtOOIxi8NKTU4q4owdDaL/VQcRPoIZe2s=</X509Certificate></X509Data></KeyInfo></Signature></r:issuer></r:license></msrel:RelData></KeyInfo></Signature></asmv1:assembly>
Binary file not shown.
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<asmv1:assembly xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1 assembly.adaptive.xsd" manifestVersion="1.0" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns="urn:schemas-microsoft-com:asm.v2" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xrml="urn:mpeg:mpeg21:2003:01-REL-R-NS" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:co.v1="urn:schemas-microsoft-com:clickonce.v1" xmlns:co.v2="urn:schemas-microsoft-com:clickonce.v2">
<assemblyIdentity name="SignatureManager.vsto" version="1.0.0.0" publicKeyToken="030e75dc7385d1a1" language="neutral" processorArchitecture="msil" xmlns="urn:schemas-microsoft-com:asm.v1" />
<description asmv2:publisher="SignatureManager" asmv2:product="SignatureManager" xmlns="urn:schemas-microsoft-com:asm.v1" />
<deployment install="false" />
<compatibleFrameworks xmlns="urn:schemas-microsoft-com:clickonce.v2">
<framework targetVersion="4.5.2" profile="Full" supportedRuntime="4.0.30319" />
</compatibleFrameworks>
<dependency>
<dependentAssembly dependencyType="install" codebase="SignatureManager.dll.manifest" size="13548">
<assemblyIdentity name="SignatureManager.dll" version="1.0.0.0" publicKeyToken="030e75dc7385d1a1" language="neutral" processorArchitecture="msil" type="win32" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>9+mgnutemnYVnNjwdvp7CF5kru2TGUHPeYduHfRc3Fg=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
<publisherIdentity name="CN=DESKTOP-TBEP5HR\PC" issuerKeyHash="cfec24af370ef4ed04ad70d4916ff2962bd4fb7e" /><Signature Id="StrongNameSignature" xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha256" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /><Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /><DigestValue>NcYHsN79szk8zmDIbo90oIw8A4kV9kthUIvqnFapJKk=</DigestValue></Reference></SignedInfo><SignatureValue>PeONjN3Yf30qdIsl6cFzlRbo2dLrebAgVxhlIygkgOD4QDZj/pX9dBhGNypZewRprKHld1DEUH+5zSoJVterMYp7WPdp5+385VoA8f4W1bG0GbHnYqwonXTpAxlUwgqvfpokoCmk0JDRcI8Xs0Hdk6UkB4B4UlcTguWltvWfSR4=</SignatureValue><KeyInfo Id="StrongNameKeyInfo"><KeyValue><RSAKeyValue><Modulus>021vgL/K3yDaJw1X1T2GGPbH6yIR1cJJQafY+jtMje4KkrPje4AI+3a4N29E5ddBNrmpivJCOEtdighsKKpG+1UUjDoFHhfHiQUmQTAe5KEW6yUhiJhCIfzE68JPr77zKrEysYwX/84l+DyvOjDBQW3S1Z3IlRbLnGvjHTLO0Qk=</Modulus><Exponent>AQAB</Exponent></RSAKeyValue></KeyValue><msrel:RelData xmlns:msrel="http://schemas.microsoft.com/windows/rel/2005/reldata"><r:license xmlns:r="urn:mpeg:mpeg21:2003:01-REL-R-NS" xmlns:as="http://schemas.microsoft.com/windows/pki/2005/Authenticode"><r:grant><as:ManifestInformation Hash="a924a9569cea8b50614bf61589033c8ca0748f6ec860ce3c39b3fddeb007c635" Description="" Url=""><as:assemblyIdentity name="SignatureManager.vsto" version="1.0.0.0" publicKeyToken="030e75dc7385d1a1" language="neutral" processorArchitecture="msil" xmlns="urn:schemas-microsoft-com:asm.v1" /></as:ManifestInformation><as:SignedBy /><as:AuthenticodePublisher><as:X509SubjectName>CN=DESKTOP-TBEP5HR\PC</as:X509SubjectName></as:AuthenticodePublisher></r:grant><r:issuer><Signature Id="AuthenticodeSignature" xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha256" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /><Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /><DigestValue>rl+m1Z7I5595b/cfIBg6TSDxLOH85E2Umt9R/9LVJMg=</DigestValue></Reference></SignedInfo><SignatureValue>YFp0/BP5nmtblmOIpojqlG/XlI0TglN76HSDD1RPZ7vRoqlDeqr5uyOHr/Zj3pQvAF1FC1pQGaFztFjchQbumN29x5l8kpt3KR99KB0xFzg3XQRf2hLMAvFGyMAxGmxS7BDVdcyNfd6KQbiLUum35K2vgKwd7vQdp5RWyls/SKU=</SignatureValue><KeyInfo><KeyValue><RSAKeyValue><Modulus>021vgL/K3yDaJw1X1T2GGPbH6yIR1cJJQafY+jtMje4KkrPje4AI+3a4N29E5ddBNrmpivJCOEtdighsKKpG+1UUjDoFHhfHiQUmQTAe5KEW6yUhiJhCIfzE68JPr77zKrEysYwX/84l+DyvOjDBQW3S1Z3IlRbLnGvjHTLO0Qk=</Modulus><Exponent>AQAB</Exponent></RSAKeyValue></KeyValue><X509Data><X509Certificate>MIIB4TCCAUqgAwIBAgIQH4aChe19Aa5OcIaaQBHq2zANBgkqhkiG9w0BAQsFADAvMS0wKwYDVQQDHiQARABFAFMASwBUAE8AUAAtAFQAQgBFAFAANQBIAFIAXABQAEMwHhcNMTYxMDE4MTczNzI3WhcNMTcxMDE4MjMzNzI3WjAvMS0wKwYDVQQDHiQARABFAFMASwBUAE8AUAAtAFQAQgBFAFAANQBIAFIAXABQAEMwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBANNtb4C/yt8g2icNV9U9hhj2x+siEdXCSUGn2Po7TI3uCpKz43uACPt2uDdvROXXQTa5qYryQjhLXYoIbCiqRvtVFIw6BR4Xx4kFJkEwHuShFuslIYiYQiH8xOvCT6++8yqxMrGMF//OJfg8rzowwUFt0tWdyJUWy5xr4x0yztEJAgMBAAEwDQYJKoZIhvcNAQELBQADgYEAU2wCnHA5YJc5uNRQghzHBZZ1clxQW4GsO5+s41J7pu588CXwXOXyKebzXKZBdUDTJ1VQWJvy6yg+dhcYBFBwdrbZVYsg/5aQBi03CJgX2U06EVvgJHBwskOnOcuYQor1rpIVv5dp4lDtOOIxi8NKTU4q4owdDaL/VQcRPoIZe2s=</X509Certificate></X509Data></KeyInfo></Signature></r:issuer></r:license></msrel:RelData></KeyInfo></Signature></asmv1:assembly>
@@ -0,0 +1,175 @@
<?xml version="1.0" encoding="utf-8"?>
<asmv1:assembly xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1 assembly.adaptive.xsd" manifestVersion="1.0" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns="urn:schemas-microsoft-com:asm.v2" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:co.v1="urn:schemas-microsoft-com:clickonce.v1" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:co.v2="urn:schemas-microsoft-com:clickonce.v2">
<asmv1:assemblyIdentity name="SignatureManager.dll" version="1.0.0.0" publicKeyToken="030e75dc7385d1a1" language="neutral" processorArchitecture="msil" type="win32" />
<description xmlns="urn:schemas-microsoft-com:asm.v1">SignatureManager</description>
<application />
<entryPoint>
<co.v1:customHostSpecified />
</entryPoint>
<trustInfo>
<security>
<applicationRequestMinimum>
<PermissionSet Unrestricted="true" ID="Custom" SameSite="site" />
<defaultAssemblyRequest permissionSetReference="Custom" />
</applicationRequestMinimum>
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
<!--
UAC Manifest Options
If you want to change the Windows User Account Control level replace the
requestedExecutionLevel node with one of the following.
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
<requestedExecutionLevel level="highestAvailable" uiAccess="false" />
If you want to utilize File and Registry Virtualization for backward
compatibility then delete the requestedExecutionLevel node.
-->
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
</requestedPrivileges>
</security>
</trustInfo>
<dependency>
<dependentOS>
<osVersionInfo>
<os majorVersion="5" minorVersion="1" buildNumber="2600" servicePackMajor="0" />
</osVersionInfo>
</dependentOS>
</dependency>
<dependency>
<dependentAssembly dependencyType="preRequisite" allowDelayedBinding="true">
<assemblyIdentity name="Microsoft.Windows.CommonLanguageRuntime" version="4.0.30319.0" />
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly dependencyType="preRequisite" allowDelayedBinding="true">
<assemblyIdentity name="Microsoft.CSharp" version="4.0.0.0" publicKeyToken="B03F5F7F11D50A3A" language="neutral" />
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly dependencyType="preRequisite" allowDelayedBinding="true">
<assemblyIdentity name="stdole" version="7.0.3300.0" publicKeyToken="B03F5F7F11D50A3A" language="neutral" />
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Microsoft.Office.Tools.dll" size="16048">
<assemblyIdentity name="Microsoft.Office.Tools" version="10.0.0.0" publicKeyToken="B03F5F7F11D50A3A" language="neutral" processorArchitecture="msil" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>Vgvc0uYwZVUc7LUY2JZ9KAzZj7xIADwUKXmP0lBdgwU=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Microsoft.Office.Tools.Common.dll" size="92344">
<assemblyIdentity name="Microsoft.Office.Tools.Common" version="10.0.0.0" publicKeyToken="B03F5F7F11D50A3A" language="neutral" processorArchitecture="msil" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>9ksp+/YUo4Q2xUje3aOMuS2A+gI7SsBRbCG78UDZKa4=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Microsoft.Office.Tools.Common.v4.0.Utilities.dll" size="32664">
<assemblyIdentity name="Microsoft.Office.Tools.Common.v4.0.Utilities" version="10.0.0.0" publicKeyToken="B03F5F7F11D50A3A" language="neutral" processorArchitecture="msil" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>jLCTF8Mm6bD4PDN+rnzN6q0+ReXaNgPh68kMWgatFwI=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Microsoft.Office.Tools.Outlook.dll" size="57024">
<assemblyIdentity name="Microsoft.Office.Tools.Outlook" version="10.0.0.0" publicKeyToken="B03F5F7F11D50A3A" language="neutral" processorArchitecture="msil" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>Af3Ja3dJIvZ2Nojm+KgZAIfUeRS0A4qi6oCrE2NPKO4=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Microsoft.Office.Tools.Outlook.v4.0.Utilities.dll" size="49048">
<assemblyIdentity name="Microsoft.Office.Tools.Outlook.v4.0.Utilities" version="10.0.0.0" publicKeyToken="B03F5F7F11D50A3A" language="neutral" processorArchitecture="msil" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>AY9f4ogMVBnNqNKvGc0Ko8U3XsIDeLhU/c5jky7x2Zc=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Microsoft.Office.Tools.v4.0.Framework.dll" size="28360">
<assemblyIdentity name="Microsoft.Office.Tools.v4.0.Framework" version="10.0.0.0" publicKeyToken="B03F5F7F11D50A3A" language="neutral" processorArchitecture="msil" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>ISZh8727tCrrTeM0j3FK7F6rylc8msZemTZgJIz8QMI=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Microsoft.VisualStudio.Tools.Applications.Runtime.dll" size="83168">
<assemblyIdentity name="Microsoft.VisualStudio.Tools.Applications.Runtime" version="10.0.0.0" publicKeyToken="B03F5F7F11D50A3A" language="neutral" processorArchitecture="msil" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>vDNwPlxZTsrepY5kiLFDjUnvE55xbfsf7N7uzyD0qzo=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="SignatureManager.dll" size="24576">
<assemblyIdentity name="SignatureManager" version="1.0.0.0" language="neutral" processorArchitecture="msil" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>Vey1PPhUyYItdj5gQcbDWYgDkwk7XdG5eQBqdSDkfNM=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
<vstav3:addIn xmlns:vstav3="urn:schemas-microsoft-com:vsta.v3">
<vstav3:entryPointsCollection>
<vstav3:entryPoints>
<vstav3:entryPoint class="SignatureManager.ThisAddIn">
<assemblyIdentity name="SignatureManager" version="1.0.0.0" language="neutral" processorArchitecture="msil" />
</vstav3:entryPoint>
</vstav3:entryPoints>
</vstav3:entryPointsCollection>
<vstav3:update enabled="true">
<vstav3:expiration maximumAge="7" unit="days" />
</vstav3:update>
<vstav3:application>
<vstov4:customizations xmlns:vstov4="urn:schemas-microsoft-com:vsto.v4">
<vstov4:customization>
<vstov4:appAddIn application="Outlook" loadBehavior="3" keyName="SignatureManager">
<vstov4:friendlyName>SignatureManager</vstov4:friendlyName>
<vstov4:description>SignatureManager</vstov4:description>
<vstov4.1:ribbonTypes xmlns:vstov4.1="urn:schemas-microsoft-com:vsto.v4.1">
<vstov4.1:ribbonType name="SignatureManager.AddinRibbon, SignatureManager, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" />
</vstov4.1:ribbonTypes>
</vstov4:appAddIn>
</vstov4:customization>
</vstov4:customizations>
</vstav3:application>
</vstav3:addIn>
<publisherIdentity name="CN=DESKTOP-TBEP5HR\PC" issuerKeyHash="cfec24af370ef4ed04ad70d4916ff2962bd4fb7e" /><Signature Id="StrongNameSignature" xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha256" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /><Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /><DigestValue>8SbdiseuttViGUvc4E7fULYsTWKj4XeQ+blGdUuLerk=</DigestValue></Reference></SignedInfo><SignatureValue>M79gS9LQy1Ktj6IJtkWA+HQuyN2x9zSf3c1lFvjsImF41XxxeWWngN8Z23AX3lwKMH0HDLF+0AMeebDREYfqAAAIrqUfs1hYJSs2PdIQ3p6VulE811QuM/KMApMCjdNphpL8H73qHmmSoKQhqXQQ9OJwz5cKVA+dY+tZSWRVVZA=</SignatureValue><KeyInfo Id="StrongNameKeyInfo"><KeyValue><RSAKeyValue><Modulus>021vgL/K3yDaJw1X1T2GGPbH6yIR1cJJQafY+jtMje4KkrPje4AI+3a4N29E5ddBNrmpivJCOEtdighsKKpG+1UUjDoFHhfHiQUmQTAe5KEW6yUhiJhCIfzE68JPr77zKrEysYwX/84l+DyvOjDBQW3S1Z3IlRbLnGvjHTLO0Qk=</Modulus><Exponent>AQAB</Exponent></RSAKeyValue></KeyValue><msrel:RelData xmlns:msrel="http://schemas.microsoft.com/windows/rel/2005/reldata"><r:license xmlns:r="urn:mpeg:mpeg21:2003:01-REL-R-NS" xmlns:as="http://schemas.microsoft.com/windows/pki/2005/Authenticode"><r:grant><as:ManifestInformation Hash="b97a8b4b7546b9f99077e1a3624d2cb650df4ee0dc4b1962d5b6aec78add26f1" Description="" Url=""><as:assemblyIdentity name="SignatureManager.dll" version="1.0.0.0" publicKeyToken="030e75dc7385d1a1" language="neutral" processorArchitecture="msil" type="win32" /></as:ManifestInformation><as:SignedBy /><as:AuthenticodePublisher><as:X509SubjectName>CN=DESKTOP-TBEP5HR\PC</as:X509SubjectName></as:AuthenticodePublisher></r:grant><r:issuer><Signature Id="AuthenticodeSignature" xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha256" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /><Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /><DigestValue>M/1KUqAb5liMUxQAchV9c8SP6PX1AoV6RLbGMTyWnK8=</DigestValue></Reference></SignedInfo><SignatureValue>Q0WXBJUlcJTQtiJ0JfdPkYdAM7GPtErinblrcGtRJFOIVZ3J1lrcfn+eDMULCUVV+UldEiS4HMVuF1rCmju++sfaBhJpbMfTBMaDXdUzQx01Wc2f2bvz1PszYoODmxtlWBPlLINaZZOix+jsPdf7rX99KsSZhL/5gv4idXR6T1E=</SignatureValue><KeyInfo><KeyValue><RSAKeyValue><Modulus>021vgL/K3yDaJw1X1T2GGPbH6yIR1cJJQafY+jtMje4KkrPje4AI+3a4N29E5ddBNrmpivJCOEtdighsKKpG+1UUjDoFHhfHiQUmQTAe5KEW6yUhiJhCIfzE68JPr77zKrEysYwX/84l+DyvOjDBQW3S1Z3IlRbLnGvjHTLO0Qk=</Modulus><Exponent>AQAB</Exponent></RSAKeyValue></KeyValue><X509Data><X509Certificate>MIIB4TCCAUqgAwIBAgIQH4aChe19Aa5OcIaaQBHq2zANBgkqhkiG9w0BAQsFADAvMS0wKwYDVQQDHiQARABFAFMASwBUAE8AUAAtAFQAQgBFAFAANQBIAFIAXABQAEMwHhcNMTYxMDE4MTczNzI3WhcNMTcxMDE4MjMzNzI3WjAvMS0wKwYDVQQDHiQARABFAFMASwBUAE8AUAAtAFQAQgBFAFAANQBIAFIAXABQAEMwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBANNtb4C/yt8g2icNV9U9hhj2x+siEdXCSUGn2Po7TI3uCpKz43uACPt2uDdvROXXQTa5qYryQjhLXYoIbCiqRvtVFIw6BR4Xx4kFJkEwHuShFuslIYiYQiH8xOvCT6++8yqxMrGMF//OJfg8rzowwUFt0tWdyJUWy5xr4x0yztEJAgMBAAEwDQYJKoZIhvcNAQELBQADgYEAU2wCnHA5YJc5uNRQghzHBZZ1clxQW4GsO5+s41J7pu588CXwXOXyKebzXKZBdUDTJ1VQWJvy6yg+dhcYBFBwdrbZVYsg/5aQBi03CJgX2U06EVvgJHBwskOnOcuYQor1rpIVv5dp4lDtOOIxi8NKTU4q4owdDaL/VQcRPoIZe2s=</X509Certificate></X509Data></KeyInfo></Signature></r:issuer></r:license></msrel:RelData></KeyInfo></Signature></asmv1:assembly>
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<asmv1:assembly xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1 assembly.adaptive.xsd" manifestVersion="1.0" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns="urn:schemas-microsoft-com:asm.v2" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xrml="urn:mpeg:mpeg21:2003:01-REL-R-NS" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:co.v1="urn:schemas-microsoft-com:clickonce.v1" xmlns:co.v2="urn:schemas-microsoft-com:clickonce.v2">
<assemblyIdentity name="SignatureManager.vsto" version="1.0.0.0" publicKeyToken="030e75dc7385d1a1" language="neutral" processorArchitecture="msil" xmlns="urn:schemas-microsoft-com:asm.v1" />
<description asmv2:publisher="SignatureManager" asmv2:product="SignatureManager" xmlns="urn:schemas-microsoft-com:asm.v1" />
<deployment install="false" mapFileExtensions="true" />
<compatibleFrameworks xmlns="urn:schemas-microsoft-com:clickonce.v2">
<framework targetVersion="4.5.2" profile="Full" supportedRuntime="4.0.30319" />
</compatibleFrameworks>
<dependency>
<dependentAssembly dependencyType="install" codebase="Application Files\SignatureManager_1_0_0_0\SignatureManager.dll.manifest" size="13548">
<assemblyIdentity name="SignatureManager.dll" version="1.0.0.0" publicKeyToken="030e75dc7385d1a1" language="neutral" processorArchitecture="msil" type="win32" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>9+mgnutemnYVnNjwdvp7CF5kru2TGUHPeYduHfRc3Fg=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
<publisherIdentity name="CN=DESKTOP-TBEP5HR\PC" issuerKeyHash="cfec24af370ef4ed04ad70d4916ff2962bd4fb7e" /><Signature Id="StrongNameSignature" xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha256" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /><Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /><DigestValue>RnM+87tM78/ns/ylcZM+DTgbGbqCfMde+BCSulqKA7U=</DigestValue></Reference></SignedInfo><SignatureValue>lYbVsxoAi//3lXdHqx0yGbTmgheouGWJZtRUxwX1JqKmIHY7pwoyacyBAQ2/Mzjk8EFBaIoGvCLxcfIaO1CMFKVirarplRZ6XB4APhYkcmlcq15enHtm6VLuk/PlES+NNCBwoJIQCxDWw6aa94ccCJnxrnac8cHExMYFq4tWQiU=</SignatureValue><KeyInfo Id="StrongNameKeyInfo"><KeyValue><RSAKeyValue><Modulus>021vgL/K3yDaJw1X1T2GGPbH6yIR1cJJQafY+jtMje4KkrPje4AI+3a4N29E5ddBNrmpivJCOEtdighsKKpG+1UUjDoFHhfHiQUmQTAe5KEW6yUhiJhCIfzE68JPr77zKrEysYwX/84l+DyvOjDBQW3S1Z3IlRbLnGvjHTLO0Qk=</Modulus><Exponent>AQAB</Exponent></RSAKeyValue></KeyValue><msrel:RelData xmlns:msrel="http://schemas.microsoft.com/windows/rel/2005/reldata"><r:license xmlns:r="urn:mpeg:mpeg21:2003:01-REL-R-NS" xmlns:as="http://schemas.microsoft.com/windows/pki/2005/Authenticode"><r:grant><as:ManifestInformation Hash="b5038a5aba9210f85ec77c82ba191b380d3e9371a5fcb3e7cfef4cbbf33e7346" Description="" Url=""><as:assemblyIdentity name="SignatureManager.vsto" version="1.0.0.0" publicKeyToken="030e75dc7385d1a1" language="neutral" processorArchitecture="msil" xmlns="urn:schemas-microsoft-com:asm.v1" /></as:ManifestInformation><as:SignedBy /><as:AuthenticodePublisher><as:X509SubjectName>CN=DESKTOP-TBEP5HR\PC</as:X509SubjectName></as:AuthenticodePublisher></r:grant><r:issuer><Signature Id="AuthenticodeSignature" xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha256" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /><Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /><DigestValue>3xy7qVGiZURXpEDfQBWUq6+JqXOHdiHkuswyWnAexTs=</DigestValue></Reference></SignedInfo><SignatureValue>gPJbfxiGW9hsttJJrgGuFXWhXSCaZe5znNNsZB/bKuiQ3IFCJwEsjwS3huPXJhal/3hTo201kMbEjSOWtJ/AqCj3Gt2/hDFex0CbIkbQ7vXsew6JolE29+xHeQgw6wEx0zMdeYTQRHLe+ou0zRyRVbvbbQE/8o++0ARzl/08t3k=</SignatureValue><KeyInfo><KeyValue><RSAKeyValue><Modulus>021vgL/K3yDaJw1X1T2GGPbH6yIR1cJJQafY+jtMje4KkrPje4AI+3a4N29E5ddBNrmpivJCOEtdighsKKpG+1UUjDoFHhfHiQUmQTAe5KEW6yUhiJhCIfzE68JPr77zKrEysYwX/84l+DyvOjDBQW3S1Z3IlRbLnGvjHTLO0Qk=</Modulus><Exponent>AQAB</Exponent></RSAKeyValue></KeyValue><X509Data><X509Certificate>MIIB4TCCAUqgAwIBAgIQH4aChe19Aa5OcIaaQBHq2zANBgkqhkiG9w0BAQsFADAvMS0wKwYDVQQDHiQARABFAFMASwBUAE8AUAAtAFQAQgBFAFAANQBIAFIAXABQAEMwHhcNMTYxMDE4MTczNzI3WhcNMTcxMDE4MjMzNzI3WjAvMS0wKwYDVQQDHiQARABFAFMASwBUAE8AUAAtAFQAQgBFAFAANQBIAFIAXABQAEMwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBANNtb4C/yt8g2icNV9U9hhj2x+siEdXCSUGn2Po7TI3uCpKz43uACPt2uDdvROXXQTa5qYryQjhLXYoIbCiqRvtVFIw6BR4Xx4kFJkEwHuShFuslIYiYQiH8xOvCT6++8yqxMrGMF//OJfg8rzowwUFt0tWdyJUWy5xr4x0yztEJAgMBAAEwDQYJKoZIhvcNAQELBQADgYEAU2wCnHA5YJc5uNRQghzHBZZ1clxQW4GsO5+s41J7pu588CXwXOXyKebzXKZBdUDTJ1VQWJvy6yg+dhcYBFBwdrbZVYsg/5aQBi03CJgX2U06EVvgJHBwskOnOcuYQor1rpIVv5dp4lDtOOIxi8NKTU4q4owdDaL/VQcRPoIZe2s=</X509Certificate></X509Data></KeyInfo></Signature></r:issuer></r:license></msrel:RelData></KeyInfo></Signature></asmv1:assembly>
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<asmv1:assembly xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1 assembly.adaptive.xsd" manifestVersion="1.0" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns="urn:schemas-microsoft-com:asm.v2" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xrml="urn:mpeg:mpeg21:2003:01-REL-R-NS" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:co.v1="urn:schemas-microsoft-com:clickonce.v1" xmlns:co.v2="urn:schemas-microsoft-com:clickonce.v2">
<assemblyIdentity name="SignatureManager.vsto" version="1.0.0.0" publicKeyToken="030e75dc7385d1a1" language="neutral" processorArchitecture="msil" xmlns="urn:schemas-microsoft-com:asm.v1" />
<description asmv2:publisher="SignatureManager" asmv2:product="SignatureManager" xmlns="urn:schemas-microsoft-com:asm.v1" />
<deployment install="false" mapFileExtensions="true" />
<compatibleFrameworks xmlns="urn:schemas-microsoft-com:clickonce.v2">
<framework targetVersion="4.5.2" profile="Full" supportedRuntime="4.0.30319" />
</compatibleFrameworks>
<dependency>
<dependentAssembly dependencyType="install" codebase="Application Files\SignatureManager_1_0_0_0\SignatureManager.dll.manifest" size="13548">
<assemblyIdentity name="SignatureManager.dll" version="1.0.0.0" publicKeyToken="030e75dc7385d1a1" language="neutral" processorArchitecture="msil" type="win32" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>9+mgnutemnYVnNjwdvp7CF5kru2TGUHPeYduHfRc3Fg=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
<publisherIdentity name="CN=DESKTOP-TBEP5HR\PC" issuerKeyHash="cfec24af370ef4ed04ad70d4916ff2962bd4fb7e" /><Signature Id="StrongNameSignature" xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha256" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /><Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /><DigestValue>RnM+87tM78/ns/ylcZM+DTgbGbqCfMde+BCSulqKA7U=</DigestValue></Reference></SignedInfo><SignatureValue>lYbVsxoAi//3lXdHqx0yGbTmgheouGWJZtRUxwX1JqKmIHY7pwoyacyBAQ2/Mzjk8EFBaIoGvCLxcfIaO1CMFKVirarplRZ6XB4APhYkcmlcq15enHtm6VLuk/PlES+NNCBwoJIQCxDWw6aa94ccCJnxrnac8cHExMYFq4tWQiU=</SignatureValue><KeyInfo Id="StrongNameKeyInfo"><KeyValue><RSAKeyValue><Modulus>021vgL/K3yDaJw1X1T2GGPbH6yIR1cJJQafY+jtMje4KkrPje4AI+3a4N29E5ddBNrmpivJCOEtdighsKKpG+1UUjDoFHhfHiQUmQTAe5KEW6yUhiJhCIfzE68JPr77zKrEysYwX/84l+DyvOjDBQW3S1Z3IlRbLnGvjHTLO0Qk=</Modulus><Exponent>AQAB</Exponent></RSAKeyValue></KeyValue><msrel:RelData xmlns:msrel="http://schemas.microsoft.com/windows/rel/2005/reldata"><r:license xmlns:r="urn:mpeg:mpeg21:2003:01-REL-R-NS" xmlns:as="http://schemas.microsoft.com/windows/pki/2005/Authenticode"><r:grant><as:ManifestInformation Hash="b5038a5aba9210f85ec77c82ba191b380d3e9371a5fcb3e7cfef4cbbf33e7346" Description="" Url=""><as:assemblyIdentity name="SignatureManager.vsto" version="1.0.0.0" publicKeyToken="030e75dc7385d1a1" language="neutral" processorArchitecture="msil" xmlns="urn:schemas-microsoft-com:asm.v1" /></as:ManifestInformation><as:SignedBy /><as:AuthenticodePublisher><as:X509SubjectName>CN=DESKTOP-TBEP5HR\PC</as:X509SubjectName></as:AuthenticodePublisher></r:grant><r:issuer><Signature Id="AuthenticodeSignature" xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha256" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /><Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /><DigestValue>3xy7qVGiZURXpEDfQBWUq6+JqXOHdiHkuswyWnAexTs=</DigestValue></Reference></SignedInfo><SignatureValue>gPJbfxiGW9hsttJJrgGuFXWhXSCaZe5znNNsZB/bKuiQ3IFCJwEsjwS3huPXJhal/3hTo201kMbEjSOWtJ/AqCj3Gt2/hDFex0CbIkbQ7vXsew6JolE29+xHeQgw6wEx0zMdeYTQRHLe+ou0zRyRVbvbbQE/8o++0ARzl/08t3k=</SignatureValue><KeyInfo><KeyValue><RSAKeyValue><Modulus>021vgL/K3yDaJw1X1T2GGPbH6yIR1cJJQafY+jtMje4KkrPje4AI+3a4N29E5ddBNrmpivJCOEtdighsKKpG+1UUjDoFHhfHiQUmQTAe5KEW6yUhiJhCIfzE68JPr77zKrEysYwX/84l+DyvOjDBQW3S1Z3IlRbLnGvjHTLO0Qk=</Modulus><Exponent>AQAB</Exponent></RSAKeyValue></KeyValue><X509Data><X509Certificate>MIIB4TCCAUqgAwIBAgIQH4aChe19Aa5OcIaaQBHq2zANBgkqhkiG9w0BAQsFADAvMS0wKwYDVQQDHiQARABFAFMASwBUAE8AUAAtAFQAQgBFAFAANQBIAFIAXABQAEMwHhcNMTYxMDE4MTczNzI3WhcNMTcxMDE4MjMzNzI3WjAvMS0wKwYDVQQDHiQARABFAFMASwBUAE8AUAAtAFQAQgBFAFAANQBIAFIAXABQAEMwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBANNtb4C/yt8g2icNV9U9hhj2x+siEdXCSUGn2Po7TI3uCpKz43uACPt2uDdvROXXQTa5qYryQjhLXYoIbCiqRvtVFIw6BR4Xx4kFJkEwHuShFuslIYiYQiH8xOvCT6++8yqxMrGMF//OJfg8rzowwUFt0tWdyJUWy5xr4x0yztEJAgMBAAEwDQYJKoZIhvcNAQELBQADgYEAU2wCnHA5YJc5uNRQghzHBZZ1clxQW4GsO5+s41J7pu588CXwXOXyKebzXKZBdUDTJ1VQWJvy6yg+dhcYBFBwdrbZVYsg/5aQBi03CJgX2U06EVvgJHBwskOnOcuYQor1rpIVv5dp4lDtOOIxi8NKTU4q4owdDaL/VQcRPoIZe2s=</X509Certificate></X509Data></KeyInfo></Signature></r:issuer></r:license></msrel:RelData></KeyInfo></Signature></asmv1:assembly>
Binary file not shown.
@@ -0,0 +1,24 @@
c:\users\pc\documents\visual studio 2015\Projects\SignatureManager\SignatureManager\bin\Debug\SignatureManager.dll
c:\users\pc\documents\visual studio 2015\Projects\SignatureManager\SignatureManager\bin\Debug\SignatureManager.pdb
c:\users\pc\documents\visual studio 2015\Projects\SignatureManager\SignatureManager\bin\Debug\SignatureManager.dll.manifest
c:\users\pc\documents\visual studio 2015\Projects\SignatureManager\SignatureManager\bin\Debug\SignatureManager.vsto
c:\users\pc\documents\visual studio 2015\Projects\SignatureManager\SignatureManager\bin\Debug\Microsoft.Office.Tools.Common.dll
c:\users\pc\documents\visual studio 2015\Projects\SignatureManager\SignatureManager\bin\Debug\Microsoft.Office.Tools.Common.v4.0.Utilities.dll
c:\users\pc\documents\visual studio 2015\Projects\SignatureManager\SignatureManager\bin\Debug\Microsoft.Office.Tools.dll
c:\users\pc\documents\visual studio 2015\Projects\SignatureManager\SignatureManager\bin\Debug\Microsoft.Office.Tools.Outlook.dll
c:\users\pc\documents\visual studio 2015\Projects\SignatureManager\SignatureManager\bin\Debug\Microsoft.Office.Tools.Outlook.v4.0.Utilities.dll
c:\users\pc\documents\visual studio 2015\Projects\SignatureManager\SignatureManager\bin\Debug\Microsoft.Office.Tools.v4.0.Framework.dll
c:\users\pc\documents\visual studio 2015\Projects\SignatureManager\SignatureManager\bin\Debug\Microsoft.VisualStudio.Tools.Applications.Runtime.dll
c:\users\pc\documents\visual studio 2015\Projects\SignatureManager\SignatureManager\bin\Debug\Microsoft.Office.Tools.v4.0.Framework.xml
c:\users\pc\documents\visual studio 2015\Projects\SignatureManager\SignatureManager\bin\Debug\Microsoft.VisualStudio.Tools.Applications.Runtime.xml
c:\users\pc\documents\visual studio 2015\Projects\SignatureManager\SignatureManager\bin\Debug\Microsoft.Office.Tools.Common.xml
c:\users\pc\documents\visual studio 2015\Projects\SignatureManager\SignatureManager\bin\Debug\Microsoft.Office.Tools.Outlook.xml
c:\users\pc\documents\visual studio 2015\Projects\SignatureManager\SignatureManager\bin\Debug\Microsoft.Office.Tools.Common.v4.0.Utilities.xml
c:\users\pc\documents\visual studio 2015\Projects\SignatureManager\SignatureManager\bin\Debug\Microsoft.Office.Tools.Outlook.v4.0.Utilities.xml
c:\users\pc\documents\visual studio 2015\Projects\SignatureManager\SignatureManager\obj\Debug\SignatureManager.AddinRibbon.resources
c:\users\pc\documents\visual studio 2015\Projects\SignatureManager\SignatureManager\obj\Debug\SignatureManager.Properties.Resources.resources
c:\users\pc\documents\visual studio 2015\Projects\SignatureManager\SignatureManager\obj\Debug\SignatureManager.SettingsForm.resources
c:\users\pc\documents\visual studio 2015\Projects\SignatureManager\SignatureManager\obj\Debug\SignatureManager.csproj.GenerateResource.Cache
c:\users\pc\documents\visual studio 2015\Projects\SignatureManager\SignatureManager\obj\Debug\SignatureManager.dll
c:\users\pc\documents\visual studio 2015\Projects\SignatureManager\SignatureManager\obj\Debug\SignatureManager.pdb
C:\Users\PC\documents\visual studio 2015\Projects\SignatureManager\SignatureManager\obj\Debug\SignatureManager.csprojResolveAssemblyReference.cache
Binary file not shown.
Binary file not shown.