﻿<?xml version="1.0" encoding="utf-8"?>
<doc>
  <assembly>
    <name>Microsoft.Office.Interop.Outlook</name>
  </assembly>
  <members>
    <member name="T:Microsoft.Office.Interop.Outlook._Account">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.Account" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Account.AccountType">
      <summary>Returns a constant in the <see cref="T:Microsoft.Office.Interop.Outlook.OlAccountType" /> enumeration that indicates the type of the <see cref="T:Microsoft.Office.Interop.Outlook.Account" />. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Account.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Account.AutoDiscoverConnectionMode">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlAutoDiscoverConnectionMode" /> constant that specifies the type of connection to use for the auto-discovery service of the Microsoft Exchange server that hosts the account mailbox. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Account.AutoDiscoverXml">
      <summary>Returns a String (string in C#) that represents information in XML retrieved from the auto-discovery service of the Microsoft Exchange Server that is associated with the account. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Account.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Account.CurrentUser">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.Recipient" /> object that represents the current user identity for the account. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Account.DeliveryStore">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.Store" /> object that represents the default delivery store for the account. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Account.DisplayName">
      <summary>Returns a String (string in C#) representing the display name of the e-mail  <see cref="T:Microsoft.Office.Interop.Outlook.Account" />. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Account.ExchangeConnectionMode">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlExchangeConnectionMode" /> constant that indicates the current connection mode for the Microsoft Exchange Server that hosts the account mailbox. Read-only</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Account.ExchangeMailboxServerName">
      <summary>Returns a String (string in C#) value that represents the name of the Microsoft Exchange Server that hosts the account mailbox. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Account.ExchangeMailboxServerVersion">
      <summary>Returns a String (string in C#) that represents the full version number of the Microsoft Exchange Server that hosts the account mailbox. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Account.GetAddressEntryFromID(System.String)">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.AddressEntry" /> object that represents the address entry specified by the given entry ID.</summary>
      <returns>Returns an AddressEntry that has the <see cref="P:Microsoft.Office.Interop.Outlook.AddressEntry.ID" /> property that matches the specified <paramref name="ID" />.</returns>
      <param name="ID">Used to identify an address entry that is maintained for the session.</param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Account.GetRecipientFromID(System.String)">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.Recipient" /> object that is identified by the given entry ID.</summary>
      <returns>Returns a Recipient object that represents the recipient associated with the specified entry ID.</returns>
      <param name="EntryID">The <see cref="P:Microsoft.Office.Interop.Outlook.Recipient.EntryID" /> of the recipient.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Account.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Account.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Account.SmtpAddress">
      <summary>Returns a String (string in C#) representing the Simple Mail Transfer Protocol (SMTP) address for the <see cref="T:Microsoft.Office.Interop.Outlook.Account" />. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Account.UserName">
      <summary>Returns a String (string in C#) representing the user name for the <see cref="T:Microsoft.Office.Interop.Outlook.Account" />. Read-only. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._AccountRuleCondition">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.AccountRuleCondition" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AccountRuleCondition.Account">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.Account" /> object that represents the account used to evaluate the rule condition. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AccountRuleCondition.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AccountRuleCondition.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AccountRuleCondition.ConditionType">
      <summary>Returns a constant,  olConditionAccount, from the <see cref="T:Microsoft.Office.Interop.Outlook.OlRuleConditionType" /> enumeration that indicates the type of rule condition. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AccountRuleCondition.Enabled">
      <summary>Returns or sets a Boolean (bool in C#) that determines if the rule condition is enabled. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AccountRuleCondition.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AccountRuleCondition.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._Accounts">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.Accounts" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Accounts.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Accounts.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Accounts.Count">
      <summary>Returns an Integer (int in C#) value indicating the count of objects in the specified collection. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Accounts.Item(System.Object)">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Account" /> object specified by  <paramref name="Index" />.</summary>
      <returns>An Account object that matches the account specified by <paramref name="Index" />.</returns>
      <param name="Index">A one-based Integer that indexes into the <see cref="T:Microsoft.Office.Interop.Outlook.Accounts" /> collection, or a String (string in C#) that specifies the <see cref="P:Microsoft.Office.Interop.Outlook._Account.DisplayName" /> of an Account.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Accounts.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Accounts.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._AccountSelector">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.AccountSelector" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AccountSelector.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" /> object that represents the parent Outlook application for the object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AccountSelector.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AccountSelector.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AccountSelector.SelectedAccount">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Account" /> object that represents the selected account in the Microsoft Office Backstage view in Microsoft Outlook. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AccountSelector.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" /> object for the current session. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._AddressRuleCondition">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.AddressRuleCondition" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AddressRuleCondition.Address">
      <summary>Returns or sets an array of String (string in C#) elements to evaluate the address rule condition. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AddressRuleCondition.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AddressRuleCondition.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AddressRuleCondition.ConditionType">
      <summary>Returns a constant from the <see cref="T:Microsoft.Office.Interop.Outlook.OlRuleConditionType" /> enumeration that indicates the type of rule condition. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AddressRuleCondition.Enabled">
      <summary>Returns or sets a Boolean (bool in C#) that determines if the rule condition is enabled. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AddressRuleCondition.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AddressRuleCondition.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._Application">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.Application" />. </summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Application.ActiveExplorer">
      <summary>Returns the topmost <see cref="T:Microsoft.Office.Interop.Outlook.Explorer" />  object on the desktop.</summary>
      <returns>An Explorer that represents the topmost explorer on the desktop. Returns Nothing if no explorer is active.</returns>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Application.ActiveInspector">
      <summary>Returns the topmost <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" />  object on the desktop. </summary>
      <returns>An Inspector that represents the topmost inspector on the desktop.</returns>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Application.ActiveWindow">
      <summary>Returns an object representing the topmost Microsoft Outlook window on the desktop, either an <see cref="T:Microsoft.Office.Interop.Outlook.Explorer" />  or an <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" />  object. </summary>
      <returns>An Object that represents the topmost Microsoft Outlook window on the desktop. Returns Nothing if no Outlook explorer or inspector is open.</returns>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Application.AdvancedSearch(System.String,System.Object,System.Object,System.Object)">
      <summary>Performs a search based on a specified DAV Searching and Locating (DASL) search string.</summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Outlook.Search" /> object that represents the results of the search.</returns>
      <param name="Scope">The scope of the search. For example, the folder path of a folder. It is recommended that the folder path  is enclosed within single quotes. Otherwise, the search might not return correct results if the folder path contains special characters including Unicode characters. To specify multiple folder paths, enclose each folder path in single quotes and separate the single quoted folder paths with a comma.</param>
      <param name="Filter">The DASL search filter that defines the parameters of the search.</param>
      <param name="SearchSubFolders">Determines if the search will include any of the folder's subfolders.</param>
      <param name="Tag">The name given as an identifier for the search.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Application.AnswerWizard">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Application.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Application.Assistance">
      <summary>Returns an IAssistance object used to invoke help. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Application.Assistant">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Application.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Application.COMAddIns">
      <summary>Returns a COMAddIns collection that represents all the Component Object Model (COM) add-ins currently loaded in Microsoft Outlook.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Application.CopyFile(System.String,System.String)">
      <summary>Copies a file from a specified location into a Microsoft Outlook store.</summary>
      <returns>An Object value that represents the copied file.</returns>
      <param name="FilePath">The path name of the object you want to copy.</param>
      <param name="DestFolderPath">The location you want to copy the file to.</param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Application.CreateItem(Microsoft.Office.Interop.Outlook.OlItemType)">
      <summary>Creates and returns a new Microsoft Outlook item.</summary>
      <returns>An Object value that represents the new Outlook item.</returns>
      <param name="ItemType">The Outlook item type for the new item.</param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Application.CreateItemFromTemplate(System.String,System.Object)">
      <summary>Creates a new Microsoft Outlook item from an Outlook template (.oft) and returns the new item.</summary>
      <returns>An Object value that represents the new Microsoft Outlook item.</returns>
      <param name="TemplatePath">The path and file name of the Outlook template for the new item.</param>
      <param name="InFolder">The folder in which the item is to be created. If this argument is omitted, the default folder for the item type will be used.</param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Application.CreateObject(System.String)">
      <summary>Creates an Automation object of the specified class.</summary>
      <returns>An Object value that represents the new Automation object instance. If the application is already running, CreateObject will create a new instance.</returns>
      <param name="ObjectName">The class name of the object to create. For information about valid class names, see OLE Programmatic Identifiers.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Application.DefaultProfileName">
      <summary>Returns a String (string in C#) representing the name of the default profile name. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Application.Explorers">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Explorers" />  collection object that contains the <see cref="T:Microsoft.Office.Interop.Outlook.Explorer" />  objects representing all open explorers. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Application.FeatureInstall">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Application.GetNamespace(System.String)">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object of the specified type.</summary>
      <returns>A NameSpace object that represents the specified namespace.</returns>
      <param name="Type">The type of name space to return.</param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Application.GetNewNickNames(System.Object@)">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
      <param name="pvar"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Application.GetObjectReference(System.Object,Microsoft.Office.Interop.Outlook.OlReferenceType)">
      <summary>Creates a strong or weak object reference for a specified Outlook object.</summary>
      <returns>An Object that represents a strong or weak object reference for the specified object.</returns>
      <param name="Item">The object from which to obtain a strong or weak object reference.</param>
      <param name="ReferenceType">The type of object reference.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Application.Inspectors">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Inspectors" />  collection object that contains the <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" />  objects representing all open inspectors. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Application.IsSearchSynchronous(System.String)">
      <summary>Returns a Boolean (bool in C#) indicating if a search will be synchronous or asynchronous.</summary>
      <returns>True if the search is synchronous; otherwise, False.</returns>
      <param name="LookInFolders">The path name of the folders that the search will search through. You must enclose the folder path  with single quotes.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Application.IsTrusted">
      <summary>Returns a Boolean (bool in C#) to indicate if an add-in or external caller is considered trusted by Outlook. Read-only</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Application.LanguageSettings">
      <summary>Returns a LanguageSettings object for the application that contains the language-specific attributes of Outlook. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Application.Name">
      <summary>Returns a String (string in C#) value that represents the display name for the object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Application.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Application.PickerDialog">
      <summary>Returns a <see cref="T:Microsoft.Office.Core.PickerDialog" /> object that provides the functionality to select people or data in a dialog box. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Application.ProductCode">
      <summary>Returns a String (string in C#) specifying the Microsoft Outlook globally unique identifier (GUID). Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Application.Quit">
      <summary>Closes all currently open windows. </summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Application.RefreshFormRegionDefinition(System.String)">
      <summary>Refreshes the cache by obtaining the current definition from the Windows registry for one or all of the form regions that are defined for the local machine and the current user.</summary>
      <param name="RegionName">The internal name of the form region whose definition you want to refresh in the cache. To refresh all form region definitions, specify an empty string.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Application.Reminders">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.Reminders" /> collection that represents all current reminders. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Application.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Application.TimeZones">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.TimeZones" /> collection that represents the set of time zones supported by Outlook. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Application.Version">
      <summary>Returns or sets a String (string in C#) indicating the number of the version. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._AppointmentItem">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />. </summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.Actions">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Actions" />  collection that represents all the available actions for the item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.AllDayEvent">
      <summary>Returns True if the appointment is an all-day event (as opposed to a specified time). Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.Attachments">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Attachments" />  object that represents all the attachments for the specified item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.AutoResolvedWinner">
      <summary>Returns a Boolean (bool in C#) that determines if the item is a winner of an automatic conflict resolution. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.BillingInformation">
      <summary>Returns or sets a String (string in C#) representing the billing information associated with the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.Body">
      <summary>Returns or sets a String (string in C#) representing the clear-text body of the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.BusyStatus">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlBusyStatus" /> constant indicating the busy status of the user for the appointment. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.Categories">
      <summary>Returns or sets a String (string in C#) representing the categories assigned to the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._AppointmentItem.ClearRecurrencePattern">
      <summary>Removes the recurrence settings and restores the single-occurrence state for an appointment or task.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._AppointmentItem.Close(Microsoft.Office.Interop.Outlook.OlInspectorClose)">
      <summary>Closes and optionally saves changes to the Outlook item.</summary>
      <param name="SaveMode">The close behavior. If the item displayed within the inspector has not been changed, this argument has no effect.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.Companies">
      <summary>Returns or sets a String (string in C#) representing the names of the companies associated with the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.ConferenceServerAllowExternal">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.ConferenceServerPassword">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.Conflicts">
      <summary>Return the <see cref="T:Microsoft.Office.Interop.Outlook.Conflicts" /> object that represents the items that are in conflict for any Outlook item object.  Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.ConversationID">
      <summary>Returns a String (string in C#) that uniquely identifies a <see cref="T:Microsoft.Office.Interop.Outlook.Conversation" /> object that the <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" /> object belongs to. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.ConversationIndex">
      <summary>Returns a String (string in C#) representing the index of the conversation thread of the Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.ConversationTopic">
      <summary>Returns a String (string in C#) representing the topic of the conversation thread of the Outlook item. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._AppointmentItem.Copy">
      <summary>Creates another instance of an object.</summary>
      <returns>Returns an <see cref="T:System.Object" /> that is a copy of the parent appointment item.</returns>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._AppointmentItem.CopyTo(Microsoft.Office.Interop.Outlook.MAPIFolder,Microsoft.Office.Interop.Outlook.OlAppointmentCopyOptions)">
      <summary>Copies the <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" /> to the folder that is specified by the <paramref name="DestinationFolder" /> parameter and returns an object that represents the item created in the destination folder by the copy operation.</summary>
      <returns>Returns an AppointmentItem objectthat represents the object created in the destination folder as a result of the copy operation.</returns>
      <param name="DestinationFolder">Specifies the folder to which the AppointmentItem object is copied.</param>
      <param name="CopyOptions">Specifies the user experience of the copy operation.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.CreationTime">
      <summary>Returns a DateTime indicating the creation time for the Outlook item. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._AppointmentItem.Delete">
      <summary>Deletes an object from the collection.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._AppointmentItem.Display(System.Object)">
      <summary>Displays a new <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" /> object for the item.</summary>
      <param name="Modal">True to make the window modal. The default value is False.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.DownloadState">
      <summary>Returns a constant that belongs to the <see cref="T:Microsoft.Office.Interop.Outlook.OlDownloadState" /> enumeration indicating the download state of the item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.Duration">
      <summary>Returns or sets an Integer (int in C#) value indicating the duration (in minutes) of the <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.End">
      <summary>Returns or sets a DateTime indicating the end date and time of an <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.EndInEndTimeZone">
      <summary>Returns or sets a DateTime value that represents the end date and time of the appointment expressed in the <see cref="P:Microsoft.Office.Interop.Outlook._AppointmentItem.EndTimeZone" />. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.EndTimeZone">
      <summary>Returns or sets a <see cref="T:Microsoft.Office.Interop.Outlook.TimeZone" /> value that corresponds to the end time of the appointment.  Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.EndUTC">
      <summary>Returns or sets a DateTime value that represents the end date and time of the appointment expressed in the Coordinated Universal Time (UTC) standard. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.EntryID">
      <summary>Returns a String (string in C#) representing the unique Entry ID of the object.  Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.ForceUpdateToAllAttendees">
      <summary>Returns or sets a Boolean (bool in C#) value that indicates whether updates to the <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" /> object should be sent to all attendees. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.FormDescription">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.FormDescription" />  object that represents the form description for the specified Outlook item. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._AppointmentItem.ForwardAsVcal">
      <summary>Forwards the <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />  as a vCal; virtual calendar item. </summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" /> object that represents the new mail item to which the calendar information is attached.</returns>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._AppointmentItem.GetConversation">
      <summary>Obtains a <see cref="T:Microsoft.Office.Interop.Outlook.Conversation" /> object that represents the conversation to which this item belongs.</summary>
      <returns>Returns a Conversation object that represents the conversation to which this item belongs.</returns>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.GetInspector">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" />  object that represents an inspector initialized to contain the specified item. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._AppointmentItem.GetOrganizer">
      <summary>Obtains the <see cref="T:Microsoft.Office.Interop.Outlook.AddressEntry" /> object that contains information from the Address Book about the organizer of the <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
      <returns>Returns an AddressEntry object that represents the organizer of the AppointmentItem.</returns>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._AppointmentItem.GetRecurrencePattern">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.RecurrencePattern" /> object that represents the recurrence attributes of an appointment. </summary>
      <returns>A RecurrencePattern object that represents the recurrence attributes of an appointment.</returns>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.GlobalAppointmentID">
      <summary>Returns a String (string in C#) value that represents a unique global identifier for the <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.Importance">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlImportance" /> constant indicating the relative importance level for the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.InternetCodepage">
      <summary>Returns or sets an Integer (int in C#) value that determines the Internet code page used by the item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.IsConflict">
      <summary>Returns a Boolean (bool in C#) that determines if the item on the local computer is different from the copy on the server. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.IsOnlineMeeting">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.IsRecurring">
      <summary>Returns a Boolean (bool in C#) value that is True if the appointment is a recurring appointment.  Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.ItemProperties">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.ItemProperties" /> collection that represents all standard and user-defined properties associated with the Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.LastModificationTime">
      <summary>Returns a DateTime specifying the date and time that the Outlook item was last modified.  Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.Links">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.Links" /> collection that represents the contacts to which the item is linked. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.Location">
      <summary>Returns or sets a String (string in C#) representing the specific office location (for example, Building 1 Room 1 or Suite 123) for the appointment. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.MAPIOBJECT">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.MarkForDownload">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlRemoteStatus" />  constant that determines the status of an item once it is received by a remote user. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.MeetingStatus">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlMeetingStatus" /> constant specifying the meeting status of the appointment. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.MeetingWorkspaceURL">
      <summary>Returns a String (string in C#) value that represents the URL for the Meeting Workspace that the appointment item is linked to. Read-only. </summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.MessageClass">
      <summary>Returns or sets a String (string in C#) representing the message class for the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.Mileage">
      <summary>Returns or sets a String (string in C#) representing the mileage for an item. Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._AppointmentItem.Move(Microsoft.Office.Interop.Outlook.MAPIFolder)">
      <summary>Moves a Microsoft Outlook item to a new folder.</summary>
      <returns>An Object value that represents the item which has been moved to the designated folder.</returns>
      <param name="DestFldr">The destination folder.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.NetMeetingAutoStart">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.NetMeetingDocPathName">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.NetMeetingOrganizerAlias">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.NetMeetingServer">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.NetMeetingType">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.NetShowURL">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.NoAging">
      <summary>Returns or sets a Boolean (bool in C#) value that is True to not age the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.OptionalAttendees">
      <summary>Returns or sets a String (string in C#) representing the display string of optional attendees names for the appointment. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.Organizer">
      <summary>Returns a String (string in C#) representing the name of the organizer of the appointment. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.OutlookInternalVersion">
      <summary>Returns an Integer (int in C#) value representing the build number of the Outlook application for an Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.OutlookVersion">
      <summary>Returns a String (string in C#) indicating the major and minor version number of the Outlook application for an Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._AppointmentItem.PrintOut">
      <summary>Prints the Outlook item using all default settings. The PrintOut method is the only Outlook method that can be used for printing.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.PropertyAccessor">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.PropertyAccessor" /> object that supports creating, getting, setting, and deleting properties of the parent <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.Recipients">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.Recipients" />  collection that represents all the recipients for the Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.RecurrenceState">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlRecurrenceState" /> constant indicating the recurrence property of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.ReminderMinutesBeforeStart">
      <summary>Returns or sets an Integer (int in C#) value indicating the number of minutes the reminder should occur prior to the start of the appointment. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.ReminderOverrideDefault">
      <summary>Returns or sets a Boolean (bool in C#) value that is True if the reminder overrides the default reminder behavior for the item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.ReminderPlaySound">
      <summary>Returns or sets a Boolean (bool in C#) value that is True if the reminder should play a sound when it occurs for this item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.ReminderSet">
      <summary>Returns or sets a Boolean (bool in C#) value that is True if a reminder has been set for this item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.ReminderSoundFile">
      <summary>Returns or sets a String (string in C#) indicating the path and file name of the sound file to play when the reminder occurs for the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.ReplyTime">
      <summary>Returns or sets a DateTime indicating the reply time for the appointment. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.RequiredAttendees">
      <summary>Returns a semicolon-delimited String (string in C#) of required attendee names for the meeting appointment. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.Resources">
      <summary>Returns a semicolon-delimited String (string in C#) of resource names for the meeting. Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._AppointmentItem.Respond(Microsoft.Office.Interop.Outlook.OlMeetingResponse,System.Object,System.Object)">
      <summary>Responds to a meeting request.</summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" /> object that represents the response to the meeting request.</returns>
      <param name="Response">The response to the request.</param>
      <param name="fNoUI">True to not display a dialog box; the response is sent automatically. False to display the dialog box for responding.</param>
      <param name="fAdditionalTextDialog">False to not prompt the user for input; the response is displayed in the inspector for editing. True to prompt the user to either send or send with comments. This argument is valid only if fNoUI is False.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.ResponseRequested">
      <summary>Returns a Boolean (bool in C#) that indicates True if the sender would like a response to the meeting request for the appointment. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.ResponseStatus">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlResponseStatus" /> constant indicating the overall status of the meeting for the current user for the appointment. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.RTFBody">
      <summary>Returns or sets a byte array that represents the body of the Microsoft Outlook item in Rich Text Format. Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._AppointmentItem.Save">
      <summary>Saves the Microsoft Outlook item to the current folder or, if this is a new item, to the Outlook default folder for the item type.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._AppointmentItem.SaveAs(System.String,System.Object)">
      <summary>Saves the Microsoft Outlook item to the specified path and in the format of the specified file type. If the file type is not specified, the MSG format (.msg) is used.</summary>
      <param name="Path">The path in which to save the item.</param>
      <param name="Type">The file type to save. Can be one of the following OlSaveAsType constants: olHTML, olMSG, olRTF, olTemplate, olDoc,olTXT, olVCal,  olVCard,  olICal, or olMSGUnicode.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.Saved">
      <summary>Returns a Boolean (bool in C#) value that is True if the Outlook item has not been modified since the last save. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._AppointmentItem.Send">
      <summary>Sends the appointment.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.SendUsingAccount">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.Account" /> object that represents the account under which the <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" /> is to be sent. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.Sensitivity">
      <summary>Returns or sets a constant in the <see cref="T:Microsoft.Office.Interop.Outlook.OlSensitivity" /> enumeration indicating the sensitivity for the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._AppointmentItem.ShowCategoriesDialog">
      <summary>Displays the Show Categories dialog box, which allows you to select categories that correspond to the subject of the item.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.Size">
      <summary>Returns an Integer (int in C#) value indicating the size (in bytes) of the Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.Start">
      <summary>Returns or sets a DateTime indicating the starting date and time for the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.StartInStartTimeZone">
      <summary>Returns or sets a DateTime value that represents the start date and time of the appointment expressed in the <see cref="P:Microsoft.Office.Interop.Outlook._AppointmentItem.StartTimeZone" />. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.StartTimeZone">
      <summary>Returns or sets a <see cref="T:Microsoft.Office.Interop.Outlook.TimeZone" /> value that corresponds to  the time zone for the start time of the appointment.  Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.StartUTC">
      <summary>Returns or sets a DateTime value that represents the start date and time of the appointment expressed in the Coordinated Univeral Time (UTC) standard. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.Subject">
      <summary>Returns or sets a String (string in C#) indicating the subject for the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.UnRead">
      <summary>Returns or sets a Boolean (bool in C#) value that is True if the Outlook item has not been opened (read). Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.UserProperties">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.UserProperties" />  collection that represents all the user properties for the Outlook item. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._AssignToCategoryRuleAction">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.AssignToCategoryRuleAction" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AssignToCategoryRuleAction.ActionType">
      <summary>Returns a constant, olRuleActionAssignToCategory, from the <see cref="T:Microsoft.Office.Interop.Outlook.OlRuleActionType" /> enumeration that indicates the type of action that is taken by the rule. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AssignToCategoryRuleAction.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AssignToCategoryRuleAction.Categories">
      <summary>Returns or sets an array of strings representing the categories assigned to the message. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AssignToCategoryRuleAction.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AssignToCategoryRuleAction.Enabled">
      <summary>Returns or sets a Boolean (bool in C#) that determines if the rule action is enabled. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AssignToCategoryRuleAction.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AssignToCategoryRuleAction.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._AttachmentSelection">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.AttachmentSelection" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AttachmentSelection.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AttachmentSelection.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AttachmentSelection.Count">
      <summary>Returns an Integer (int in C#) value indicating the count of objects in the specified collection. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._AttachmentSelection.GetSelection(Microsoft.Office.Interop.Outlook.OlSelectionContents)">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.Selection" /> object that contains the kind of objects specified by the <paramref name="SelectionContents" /> parameter, and that are currently selected in the active explorer where the parent item of the <see cref="T:Microsoft.Office.Interop.Outlook.AttachmentSelection" /> object is.</summary>
      <returns>Returns a Selection object that contains the specified kind of objects that are selected in the active explorer.</returns>
      <param name="SelectionContents">Specifies the kind of objects in the selection to return.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AttachmentSelection.Item(System.Object)">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Attachment" /> object from the collection.</summary>
      <returns>An Attachment object that represents the specified object.</returns>
      <param name="Index">Either the index number of the object, or the value used to match the default property of an object in the collection.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AttachmentSelection.Location">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.OlSelectionLocation" /> constant that specifies where the attachment selection is in the Microsoft Outlook user interface. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AttachmentSelection.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AttachmentSelection.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._AutoFormatRule">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.AutoFormatRule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AutoFormatRule.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AutoFormatRule.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AutoFormatRule.Enabled">
      <summary>Returns or sets a Boolean (bool in C#) value that indicates whether the formatting rule represented by the <see cref="T:Microsoft.Office.Interop.Outlook.AutoFormatRule" /> object is enabled. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AutoFormatRule.Filter">
      <summary>Returns or sets a String (string in C#) value that represents the filter for a custom formatting rule.  Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AutoFormatRule.Font">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.ViewFont" /> object that represents the font used to display Outlook items that satisfy the conditions for the formatting rule in the view. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AutoFormatRule.Name">
      <summary>Returns or sets a String (string in C#) value that represents the display name for the object. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AutoFormatRule.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AutoFormatRule.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AutoFormatRule.Standard">
      <summary>Returns a Boolean (bool in C#) value that indicates whether the <see cref="T:Microsoft.Office.Interop.Outlook.AutoFormatRule" /> object represents a built-in Outlook formatting rule. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._AutoFormatRules">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.AutoFormatRules" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._AutoFormatRules.Add(System.String)">
      <summary>Creates a new <see cref="T:Microsoft.Office.Interop.Outlook.AutoFormatRule" /> object and appends it to the <see cref="T:Microsoft.Office.Interop.Outlook.AutoFormatRules" /> collection. </summary>
      <returns>An AutoFormatRule object that represents the new formatting rule.</returns>
      <param name="Name">The name of the new formatting rule.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AutoFormatRules.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AutoFormatRules.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AutoFormatRules.Count">
      <summary>Returns an Integer (int in C#) value indicating the count of <see cref="T:Microsoft.Office.Interop.Outlook.AutoFormatRule" /> objects in the specified collection. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._AutoFormatRules.Insert(System.String,System.Object)">
      <summary>Creates a new <see cref="T:Microsoft.Office.Interop.Outlook.AutoFormatRule" /> object and inserts it at the specified index within the <see cref="T:Microsoft.Office.Interop.Outlook.AutoFormatRules" /> collection. </summary>
      <returns>An AutoFormatRule object that represents the new formatting rule.</returns>
      <param name="Name">The name of the new object.</param>
      <param name="Index">Either the index number at which to insert the new object, or a value used to match the <see cref="P:Microsoft.Office.Interop.Outlook._AutoFormatRule.Name" /> property value of an object in the collection at where the new object is to be inserted.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AutoFormatRules.Item(System.Object)">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.AutoFormatRule" /> object from the collection.</summary>
      <returns>An AutoFormatRule object that represents the specified object.</returns>
      <param name="Index">Either the index number of the object, or a value used to match the <see cref="P:Microsoft.Office.Interop.Outlook._AutoFormatRule.Name" /> property value of an object in the collection.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AutoFormatRules.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._AutoFormatRules.Remove(System.Object)">
      <summary>Removes an object from the collection.</summary>
      <param name="Index">Either the index number of the object, or a value used to match the <see cref="P:Microsoft.Office.Interop.Outlook._AutoFormatRule.Name" /> property value of an object in the collection.</param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._AutoFormatRules.RemoveAll">
      <summary>Removes all custom formatting rules from the <see cref="T:Microsoft.Office.Interop.Outlook.AutoFormatRules" /> collection.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._AutoFormatRules.Save">
      <summary>Save all changes to <see cref="T:Microsoft.Office.Interop.Outlook.AutoFormatRule" /> objects within the <see cref="T:Microsoft.Office.Interop.Outlook.AutoFormatRules" /> collection.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._AutoFormatRules.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._BusinessCardView">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.BusinessCardView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._BusinessCardView.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._BusinessCardView.Apply">
      <summary>Applies the <see cref="T:Microsoft.Office.Interop.Outlook.BusinessCardView" /> object to the current view.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._BusinessCardView.CardSize">
      <summary>Returns or sets an Integer (int in C#) value that represents the size, as a percentage, of an Electronic Business Card (EBC) in the view. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._BusinessCardView.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._BusinessCardView.Copy(System.String,Microsoft.Office.Interop.Outlook.OlViewSaveOption)">
      <summary>Creates a new <see cref="T:Microsoft.Office.Interop.Outlook.View" /> object based on the existing <see cref="T:Microsoft.Office.Interop.Outlook.BusinessCardView" /> object.</summary>
      <returns>A View object that represents the new view.</returns>
      <param name="Name">The name of the new view.</param>
      <param name="SaveOption">The save option for the new view.</param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._BusinessCardView.Delete">
      <summary>Deletes an object from a collection.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._BusinessCardView.Filter">
      <summary>Returns or sets a String (string in C#) value that represents the filter for a view.  Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._BusinessCardView.GoToDate(System.DateTime)">
      <summary>Changes the date used by the current view to display information.</summary>
      <param name="Date">The date to which the view should be changed.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._BusinessCardView.HeadingsFont">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.ViewFont" /> object that represents the font used to display headings for each Electronic Business Card (EBC) in the view. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._BusinessCardView.Language">
      <summary>Returns or sets a String (string in C#) value that represents the language setting for the object that defines the language used in the menu. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._BusinessCardView.LockUserChanges">
      <summary>Returns or sets a Boolean (bool in C#) value that indicates whether a user can modify the settings of the current view. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._BusinessCardView.Name">
      <summary>Returns or sets a String (string in C#) value that represents the display name for the object. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._BusinessCardView.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._BusinessCardView.Reset">
      <summary>Resets a built-in Microsoft Outlook view to its original settings.  </summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._BusinessCardView.Save">
      <summary>Saves the view, or saves the changes to a view.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._BusinessCardView.SaveOption">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlViewSaveOption" /> constant that specifies the folders in which the specified view is available and the read permissions attached to the view. Read-only.  </summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._BusinessCardView.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._BusinessCardView.SortFields">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OrderFields" /> collection object that represents all the fields by which  the view is sorted. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._BusinessCardView.Standard">
      <summary>Returns a Boolean (bool in C#) value that indicates whether the <see cref="T:Microsoft.Office.Interop.Outlook.BusinessCardView" /> object is a built-in Outlook view. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._BusinessCardView.ViewType">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlViewType" /> constant that represents the view type of the view. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._BusinessCardView.XML">
      <summary>Returns or sets a String (string in C#) value that specifies the XML definition of the current view. Read/write.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._CalendarModule">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.CalendarModule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._CalendarModule.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._CalendarModule.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._CalendarModule.Name">
      <summary>Returns a String (string in C#) value that represents the localized display name for the <see cref="T:Microsoft.Office.Interop.Outlook.CalendarModule" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._CalendarModule.NavigationGroups">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.NavigationGroups" /> object that contains the set of navigation groups associated with the <see cref="T:Microsoft.Office.Interop.Outlook.CalendarModule" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._CalendarModule.NavigationModuleType">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlNavigationModuleType" /> constant that represents the navigation module type for the object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._CalendarModule.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._CalendarModule.Position">
      <summary>Returns or sets an Integer (int in C#) value that represents the ordinal position of the <see cref="T:Microsoft.Office.Interop.Outlook.CalendarModule" /> object when displayed in the Navigation Pane. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._CalendarModule.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._CalendarModule.Visible">
      <summary>Returns or sets a Boolean (bool in C#) value that determines whether the <see cref="T:Microsoft.Office.Interop.Outlook.CalendarModule" /> object is displayed in the Navigation Pane. Read/write.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._CalendarSharing">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.CalendarSharing" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._CalendarSharing.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._CalendarSharing.CalendarDetail">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlCalendarDetail" /> value indicating the level of detail for calendar items included in the iCalendar (.ics) file created by the <see cref="M:Microsoft.Office.Interop.Outlook._CalendarSharing.ForwardAsICal(Microsoft.Office.Interop.Outlook.OlCalendarMailFormat)" /> or <see cref="M:Microsoft.Office.Interop.Outlook._CalendarSharing.SaveAsICal(System.String)" /> methods of the <see cref="T:Microsoft.Office.Interop.Outlook.CalendarSharing" /> object. Read/write.</summary>
      <returns>A OlCalendarDetail value that indicates the level of detail for calendar items.</returns>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._CalendarSharing.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._CalendarSharing.EndDate">
      <summary>Returns or sets a DateTime value that indicates the inclusive end date of the range of calendar items to be shared by the <see cref="T:Microsoft.Office.Interop.Outlook.CalendarSharing" /> object. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._CalendarSharing.Folder">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.Folder" /> containing the calendar items to be shared by the <see cref="T:Microsoft.Office.Interop.Outlook.CalendarSharing" /> object. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._CalendarSharing.ForwardAsICal(Microsoft.Office.Interop.Outlook.OlCalendarMailFormat)">
      <summary>Forwards calendar information from the parent <see cref="T:Microsoft.Office.Interop.Outlook.Folder" /> of the <see cref="T:Microsoft.Office.Interop.Outlook.CalendarSharing" /> object as the payload of a <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
      <returns>A MailItem object that represents the new mail item to which the calendar information is attached.</returns>
      <param name="MailFormat">Determines the format of the calendar information in the body of the  MailItem  created by this method.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._CalendarSharing.IncludeAttachments">
      <summary>Returns or sets a Boolean (bool in C#) value that indicates whether attachments for calendar items should be included in the iCalendar (.ics) file created by the <see cref="M:Microsoft.Office.Interop.Outlook._CalendarSharing.ForwardAsICal(Microsoft.Office.Interop.Outlook.OlCalendarMailFormat)" /> or <see cref="M:Microsoft.Office.Interop.Outlook._CalendarSharing.SaveAsICal(System.String)" /> methods of the <see cref="T:Microsoft.Office.Interop.Outlook.CalendarSharing" /> object. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._CalendarSharing.IncludePrivateDetails">
      <summary>Returns or sets a Boolean (bool in C#) value that indicates whether private details for calendar items should be included in the iCalendar (.ics) file created by the <see cref="M:Microsoft.Office.Interop.Outlook._CalendarSharing.ForwardAsICal(Microsoft.Office.Interop.Outlook.OlCalendarMailFormat)" /> or <see cref="M:Microsoft.Office.Interop.Outlook._CalendarSharing.SaveAsICal(System.String)" /> methods of the <see cref="T:Microsoft.Office.Interop.Outlook.CalendarSharing" /> object. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._CalendarSharing.IncludeWholeCalendar">
      <summary>Returns or sets a Boolean (bool in C#) value that indicates whether all calendar items in the folder should be included in the iCalendar (.ics) file created by the <see cref="M:Microsoft.Office.Interop.Outlook._CalendarSharing.ForwardAsICal(Microsoft.Office.Interop.Outlook.OlCalendarMailFormat)" /> or <see cref="M:Microsoft.Office.Interop.Outlook._CalendarSharing.SaveAsICal(System.String)" /> methods of the <see cref="T:Microsoft.Office.Interop.Outlook.CalendarSharing" /> object. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._CalendarSharing.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._CalendarSharing.RestrictToWorkingHours">
      <summary>Returns or sets a Boolean (bool in C#) value that indicates whether calendar items that do not occur within working hours should be included in the iCalendar (.ics) file created by the <see cref="M:Microsoft.Office.Interop.Outlook._CalendarSharing.ForwardAsICal(Microsoft.Office.Interop.Outlook.OlCalendarMailFormat)" /> or <see cref="M:Microsoft.Office.Interop.Outlook._CalendarSharing.SaveAsICal(System.String)" /> methods of the <see cref="T:Microsoft.Office.Interop.Outlook.CalendarSharing" /> object. Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._CalendarSharing.SaveAsICal(System.String)">
      <summary>Exports calendar information from the parent <see cref="T:Microsoft.Office.Interop.Outlook.Folder" /> of the <see cref="T:Microsoft.Office.Interop.Outlook.CalendarSharing" /> object as an iCalendar calendar (.ics) file.</summary>
      <param name="Path">The path and file  name of the iCalendar file.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._CalendarSharing.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._CalendarSharing.StartDate">
      <summary>Returns or sets a DateTime value that indicates the inclusive start date of the range of calendar items to be shared by the <see cref="T:Microsoft.Office.Interop.Outlook.CalendarSharing" /> object. Read/write.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._CalendarView">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.CalendarView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._CalendarView.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._CalendarView.Apply">
      <summary>Applies the <see cref="T:Microsoft.Office.Interop.Outlook.CalendarView" /> object to the current view.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._CalendarView.AutoFormatRules">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.AutoFormatRules" /> object that represents the set of formatting rules applicable to the <see cref="T:Microsoft.Office.Interop.Outlook.CalendarView" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._CalendarView.BoldDatesWithItems">
      <summary>Returns or sets a Boolean (bool in C#) value that indicates whether days that contain Outlook items should be displayed in bold within the Date Navigator for the <see cref="T:Microsoft.Office.Interop.Outlook.CalendarView" /> object. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._CalendarView.BoldSubjects">
      <summary>Returns or sets a Boolean (bool in C#) value that indicates whether the subject information for Outlook items is displayed in bold within a <see cref="T:Microsoft.Office.Interop.Outlook.CalendarView" /> object. Read/write</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._CalendarView.CalendarViewMode">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlCalendarViewMode" /> that determines the current view mode of the <see cref="T:Microsoft.Office.Interop.Outlook.CalendarView" /> object. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._CalendarView.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._CalendarView.Copy(System.String,Microsoft.Office.Interop.Outlook.OlViewSaveOption)">
      <summary>Creates a new <see cref="T:Microsoft.Office.Interop.Outlook.View" /> object based on the existing <see cref="T:Microsoft.Office.Interop.Outlook.CalendarView" /> object.</summary>
      <returns>A View object that represents the new view.</returns>
      <param name="Name">The name of the new view.</param>
      <param name="SaveOption">The save option for the new view.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._CalendarView.DaysInMultiDayMode">
      <summary>Returns or sets an Integer (int in C#) value that represents the number of consecutive days displayed in the <see cref="T:Microsoft.Office.Interop.Outlook.CalendarView" /> object. Read/write</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._CalendarView.DayWeekFont">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.ViewFont" /> object that represents the font used when displaying items for a specified day in the <see cref="T:Microsoft.Office.Interop.Outlook.CalendarView" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._CalendarView.DayWeekTimeFont">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.ViewFont" /> object that represents the font used when displaying the hour portion of the time headers in a specified day for the  <see cref="T:Microsoft.Office.Interop.Outlook.CalendarView" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._CalendarView.DayWeekTimeScale">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlDayWeekTimeScale" /> constant that represents the scale used to represent time periods in a <see cref="T:Microsoft.Office.Interop.Outlook.CalendarView" /> object. Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._CalendarView.Delete">
      <summary>Deletes an object from a collection.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._CalendarView.DisplayedDates">
      <summary>Returns an Object array containing strings that represent the days displayed in a <see cref="T:Microsoft.Office.Interop.Outlook.CalendarView" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._CalendarView.EndField">
      <summary>Returns or sets a String (string in C#) value that represents the name of the property that ends the time duration for Outlook items displayed in the <see cref="T:Microsoft.Office.Interop.Outlook.CalendarView" /> object. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._CalendarView.Filter">
      <summary>Returns or sets a String (string in C#) value that represents the filter for a view.  Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._CalendarView.GoToDate(System.DateTime)">
      <summary>Changes the date used by the current view to display information.</summary>
      <param name="Date">The date to which the view should be changed.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._CalendarView.Language">
      <summary>Returns or sets a String (string in C#) value that represents the language setting for the view. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._CalendarView.LockUserChanges">
      <summary>Returns or sets a Boolean (bool in C#) value that indicates whether a user can modify the settings of the view. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._CalendarView.MonthFont">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.ViewFont" /> object that represents the font used when displaying items for a specified month in the <see cref="T:Microsoft.Office.Interop.Outlook.CalendarView" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._CalendarView.MonthShowEndTime">
      <summary>Returns or sets a Boolean (bool in C#) value that indicates whether end times for Outlook items are displayed in the <see cref="T:Microsoft.Office.Interop.Outlook.CalendarView" /> object. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._CalendarView.Name">
      <summary>Returns or sets a String (string in C#) value that represents the display name for the object. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._CalendarView.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._CalendarView.Reset">
      <summary>Resets a built-in Microsoft Outlook view to its original settings.  </summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._CalendarView.Save">
      <summary>Saves the view, or saves the changes to a view.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._CalendarView.SaveOption">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlViewSaveOption" /> constant that specifies the folders in which the specified view is available and the read permissions attached to the view. Read-only.  </summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._CalendarView.SelectedEndTime">
      <summary>Returns a DateTime value that represents the end time of a selection in the <see cref="T:Microsoft.Office.Interop.Outlook.CalendarView" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._CalendarView.SelectedStartTime">
      <summary>Returns a DateTime value that represents the start time of a selection in the <see cref="T:Microsoft.Office.Interop.Outlook.CalendarView" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._CalendarView.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._CalendarView.Standard">
      <summary>Returns a Boolean (bool in C#) value that indicates whether the <see cref="T:Microsoft.Office.Interop.Outlook.CalendarView" /> object is a built-in Outlook view. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._CalendarView.StartField">
      <summary>Returns or sets a String (string in C#) value that represents the name of the property that starts the time duration for Outlook items displayed in the <see cref="T:Microsoft.Office.Interop.Outlook.CalendarView" /> object. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._CalendarView.ViewType">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlViewType" /> constant that indicates the view type of the view. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._CalendarView.XML">
      <summary>Returns or sets a String (string in C#) value that specifies the XML definition of the view. Read/write.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._CardView">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.CardView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._CardView.AllowInCellEditing">
      <summary>Returns or sets a Boolean (bool in C#) value that determines whether in-cell editing is allowed in the <see cref="T:Microsoft.Office.Interop.Outlook.CardView" /> object. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._CardView.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._CardView.Apply">
      <summary>Applies the <see cref="T:Microsoft.Office.Interop.Outlook.CardView" /> object to the current view.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._CardView.AutoFormatRules">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.AutoFormatRules" /> object that represents the set of formatting rules applicable to the <see cref="T:Microsoft.Office.Interop.Outlook.CardView" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._CardView.BodyFont">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.ViewFont" /> object that represents the font used to display the body of each card in the <see cref="T:Microsoft.Office.Interop.Outlook.CardView" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._CardView.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._CardView.Copy(System.String,Microsoft.Office.Interop.Outlook.OlViewSaveOption)">
      <summary>Creates a new <see cref="T:Microsoft.Office.Interop.Outlook.View" /> object based on the existing <see cref="T:Microsoft.Office.Interop.Outlook.CardView" /> object.</summary>
      <returns>A View object that represents the new view.</returns>
      <param name="Name">The name of the new view.</param>
      <param name="SaveOption">The save option for the new view.</param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._CardView.Delete">
      <summary>Deletes an object from a collection.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._CardView.Filter">
      <summary>Returns or sets a String (string in C#) value that represents the filter for a view.  Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._CardView.GoToDate(System.DateTime)">
      <summary>Changes the date used by the current view to display information.</summary>
      <param name="Date">The date to which the view should be changed.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._CardView.HeadingsFont">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.ViewFont" /> object that represents the font used to display the heading of each card in the <see cref="T:Microsoft.Office.Interop.Outlook.CardView" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._CardView.Language">
      <summary>Returns or sets a String (string in C#) value that represents the language setting for the view. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._CardView.LockUserChanges">
      <summary>Returns or sets a Boolean (bool in C#) value that indicates whether a user can modify the settings of the view. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._CardView.MultiLineFieldHeight">
      <summary>Returns or sets an Integer (int in C#) value that determines the minimum number of lines for multiline fields displayed in the <see cref="T:Microsoft.Office.Interop.Outlook.CardView" /> object. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._CardView.Name">
      <summary>Returns or sets a String (string in C#) value that represents the display name for the object. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._CardView.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._CardView.Reset">
      <summary>Resets a built-in Microsoft Outlook view to its original settings.  </summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._CardView.Save">
      <summary>Saves the view, or saves the changes to a view.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._CardView.SaveOption">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlViewSaveOption" /> constant that specifies the folders in which the specified view is available and the read permissions attached to the view. Read-only.  </summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._CardView.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._CardView.ShowEmptyFields">
      <summary>Returns or sets a Boolean (bool in C#) value that determines if empty fields are displayed for cards in the <see cref="T:Microsoft.Office.Interop.Outlook.CardView" /> object. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._CardView.SortFields">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OrderFields" /> object that represents the set of fields by which the items displayed in the <see cref="T:Microsoft.Office.Interop.Outlook.CardView" /> object are ordered. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._CardView.Standard">
      <summary>Returns a Boolean (bool in C#) value that indicates whether the <see cref="T:Microsoft.Office.Interop.Outlook.CardView" /> object is a built-in Outlook view. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._CardView.ViewFields">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.ViewFields" /> object that represents the set of fields with which Outlook items are displayed in the <see cref="T:Microsoft.Office.Interop.Outlook.CardView" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._CardView.ViewType">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlViewType" /> constant that indicates the view type of the view. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._CardView.Width">
      <summary>Returns or sets an Integer (int in C#) value indicating the width (in characters) of cards in the <see cref="T:Microsoft.Office.Interop.Outlook.CardView" /> object. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._CardView.XML">
      <summary>Returns or sets a String (string in C#) value that specifies the XML definition of the view. Read/write.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._Categories">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.Categories" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Categories.Add(System.String,System.Object,System.Object)">
      <summary>Creates a new <see cref="T:Microsoft.Office.Interop.Outlook.Category" /> object and appends it to the <see cref="T:Microsoft.Office.Interop.Outlook.Categories" /> collection. </summary>
      <returns>A Category object that represents the new category.</returns>
      <param name="Name">The name of the new category.</param>
      <param name="Color">The color for the new category. If no value is specified, the default value is  OlCategoryColorNone.</param>
      <param name="ShortcutKey">The shortcut key for the new category. If no value is specified, the default value is OlCategoryShortcutKeyNone.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Categories.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Categories.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Categories.Count">
      <summary>Returns an Integer (int in C#) value indicating the count of <see cref="T:Microsoft.Office.Interop.Outlook.Category" /> objects in the specified collection. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Categories.Item(System.Object)">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Category" /> object from the collection.</summary>
      <returns>A Category object that represents the specified object.</returns>
      <param name="Index">Either an Integer (int in C#) value representing the index number of the object, or a String (string in C#) value representing either the <see cref="P:Microsoft.Office.Interop.Outlook._Category.Name" /> or <see cref="P:Microsoft.Office.Interop.Outlook._Category.CategoryID" /> property value of an object in the collection.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Categories.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Categories.Remove(System.Object)">
      <summary>Removes an object from the collection.</summary>
      <param name="Index">Either an Integer (int in C#) value representing the index number of the object, or a String (string in C#) value representing either the <see cref="P:Microsoft.Office.Interop.Outlook._Category.Name" /> or <see cref="P:Microsoft.Office.Interop.Outlook._Category.CategoryID" /> property value of an object in the collection.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Categories.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._Category">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.Category" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Category.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Category.CategoryBorderColor">
      <summary>Returns an OLE_COLOR value that represents the border color of the color swatch displayed for a <see cref="T:Microsoft.Office.Interop.Outlook.Category" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Category.CategoryGradientBottomColor">
      <summary>Returns an OLE_COLOR value that represents the bottom gradient color of the color swatch displayed for a <see cref="T:Microsoft.Office.Interop.Outlook.Category" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Category.CategoryGradientTopColor">
      <summary>Returns an OLE_COLOR value that represents the top gradient color of the color swatch displayed for a <see cref="T:Microsoft.Office.Interop.Outlook.Category" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Category.CategoryID">
      <summary>Returns a String (string in C#) value that represents the unique identifier for the <see cref="T:Microsoft.Office.Interop.Outlook.Category" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Category.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Category.Color">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlCategoryColor" /> constant that indicates the color used by the <see cref="T:Microsoft.Office.Interop.Outlook.Category" /> object. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Category.Name">
      <summary>Returns or sets a String (string in C#) value that represents the display name for the object. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Category.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Category.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Category.ShortcutKey">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlCategoryShortcutKey" /> constant that specifies the shortcut key used by the <see cref="T:Microsoft.Office.Interop.Outlook.Category" /> object. Read/write.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._CategoryRuleCondition">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.CategoryRuleCondition" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._CategoryRuleCondition.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._CategoryRuleCondition.Categories"></member>
    <member name="P:Microsoft.Office.Interop.Outlook._CategoryRuleCondition.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._CategoryRuleCondition.ConditionType">
      <summary>Returns a constant,  olConditionCategory, from the <see cref="T:Microsoft.Office.Interop.Outlook.OlRuleConditionType" /> enumeration that indicates the type of rule condition. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._CategoryRuleCondition.Enabled">
      <summary>Returns or sets a Boolean (bool in C#) that determines if the rule condition is enabled. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._CategoryRuleCondition.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._CategoryRuleCondition.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._Column">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.Column" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Column.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" /> object that represents the parent application (Outlook) for the <see cref="T:Microsoft.Office.Interop.Outlook.Column" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Column.Class">
      <summary>Returns a constant in the <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> enumeration indicating the class of the <see cref="T:Microsoft.Office.Interop.Outlook.Column" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Column.Name">
      <summary>Returns a String (string in C#) value that represents the name of the <see cref="T:Microsoft.Office.Interop.Outlook.Column" />. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Column.Parent">
      <summary>Returns the parent Object of the <see cref="T:Microsoft.Office.Interop.Outlook.Column" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Column.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" /> object for the current session. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._ColumnFormat">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.ColumnFormat" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ColumnFormat.Align">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlAlign" /> constant that indicates the alignment of the column label for the property to which the <see cref="T:Microsoft.Office.Interop.Outlook.ColumnFormat" /> object is associated. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ColumnFormat.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ColumnFormat.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ColumnFormat.FieldFormat">
      <summary>Returns or sets an Integer (int in C#) value that represents the display format of the property to which the <see cref="T:Microsoft.Office.Interop.Outlook.ColumnFormat" /> object is associated. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ColumnFormat.FieldType">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlUserPropertyType" /> constant which represents the field type of the property to which the <see cref="T:Microsoft.Office.Interop.Outlook.ColumnFormat" /> object is associated. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ColumnFormat.Label">
      <summary>Returns or sets a String (string in C#) value that represents the column label and tooltip displayed for the property to which the <see cref="T:Microsoft.Office.Interop.Outlook.ColumnFormat" /> object is associated. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ColumnFormat.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ColumnFormat.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ColumnFormat.Width">
      <summary>Returns or sets an Integer (int in C#) value indicating the approximate width (in characters) of the column. Read/write.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._Columns">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.Columns" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Columns.Add(System.String)">
      <summary>Adds the <see cref="T:Microsoft.Office.Interop.Outlook.Column" /> specified by <paramref name="Name" /> to the <see cref="T:Microsoft.Office.Interop.Outlook.Columns" /> collection and resets the <see cref="T:Microsoft.Office.Interop.Outlook.Table" />.</summary>
      <returns>A Column object that represents the new column.</returns>
      <param name="Name">The name of the property that is being added as a column.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Columns.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" /> object that represents the parent application (Outlook) for the <see cref="T:Microsoft.Office.Interop.Outlook.Columns" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Columns.Class">
      <summary>Returns a constant in the <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> enumeration indicating the class of the <see cref="T:Microsoft.Office.Interop.Outlook.Columns" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Columns.Count">
      <summary>Returns an Integer (int in C#) value representing the number of <see cref="T:Microsoft.Office.Interop.Outlook.Column" /> objects in the collection. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Columns.Item(System.Object)">
      <summary>Obtains a <see cref="T:Microsoft.Office.Interop.Outlook.Column" /> object specified by <paramref name="Index" />. </summary>
      <returns> A Column object that represents the column matching the <paramref name="Index" /> in the <see cref="T:Microsoft.Office.Interop.Outlook.Table" />. Returns the error, "Array index out of bounds" if <paramref name="Index" /> is an invalid Long integer. Returns Nothing (null in C#) if <paramref name="Index" /> is a String (string in C#) representing a column name that cannot be found in the Table.</returns>
      <param name="Index">A 1-based index value that can be either an Integer (int in C#) value representing the column index for the Columns collection or a String (string in C#) representing the <see cref="P:Microsoft.Office.Interop.Outlook._Column.Name" /> of the Column.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Columns.Parent">
      <summary>Returns the parent object of the <see cref="T:Microsoft.Office.Interop.Outlook.Columns" /> object. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Columns.Remove(System.Object)">
      <summary>Removes the <see cref="T:Microsoft.Office.Interop.Outlook.Column" /> object specified by <paramref name="Index" /> and resets the <see cref="T:Microsoft.Office.Interop.Outlook.Table" />.</summary>
      <param name="Index">A 1-based index value that can be either an Integer (int in C#) value representing the column index for the Columns collection or a String (string in C#) representing the <see cref="P:Microsoft.Office.Interop.Outlook._Column.Name" /> of the Column.</param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Columns.RemoveAll">
      <summary>Removes all the columns from the <see cref="T:Microsoft.Office.Interop.Outlook.Columns" /> collection and resets the <see cref="T:Microsoft.Office.Interop.Outlook.Table" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Columns.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" /> object for the current session. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._ContactItem">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.Account">
      <summary>Returns or sets a String (string in C#) representing  the account for the contact. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.Actions">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Actions" />  collection that represents all the available actions for the item. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._ContactItem.AddBusinessCardLogoPicture(System.String)">
      <summary>Adds a logo picture to the current Electronic Business Card of the contact item.</summary>
      <param name="Path">The full path name that specifies the picture file  to load.</param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._ContactItem.AddPicture(System.String)">
      <summary>Adds a picture to a contact item.</summary>
      <param name="Path">A string containing the complete path and filename of the picture to be added to the contact item.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.Anniversary">
      <summary>Returns or sets a DateTime indicating the anniversary date for the contact. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.AssistantName">
      <summary>Returns or sets a String (string in C#) representing the name of the person who is the assistant for the contact. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.AssistantTelephoneNumber">
      <summary>Returns or sets a String (string in C#) representing the telephone number of the person who is the assistant for the contact. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.Attachments">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Attachments" />  object that represents all the attachments for the specified item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.AutoResolvedWinner">
      <summary>Returns a Boolean (bool in C#) that determines if the item is a winner of an automatic conflict resolution. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.BillingInformation">
      <summary>Returns or sets a String (string in C#) representing the billing information associated with the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.Birthday">
      <summary>Returns or sets a DateTime indicating the birthday for the contact. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.Body">
      <summary>Returns or sets a String (string in C#) representing the clear-text body of the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.Business2TelephoneNumber">
      <summary>Returns or sets a String (string in C#) representing the second business telephone number for the contact. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.BusinessAddress">
      <summary>Returns or sets a String (string in C#) representing the whole, unparsed business address for the contact. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.BusinessAddressCity">
      <summary>Returns or sets a String (string in C#) representing the city name portion of the business address for the contact. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.BusinessAddressCountry">
      <summary>Returns or sets a String (string in C#) representing the country/region code portion of the business address for the contact. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.BusinessAddressPostalCode">
      <summary>Returns or sets a String (string in C#) representing the postal code (zip code) portion of the business address for the contact. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.BusinessAddressPostOfficeBox">
      <summary>Returns or sets a String (string in C#) representing the post office box number portion of the business address for the contact. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.BusinessAddressState">
      <summary>Returns or sets a String (string in C#) representing the state code portion of the business address for the contact. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.BusinessAddressStreet">
      <summary>Returns or sets a String (string in C#) representing the street address portion of the business address for the contact. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.BusinessCardLayoutXml">
      <summary>Returns or sets a String (string in C#) that represents the XML markup for the layout of the Electronic Business Card. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.BusinessCardType">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlBusinessCardType" /> constant that specifies the type of Electronic Business Card used by this contact. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.BusinessFaxNumber">
      <summary>Returns or sets a String (string in C#) representing the business fax number for the contact. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.BusinessHomePage">
      <summary>Returns or sets a String (string in C#) representing the URL of the business Web page for the contact. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.BusinessTelephoneNumber">
      <summary>Returns or sets a String (string in C#) representing the first business telephone number for the contact. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.CallbackTelephoneNumber">
      <summary>Returns or sets a String (string in C#) representing the callback telephone number for the contact. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.CarTelephoneNumber">
      <summary>Returns or sets a String (string in C#) representing the car telephone number for the contact. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.Categories">
      <summary>Returns or sets a String (string in C#) representing the categories assigned to the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.Children">
      <summary>Returns or sets a String (string in C#) representing the names of the children of the contact. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._ContactItem.ClearTaskFlag">
      <summary>Clears the <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" /> object as a task.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._ContactItem.Close(Microsoft.Office.Interop.Outlook.OlInspectorClose)">
      <summary>Closes and optionally saves changes to the Outlook item.</summary>
      <param name="SaveMode">The close behavior. If the item displayed within the inspector has not been changed, this argument has no effect.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.Companies">
      <summary>Returns or sets a String (string in C#) representing the names of the companies associated with the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.CompanyAndFullName">
      <summary>Returns a String (string in C#) representing the concatenated company name and full name for the contact. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.CompanyLastFirstNoSpace">
      <summary>Returns a String (string in C#) representing the company name for the contact followed by the concatenated last name, first name, and middle name with no space between the last and first names. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.CompanyLastFirstSpaceOnly">
      <summary>Returns a String (string in C#) representing the company name for the contact followed by the concatenated last name, first name, and middle name with spaces between the last, first, and middle names. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.CompanyMainTelephoneNumber">
      <summary>Returns or sets a String (string in C#) representing the company main telephone number for the contact. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.CompanyName">
      <summary>Returns or sets a String (string in C#) representing the company name for the contact. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.ComputerNetworkName">
      <summary>Returns or sets a String (string in C#) representing the name of the computer network for the contact. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.Conflicts">
      <summary>Return the <see cref="T:Microsoft.Office.Interop.Outlook.Conflicts" /> object that represents the items that are in conflict for any Outlook item object.  Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.ConversationID">
      <summary>Returns a String (string in C#) that uniquely identifies a <see cref="T:Microsoft.Office.Interop.Outlook.Conversation" /> object that the <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" /> object belongs to. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.ConversationIndex">
      <summary>Returns a String (string in C#) representing the index of the conversation thread of the Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.ConversationTopic">
      <summary>Returns a String (string in C#) representing the topic of the conversation thread of the Outlook item. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._ContactItem.Copy">
      <summary>Creates another instance of an object.</summary>
      <returns>Returns an <see cref="T:System.Object" /> that is a copy of the parent contact item..</returns>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.CreationTime">
      <summary>Returns a DateTime indicating the creation time for the Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.CustomerID">
      <summary>Returns or sets a String (string in C#) representing the customer ID for the contact. Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._ContactItem.Delete">
      <summary>Deletes an object from the collection.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.Department">
      <summary>Returns or sets a String (string in C#) representing the department name for the contact. Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._ContactItem.Display(System.Object)">
      <summary>Displays a new <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" /> object for the item.</summary>
      <param name="Modal">True to make the window modal. The default value is False.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.DownloadState">
      <summary>Returns a constant that belongs to the <see cref="T:Microsoft.Office.Interop.Outlook.OlDownloadState" /> enumeration indicating the download state of the item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.Email1Address">
      <summary>Returns or sets a String (string in C#) representing the e-mail address of the first e-mail entry for the contact. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.Email1AddressType">
      <summary>Returns or sets a String (string in C#) representing the address type (such as EX or SMTP) of the first e-mail entry for the contact.  Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.Email1DisplayName">
      <summary>Returns a String (string in C#) representing  the display name of the first e-mail address for the contact.  Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.Email1EntryID">
      <summary>Returns a String (string in C#) representing the Entry ID of the first e-mail address for the contact. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.Email2Address">
      <summary>Returns or sets a String (string in C#) representing the e-mail address of the second e-mail entry for the contact. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.Email2AddressType">
      <summary>Returns or sets a String (string in C#) representing the address type (such as EX or SMTP) of the second e-mail entry for the contact. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.Email2DisplayName">
      <summary>Returns a String (string in C#) representing the display name of the second e-mail entry for the contact. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.Email2EntryID">
      <summary>Returns a String (string in C#) representing the Entry ID of the second e-mail entry for the contact. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.Email3Address">
      <summary>Returns or sets a String (string in C#) representing the e-mail address of the third e-mail entry for the contact. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.Email3AddressType">
      <summary>Returns or sets a String (string in C#) representing the address type (such as EX or SMTP) of the third e-mail entry for the contact. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.Email3DisplayName">
      <summary>Returns a String (string in C#) representing the display name of the third e-mail entry for the contact.  Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.Email3EntryID">
      <summary>Returns a String (string in C#) representing the entry ID of the third e-mail entry for the contact. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.EntryID">
      <summary>Returns a String (string in C#) representing the unique Entry ID of the object.  Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.FileAs">
      <summary>Returns or sets a String (string in C#) indicating the default keyword string assigned to the contact when it is filed. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.FirstName">
      <summary>Returns or sets a String (string in C#) representing the first name for the contact. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.FormDescription">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.FormDescription" />  object that represents the form description for the specified Outlook item. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._ContactItem.ForwardAsBusinessCard">
      <summary>Creates a new <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" /> object containing contact  information and, optionally, an Electronic Business Card (EBC) image based on the specified <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" /> object.</summary>
      <returns>A MailItem object that represents the new e-mail item containing the business card information.</returns>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._ContactItem.ForwardAsVcard">
      <summary>Creates a <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" /> and attaches the contact information in vCard format. </summary>
      <returns>A MailItem object that represents the new mail item to which the contact information is attached.</returns>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.FTPSite">
      <summary>Returns or sets a String (string in C#) representing the FTP site entry for the contact. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.FullName">
      <summary>Returns or sets a String (string in C#) specifying the whole, unparsed full name for the contact. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.FullNameAndCompany">
      <summary>Returns a String (string in C#) representing the full name and company of the contact by concatenating the values of the <see cref="P:Microsoft.Office.Interop.Outlook._ContactItem.FullName" />  and <see cref="P:Microsoft.Office.Interop.Outlook._ContactItem.CompanyName" />  properties. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.Gender">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlGender" /> constant indicating the gender of the contact. Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._ContactItem.GetConversation">
      <summary>Obtains a <see cref="T:Microsoft.Office.Interop.Outlook.Conversation" /> object that represents the conversation to which this item belongs.</summary>
      <returns>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.Conversation" /> object that represents the conversation to which this item belongs.</returns>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.GetInspector">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" />  object that represents an inspector initialized to contain the specified item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.GovernmentIDNumber">
      <summary>Returns or sets a String (string in C#) representing the government ID number for the contact. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.HasPicture">
      <summary>Returns a Boolean (bool in C#) value that is True if a Contacts item has a picture associated with it. Read-only</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.Hobby">
      <summary>Returns or sets a String (string in C#) representing the hobby for the contact. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.Home2TelephoneNumber">
      <summary>Returns or sets a String (string in C#) representing the second home telephone number for the contact. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.HomeAddress">
      <summary>Returns or sets a String (string in C#) representing the full, unparsed text of the home address for the contact. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.HomeAddressCity">
      <summary>Returns or sets a String (string in C#) representing the city portion of the home address for the contact. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.HomeAddressCountry">
      <summary>Returns or sets a String (string in C#) representing the country/region portion of the home address for the contact. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.HomeAddressPostalCode">
      <summary>Returns or sets a String (string in C#) representing the postal code portion of the home address for the contact. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.HomeAddressPostOfficeBox">
      <summary>Returns or sets a String (string in C#) the post office box number portion of the home address for the contact. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.HomeAddressState">
      <summary>Returns or sets a String (string in C#) representing the state portion of the home address for the contact. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.HomeAddressStreet">
      <summary>Returns or sets a String (string in C#) representing the street portion of the home address for the contact. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.HomeFaxNumber">
      <summary>Returns or sets a String (string in C#) representing the home fax number for the contact. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.HomeTelephoneNumber">
      <summary>Returns or sets a String (string in C#) representing the first home telephone number for the contact. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.IMAddress">
      <summary>Returns or sets a String (string in C#) that represents a contact's Microsoft Instant Messenger address. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.Importance">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlImportance" /> constant indicating the relative importance level for the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.Initials">
      <summary>Returns or sets a String (string in C#) representing the initials for the contact. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.InternetFreeBusyAddress">
      <summary>Returns or sets a String (string in C#) corresponding to the Address box on the Details tab for a contact.  Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.IsConflict">
      <summary>Returns a Boolean (bool in C#) that determines if the item is in conflict. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.ISDNNumber">
      <summary>Returns or sets a String (string in C#) representing the ISDN number for the contact. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.IsMarkedAsTask">
      <summary>Returns a Boolean (bool in C#) value that indicates whether the <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" /> is marked as a task. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.ItemProperties">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.ItemProperties" /> collection that represents all standard and user-defined properties associated with the Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.JobTitle">
      <summary>Returns or sets a String (string in C#) representing the job title for the contact. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.Journal">
      <summary>Returns a Boolean (bool in C#) that indicates True if the transaction of the contact will be journalized. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.Language">
      <summary>Returns or sets a String (string in C#) that represents the language in which the contact writes messages. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.LastFirstAndSuffix">
      <summary>Returns a String (string in C#) representing the last name, first name, middle name, and suffix of the contact. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.LastFirstNoSpace">
      <summary>Returns a String (string in C#) representing the concatenated last name, first name, and middle name of the contact with no space between the last name and the first name. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.LastFirstNoSpaceAndSuffix">
      <summary>Returns a String (string in C#) that contains the last name, first name, and suffix of the user without a space. Read-only</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.LastFirstNoSpaceCompany">
      <summary>Returns a String (string in C#) representing the concatenated last name, first name, and middle name of the contact with no space between the last name and the first name. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.LastFirstSpaceOnly">
      <summary>Returns a String (string in C#) representing the concatenated last name, first name, and middle name of the contact with spaces between them. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.LastFirstSpaceOnlyCompany">
      <summary>Returns a String (string in C#) representing the concatenated last name, first name, and middle name of the contact with spaces between them. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.LastModificationTime">
      <summary>Returns a DateTime specifying the date and time that the Outlook item was last modified.  Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.LastName">
      <summary>Returns or sets a String (string in C#) representing the last name for the contact. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.LastNameAndFirstName">
      <summary>Returns a String (string in C#) representing the concatenated last name and first name for the contact. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.Links">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.Links" /> collection that represents the contacts to which the item is linked. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.MailingAddress">
      <summary>Returns or sets a String (string in C#) representing the full, unparsed selected mailing address for the contact. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.MailingAddressCity">
      <summary>Returns or sets a String (string in C#) representing the city name portion of the selected mailing address of the contact. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.MailingAddressCountry">
      <summary>Returns or sets a String (string in C#) representing the country/region code portion of the selected mailing address of the contact. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.MailingAddressPostalCode">
      <summary>Returns or sets a String (string in C#) representing the postal code (zip code) portion of the selected mailing address of the contact. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.MailingAddressPostOfficeBox">
      <summary>Returns or sets a String (string in C#) representing the post office box number portion of the selected mailing address of the contact. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.MailingAddressState">
      <summary>Returns or sets a String (string in C#) representing the state code portion for the selected mailing address of the contact. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.MailingAddressStreet">
      <summary>Returns or sets a String (string in C#) representing the street address portion of the selected mailing address of the contact. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.ManagerName">
      <summary>Returns or sets a String (string in C#) representing the manager name for the contact. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.MAPIOBJECT">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._ContactItem.MarkAsTask(Microsoft.Office.Interop.Outlook.OlMarkInterval)">
      <summary>Marks a <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" /> object as a task and assigns a task interval for the object.</summary>
      <param name="MarkInterval">The  task interval for the ContactItem.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.MarkForDownload">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlRemoteStatus" />  constant that determines the status of an item once it is received by a remote user. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.MessageClass">
      <summary>Returns or sets a String (string in C#) representing the message class for the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.MiddleName">
      <summary>Returns or sets a String (string in C#) representing the middle name for the contact. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.Mileage">
      <summary>Returns or sets a String (string in C#) representing the mileage for an item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.MobileTelephoneNumber">
      <summary>Returns or sets a String (string in C#) representing the mobile telephone number for the contact. Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._ContactItem.Move(Microsoft.Office.Interop.Outlook.MAPIFolder)">
      <summary>Moves a Microsoft Outlook item to a new folder.</summary>
      <returns>An Object value that represents the item which has been moved to the designated folder.</returns>
      <param name="DestFldr">An expression that returns a Folder object. The destination folder.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.NetMeetingAlias">
      <summary>Returns or sets a String (string in C#) indicating the user's Microsoft NetMeeting ID, or alias. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.NetMeetingServer">
      <summary>Returns or sets a String (string in C#) specifying the name of the Microsoft NetMeeting server being used for an online meeting. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.NickName">
      <summary>Returns or sets a String (string in C#) representing the nickname for the contact. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.NoAging">
      <summary>Returns or sets a Boolean (bool in C#) value that is True to not age the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.OfficeLocation">
      <summary>Returns or sets a String (string in C#) specifying the specific office location (for example, Building 1 Room 1 or Suite 123) for the contact. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.OrganizationalIDNumber">
      <summary>Returns or sets a String (string in C#) representing the organizational ID number for the contact. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.OtherAddress">
      <summary>Returns or sets a String (string in C#) representing the other address for the contact. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.OtherAddressCity">
      <summary>Returns or sets a String (string in C#) representing the city portion of the other address for the contact. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.OtherAddressCountry">
      <summary>Returns or sets a String (string in C#) representing the country/region portion of the other address for the contact. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.OtherAddressPostalCode">
      <summary>Returns or sets a String (string in C#) representing the postal code portion of the other address for the contact. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.OtherAddressPostOfficeBox">
      <summary>Returns or sets a String (string in C#) representing the post office box portion of the other address for the contact. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.OtherAddressState">
      <summary>Returns or sets a String (string in C#) representing the state portion of the other address for the contact. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.OtherAddressStreet">
      <summary>Returns or sets a String (string in C#) representing the street portion of the other address for the contact. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.OtherFaxNumber">
      <summary>Returns or sets a String (string in C#) representing the other fax number for the contact. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.OtherTelephoneNumber">
      <summary>Returns or sets a String (string in C#) representing the other telephone number for the contact. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.OutlookInternalVersion">
      <summary>Returns an Integer (int in C#) value representing the build number of the Outlook application for an Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.OutlookVersion">
      <summary>Returns a String (string in C#) indicating the major and minor version number of the Outlook application for an Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.PagerNumber">
      <summary>Returns or sets a String (string in C#) representing the pager number for the contact. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.PersonalHomePage">
      <summary>Returns or sets a String (string in C#) representing the URL of the personal Web page for the contact. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.PrimaryTelephoneNumber">
      <summary>Returns or sets a String (string in C#) specifying the primary telephone number for the contact. Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._ContactItem.PrintOut">
      <summary>Prints the Outlook item using all default settings. The PrintOut method is the only Outlook method that can be used for printing.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.Profession">
      <summary>Returns or sets a String (string in C#) indicating the profession for the contact. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.PropertyAccessor">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.PropertyAccessor" /> object that supports creating, getting, setting, and deleting properties of the parent ContactItem object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.RadioTelephoneNumber">
      <summary>Returns or sets a String (string in C#) indicating the radio telephone number for the contact. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.ReferredBy">
      <summary>Returns or sets a String (string in C#) specifying the referral name entry for the contact. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.ReminderOverrideDefault">
      <summary>Returns or sets a Boolean (bool in C#) value that is True if the reminder overrides the default reminder behavior for the item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.ReminderPlaySound">
      <summary>Returns or sets a Boolean (bool in C#) value that is True if the reminder should play a sound when it occurs for this item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.ReminderSet">
      <summary>Returns or sets a Boolean (bool in C#) value that is True if a reminder has been set for this item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.ReminderSoundFile">
      <summary>Returns or sets a String (string in C#) indicating the path and file name of the sound file to play when the reminder occurs for the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.ReminderTime">
      <summary>Returns or sets a DateTime indicating the date and time at which the reminder should occur for the specified item. Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._ContactItem.RemovePicture">
      <summary>Removes a picture from a Contacts item.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._ContactItem.ResetBusinessCard">
      <summary>Resets the Electronic Business Card on the contact item to the default business card, deleting any custom layout and logo on the Electronic Business Card.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.RTFBody">
      <summary>Returns or sets a byte array that represents the body of the Microsoft Outlook item in Rich Text Format. Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._ContactItem.Save">
      <summary>Saves the Microsoft Outlook item to the current folder or, if this is a new item, to the Outlook default folder for the item type.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._ContactItem.SaveAs(System.String,System.Object)">
      <summary>Saves the Microsoft Outlook item to the specified path and in the format of the specified file type. If the file type is not specified, the MSG format (.msg) is used.</summary>
      <param name="Path">The path in which to save the item.</param>
      <param name="Type">The file type to save. Can be one of the following OlSaveAsType constants: olHTML, olMSG, olRTF, olTemplate, olDoc,olTXT, olVCal,  olVCard,  olICal, or olMSGUnicode.</param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._ContactItem.SaveBusinessCardImage(System.String)">
      <summary>Saves an image of the business card generated from the specified <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" /> object.</summary>
      <param name="Path">The fully qualified path and file name of the image to be saved.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.Saved">
      <summary>Returns a Boolean (bool in C#) value that is True if the Outlook item has not been modified since the last save. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.SelectedMailingAddress">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlMailingAddress" /> constant indicating the type of the mailing address for the contact. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.Sensitivity">
      <summary>Returns or sets a constant in the <see cref="T:Microsoft.Office.Interop.Outlook.OlSensitivity" /> enumeration indicating the sensitivity for the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._ContactItem.ShowBusinessCardEditor">
      <summary>Displays the electronic business card (EBC) editor dialog box for the <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" /> object.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._ContactItem.ShowCategoriesDialog">
      <summary>Displays the Show Categories dialog box, which allows you to select categories that correspond to the subject of the item.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._ContactItem.ShowCheckPhoneDialog(Microsoft.Office.Interop.Outlook.OlContactPhoneNumber)">
      <summary>Displays the Check Phone Number dialog box for a specified telephone number contained by a <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" /> object.</summary>
      <param name="PhoneNumber">The type of telephone number to be checked.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.Size">
      <summary>Returns an Integer (int in C#) value indicating the size (in bytes) of the Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.Spouse">
      <summary>Returns or sets a String (string in C#) indicating the spouse name entry for the contact. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.Subject">
      <summary>Returns or sets a String (string in C#) indicating the subject for the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.Suffix">
      <summary>Returns or sets a String (string in C#) indicating the name suffix (such as Jr., III, or Ph.D.) for the specified contact. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.TaskCompletedDate">
      <summary>Returns or sets a DateTime value that represents the completion date of the task for this <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.TaskDueDate">
      <summary>Returns or sets a DateTime value that represents the due date of the task for this <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.TaskStartDate">
      <summary>Returns or sets a DateTime value that represents the start date of the task for this <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" /> object. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.TaskSubject">
      <summary>Returns or sets a String (string in C#) value that represents the subject of the task for the <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" /> object. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.TelexNumber">
      <summary>Returns or sets a String (string in C#) indicating the telex number for the contact. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.Title">
      <summary>Returns or sets a String (string in C#) indicating the title for the contact. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.ToDoTaskOrdinal">
      <summary>Returns or sets a DateTime value that represents the ordinal value of the task for the <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.TTYTDDTelephoneNumber">
      <summary>Returns or sets a String (string in C#) specifying the TTY/TDD telephone number for the contact. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.UnRead">
      <summary>Returns or sets a Boolean (bool in C#) value that is True if the Outlook item has not been opened (read). Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.User1">
      <summary>Returns or sets a String (string in C#) specifying the first field on the Contacts form intended for miscellaneous use for the contact. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.User2">
      <summary>Returns or sets a String (string in C#) specifying the second field on the Contacts form intended for miscellaneous use for the contact. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.User3">
      <summary>Returns or sets a String (string in C#) specifying the third field on the Contacts form intended for miscellaneous use for the contact. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.User4">
      <summary>Returns or sets a String (string in C#) specifying the fourth field on the Contacts form intended for miscellaneous use for the contact. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.UserCertificate">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.UserProperties">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.UserProperties" />  collection that represents all the user properties for the Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.WebPage">
      <summary>Returns or sets a String (string in C#) indicating the URL of the Web page for the contact. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.YomiCompanyName">
      <summary>Returns or sets a String (string in C#) indicating the Japanese phonetic rendering (yomigana) of the company name for the contact. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.YomiFirstName">
      <summary>Returns or sets a String (string in C#) indicating the Japanese phonetic rendering (yomigana) of the first name for the contact. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactItem.YomiLastName">
      <summary>Returns or sets a String (string in C#) indicating the Japanese phonetic rendering (yomigana) of the last name for the contact. Read/write.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._ContactsModule">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactsModule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactsModule.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactsModule.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactsModule.Name">
      <summary>Returns a String (string in C#) representing the localized display name for the <see cref="T:Microsoft.Office.Interop.Outlook.ContactsModule" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactsModule.NavigationGroups">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.NavigationGroups" /> object that contains the set of navigation groups associated with the <see cref="T:Microsoft.Office.Interop.Outlook.ContactsModule" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactsModule.NavigationModuleType">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlNavigationModuleType" /> constant that represents the navigation module type for the object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactsModule.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactsModule.Position">
      <summary>Returns or sets an Integer (int in C#) value that represents the ordinal position of the <see cref="T:Microsoft.Office.Interop.Outlook.ContactsModule" /> object when displayed in the Navigation Pane. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactsModule.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ContactsModule.Visible">
      <summary>Returns or sets a Boolean (bool in C#) value that determines whether the <see cref="T:Microsoft.Office.Interop.Outlook.ContactsModule" /> object is displayed in the Navigation Pane. Read/write.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._Conversation">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.Conversation" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Conversation.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" /> object that represents the parent Microsoft Outlook application for the <see cref="T:Microsoft.Office.Interop.Outlook.Conversation" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Conversation.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant that indicates the object's class. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Conversation.ClearAlwaysAssignCategories(Microsoft.Office.Interop.Outlook.Store)">
      <summary>Removes all categories from all items in the conversation and stops the action of always assigning categories to items in the conversation.</summary>
      <param name="Store">A <see cref="T:Microsoft.Office.Interop.Outlook.Store" /> object that represents the store from which categories of items that belong to the conversation should be removed.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Conversation.ConversationID">
      <summary>Returns a <see cref="T:System.String" /> (string in C#) that uniquely identifies a <see cref="T:Microsoft.Office.Interop.Outlook.Conversation" /> object. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Conversation.GetAlwaysAssignCategories(Microsoft.Office.Interop.Outlook.Store)">
      <summary>Returns a <see cref="T:System.String" /> (string in C#) that indicates the category or categories that are assigned to all new items that arrive in the conversation.</summary>
      <returns>A <see cref="T:System.String" /> (string in C#) that contains one or more categories that are assigned to items in the conversation.</returns>
      <param name="Store">A <see cref="T:Microsoft.Office.Interop.Outlook.Store" /> object that represents the store to which categories of items that belong to the conversation should be returned.</param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Conversation.GetAlwaysDelete(Microsoft.Office.Interop.Outlook.Store)">
      <summary>Returns a constant in the <see cref="T:Microsoft.Office.Interop.Outlook.OlAlwaysDeleteConversation" /> enumeration that indicates whether all new items that join the conversation are always moved to the Deleted Items folder in the specified delivery store.</summary>
      <returns>A constant from the OlAlwaysDeleteConversation enumeration that indicates whether all new items of the conversation are always moved to the Deleted Items folder of the specified delivery store.</returns>
      <param name="Store">A <see cref="T:Microsoft.Office.Interop.Outlook.Store" /> object that represents the store that holds the Deleted Items folder to which items of the conversation are moved.</param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Conversation.GetAlwaysMoveToFolder(Microsoft.Office.Interop.Outlook.Store)">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.Folder" /> object that indicates the folder in the specified delivery store to which new items that arrive in the conversation are always moved.</summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Outlook.MAPIFolder" /> object in the specified store to which all new items that arrive in the conversation are always moved.</returns>
      <param name="Store">A <see cref="T:Microsoft.Office.Interop.Outlook.Store" /> object that represents the store where the folder to which conversation items are moved resides.</param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Conversation.GetChildren(System.Object)">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.SimpleItems" /> collection that contains all items under the specified conversation node.</summary>
      <returns>A SimpleItems collection that represents the set of child items in the conversation under the node specified by the <paramref name="Item" /> parameter.</returns>
      <param name="Item"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Conversation.GetParent(System.Object)">
      <summary>Returns the parent item of the specified node in the conversation.</summary>
      <returns>An <see cref="T:System.Object" /> (object in C#) that represents the parent conversation item of the node specified by the <paramref name="Item" /> parameter. </returns>
      <param name="Item">A conversation node that is part of a conversation.</param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Conversation.GetRootItems">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.SimpleItems" /> collection that contains all root items in the conversation.</summary>
      <returns>A SimpleItems collection that includes the root item or all root items of the conversation.</returns>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Conversation.GetTable">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.Table" /> object that contains rows that represent all items in the conversation.</summary>
      <returns>A Table object that contains rows that represent all items in the conversation.</returns>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Conversation.MarkAsRead">
      <summary>Marks all items in the conversation as read.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Conversation.MarkAsUnread">
      <summary>Marks all items in the conversation as unread.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Conversation.Parent">
      <summary>Returns the parent <see cref="T:System.Object" /> (object in C#) of the specified <see cref="T:Microsoft.Office.Interop.Outlook.Conversation" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Conversation.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" /> object for the current session. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Conversation.SetAlwaysAssignCategories(System.String,Microsoft.Office.Interop.Outlook.Store)">
      <summary>Applies one or more categories to all existing items and future items of the conversation.</summary>
      <param name="Categories">A comma-delimited <see cref="T:System.String" /> (string in C#) of one or more category names that are always assigned to all items in the conversation.</param>
      <param name="Store">The <see cref="T:Microsoft.Office.Interop.Outlook.Store" /> in which items of the conversation should always be assigned the categories specified by the <paramref name="Categories" /> parameter.</param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Conversation.SetAlwaysDelete(Microsoft.Office.Interop.Outlook.OlAlwaysDeleteConversation,Microsoft.Office.Interop.Outlook.Store)">
      <summary>Specifies a setting for the specified delivery store that indicates whether all existing items and all new items that arrive in the conversation are always moved to the Deleted Items folder in the specified delivery store.</summary>
      <param name="AlwaysDelete">An <see cref="T:Microsoft.Office.Interop.Outlook.OlAlwaysDeleteConversation" /> constant that indicates whether all existing and new items that arrive in the conversation are always moved to the Deleted Folder of the store specified by the <paramref name="Store" /> parameter.</param>
      <param name="Store">A <see cref="T:Microsoft.Office.Interop.Outlook.Store" /> object that represents the store that contains the Deleted Items folder to which existing and new items of the conversation are to be moved.</param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Conversation.SetAlwaysMoveToFolder(Microsoft.Office.Interop.Outlook.MAPIFolder,Microsoft.Office.Interop.Outlook.Store)">
      <summary>Sets a <see cref="T:Microsoft.Office.Interop.Outlook.Folder" /> object that indicates the folder to which all existing conversation items and new items that arrive in the conversation are always moved.</summary>
      <param name="MoveToFolder">Specifies the folder to which all existing items and new items that arrive in the conversation are always moved.</param>
      <param name="Store">A <see cref="T:Microsoft.Office.Interop.Outlook.Store" /> object that represents the store that contains the folder to which items of the conversation are moved.</param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Conversation.StopAlwaysDelete(Microsoft.Office.Interop.Outlook.Store)">
      <summary>Stops the action of always moving conversation items in the specified store to the Deleted Items folder in that store.</summary>
      <param name="Store">A <see cref="T:Microsoft.Office.Interop.Outlook.Store" /> object that represents the store to which the stop-always-delete action applies.</param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Conversation.StopAlwaysMoveToFolder(Microsoft.Office.Interop.Outlook.Store)">
      <summary>Stops the action of always moving conversation items in the specified store to a specific folder.</summary>
      <param name="Store">A <see cref="T:Microsoft.Office.Interop.Outlook.Store" /> object that represents the store where the conversation items to be cleaned up reside.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._ConversationHeader"></member>
    <member name="P:Microsoft.Office.Interop.Outlook._ConversationHeader.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" /> object that represents the parent Outlook application for the <see cref="T:Microsoft.Office.Interop.Outlook.ConversationHeader" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ConversationHeader.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant that indicates the class of the object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ConversationHeader.ConversationID">
      <summary>Returns a String (string in C#) that uniquely identifies the <see cref="T:Microsoft.Office.Interop.Outlook.Conversation" /> object to which this conversation header belongs. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ConversationHeader.ConversationTopic">
      <summary>Returns a String (string in C#) representing the topic of the conversation thread of the Outlook item. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._ConversationHeader.GetConversation">
      <summary>Obtains a <see cref="T:Microsoft.Office.Interop.Outlook.Conversation" /> object that represents the conversation to which this conversation header belongs.</summary>
      <returns>Returns a Conversation object that represents the conversation to which this conversation header belongs.</returns>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._ConversationHeader.GetItems">
      <summary>Obtains a <see cref="T:Microsoft.Office.Interop.Outlook.SimpleItems" /> collection that contains all of the items in the conversation that reside in the same folder as the selected conversation header.</summary>
      <returns>Returns a SimpleItems collection of items that belong to the same conversation and reside in the same folder as the conversation header.</returns>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ConversationHeader.Parent">
      <summary>Returns the parent <see cref="T:System.Object" /> of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ConversationHeader.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" /> object for the current session. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._DDocSiteControl">
      <summary>A control that displays the body of an Outlook item.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DDocSiteControl.ReadOnly">
      <summary>Returns or sets a Boolean value (bool in C#) that specifies whether the body displayed in the control can only be viewed and cannot be modified. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DDocSiteControl.SuppressAttachments">
      <summary>Returns or sets a Boolean value (bool in C#) that specified whether attachments of the Outlook item should not be displayed in the control. Read/write.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._DDocSiteControlEvents">
      <summary>This is an event interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface is not intended to be used in your code.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._DDocSiteControlEvents_Event">
      <summary>This is a .NET interface created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface implements all events of earlier interfaces and any additional new events.  Use this interface only when the event you want to use shares the same name as a method of the COM object; in this case, cast to this interface to connect to the event, and cast to the primary interface to call the method. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._DDocSiteControlEvents_SinkHelper">
      <summary>This class and its members are reserved for internal use and are not intended to be used in your code.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook._DDocSiteControlEvents_SinkHelper.m_dwCookie"></member>
    <member name="T:Microsoft.Office.Interop.Outlook._DistListItem">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DistListItem.Actions">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Actions" />  collection that represents all the available actions for the item. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._DistListItem.AddMember(Microsoft.Office.Interop.Outlook.Recipient)">
      <summary>Adds a new member to the specified distribution list. The distribution list contains <see cref="T:Microsoft.Office.Interop.Outlook.Recipient" /> objects that represent valid e-mail addresses.</summary>
      <param name="Recipient">The recipient to be added to the list.</param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._DistListItem.AddMembers(Microsoft.Office.Interop.Outlook.Recipients)">
      <summary>Adds new members to a distribution list.</summary>
      <param name="Recipients">The members to be added to the distribution list.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DistListItem.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DistListItem.Attachments">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Attachments" />  object that represents all the attachments for the specified item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DistListItem.AutoResolvedWinner">
      <summary>Returns a Boolean (bool in C#) that determines if the item is a winner of an automatic conflict resolution. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DistListItem.BillingInformation">
      <summary>Returns or sets a String (string in C#) representing the billing information associated with the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DistListItem.Body">
      <summary>Returns or sets a String (string in C#) representing the clear-text body of the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DistListItem.Categories">
      <summary>Returns or sets a String (string in C#) representing the categories assigned to the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DistListItem.CheckSum">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DistListItem.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._DistListItem.ClearTaskFlag">
      <summary>Clears the <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" /> object as a task.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._DistListItem.Close(Microsoft.Office.Interop.Outlook.OlInspectorClose)">
      <summary>Closes and optionally saves changes to the Outlook item.</summary>
      <param name="SaveMode">The close behavior. If the item displayed within the inspector has not been changed, this argument has no effect.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DistListItem.Companies">
      <summary>Returns or sets a String (string in C#) representing the names of the companies associated with the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DistListItem.Conflicts">
      <summary>Return the <see cref="T:Microsoft.Office.Interop.Outlook.Conflicts" /> object that represents the items that are in conflict for any Outlook item object.  Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DistListItem.ConversationID">
      <summary>Returns a string that uniquely identifies a <see cref="T:Microsoft.Office.Interop.Outlook.Conversation" /> object that the <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" /> object belongs to. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DistListItem.ConversationIndex">
      <summary>Returns a String (string in C#) representing the index of the conversation thread of the Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DistListItem.ConversationTopic">
      <summary>Returns a String (string in C#) representing the topic of the conversation thread of the Outlook item. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._DistListItem.Copy">
      <summary>Creates another instance of an object.</summary>
      <returns>Returns an <see cref="T:System.Object" /> that is a copy of the parent <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" /> object.</returns>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DistListItem.CreationTime">
      <summary>Returns a DateTime indicating the creation time for the Outlook item. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._DistListItem.Delete">
      <summary>Deletes an object from the collection.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._DistListItem.Display(System.Object)">
      <summary>Displays a new <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" /> object for the item.</summary>
      <param name="Modal">True to make the window modal. The default value is False.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DistListItem.DLName">
      <summary>Returns or sets a String (string in C#) representing the display name of a distribution list. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DistListItem.DownloadState">
      <summary>Returns a constant that belongs to the <see cref="T:Microsoft.Office.Interop.Outlook.OlDownloadState" /> enumeration indicating the download state of the item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DistListItem.EntryID">
      <summary>Returns a String (string in C#) representing the unique Entry ID of the object.  Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DistListItem.FormDescription">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.FormDescription" />  object that represents the form description for the specified Outlook item. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._DistListItem.GetConversation">
      <summary>Obtains a <see cref="T:Microsoft.Office.Interop.Outlook.Conversation" /> object that represents the conversation to which this item belongs.</summary>
      <returns>Returns a Conversation object that represents the conversation to which this item belongs.</returns>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DistListItem.GetInspector">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" />  object that represents an inspector initialized to contain the specified item. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._DistListItem.GetMember(System.Int32)">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.Recipient" />  object representing a member in a distribution list.</summary>
      <returns>A Recipient object representing the specified member.</returns>
      <param name="Index">The index number of the member to be retrieved.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DistListItem.Importance">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlImportance" /> constant indicating the relative importance level for the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DistListItem.IsConflict">
      <summary>Returns a Boolean (bool in C#) that determines if the item is in conflict. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DistListItem.IsMarkedAsTask">
      <summary>Returns a Boolean (bool in C#) value that indicates whether the <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" /> is marked as a task. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DistListItem.ItemProperties">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.ItemProperties" /> collection that represents all standard and user-defined properties associated with the Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DistListItem.LastModificationTime">
      <summary>Returns a DateTime specifying the date and time that the Outlook item was last modified.  Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DistListItem.Links">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.Links" /> collection that represents the contacts to which the item is linked. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DistListItem.MAPIOBJECT">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._DistListItem.MarkAsTask(Microsoft.Office.Interop.Outlook.OlMarkInterval)">
      <summary>Marks a <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" /> object as a task and assigns a task interval for the object.</summary>
      <param name="MarkInterval">The task interval for the DistListItem.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DistListItem.MarkForDownload">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlRemoteStatus" />  constant that determines the status of an item once it is received by a remote user. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DistListItem.MemberCount">
      <summary>Returns an Integer (int in C#) value indicating the number of members in a distribution list. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DistListItem.Members">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DistListItem.MessageClass">
      <summary>Returns or sets a String (string in C#) representing the message class for the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DistListItem.Mileage">
      <summary>Returns or sets a String (string in C#) representing the mileage for an item. Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._DistListItem.Move(Microsoft.Office.Interop.Outlook.MAPIFolder)">
      <summary>Moves a Microsoft Outlook item to a new folder.</summary>
      <returns>An Object value that represents the item which has been moved to the designated folder.</returns>
      <param name="DestFldr">An expression that returns a Folder object. The destination folder.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DistListItem.NoAging">
      <summary>Returns or sets a Boolean (bool in C#) value that is True to not age the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DistListItem.OneOffMembers">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DistListItem.OutlookInternalVersion">
      <summary>Returns an Integer (int in C#) value representing the build number of the Outlook application for an Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DistListItem.OutlookVersion">
      <summary>Returns a String (string in C#) indicating the major and minor version number of the Outlook application for an Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DistListItem.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._DistListItem.PrintOut">
      <summary>Prints the Outlook item using all default settings. The PrintOut method is the only Outlook method that can be used for printing.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DistListItem.PropertyAccessor">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.PropertyAccessor" /> object that supports creating, getting, setting, and deleting properties of the parent <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DistListItem.ReminderOverrideDefault">
      <summary>Returns or sets a Boolean (bool in C#) value that is True if the reminder overrides the default reminder behavior for the item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DistListItem.ReminderPlaySound">
      <summary>Returns or sets a Boolean (bool in C#) value that is True if the reminder should play a sound when it occurs for this item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DistListItem.ReminderSet">
      <summary>Returns or sets a Boolean (bool in C#) value that is True if a reminder has been set for this item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DistListItem.ReminderSoundFile">
      <summary>Returns or sets a String (string in C#) indicating the path and file name of the sound file to play when the reminder occurs for the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DistListItem.ReminderTime">
      <summary>Returns or sets a DateTime indicating the date and time at which the reminder should occur for the specified item. Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._DistListItem.RemoveMember(Microsoft.Office.Interop.Outlook.Recipient)">
      <summary>Removes an individual member from a given distribution list.</summary>
      <param name="Recipient">The Recipient to be removed from the distribution list.</param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._DistListItem.RemoveMembers(Microsoft.Office.Interop.Outlook.Recipients)">
      <summary>Removes members from a distribution list.</summary>
      <param name="Recipients">The members to be removed from the distribution list.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DistListItem.RTFBody">
      <summary>Returns or sets a byte array that represents the body of the Microsoft Outlook item in Rich Text Format. Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._DistListItem.Save">
      <summary>Saves the Microsoft Outlook item to the current folder or, if this is a new item, to the Outlook default folder for the item type.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._DistListItem.SaveAs(System.String,System.Object)">
      <summary>Saves the Microsoft Outlook item to the specified path and in the format of the specified file type. If the file type is not specified, the MSG format (.msg) is used.</summary>
      <param name="Path">The path in which to save the item.</param>
      <param name="Type">The file type to save. Can be one of the following <see cref="T:Microsoft.Office.Interop.Outlook.OlSaveAsType" /> constants: olHTML, olMSG, olRTF, olTemplate, olDoc,olTXT, olVCal,  olVCard,  olICal, or olMSGUnicode.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DistListItem.Saved">
      <summary>Returns a Boolean (bool in C#) value that is True if the Outlook item has not been modified since the last save. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DistListItem.Sensitivity">
      <summary>Returns or sets a constant in the <see cref="T:Microsoft.Office.Interop.Outlook.OlSensitivity" /> enumeration indicating the sensitivity for the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DistListItem.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._DistListItem.ShowCategoriesDialog">
      <summary>Displays the Show Categories dialog box, which allows you to select categories that correspond to the subject of the item.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DistListItem.Size">
      <summary>Returns an Integer (int in C#) value indicating the size (in bytes) of the Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DistListItem.Subject">
      <summary>Returns or sets a String (string in C#) indicating the subject for the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DistListItem.TaskCompletedDate">
      <summary>Returns or sets a DateTime value that represents the completion date of the task for this <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DistListItem.TaskDueDate">
      <summary>Returns or sets a DateTime value that represents the due date of the task for this <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DistListItem.TaskStartDate">
      <summary>Returns or sets a DateTime value that represents the start date of the task for this <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" /> object. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DistListItem.TaskSubject">
      <summary>Returns or sets a String (string in C#) value that represents the subject of the task for the <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" /> object. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DistListItem.ToDoTaskOrdinal">
      <summary>Returns or sets a DateTime value that represents the ordinal value of the task for the <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DistListItem.UnRead">
      <summary>Returns or sets a Boolean (bool in C#) value that is True if the Outlook item has not been opened (read). Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DistListItem.UserProperties">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.UserProperties" />  collection that represents all the user properties for the Outlook item. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._DocSiteControl">
      <summary>This is a .NET interface derived from a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use the primary interface that is in the COM coclass to access the object and its members. For information about the object and its members, see <see cref="T:Microsoft.Office.Interop.Outlook._DDocSiteControl" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._DocSiteControlClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook._DDocSiteControl" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._DocSiteControlClass.#ctor">
      <summary>This member is inherited from the base type of the parent interface.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DocSiteControlClass.ReadOnly">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use the primary interface that is in the COM coclass to access the object and its members. For information about the object and its members, see <see cref="T:Microsoft.Office.Interop.Outlook._DDocSiteControl" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DocSiteControlClass.SuppressAttachments">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use the primary interface that is in the COM coclass to access the object and its members. For information about the object and its members, see <see cref="T:Microsoft.Office.Interop.Outlook._DDocSiteControl" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._DocumentItem">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.DocumentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DocumentItem.Actions">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Actions" />  collection that represents all the available actions for the item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DocumentItem.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DocumentItem.Attachments">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Attachments" />  object that represents all the attachments for the specified item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DocumentItem.AutoResolvedWinner">
      <summary>Returns a Boolean (bool in C#) that determines if the item is a winner of an automatic conflict resolution. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DocumentItem.BillingInformation">
      <summary>Returns or sets a String (string in C#) representing the billing information associated with the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DocumentItem.Body">
      <summary>Returns or sets a String (string in C#) representing the clear-text body of the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DocumentItem.Categories">
      <summary>Returns or sets a String (string in C#) representing the categories assigned to the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DocumentItem.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._DocumentItem.Close(Microsoft.Office.Interop.Outlook.OlInspectorClose)">
      <summary>Closes and optionally saves changes to the Outlook item.</summary>
      <param name="SaveMode">The close behavior. If the item displayed within the inspector has not been changed, this argument has no effect.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DocumentItem.Companies">
      <summary>Returns or sets a String (string in C#) representing the names of the companies associated with the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DocumentItem.Conflicts">
      <summary>Return the <see cref="T:Microsoft.Office.Interop.Outlook.Conflicts" /> object that represents the items that are in conflict for any Outlook item object.  Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DocumentItem.ConversationIndex">
      <summary>Returns a String (string in C#) representing the index of the conversation thread of the Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DocumentItem.ConversationTopic">
      <summary>Returns a String (string in C#) representing the topic of the conversation thread of the Outlook item. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._DocumentItem.Copy">
      <summary>Creates another instance of an object.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DocumentItem.CreationTime">
      <summary>Returns a DateTime indicating the creation time for the Outlook item. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._DocumentItem.Delete">
      <summary>Deletes an object from the collection.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._DocumentItem.Display(System.Object)">
      <summary>Displays a new <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" /> object for the item.</summary>
      <param name="Modal">True to make the window modal. The default value is False.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DocumentItem.DownloadState">
      <summary>Returns a constant that belongs to the <see cref="T:Microsoft.Office.Interop.Outlook.OlDownloadState" /> enumeration indicating the download state of the item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DocumentItem.EntryID">
      <summary>Returns a String (string in C#) representing the unique Entry ID of the object.  Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DocumentItem.FormDescription">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.FormDescription" />  object that represents the form description for the specified Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DocumentItem.GetInspector">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" />  object that represents an inspector initialized to contain the specified item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DocumentItem.Importance">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlImportance" /> constant indicating the relative importance level for the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DocumentItem.IsConflict">
      <summary>Returns a Boolean (bool in C#) that determines if the item is in conflict. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DocumentItem.ItemProperties">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.ItemProperties" /> collection that represents all standard and user-defined properties associated with the Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DocumentItem.LastModificationTime">
      <summary>Returns a DateTime specifying the date and time that the Outlook item was last modified.  Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DocumentItem.Links">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.Links" /> collection that represents the contacts to which the item is linked. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DocumentItem.MAPIOBJECT">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DocumentItem.MarkForDownload">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlRemoteStatus" />  constant that determines the status of an item once it is received by a remote user. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DocumentItem.MessageClass">
      <summary>Returns or sets a String (string in C#) representing the message class for the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DocumentItem.Mileage">
      <summary>Returns or sets a String (string in C#) representing the mileage for an item. Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._DocumentItem.Move(Microsoft.Office.Interop.Outlook.MAPIFolder)">
      <summary>Moves a Microsoft Outlook item to a new folder.</summary>
      <returns>An Object that represents the item which has been moved to the designated folder.</returns>
      <param name="DestFldr">The destination folder.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DocumentItem.NoAging">
      <summary>Returns or sets a Boolean (bool in C#) value that is True to not age the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DocumentItem.OutlookInternalVersion">
      <summary>Returns an Integer (int in C#) value representing the build number of the Outlook application for an Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DocumentItem.OutlookVersion">
      <summary>Returns a String (string in C#) indicating the major and minor version number of the Outlook application for an Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DocumentItem.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._DocumentItem.PrintOut">
      <summary>Prints the Outlook item using all default settings. The PrintOut method is the only Outlook method that can be used for printing.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DocumentItem.PropertyAccessor">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.PropertyAccessor" /> object that supports creating, getting, setting, and deleting properties of the parent <see cref="T:Microsoft.Office.Interop.Outlook.DocumentItem" /> object. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._DocumentItem.Save">
      <summary>Saves the Microsoft Outlook item to the current folder or, if this is a new item, to the Outlook default folder for the item type.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._DocumentItem.SaveAs(System.String,System.Object)">
      <summary>Saves the Microsoft Outlook item to the specified path and in the format of the specified file type. If the file type is not specified, the MSG format (.msg) is used.</summary>
      <param name="Path">The path in which to save the item.</param>
      <param name="Type">The file type to save. Can be one of the following OlSaveAsType constants: olHTML, olMSG, olRTF, olTemplate, olDoc,olTXT, olVCal,  olVCard,  olICal, or olMSGUnicode.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DocumentItem.Saved">
      <summary>Returns a Boolean (bool in C#) value that is True if the Outlook item has not been modified since the last save. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DocumentItem.Sensitivity">
      <summary>Returns or sets a constant in the <see cref="T:Microsoft.Office.Interop.Outlook.OlSensitivity" /> enumeration indicating the sensitivity for the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DocumentItem.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._DocumentItem.ShowCategoriesDialog">
      <summary>Displays the Show Categories dialog box, which allows you to select categories that correspond to the subject of the item.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DocumentItem.Size">
      <summary>Returns an Integer (int in C#) value indicating the size (in bytes) of the Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DocumentItem.Subject">
      <summary>Returns or sets a String (string in C#) indicating the subject for the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DocumentItem.UnRead">
      <summary>Returns or sets a Boolean (bool in C#) value that is True if the Outlook item has not been opened (read). Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DocumentItem.UserProperties">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.UserProperties" />  collection that represents all the user properties for the Outlook item. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._DRecipientControl">
      <summary>A control that displays the recipients of an Outlook item.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DRecipientControl.BackColor">
      <summary>Returns or sets an Integer that indicates the background color of the control. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DRecipientControl.Enabled">
      <summary>Returns or gets a Boolean (bool in C#) that indicates if the control is allowed to function. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DRecipientControl.Font">
      <summary>Returns the font used to render the text inside the control. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DRecipientControl.ForeColor">
      <summary>Returns or sets an Integer that indicates the foreground color of the control. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DRecipientControl.ReadOnly">
      <summary>Returns or sets a Boolean value (bool in C#) that specifies whether the recipients displayed in the control can only be viewed and cannot be modified. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._DRecipientControl.SpecialEffect">
      <summary>Returns or sets an Integer that specifies the visual appearance of an object. Read/write.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._DRecipientControlEvents">
      <summary>This is an event interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface is not intended to be used in your code.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._DRecipientControlEvents_Event">
      <summary>This is a .NET interface created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface implements all events of earlier interfaces and any additional new events.  Use this interface only when the event you want to use shares the same name as a method of the COM object; in this case, cast to this interface to connect to the event, and cast to the primary interface to call the method. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._DRecipientControlEvents_SinkHelper">
      <summary>This class and its members are reserved for internal use and are not intended to be used in your code.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook._DRecipientControlEvents_SinkHelper.m_dwCookie"></member>
    <member name="T:Microsoft.Office.Interop.Outlook._ExchangeDistributionList">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeDistributionList" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ExchangeDistributionList.Address">
      <summary>Returns or sets a String (string in C#) representing the X400  e-mail address of the <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeDistributionList" />. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ExchangeDistributionList.AddressEntryUserType">
      <summary>Returns olExchangeDistributionListAddressEntry which is a constant from the <see cref="T:Microsoft.Office.Interop.Outlook.OlAddressEntryUserType" /> enumeration representing the user type of the <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeDistributionList" />. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ExchangeDistributionList.Alias">
      <summary>Returns a String (string in C#) representing the alias for the <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeDistributionList" />. Read-only. </summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ExchangeDistributionList.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" /> object that represents the parent application (Outlook) for the <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeDistributionList" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ExchangeDistributionList.Class">
      <summary>Returns a constant in the <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> enumeration indicating the class of the <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeDistributionList" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ExchangeDistributionList.Comments">
      <summary>Returns a String (string in C#) representing the comments for the <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeDistributionList" />. Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._ExchangeDistributionList.Delete">
      <summary>Deletes the <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeDistributionList" /> object from the <see cref="T:Microsoft.Office.Interop.Outlook.AddressEntries" /> collection object to which  it belongs.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._ExchangeDistributionList.Details(System.Object)">
      <summary>Displays a modal dialog box that provides detailed information about an <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeDistributionList" /> object. </summary>
      <param name="HWnd"> The parent window handle for the Details dialog box. A zero value (the default) specifies a modal dialog box. </param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ExchangeDistributionList.DisplayType">
      <summary>Returns olDistList which is a constant from the <see cref="T:Microsoft.Office.Interop.Outlook.OlDisplayType" /> enumeration representing the nature of the <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeDistributionList" />. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._ExchangeDistributionList.GetContact">
      <summary>Returns Nothing (null in C#) because the <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeDistributionList" /> object does not correspond to  a contact in a Contacts Address Book.</summary>
      <returns>Nothing (null in C#) because the ExchangeDistributionList object does not correspond to  a contact in a Contacts Address Book.</returns>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._ExchangeDistributionList.GetExchangeDistributionList">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeDistributionList" /> object. </summary>
      <returns>The parent ExchangeDistributionList object.</returns>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._ExchangeDistributionList.GetExchangeDistributionListMembers">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.AddressEntries" /> collection that represents the members of the Exchange distribution list.</summary>
      <returns>An AddressEntries collection that contains <see cref="T:Microsoft.Office.Interop.Outlook.AddressEntry" /> objects that represent members belonging to the distribution list.</returns>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._ExchangeDistributionList.GetExchangeUser">
      <summary>Returns Nothing (null in C#) because the <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeDistributionList" /> object does not correspond to  an <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" /> object.</summary>
      <returns>Null (Nothing in Visual Basic) because the ExchangeDistributionList object does not correspond to an ExchangeUser object.</returns>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._ExchangeDistributionList.GetFreeBusy(System.DateTime,System.Int32,System.Object)">
      <summary>Returns Nothing (null in C#) because free-busy information is available only to individual users and not  <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeDistributionList" /> objects. </summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._ExchangeDistributionList.GetMemberOfList">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.AddressEntries" /> collection object that contains all the <see cref="T:Microsoft.Office.Interop.Outlook.AddressEntry" /> objects representing Exchange Distribution Lists of which the <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeDistributionList" /> is a member.</summary>
      <returns>An AddressEntries collection object that represents the distribution lists of  which this ExchangeDistributionList object is a member. Returns an AddressEntries object with a count of zero (0) if  the ExchangeDistributionList is not a member of any Exchange distribution list.</returns>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._ExchangeDistributionList.GetOwners">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.AddressEntries" /> collection object that contains all the owners of the <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeDistributionList" />.</summary>
      <returns>An AddressEntries collection object that contains <see cref="T:Microsoft.Office.Interop.Outlook.AddressEntry" /> objects representing all the owners of the ExchangeDistributionList. Returns an AddressEntries object with a count of zero (0) if no owners can be found for the ExchangeDistributionList in the current session. </returns>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ExchangeDistributionList.ID">
      <summary>Returns a String (string in C#) representing the unique identifier for the <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeDistributionList" />. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ExchangeDistributionList.Manager">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ExchangeDistributionList.MAPIOBJECT">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ExchangeDistributionList.Members">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ExchangeDistributionList.Name">
      <summary>Returns or sets a String (string in C#) value that represents the display name for the <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeDistributionList" /> object. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ExchangeDistributionList.Parent">
      <summary>Returns the parent Object of the <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeDistributionList" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ExchangeDistributionList.PrimarySmtpAddress">
      <summary>Returns a String (string in C#) representing the primary Simple Mail Transfer Protocol (SMTP) address for the <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeDistributionList" />. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ExchangeDistributionList.PropertyAccessor">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.PropertyAccessor" /> object that supports creating, getting, setting, and deleting properties of the parent <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeDistributionList" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ExchangeDistributionList.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" /> object for the current session. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ExchangeDistributionList.Type">
      <summary>Returns a String (string in C#) representing the type of entry for the <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeDistributionList" />. Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._ExchangeDistributionList.Update(System.Object,System.Object)">
      <summary>Posts a change to the <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeDistributionList" /> object in the messaging system. </summary>
      <param name="MakePermanent">A value of True indicates that the property cache is flushed and all changes are committed in the underlying address book. A value of False indicates that the property cache is flushed but not committed to persistent storage. The default value is True. </param>
      <param name="Refresh">A value of True indicates that the property cache is reloaded from the values in the underlying address book. A value of False indicates that the property cache is not reloaded. The default value is False. </param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._ExchangeDistributionList.UpdateFreeBusy">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._ExchangeUser">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ExchangeUser.Address">
      <summary>Returns or sets a String (string in C#) representing the X400 e-mail address of the <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" />. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ExchangeUser.AddressEntryUserType">
      <summary>Returns olExchangeUserAddressEntry which is a constant from the <see cref="T:Microsoft.Office.Interop.Outlook.OlAddressEntryUserType" /> enumeration representing the user type of the <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" />. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ExchangeUser.Alias">
      <summary>Returns a String (string in C#) representing the alias for the <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" />. Read-only. </summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ExchangeUser.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" /> object that represents the parent application (Outlook) for the <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ExchangeUser.AssistantName">
      <summary>Returns a String (string in C#) representing the name of the assistant for the <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" />. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ExchangeUser.BusinessTelephoneNumber">
      <summary>Returns a String (string in C#) representing the business telephone number for the <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" />. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ExchangeUser.City">
      <summary>Returns a String (string in C#) representing the city for the <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" />. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ExchangeUser.Class">
      <summary>Returns a constant in the <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> enumeration indicating the class of the <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ExchangeUser.Comments">
      <summary>Returns a String (string in C#) representing the comments for the <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" />. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ExchangeUser.CompanyName">
      <summary>Returns a String (string in C#) representing the name of the company for the <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" />. Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._ExchangeUser.Delete">
      <summary>Deletes the <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" /> object from the <see cref="T:Microsoft.Office.Interop.Outlook.AddressEntries" /> collection object to which  it belongs.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ExchangeUser.Department">
      <summary>Returns a String (string in C#) representing the department for the <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" />. Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._ExchangeUser.Details(System.Object)">
      <summary>Displays a modal dialog box that provides detailed information about an <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" /> object. </summary>
      <param name="HWnd"> The parent window handle for the Details dialog box. A zero value (the default) specifies a modal dialog box. </param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ExchangeUser.DisplayType">
      <summary>Returns olUser which is a constant from the <see cref="T:Microsoft.Office.Interop.Outlook.OlDisplayType" /> enumeration representing the nature of the <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" />. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ExchangeUser.FirstName">
      <summary>Returns a String (string in C#) representing the first name of the <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" />. Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._ExchangeUser.GetContact">
      <summary>Returns Nothing (null in C#) because the <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" /> object does not correspond to  a contact in a Contacts Address Book.</summary>
      <returns>Nothing (null in C#) because the ExchangeUser object does not correspond to a contact in a Contacts Address Book.</returns>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._ExchangeUser.GetDirectReports">
      <summary>Obtains an <see cref="T:Microsoft.Office.Interop.Outlook.AddressEntries" /> collection object that contains all the users directly reporting to the Exchange user. </summary>
      <returns>An AddressEntries collection object that contains the users directly reporting to the Exchange user. The AddressEntries object will have a count of zero (0) if there is no direct report represented by an <see cref="T:Microsoft.Office.Interop.Outlook.AddressEntry" /> in the current session, or if direct reports have not been implemented in the Exchange directory. </returns>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._ExchangeUser.GetExchangeDistributionList">
      <summary>Returns Nothing (null in C#) because the <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" /> object does not correspond to  an <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeDistributionList" /> object.</summary>
      <returns>Nothing (null in C#) because the ExchangeUser object does not correspond to an ExchangeDistributionList object.</returns>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._ExchangeUser.GetExchangeUser">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" /> object. </summary>
      <returns>The parent ExchangeUser object.</returns>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._ExchangeUser.GetExchangeUserManager">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" /> object that represents the manager of the Exchange user.</summary>
      <returns>An ExchangeUser object that represents the manager of the Exchange user.</returns>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._ExchangeUser.GetFreeBusy(System.DateTime,System.Int32,System.Object)">
      <summary>Obtains a String (string in C#) representing the availability of the <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" /> for a period of 30 days from the start date, beginning at midnight of the date specified.</summary>
      <returns>A String (string in C#) that represents the availability of the Exchange user for a period of 30 days from the start date, beginning at midnight of the date specified. Each character in the String (string in C#) is a value indicating if the user is available (0), and optionally, whether a busy time is marked tentative (1), out of office (3), or other (2).</returns>
      <param name="Start">The date of availability, starting at midnight.</param>
      <param name="MinPerChar">Specifies the length of each time slot in minutes. Default is 30 minutes. </param>
      <param name="CompleteFormat">A value of True indicates that a finer granularity of busy time is returned in the free/busy string. A value of False indicates that a distinction between only the available and busy times is returned.</param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._ExchangeUser.GetMemberOfList">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.AddressEntries" /> collection  object that contains the <see cref="T:Microsoft.Office.Interop.Outlook.AddressEntry" /> objects representing all the Exchange distribution lists to which the user belongs.</summary>
      <returns>An AddressEntries collection object that represents the Exchange distribution lists to which the <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" /> belongs. Returns an AddressEntries collection object with a count of zero (0) if the ExchangeUser is not a member of any Exchange distribution list.</returns>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._ExchangeUser.GetPicture">
      <summary>Obtains a <see cref="T:stdole.StdPicture" /> object that represents the picture of the Microsoft Exchange user that is displayed in Microsoft Outlook.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ExchangeUser.ID">
      <summary>Returns a String (string in C#) representing the unique identifier for the <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" />. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ExchangeUser.JobTitle">
      <summary>Returns a String (string in C#) representing the job title of the <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" />. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ExchangeUser.LastName">
      <summary>Returns a String (string in C#) representing the last name of the <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" />. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ExchangeUser.Manager">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ExchangeUser.MAPIOBJECT">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ExchangeUser.Members">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ExchangeUser.MobileTelephoneNumber">
      <summary>Returns a String (string in C#) representing the mobile telephone number for the <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" />. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ExchangeUser.Name">
      <summary>Returns or sets a String (string in C#) value that represents the display name for the <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" /> object. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ExchangeUser.OfficeLocation">
      <summary>Returns a String (string in C#) representing the office location for the <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" />. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ExchangeUser.Parent">
      <summary>Returns the parent Object of the <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ExchangeUser.PostalCode">
      <summary>Returns a String (string in C#) representing the postal code for the <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" />. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ExchangeUser.PrimarySmtpAddress">
      <summary>Returns a String (string in C#) representing the primary Simple Mail Transfer Protocol (SMTP) address for the <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" />. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ExchangeUser.PropertyAccessor">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.PropertyAccessor" /> object that supports creating, getting, setting, and deleting properties of the parent <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ExchangeUser.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" /> object for the current session. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ExchangeUser.StateOrProvince">
      <summary>Returns a String (string in C#) representing the state or province for the <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" />. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ExchangeUser.StreetAddress">
      <summary>Returns a String (string in C#) representing the street address for the <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" />. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ExchangeUser.Type">
      <summary>Returns a String (string in C#) representing the type of entry for the <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" />. Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._ExchangeUser.Update(System.Object,System.Object)">
      <summary>Posts a change to the <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" /> object in the messaging system. </summary>
      <param name="MakePermanent">A value of True indicates that the property cache is flushed and all changes are committed in the underlying address book. A value of False indicates that the property cache is flushed but not committed to persistent storage. The default value is True. </param>
      <param name="Refresh">A value of True indicates that the property cache is reloaded from the values in the underlying address book. A value of False indicates that the property cache is not reloaded. The default value is False. </param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._ExchangeUser.UpdateFreeBusy">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ExchangeUser.YomiCompanyName">
      <summary>Returns a String (string in C#) representing the Japanese phonetic rendering (yomigana) of the company name for the <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" />. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ExchangeUser.YomiDepartment">
      <summary>Returns a String (string in C#) representing the Japanese phonetic rendering (yomigana) of the department name for the <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" />. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ExchangeUser.YomiDisplayName">
      <summary>Returns a String (string in C#) representing the Japanese phonetic rendering (yomigana) of the Exchange display name for the <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" />. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ExchangeUser.YomiFirstName">
      <summary>Returns a String (string in C#) representing the Japanese phonetic rendering (yomigana) of the first name for the <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" />. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ExchangeUser.YomiLastName">
      <summary>Returns a String (string in C#) representing the Japanese phonetic rendering (yomigana) of the last name for the <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" />. Read/write.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._Explorer">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.Explorer" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Explorer.AccountSelector">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.AccountSelector" /> object that represents the Microsoft Office Backstage view for the <see cref="T:Microsoft.Office.Interop.Outlook.Explorer" />object. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Explorer.Activate">
      <summary>Activates an explorer window by bringing it to the foreground and setting keyboard focus.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Explorer.AddToSelection(System.Object)">
      <summary>Adds the specified Microsoft Outlook item to the selection in the active explorer.</summary>
      <param name="Item">The item to add to the selection in the active explorer.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Explorer.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Explorer.AttachmentSelection">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.AttachmentSelection" /> object consisting of one or more attachments that are selected in the current view of the explorer. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Explorer.Caption">
      <summary>Returns a String (string in C#) representing the title. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Explorer.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Explorer.ClearSearch">
      <summary>Clears results from a Microsoft Instant Search in an <see cref="T:Microsoft.Office.Interop.Outlook.Explorer" /> if results are displayed in the Explorer.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Explorer.ClearSelection">
      <summary>Cancels any selection in the active explorer.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Explorer.Close">
      <summary>Closes the  <see cref="T:Microsoft.Office.Interop.Outlook.Explorer" /> object.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Explorer.CommandBars">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Explorer.CurrentFolder">
      <summary>Returns or sets a <see cref="T:Microsoft.Office.Interop.Outlook.Folder" />  object that represents the current folder displayed in the explorer. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Explorer.CurrentView">
      <summary>Returns or sets an Object representing the current view. Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Explorer.DeselectFolder(Microsoft.Office.Interop.Outlook.MAPIFolder)">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
      <param name="Folder"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Explorer.Display">
      <summary>Displays a new <see cref="T:Microsoft.Office.Interop.Outlook.Explorer" /> object for the folder.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Explorer.Height">
      <summary>Returns or sets an Integer (int in C#) value specifying the height (in pixels) of the explorer window. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Explorer.HTMLDocument">
      <summary>Returns an HTMLDocument object that specifies the HTML object model associated with the HTML document in the current view (assuming one exists). Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Explorer.IsFolderSelected(Microsoft.Office.Interop.Outlook.MAPIFolder)">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
      <param name="Folder"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Explorer.IsItemSelectableInView(System.Object)">
      <summary>Returns a value that indicates whether the specified Microsoft Outlook item can be selected in the current view of the active explorer.</summary>
      <returns>Returns a <see cref="T:System.Boolean" /> (bool for C#) value that indicates whether the specified item can be selected in the current view.</returns>
      <param name="Item">The item that is being considered for selection.</param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Explorer.IsPaneVisible(Microsoft.Office.Interop.Outlook.OlPane)">
      <summary>Returns a Boolean (bool in C#) indicating  whether a specific explorer pane is visible.</summary>
      <returns>True if the specified pane is displayed in the explorer; otherwise, False.</returns>
      <param name="Pane">The pane to check.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Explorer.Left">
      <summary>Returns or sets an Integer (int in C#) value specifying the position (in pixels) of the left vertical edge of an explorer window from the edge of the screen. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Explorer.NavigationPane">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.NavigationPane" /> object that represents the Navigation Pane for an <see cref="T:Microsoft.Office.Interop.Outlook.Explorer" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Explorer.Panes">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.Panes" />  collection object representing the panes displayed by the specified explorer.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Explorer.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Explorer.RemoveFromSelection(System.Object)">
      <summary>Cancels the selection of the specified Microsoft Outlook item in the active explorer.</summary>
      <param name="Item">The item to be removed from the selection.</param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Explorer.Search(System.String,Microsoft.Office.Interop.Outlook.OlSearchScope)">
      <summary>Performs a Microsoft Instant Search on the current folder displayed in the Explorer using the given <paramref name="Query" />.</summary>
      <param name="Query">A search string that can contain any valid keywords supported in Instant Search.</param>
      <param name="SearchScope">Specifies the scope in terms of folders for the search.</param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Explorer.SelectAllItems">
      <summary>Selects all items that are contained in the current view of the active explorer.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Explorer.SelectFolder(Microsoft.Office.Interop.Outlook.MAPIFolder)">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
      <param name="Folder"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Explorer.Selection">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.Selection" /> object consisting of one or more items selected in the current view. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Explorer.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Explorer.ShowPane(Microsoft.Office.Interop.Outlook.OlPane,System.Boolean)">
      <summary>Displays or hides a specific pane in the explorer.</summary>
      <param name="Pane">The pane to display.</param>
      <param name="Visible">True to make the pane visible, False to hide the pane.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Explorer.Top">
      <summary>Returns or sets an Integer (int in C#) value indicating the position (in pixels) of the top horizontal edge of an explorer window from the edge of the screen. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Explorer.Views">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Explorer.Width">
      <summary>Returns or sets an Integer (int in C#) value indicating the width (in pixels) of the specified object. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Explorer.WindowState">
      <summary>Returns or sets the property with a constant in the  <see cref="T:Microsoft.Office.Interop.Outlook.OlWindowState" /> enumeration specifying the window state of an explorer or inspector window. Read/write.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._Explorers">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.Explorers" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Explorers.Add(System.Object,Microsoft.Office.Interop.Outlook.OlFolderDisplayMode)">
      <summary>Creates a new instance of the explorer window.</summary>
      <returns>An <see cref="T:Microsoft.Office.Interop.Outlook.Explorer" /> object that represents a  new instance of the window.</returns>
      <param name="Folder">The object to display in the explorer window when it is created.</param>
      <param name="DisplayMode">The display mode of the folder. Can be one of the <see cref="T:Microsoft.Office.Interop.Outlook.OlFolderDisplayMode" /> constants.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Explorers.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Explorers.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Explorers.Count">
      <summary>Returns an Integer (int in C#) value indicating the count of objects in the specified collection. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Explorers.Item(System.Object)">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Explorer" /> object from the collection.</summary>
      <returns>An Explorer object that represents the specified object.</returns>
      <param name="Index">Either the index number of the object, or a value used to match the default property of an object in the collection.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Explorers.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Explorers.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._Folders">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.Folders" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Folders.Add(System.String,System.Object)">
      <summary>Creates a new folder in the <see cref="T:Microsoft.Office.Interop.Outlook.Folders" /> collection.</summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Outlook.Folder" /> object that represents  the new folder. </returns>
      <param name="Name">The display name for the new folder.</param>
      <param name="Type">The Outlook folder type for the new folder. If the folder type is not specified, the new folder will default to the same type as the folder in which it is created. Can be one of the following <see cref="T:Microsoft.Office.Interop.Outlook.OlDefaultFolders" /> constants: olFolderCalendar, olFolderContacts, olFolderDrafts, olFolderInbox, olFolderJournal, olFolderNotes,  or olFolderTasks. The constants olFolderConflicts, olFolderDeletedItems, olFolderJunk, olFolderLocalFailures, olFolderManagedEmail, olFolderOutbox, olFolderRssSubscriptions, olFolderSentMail, olFolderServerFailures, olFolderSyncIssues, olFolderToDo, and olPublicFoldersAllPublicFolders cannot be specified for this argument.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Folders.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Folders.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Folders.Count">
      <summary>Returns an Integer (int in C#) value indicating the count of objects in the specified collection. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Folders.GetFirst">
      <summary>Returns the first object in the <see cref="T:Microsoft.Office.Interop.Outlook.Folders" /> collection.</summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Outlook.Folder" /> object that represents the first object contained by the collection.</returns>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Folders.GetLast">
      <summary>Returns the last object in the <see cref="T:Microsoft.Office.Interop.Outlook.Folders" /> collection. </summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Outlook.Folder" /> object that represents the last object contained by the collection.</returns>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Folders.GetNext">
      <summary>Returns the next object in the <see cref="T:Microsoft.Office.Interop.Outlook.Folders" /> collection. </summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Outlook.Folder" /> object that represents the next object contained by the collection.</returns>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Folders.GetPrevious">
      <summary>Returns the previous object in the <see cref="T:Microsoft.Office.Interop.Outlook.Folders" /> collection. </summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Outlook.Folder" /> object that represents the previous object contained by the collection.</returns>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Folders.Item(System.Object)">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.Folder" /> object from the collection.</summary>
      <returns>A Folder object that represents the specified object.</returns>
      <param name="Index">Either the index number of the object, or a value used to match the default property of an object in the collection.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Folders.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Folders.RawTable">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Folders.Remove(System.Int32)">
      <summary>Removes an object from the collection.</summary>
      <param name="Index">The 1-based index value of the object within the collection.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Folders.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._FormNameRuleCondition">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.FormNameRuleCondition" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._FormNameRuleCondition.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._FormNameRuleCondition.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._FormNameRuleCondition.ConditionType">
      <summary>Returns a constant,  olConditionFormName, from the <see cref="T:Microsoft.Office.Interop.Outlook.OlRuleConditionType" /> enumeration that indicates the type of rule condition. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._FormNameRuleCondition.Enabled">
      <summary>Returns or sets a Boolean (bool in C#) that determines if the rule condition is enabled. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._FormNameRuleCondition.FormName">
      <summary>Returns or sets an Object that represents an array of  form identifiers to be evaluated by the rule condition. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._FormNameRuleCondition.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._FormNameRuleCondition.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._FormRegion">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.FormRegion" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._FormRegion.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._FormRegion.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._FormRegion.Detail">
      <summary>Returns or sets a String (string in C#) representing the text displayed at runtime in the header after the display name of an adjoining form region. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._FormRegion.DisplayName">
      <summary>Returns a String (string in C#) representing the display name of the form region. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._FormRegion.EnableAutoLayout">
      <summary>Returns or sets a Boolean (bool in C#) that specifies whether to use the automatic layout resizing feature when designing form regions in the forms designer. Read/write</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._FormRegion.Form">
      <summary>Returns an Object representing the MSForms.UserForm object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._FormRegion.FormRegionMode">
      <summary>Returns an OlFormRegionMode constant that indicates whether the form region is in a read page, compose page, or Reading Pane. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._FormRegion.Inspector">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" /> object representing the Inspector that hosts the form region. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._FormRegion.InternalName">
      <summary>Returns a String (string in C#) that represents the internal programmatic name of the form region as defined in the manifest for the form region. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._FormRegion.IsExpanded">
      <summary>Returns a Boolean (bool in C#) that indicates if the form region is expanded. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._FormRegion.Item">
      <summary>Returns an Object corresponding to the Outlook item bound to the form region. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._FormRegion.Language">
      <summary>Returns an Integer (int in C#) value that indicates the LCID for the current language. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._FormRegion.Parent">
      <summary>Returns the parent Object of the form region. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._FormRegion.Reflow">
      <summary>Causes Outlook to recalculate the height of an adjoining form region to display all  the visible controls in the form region.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._FormRegion.Select">
      <summary>Makes the form region the active form region such that it becomes visible.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._FormRegion.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._FormRegion.SetControlItemProperty(System.Object,System.String)">
      <summary>Binds an explicit  built-in property or a custom property to a control in the form region.</summary>
      <param name="Control">A control in the form region to which the property PropertyName will be bound.</param>
      <param name="PropertyName">The name of the property that will be bound to the control.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._FormRegion.SuppressControlReplacement">
      <summary>Returns or sets a Boolean (bool in C#) that disables Outlook from automatically replacing  a Forms 2.0 control by  a themed Outlook control at design time and runtime. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._FormRegion.Visible">
      <summary>Returns or sets a <see cref="T:System.Boolean" /> (bool for C#) value that indicates whether the form region is visible or hidden. Read/write.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._FormRegionStartup">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.FormRegionStartup" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._FormRegionStartup.BeforeFormRegionShow(Microsoft.Office.Interop.Outlook.FormRegion)">
      <summary>Allows an add-in to update the user interface of a form region before it is displayed. </summary>
      <param name="FormRegion">The FormRegion object representing the form region that is to be displayed.</param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._FormRegionStartup.GetFormRegionIcon(System.String,System.Int32,Microsoft.Office.Interop.Outlook.OlFormRegionIcon)">
      <summary>Obtains an icon image that will be displayed for a particular type of icon for the form region.</summary>
      <returns>An Object that is either a byte-array that represents the original bytes of the image file or an IPictureDisp object.</returns>
      <param name="FormRegionName">The name of the form region which is the name used when registering the form region in the Windows registry.</param>
      <param name="LCID">The locale ID  that identifies the language that  Outlook is currently  using. This value is used to obtain the localization strings corresponding to this language for the form region.</param>
      <param name="Icon">A constant that identifies the type of icon.</param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._FormRegionStartup.GetFormRegionManifest(System.String,System.Int32)">
      <summary>Obtains the XML manifest for a form region.</summary>
      <returns>An Object that represents the XML manifest for a form region. This XML string includes characteristics of the form region such as the display name (as specified by the title element), any associated layout file or add-in,  any supported user actions, and any localization strings. The XML must follow the form region XML schema. For more information on the form region XML schema, see the Microsoft Outlook 2010 XML Schema Reference in the MSDN Library.</returns>
      <param name="FormRegionName">The name of the form region which is the name used when registering the form region in the Windows registry.</param>
      <param name="LCID">The locale ID  that identifies the language that  Outlook is currently  using. This value is used to obtain the localization strings corresponding to this language for the form region.</param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._FormRegionStartup.GetFormRegionStorage(System.String,System.Object,System.Int32,Microsoft.Office.Interop.Outlook.OlFormRegionMode,Microsoft.Office.Interop.Outlook.OlFormRegionSize)">
      <summary>Obtains appropriate storage for a form region based on the specified information.</summary>
      <returns>A Object representing the storage that Outlook has allocated for the form region. The type of the return value can be: String (string in C#) representing that the return value is a local path to an Outlook Form Storage (.OFS) file; Byte() representing that the return value is an array of bytes that contains the contents of the .OFS file; IStorage representing that the return value is a COM storage object IStorage (for C++ only); Nothing or Null, representing that Outlook could not allocate storage for this form region and will not load the form region.</returns>
      <param name="FormRegionName">The internal name of the form region. This can be indicated by the &lt;name&gt; tag in the corresponding form region XML manifest.</param>
      <param name="Item">The Outlook item object that caused the loading of the form region.</param>
      <param name="LCID">The current locale ID.</param>
      <param name="FormRegionMode">The mode that  the form region is being loaded into.</param>
      <param name="FormRegionSize">The type of form region being loaded, either adjoining or separate.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._FromRssFeedRuleCondition">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.FromRssFeedRuleCondition" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._FromRssFeedRuleCondition.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" /> object that represents the parent Outlook application for the object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._FromRssFeedRuleCondition.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._FromRssFeedRuleCondition.ConditionType">
      <summary>Returns a constant, olConditionFromRssFeed, from the <see cref="T:Microsoft.Office.Interop.Outlook.OlRuleConditionType" /> enumeration that indicates the type of rule condition. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._FromRssFeedRuleCondition.Enabled">
      <summary>Returns or sets a Boolean (bool in C#) that determines if the rule condition is enabled. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._FromRssFeedRuleCondition.FromRssFeed">
      <summary>Returns or sets an array of String (string in C#) elements that represent the RSS subscriptions that are being  evaluated by the rule condition. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._FromRssFeedRuleCondition.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._FromRssFeedRuleCondition.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._IconView">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.IconView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._IconView.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._IconView.Apply">
      <summary>Applies the <see cref="T:Microsoft.Office.Interop.Outlook.IconView" /> object to the current view.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._IconView.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._IconView.Copy(System.String,Microsoft.Office.Interop.Outlook.OlViewSaveOption)">
      <summary>Creates a new <see cref="T:Microsoft.Office.Interop.Outlook.View" /> object based on the existing <see cref="T:Microsoft.Office.Interop.Outlook.IconView" /> object.</summary>
      <returns>A View object that represents the new view.</returns>
      <param name="Name">The name of the new view.</param>
      <param name="SaveOption">The save option for the new view.</param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._IconView.Delete">
      <summary>Deletes an object from a collection.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._IconView.Filter">
      <summary>Returns or sets a String (string in C#) value that represents the filter for a view.  Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._IconView.GoToDate(System.DateTime)">
      <summary>Changes the date used by the current view to display information.</summary>
      <param name="Date">The date to which the view should be changed.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._IconView.IconPlacement">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlIconViewPlacement" /> value that determines how icons are placed within the <see cref="T:Microsoft.Office.Interop.Outlook.IconView" /> object. Read/write</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._IconView.IconViewType">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlIconViewType" /> constant that determines how Outlook items are displayed in the <see cref="T:Microsoft.Office.Interop.Outlook.IconView" /> object. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._IconView.Language">
      <summary>Returns or sets a String (string in C#) value that represents the language setting for the view. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._IconView.LockUserChanges">
      <summary>Returns or sets a Boolean (bool in C#) value that indicates whether a user can modify the settings of the current view. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._IconView.Name">
      <summary>Returns or sets a String (string in C#) value that represents the display name for the object. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._IconView.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._IconView.Reset">
      <summary>Resets a built-in Microsoft Outlook view to its original settings.  </summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._IconView.Save">
      <summary>Saves the view, or saves the changes to a view.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._IconView.SaveOption">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlViewSaveOption" /> constant that specifies the folders in which the specified view is available and the read permissions attached to the view. Read-only.  </summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._IconView.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._IconView.SortFields">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OrderFields" /> object that represents the set of fields by which the items displayed in the <see cref="T:Microsoft.Office.Interop.Outlook.IconView" /> object are ordered. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._IconView.Standard">
      <summary>Returns a Boolean (bool in C#) value that indicates whether the <see cref="T:Microsoft.Office.Interop.Outlook.IconView" /> object is a built-in Outlook view. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._IconView.ViewType">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlViewType" /> constant that indicates the view type of the view. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._IconView.XML">
      <summary>Returns or sets a String (string in C#) value that specifies the XML definition of the view. Read/write.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._IDocSiteControl">
      <summary>This class and its members are reserved for internal use and are not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._IDocSiteControl.ReadOnly"></member>
    <member name="P:Microsoft.Office.Interop.Outlook._IDocSiteControl.SuppressAttachments"></member>
    <member name="T:Microsoft.Office.Interop.Outlook._ImportanceRuleCondition">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.ImportanceRuleCondition" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ImportanceRuleCondition.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ImportanceRuleCondition.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ImportanceRuleCondition.ConditionType">
      <summary>Returns a constant,  olConditionImportance, from the <see cref="T:Microsoft.Office.Interop.Outlook.OlRuleConditionType" /> enumeration that indicates the type of rule condition. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ImportanceRuleCondition.Enabled">
      <summary>Returns or sets a Boolean (bool in C#) that determines if the rule condition is enabled. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ImportanceRuleCondition.Importance">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlImportance" /> constant indicating the relative level of importance for the message. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ImportanceRuleCondition.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ImportanceRuleCondition.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._Inspector">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Inspector.Activate">
      <summary>Activates an inspector window by bringing it to the foreground and setting keyboard focus.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Inspector.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Inspector.AttachmentSelection">
      <summary>Obtains an <see cref="T:Microsoft.Office.Interop.Outlook.AttachmentSelection" /> object consisting of one or more attachments that are selected in the inspector. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Inspector.Caption">
      <summary>Returns a String (string in C#) representing the title. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Inspector.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Inspector.Close(Microsoft.Office.Interop.Outlook.OlInspectorClose)">
      <summary>Closes the  <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" /> and optionally saves changes to the displayed Outlook item.</summary>
      <param name="SaveMode">The close behavior. If the item displayed within the inspector has not been changed, this argument has no effect.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Inspector.CommandBars">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Inspector.CurrentItem">
      <summary>Returns an Object representing the current item being displayed in the inspector. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Inspector.Display(System.Object)">
      <summary>Displays a new <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" /> object for the item.</summary>
      <param name="Modal">True to make the window modal. The default value is False.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Inspector.EditorType">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlEditorType" /> constant indicating the type of editor. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Inspector.Height">
      <summary>Returns or sets an Integer (int in C#) value specifying the height (in pixels) of the inspector window. Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Inspector.HideFormPage(System.String)">
      <summary>Hides a form page in the inspector.</summary>
      <param name="PageName">The display name of the page to be hidden.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Inspector.HTMLEditor">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Inspector.IsWordMail">
      <summary>Determines whether the mail message associated with an inspector is displayed in an Outlook <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" />  or in Microsoft Word.</summary>
      <returns>True if the mail message is displayed in Microsoft Word (that is, if Word Mail is in use); otherwise, False. </returns>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Inspector.Left">
      <summary>Returns or sets an Integer (int in C#) value specifying the position (in pixels) of the left vertical edge of an inspector window from the edge of the screen. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Inspector.ModifiedFormPages">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.Pages" />  collection that represents all the pages for the item in the inspector. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Inspector.NewFormRegion">
      <summary>Opens a new page in design mode in the inspector for a new form region.</summary>
      <returns>An Object that represents the page displaying the form region in the inspector.</returns>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Inspector.OpenFormRegion(System.String)">
      <summary>Opens a page in design mode in the inspector for the specified form region.</summary>
      <returns>An Object that represents the page displaying the form region in the inspector.</returns>
      <param name="Path">A full local file path to the Outlook Form Storage (.OFS) file for the form region that is to be opened in the inspector.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Inspector.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Inspector.SaveFormRegion(System.Object,System.String)">
      <summary>Saves the specified page in design mode in the inspector to the specified file.</summary>
      <param name="Page">The page displaying the form region in the inspector.</param>
      <param name="FileName">The full local file path to an Outlook Form Storage (.OFS) file that the form region is being saved to. </param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Inspector.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Inspector.SetControlItemProperty(System.Object,System.String)">
      <summary>Binds an Outlook object model property to a control in an inspector.  </summary>
      <param name="Control">The control that will be bound to a property.</param>
      <param name="PropertyName">The name of the property that will be bound to the control.</param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Inspector.SetCurrentFormPage(System.String)">
      <summary>Displays the specified form page in the inspector.</summary>
      <param name="PageName">The display name of the form page.</param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Inspector.SetSchedulingStartTime(System.DateTime)">
      <summary>Sets the start time for a meeting item in the free/busy grid on the Scheduling Assistant tab of the inspector.</summary>
      <param name="Start">The beginning of the time range that the Scheduling Assistant tab of the inspector displays free/busy times for meeting attendees.</param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Inspector.ShowFormPage(System.String)">
      <summary>Shows a form page in the inspector.</summary>
      <param name="PageName">The display name of the page to be shown.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Inspector.Top">
      <summary>Returns or sets an Integer (int in C#) value indicating the position (in pixels) of the top horizontal edge of an inspector window from the edge of the screen. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Inspector.Width">
      <summary>Returns or sets an Integer (int in C#) value indicating the width (in pixels) of the specified object. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Inspector.WindowState">
      <summary>Returns or sets the property with a constant in the  <see cref="T:Microsoft.Office.Interop.Outlook.OlWindowState" /> enumeration specifying the window state of an explorer or inspector window. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Inspector.WordEditor">
      <summary>Returns the Microsoft Word Document Object Model of the  message being displayed. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._Inspectors">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.Inspectors" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Inspectors.Add(System.Object)">
      <summary>Creates a new inspector window.</summary>
      <returns>An <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" /> object that represents a new inspector window. </returns>
      <param name="Item">The item to display in the inspector window when it is created.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Inspectors.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Inspectors.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Inspectors.Count">
      <summary>Returns an Integer (int in C#) value indicating the count of objects in the specified collection. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Inspectors.Item(System.Object)">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" /> object from the collection.</summary>
      <returns>An Inspector object that represents the specified object.</returns>
      <param name="Index">Either the index number of the object, or a value used to match the default property of an object in the collection.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Inspectors.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Inspectors.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._IRecipientControl">
      <summary>This class and its members are reserved for internal use and are not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._IRecipientControl.BackColor"></member>
    <member name="P:Microsoft.Office.Interop.Outlook._IRecipientControl.Enabled"></member>
    <member name="P:Microsoft.Office.Interop.Outlook._IRecipientControl.Font"></member>
    <member name="P:Microsoft.Office.Interop.Outlook._IRecipientControl.ForeColor"></member>
    <member name="P:Microsoft.Office.Interop.Outlook._IRecipientControl.ReadOnly"></member>
    <member name="P:Microsoft.Office.Interop.Outlook._IRecipientControl.SpecialEffect"></member>
    <member name="T:Microsoft.Office.Interop.Outlook._Items">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.Items" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Items.Add(System.Object)">
      <summary>Creates a new Outlook item in the <see cref="T:Microsoft.Office.Interop.Outlook.Items" /> collection for the folder. </summary>
      <returns>An Object value that represents the new Outlook item.</returns>
      <param name="Type">The Outlook item type for the new item. Specifies a <see cref="P:Microsoft.Office.Interop.Outlook._MailItem.MessageClass" /> to create custom forms. Can be one of the following OlItemType constants: olAppointmentItem, olContactItem, olJournalItem, olMailItem, olNoteItem, olPostItem, or olTaskItem,, or any valid message class. </param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Items.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Items.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Items.Count">
      <summary>Returns an Integer (int in C#) value indicating the count of objects in the specified collection. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Items.Find(System.String)">
      <summary>Locates and returns an Outlook item object that satisfies the given <paramref name="Filter" />.</summary>
      <returns>An Object value that represents an Outlook item if the call succeeds; returns Nothing (null in C#)  if it fails.  </returns>
      <param name="Filter">A string that specifies the criteria that the returned object must satisfy.</param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Items.FindNext">
      <summary>After the <see cref="M:Microsoft.Office.Interop.Outlook._Items.Find(System.String)" />  method runs, this method finds and returns the next Outlook item in the specified collection.</summary>
      <returns>An Object value that represents the next Outlook item found in the collection.</returns>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Items.GetFirst">
      <summary>Returns the first object in the collection. </summary>
      <returns>An Object value that represents the first object contained by the collection.</returns>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Items.GetLast">
      <summary>Returns the last object in the collection. </summary>
      <returns>An Object value that represents the last object contained by the collection.</returns>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Items.GetNext">
      <summary>Returns the next object in the collection. </summary>
      <returns>An Object value that represents the next object contained by the collection.</returns>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Items.GetPrevious">
      <summary>Returns the previous object in the collection. </summary>
      <returns>An Object value that represents the previous object contained by the collection.</returns>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Items.IncludeRecurrences">
      <summary>Returns a Boolean (bool in C#) that indicates True if the <see cref="T:Microsoft.Office.Interop.Outlook.Items" />  collection should include recurrence patterns.  Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Items.Item(System.Object)">
      <summary>Returns an Outlook item from a collection.</summary>
      <returns>An Object value that represents the specified object.</returns>
      <param name="Index">Either the index number of the object, or a value used to match the default property of an object in the collection.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Items.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Items.RawTable">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Items.Remove(System.Int32)">
      <summary>Removes an object from the collection.</summary>
      <param name="Index">The 1-based index value of the object within the collection.</param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Items.ResetColumns">
      <summary>Clears the properties that have been cached with the <see cref="M:Microsoft.Office.Interop.Outlook._Items.SetColumns(System.String)" /> method. </summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Items.Restrict(System.String)">
      <summary>Applies a filter to the <see cref="T:Microsoft.Office.Interop.Outlook.Items" />  collection, returning a new collection containing all of the items from the original that match the filter.</summary>
      <returns>An Items collection that represents the items from the original Items collection which match the filter.</returns>
      <param name="Filter">A filter string expression to be applied. For details, see the <see cref="M:Microsoft.Office.Interop.Outlook._Items.Find(System.String)" />  method.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Items.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Items.SetColumns(System.String)">
      <summary>Caches certain properties for extremely fast access to those particular properties of an item within the collection. </summary>
      <param name="Columns">A string that contains the names of the properties to cache. The property names are delimited by commas in this string.</param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Items.Sort(System.String,System.Object)">
      <summary>Sorts the collection of items by the specified property. The index for the collection is reset to 1 upon completion of this method.</summary>
      <param name="Property">The name of the property by which to sort, which may be enclosed in brackets, for example, "[CompanyName]". User-defined properties that contain spaces must be enclosed in brackets. May not be a user-defined property of type keywords, and may not be a multi-valued property, such as a category. For user-defined properties, the property must exist in the UserDefinedProperties collection for <see cref="P:Microsoft.Office.Interop.Outlook._Items.Parent" />, which represents the <see cref="T:Microsoft.Office.Interop.Outlook.Folder" /> object that contains the items. </param>
      <param name="Descending">True to sort in descending order. The default value is False (ascending).</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._JournalItem">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._JournalItem.Actions">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Actions" />  collection that represents all the available actions for the item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._JournalItem.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._JournalItem.Attachments">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Attachments" />  object that represents all the attachments for the specified item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._JournalItem.AutoResolvedWinner">
      <summary>Returns a Boolean (bool in C#) that determines if the item is a winner of an automatic conflict resolution. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._JournalItem.BillingInformation">
      <summary>Returns or sets a String (string in C#) representing the billing information associated with the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._JournalItem.Body">
      <summary>Returns or sets a String (string in C#) representing the clear-text body of the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._JournalItem.Categories">
      <summary>Returns or sets a String (string in C#) representing the categories assigned to the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._JournalItem.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._JournalItem.Close(Microsoft.Office.Interop.Outlook.OlInspectorClose)">
      <summary>Closes and optionally saves changes to the Outlook item.</summary>
      <param name="SaveMode">The close behavior. If the item displayed within the inspector has not been changed, this argument has no effect.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._JournalItem.Companies">
      <summary>Returns or sets a String (string in C#) representing the names of the companies associated with the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._JournalItem.Conflicts">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.Conflicts" /> object that represents the items that are in conflict for any Outlook item object.  Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._JournalItem.ContactNames">
      <summary>Returns or sets a String (string in C#) representing the contact names associated with the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._JournalItem.ConversationID">
      <summary>Returns a string that uniquely identifies a <see cref="T:Microsoft.Office.Interop.Outlook.Conversation" /> object that the <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" /> object belongs to. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._JournalItem.ConversationIndex">
      <summary>Returns a String (string in C#) representing the index of the conversation thread of the Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._JournalItem.ConversationTopic">
      <summary>Returns a String (string in C#) representing the topic of the conversation thread of the Outlook item. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._JournalItem.Copy">
      <summary>Creates another instance of an object.</summary>
      <returns>Returns an <see cref="T:System.Object" /> that is a copy of the parent <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" /> object.</returns>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._JournalItem.CreationTime">
      <summary>Returns a DateTime indicating the creation time for the Outlook item. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._JournalItem.Delete">
      <summary>Deletes an object from the collection.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._JournalItem.Display(System.Object)">
      <summary>Displays a new <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" /> object for the item.</summary>
      <param name="Modal">True to make the window modal. The default value is False.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._JournalItem.DocPosted">
      <summary>Returns a Boolean (bool in C#) value that is True if the journalized item was posted as part of the journalized session. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._JournalItem.DocPrinted">
      <summary>Returns a Boolean (bool in C#) value that is True if the journalized item was printed as part of the journalized session. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._JournalItem.DocRouted">
      <summary>Returns a Boolean (bool in C#) value that is True if the journalized item was routed as part of the journalized session. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._JournalItem.DocSaved">
      <summary>Returns a Boolean (bool in C#) value that is True if the journalized item was saved as part of the journalized session. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._JournalItem.DownloadState">
      <summary>Returns a constant that belongs to the <see cref="T:Microsoft.Office.Interop.Outlook.OlDownloadState" /> enumeration indicating the download state of the item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._JournalItem.Duration">
      <summary>Returns or sets an Integer (int in C#) value indicating the duration (in minutes) of the <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" /> Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._JournalItem.End">
      <summary>Returns or sets a DateTime indicating the end date and time of a Journal entry. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._JournalItem.EntryID">
      <summary>Returns a String (string in C#) representing the unique Entry ID of the object.  Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._JournalItem.FormDescription">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.FormDescription" />  object that represents the form description for the specified Outlook item. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._JournalItem.Forward">
      <summary>Executes the Forward action for an item and returns the resulting copy as a <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" /> object.</summary>
      <returns>A MailItem object that represents the new mail item.</returns>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._JournalItem.GetConversation">
      <summary>Obtains a <see cref="T:Microsoft.Office.Interop.Outlook.Conversation" /> object that represents the conversation to which this item belongs.</summary>
      <returns>Returns a Conversation object that represents the conversation to which this item belongs.</returns>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._JournalItem.GetInspector">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" />  object that represents an inspector initialized to contain the specified item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._JournalItem.Importance">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlImportance" /> constant indicating the relative importance level for the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._JournalItem.IsConflict">
      <summary>Returns a Boolean (bool in C#) that determines if the item is in conflict. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._JournalItem.ItemProperties">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.ItemProperties" /> collection that represents all standard and user-defined properties associated with the Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._JournalItem.LastModificationTime">
      <summary>Returns a DateTime specifying the date and time that the Outlook item was last modified.  Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._JournalItem.Links">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.Links" /> collection that represents the contacts to which the item is linked. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._JournalItem.MAPIOBJECT">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._JournalItem.MarkForDownload">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlRemoteStatus" />  constant that determines the status of an item once it is received by a remote user. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._JournalItem.MessageClass">
      <summary>Returns or sets a String (string in C#) representing the message class for the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._JournalItem.Mileage">
      <summary>Returns or sets a String (string in C#) representing the mileage for an item. Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._JournalItem.Move(Microsoft.Office.Interop.Outlook.MAPIFolder)">
      <summary>Moves a Microsoft Outlook item to a new folder.</summary>
      <returns>An Object value that represents the item which has been moved to the designated folder.</returns>
      <param name="DestFldr">An expression that returns a Folder object. The destination folder.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._JournalItem.NoAging">
      <summary>Returns or sets a Boolean (bool in C#) value that is True to not age the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._JournalItem.OutlookInternalVersion">
      <summary>Returns an Integer (int in C#) value representing the build number of the Outlook application for an Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._JournalItem.OutlookVersion">
      <summary>Returns a String (string in C#) indicating the major and minor version number of the Outlook application for an Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._JournalItem.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._JournalItem.PrintOut">
      <summary>Prints the Outlook item using all default settings. The PrintOut method is the only Outlook method that can be used for printing.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._JournalItem.PropertyAccessor">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.PropertyAccessor" /> object that supports creating, getting, setting, and deleting properties of the parent <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._JournalItem.Recipients">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.Recipients" />  collection that represents all the recipients for the Outlook item. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._JournalItem.Reply">
      <summary>Creates a reply, pre-addressed to the original sender, from the original message.</summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" /> object that represents the reply.</returns>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._JournalItem.ReplyAll">
      <summary>Creates a reply to all original recipients from the original message.</summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" /> object that represents the reply.</returns>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._JournalItem.Save">
      <summary>Saves the Microsoft Outlook item to the current folder or, if this is a new item, to the Outlook default folder for the item type.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._JournalItem.SaveAs(System.String,System.Object)">
      <summary>Saves the Microsoft Outlook item to the specified path and in the format of the specified file type. If the file type is not specified, the MSG format (.msg) is used.</summary>
      <param name="Path">The path in which to save the item.</param>
      <param name="Type">The file type to save. Can be one of the following OlSaveAsType constants: olHTML, olMSG, olRTF, olTemplate, olDoc,olTXT, olVCal,  olVCard,  olICal, or olMSGUnicode.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._JournalItem.Saved">
      <summary>Returns a Boolean (bool in C#) value that is True if the Outlook item has not been modified since the last save. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._JournalItem.Sensitivity">
      <summary>Returns or sets a constant in the <see cref="T:Microsoft.Office.Interop.Outlook.OlSensitivity" /> enumeration indicating the sensitivity for the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._JournalItem.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._JournalItem.ShowCategoriesDialog">
      <summary>Displays the Show Categories dialog box, which allows you to select categories that correspond to the subject of the item.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._JournalItem.Size">
      <summary>Returns an Integer (int in C#) value indicating the size (in bytes) of the Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._JournalItem.Start">
      <summary>Returns or sets a DateTime indicating the starting date and time for the Outlook item. Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._JournalItem.StartTimer">
      <summary>Starts the timer on the journal entry. This method allows programmatic control of the timer function. </summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._JournalItem.StopTimer">
      <summary>Stops the timer on the journal entry. This method allows programmatic control of the timer function. </summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._JournalItem.Subject">
      <summary>Returns or sets a String (string in C#) indicating the subject for the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._JournalItem.Type">
      <summary>Returns or sets a String (string in C#) representing a free-form field, usually containing the display name of the journalizing application (for example, "MSWord".) Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._JournalItem.UnRead">
      <summary>Returns or sets a Boolean (bool in C#) value that is True if the Outlook item has not been opened (read). Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._JournalItem.UserProperties">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.UserProperties" />  collection that represents all the user properties for the Outlook item. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._JournalModule">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalModule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._JournalModule.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._JournalModule.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._JournalModule.Name">
      <summary>Returns a String (string in C#) value that represents the localized display name for the <see cref="T:Microsoft.Office.Interop.Outlook.JournalModule" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._JournalModule.NavigationGroups">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.NavigationGroups" /> object that contains the set of navigation groups associated with the <see cref="T:Microsoft.Office.Interop.Outlook.JournalModule" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._JournalModule.NavigationModuleType">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlNavigationModuleType" /> constant that represents the navigation module type for the object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._JournalModule.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._JournalModule.Position">
      <summary>Returns or sets an Integer value that represents the ordinal position of the <see cref="T:Microsoft.Office.Interop.Outlook.JournalModule" /> object when displayed in the Navigation Pane. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._JournalModule.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._JournalModule.Visible">
      <summary>Returns or sets a Boolean value (bool in C#) that determines whether the <see cref="T:Microsoft.Office.Interop.Outlook.JournalModule" /> object is displayed in the Navigation Pane. Read/write.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._MailItem">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.Actions">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Actions" />  collection that represents all the available actions for the item. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._MailItem.AddBusinessCard(Microsoft.Office.Interop.Outlook.ContactItem)">
      <summary>Appends contact information based on the Electronic Business Card (EBC) associated with the specified <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" /> object to the <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" /> object.</summary>
      <param name="contact">The contact item from which to obtain the business card information.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.AlternateRecipientAllowed">
      <summary>Returns a Boolean (bool in C#) that is True if the mail message can be forwarded. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.Attachments">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Attachments" />  object that represents all the attachments for the specified item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.AutoForwarded">
      <summary>A Boolean (bool in C#) value that returns True if the item was automatically forwarded. Read/write.  </summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.AutoResolvedWinner">
      <summary>Returns a Boolean (bool in C#) that determines if the item is a winner of an automatic conflict resolution. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.BCC">
      <summary>Returns a String (string in C#) representing the display list of blind carbon copy (BCC) names for a <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.BillingInformation">
      <summary>Returns or sets a String (string in C#) representing the billing information associated with the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.Body">
      <summary>Returns or sets a String (string in C#) representing the clear-text body of the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.BodyFormat">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlBodyFormat" /> constant indicating the format of the body text.  Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.Categories">
      <summary>Returns or sets a String (string in C#) representing the categories assigned to the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.CC">
      <summary>Returns a String (string in C#) representing the display list of carbon copy (CC) names for a <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._MailItem.ClearConversationIndex">
      <summary>Clears the index of the conversation thread for the mail message.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._MailItem.ClearTaskFlag">
      <summary>Clears the <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" /> object as a task.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._MailItem.Close(Microsoft.Office.Interop.Outlook.OlInspectorClose)">
      <summary>Closes and optionally saves changes to the Outlook item.</summary>
      <param name="SaveMode">The close behavior. If the item displayed within the inspector has not been changed, this argument has no effect.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.Companies">
      <summary>Returns or sets a String (string in C#) representing the names of the companies associated with the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.Conflicts">
      <summary>Return the <see cref="T:Microsoft.Office.Interop.Outlook.Conflicts" /> object that represents the items that are in conflict for any Outlook item object.  Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.ConversationID">
      <summary>Returns a String (string in C#) that uniquely identifies a <see cref="T:Microsoft.Office.Interop.Outlook.Conversation" /> object that the <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" /> object belongs to. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.ConversationIndex">
      <summary>Returns a String (string in C#) representing the index of the conversation thread of the Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.ConversationTopic">
      <summary>Returns a String (string in C#) representing the topic of the conversation thread of the Outlook item. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._MailItem.Copy">
      <summary>Creates another instance of an object.</summary>
      <returns>Returns an <see cref="T:System.Object" /> that is a copy of the parent <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" /> object.</returns>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.CreationTime">
      <summary>Returns a DateTime indicating the creation time for the Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.DeferredDeliveryTime">
      <summary>Returns or sets a DateTime indicating the date and time the mail message is to be delivered.  Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._MailItem.Delete">
      <summary>Deletes an object from the collection.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.DeleteAfterSubmit">
      <summary>Returns or sets a Boolean (bool in C#) value that is True if a copy of the mail message is not saved upon being sent, and False if a copy is saved. Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._MailItem.Display(System.Object)">
      <summary>Displays a new <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" /> object for the item.</summary>
      <param name="Modal">True to make the window modal. The default value is False.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.DownloadState">
      <summary>Returns a constant that belongs to the <see cref="T:Microsoft.Office.Interop.Outlook.OlDownloadState" /> enumeration indicating the download state of the item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.EnableSharedAttachments">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.EntryID">
      <summary>Returns a String (string in C#) representing the unique Entry ID of the object.  Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.ExpiryTime">
      <summary>Returns or sets a DateTime indicating the date and time at which the item becomes invalid and can be deleted. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.FlagDueBy">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.FlagIcon">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.FlagRequest">
      <summary>Returns or sets a String (string in C#) that indicates the requested action for a mail item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.FlagStatus">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.FormDescription">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.FormDescription" />  object that represents the form description for the specified Outlook item. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._MailItem.Forward">
      <summary>Executes the Forward action for an item and returns the resulting copy as a  <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" /> object.</summary>
      <returns>A MailItem object that represents the new mail item.</returns>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._MailItem.GetConversation">
      <summary>Obtains a <see cref="T:Microsoft.Office.Interop.Outlook.Conversation" /> object that represents the conversation to which this item belongs.</summary>
      <returns>Returns a Conversation object that represents the conversation to which this item belongs.</returns>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.GetInspector">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" />  object that represents an inspector initialized to contain the specified item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.HasCoverSheet">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.HTMLBody">
      <summary>Returns or sets a String (string in C#) representing the HTML body of the specified item.  Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.Importance">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlImportance" /> constant indicating the relative importance level for the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.InternetCodepage">
      <summary>Returns or sets an Integer (int in C#) value that determines the Internet code page used by the item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.IsConflict">
      <summary>Returns a Boolean (bool in C#) that determines if the item is in conflict. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.IsIPFax">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.IsMarkedAsTask">
      <summary>Returns a Boolean (bool in C#) value that indicates whether the <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" /> is marked as a task. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.ItemProperties">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.ItemProperties" /> collection that represents all standard and user-defined properties associated with the Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.LastModificationTime">
      <summary>Returns a DateTime specifying the date and time that the Outlook item was last modified.  Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.Links">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.Links" /> collection that represents the contacts to which the item is linked. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.MAPIOBJECT">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._MailItem.MarkAsTask(Microsoft.Office.Interop.Outlook.OlMarkInterval)">
      <summary>Marks a <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" /> object as a task and assigns a task interval for the object.</summary>
      <param name="MarkInterval">The task interval for the MailItem.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.MarkForDownload">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlRemoteStatus" />  constant that determines the status of an item once it is received by a remote user. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.MessageClass">
      <summary>Returns or sets a String (string in C#) representing the message class for the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.Mileage">
      <summary>Returns or sets a String (string in C#) representing the mileage for an item. Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._MailItem.Move(Microsoft.Office.Interop.Outlook.MAPIFolder)">
      <summary>Moves a Microsoft Outlook item to a new folder.</summary>
      <returns>An Object value that represents the item which has been moved to the designated folder.</returns>
      <param name="DestFldr">An expression that returns a Folder object. The destination folder.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.NoAging">
      <summary>Returns or sets a Boolean (bool in C#) value that is True to not age the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.OriginatorDeliveryReportRequested">
      <summary>Returns or sets a Boolean (bool in C#) value that determines whether the originator of the meeting item or mail message will receive a delivery report. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.OutlookInternalVersion">
      <summary>Returns an Integer (int in C#) value representing the build number of the Outlook application for an Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.OutlookVersion">
      <summary>Returns a String (string in C#) indicating the major and minor version number of the Outlook application for an Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.Permission">
      <summary>Sets or returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlPermission" /> constant that determines the permissions the recipients will have  on the e-mail item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.PermissionService">
      <summary>Sets or returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlPermissionService" /> constant that determines the permission service that will be used when sending a message protected by Information Rights Management (IRM). Read/write. </summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.PermissionTemplateGuid">
      <summary>Returns or sets a String (string in C#) value that represents the GUID of the template file to apply to the <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" /> in order to specify Information Rights Management (IRM) permissions. Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._MailItem.PrintOut">
      <summary>Prints the Outlook item using all default settings. The PrintOut method is the only Outlook method that can be used for printing.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.PropertyAccessor">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.PropertyAccessor" /> object that supports creating, getting, setting, and deleting properties of the parent <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.ReadReceiptRequested">
      <summary>Returns a Boolean (bool in C#) value that indicates True if a read receipt has been requested by the sender. </summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.ReceivedByEntryID">
      <summary>Returns a String (string in C#) representing the <see cref="P:Microsoft.Office.Interop.Outlook.Recipient.EntryID" />  for the true recipient as set by the transport provider delivering the mail message. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.ReceivedByName">
      <summary>Returns a String (string in C#) representing the display name of the true recipient for the mail message. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.ReceivedOnBehalfOfEntryID">
      <summary>Returns a String (string in C#) representing the <see cref="P:Microsoft.Office.Interop.Outlook.Recipient.EntryID" />  of the user delegated to represent the recipient for the mail message. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.ReceivedOnBehalfOfName">
      <summary>Returns a String (string in C#) representing the display name of the user delegated to represent the recipient for the mail message. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.ReceivedTime">
      <summary>Returns a DateTime indicating the date and time at which the item was received. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.RecipientReassignmentProhibited">
      <summary>Returns a Boolean (bool in C#) that indicates True if the recipient cannot forward the mail message. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.Recipients">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.Recipients" />  collection that represents all the recipients for the Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.ReminderOverrideDefault">
      <summary>Returns or sets a Boolean (bool in C#) value that is True if the reminder overrides the default reminder behavior for the item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.ReminderPlaySound">
      <summary>Returns or sets a Boolean (bool in C#) value that is True if the reminder should play a sound when it occurs for this item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.ReminderSet">
      <summary>Returns or sets a Boolean (bool in C#) value that is True if a reminder has been set for this item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.ReminderSoundFile">
      <summary>Returns or sets a String (string in C#) indicating the path and file name of the sound file to play when the reminder occurs for the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.ReminderTime">
      <summary>Returns or sets a DateTime indicating the date and time at which the reminder should occur for the specified item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.RemoteStatus">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlRemoteStatus" /> constant specifying the remote status of the mail message. Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._MailItem.Reply">
      <summary>Creates a reply, pre-addressed to the original sender, from the original message.</summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" /> object that represents the reply.</returns>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._MailItem.ReplyAll">
      <summary>Creates a reply to all original recipients from the original message.</summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" /> object that represents the reply.</returns>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.ReplyRecipientNames">
      <summary>Returns a semicolon-delimited String (string in C#) list of reply recipients for the mail message.  Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.ReplyRecipients">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.Recipients" />  collection that represents all the reply recipient objects for the Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.RetentionExpirationDate">
      <summary>Returns a <see cref="T:System.DateTime" /> value that specifies the date when the <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" /> object expires, after which the Messaging Records Management (MRM) Assistant will delete the item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.RetentionPolicyName">
      <summary>Returns a String (string in C#) that specifies the name of the retention policy. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.RTFBody">
      <summary>Returns or sets a byte array that represents the body of the Microsoft Outlook item in Rich Text Format. Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._MailItem.Save">
      <summary>Saves the Microsoft Outlook item to the current folder or, if this is a new item, to the Outlook default folder for the item type.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._MailItem.SaveAs(System.String,System.Object)">
      <summary>Saves the Microsoft Outlook item to the specified path and in the format of the specified file type. If the file type is not specified, the MSG format (.msg) is used.</summary>
      <param name="Path">The path in which to save the item.</param>
      <param name="Type">The file type to save. Can be one of the following OlSaveAsType constants: olHTML, olMSG, olRTF, olTemplate, olDoc,olTXT, olVCal,  olVCard,  olICal, or olMSGUnicode.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.Saved">
      <summary>Returns a Boolean (bool in C#) value that is True if the Outlook item has not been modified since the last save. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.SaveSentMessageFolder">
      <summary>Returns or sets a <see cref="T:Microsoft.Office.Interop.Outlook.Folder" />  object that represents the folder in which a copy of the e-mail message will be saved after being sent. Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._MailItem.Send">
      <summary>Sends the e-mail message.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.Sender">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.AddressEntry" /> object that corresponds to the user of the account from which the <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" /> is sent. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.SenderEmailAddress">
      <summary>Returns a String (string in C#) that represents the e-mail address of the sender of the Outlook item.   Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.SenderEmailType">
      <summary>Returns a String (string in C#) that represents the type of entry for the e-mail address of the sender of the Outlook item, such as 'SMTP' for Internet address, 'EX' for a Microsoft Exchange server address, etc. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.SenderName">
      <summary>Returns a String (string in C#) indicating the display name of the sender for the Outlook item.  Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.SendUsingAccount">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.Account" /> object that represents the account under which the <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" /> is to be sent. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.Sensitivity">
      <summary>Returns or sets a constant in the <see cref="T:Microsoft.Office.Interop.Outlook.OlSensitivity" /> enumeration indicating the sensitivity for the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.Sent">
      <summary>Returns a Boolean (bool in C#) value that indicates if a message has been sent. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.SentOn">
      <summary>Returns a DateTime indicating the date and time on which the Outlook item was sent. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.SentOnBehalfOfName">
      <summary>Returns a String (string in C#) indicating the display name for the intended sender of the mail message. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._MailItem.ShowCategoriesDialog">
      <summary>Displays the Show Categories dialog box, which allows you to select categories that correspond to the subject of the item.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.Size">
      <summary>Returns an Integer (int in C#) value indicating the size (in bytes) of the Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.Subject">
      <summary>Returns or sets a String (string in C#) indicating the subject for the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.Submitted">
      <summary>Returns a Boolean (bool in C#) value that is True if the item has been submitted. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.TaskCompletedDate">
      <summary>Returns or sets a DateTime value that represents the completion date of the task for this <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.TaskDueDate">
      <summary>Returns or sets a DateTime value that represents the due date of the task for this <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.TaskStartDate">
      <summary>Returns or sets a DateTime value that represents the start date of the task for this <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" /> object. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.TaskSubject">
      <summary>Returns or sets a String (string in C#) value that represents the subject of the task for the <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" /> object. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.To">
      <summary>Returns or sets a semicolon-delimited String (string in C#) list of display names for the To recipients for the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.ToDoTaskOrdinal">
      <summary>Returns or sets a DateTime value that represents the ordinal value of the task for the <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.UnRead">
      <summary>Returns or sets a Boolean (bool in C#) value that is True if the Outlook item has not been opened (read). Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.UserProperties">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.UserProperties" />  collection that represents all the user properties for the Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.VotingOptions">
      <summary>Returns or sets a String (string in C#) specifying a delimited string containing the voting options for the mail message. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailItem.VotingResponse">
      <summary>Returns or sets a String (string in C#) specifying the voting response for the mail message. Read/write.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._MailModule">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.MailModule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailModule.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailModule.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailModule.Name">
      <summary>Returns a String (string in C#) value that represents the localized display name for the <see cref="T:Microsoft.Office.Interop.Outlook.MailModule" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailModule.NavigationGroups">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.NavigationGroups" /> object that contains the set of navigation groups associated with the <see cref="T:Microsoft.Office.Interop.Outlook.MailModule" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailModule.NavigationModuleType">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlNavigationModuleType" /> constant that represents the navigation module type for the object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailModule.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailModule.Position">
      <summary>Returns or sets an Integer (int in C#) value that represents the ordinal position of the <see cref="T:Microsoft.Office.Interop.Outlook.MailModule" /> object when displayed in the Navigation Pane. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailModule.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MailModule.Visible">
      <summary>Returns or sets a Boolean (bool in C#) value that determines whether the <see cref="T:Microsoft.Office.Interop.Outlook.MailModule" /> object is displayed in the Navigation Pane. Read/write.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._MarkAsTaskRuleAction">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.MarkAsTaskRuleAction" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MarkAsTaskRuleAction.ActionType">
      <summary>Returns a constant, olRuleActionMarkAsTask, from the <see cref="T:Microsoft.Office.Interop.Outlook.OlRuleActionType" /> enumeration that indicates the type of action that is taken by the rule. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MarkAsTaskRuleAction.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MarkAsTaskRuleAction.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MarkAsTaskRuleAction.Enabled">
      <summary>Returns or sets a Boolean (bool in C#) that determines if the rule action is enabled. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MarkAsTaskRuleAction.FlagTo">
      <summary>Returns or sets a String (string in C#) that represents the label of the flag for the message. Read/write</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MarkAsTaskRuleAction.MarkInterval">
      <summary>Returns or sets a constant in the <see cref="T:Microsoft.Office.Interop.Outlook.OlMarkInterval" /> enumeration that represents the interval before the task is due. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MarkAsTaskRuleAction.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MarkAsTaskRuleAction.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._MeetingItem">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.Actions">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Actions" />  collection that represents all the available actions for the item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.Attachments">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Attachments" />  object that represents all the attachments for the specified item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.AutoForwarded">
      <summary>A Boolean (bool in C#) value that returns True if the item was automatically forwarded. Read/write.  </summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.AutoResolvedWinner">
      <summary>Returns a Boolean (bool in C#) that determines if the item is a winner of an automatic conflict resolution. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.BillingInformation">
      <summary>Returns or sets a String (string in C#) representing the billing information associated with the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.Body">
      <summary>Returns or sets a String (string in C#) representing the clear-text body of the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.Categories">
      <summary>Returns or sets a String (string in C#) representing the categories assigned to the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._MeetingItem.Close(Microsoft.Office.Interop.Outlook.OlInspectorClose)">
      <summary>Closes and optionally saves changes to the Outlook item.</summary>
      <param name="SaveMode">The close behavior. If the item displayed within the inspector has not been changed, this argument has no effect.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.Companies">
      <summary>Returns or sets a String (string in C#) representing the names of the companies associated with the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.Conflicts">
      <summary>Return the <see cref="T:Microsoft.Office.Interop.Outlook.Conflicts" /> object that represents the items that are in conflict for any Outlook item object.  Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.ConversationID">
      <summary>Returns a String (string in C#) that uniquely identifies a <see cref="T:Microsoft.Office.Interop.Outlook.Conversation" /> object that the <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" /> object belongs to. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.ConversationIndex">
      <summary>Returns a String (string in C#) representing the index of the conversation thread of the Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.ConversationTopic">
      <summary>Returns a String (string in C#) representing the topic of the conversation thread of the Outlook item. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._MeetingItem.Copy">
      <summary>Creates another instance of an object.</summary>
      <returns>Returns an <see cref="T:System.Object" /> that is a copy of the parent meeting item.</returns>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.CreationTime">
      <summary>Returns a DateTime indicating the creation time for the Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.DeferredDeliveryTime">
      <summary>Returns or sets a DateTime indicating the date and time the mail message is to be delivered.  Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._MeetingItem.Delete">
      <summary>Deletes an object from the collection.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.DeleteAfterSubmit">
      <summary>Returns or sets a Boolean (bool in C#) value that is True if a copy of the mail message is not saved upon being sent, and False if a copy is saved. Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._MeetingItem.Display(System.Object)">
      <summary>Displays a new <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" /> object for the item.</summary>
      <param name="Modal">True to make the window modal. The default value is False.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.DownloadState">
      <summary>Returns a constant that belongs to the <see cref="T:Microsoft.Office.Interop.Outlook.OlDownloadState" /> enumeration indicating the download state of the item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.EntryID">
      <summary>Returns a String (string in C#) representing the unique Entry ID of the object.  Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.ExpiryTime">
      <summary>Returns or sets a DateTime indicating the date and time at which the item becomes invalid and can be deleted. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.FlagDueBy">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.FlagIcon">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.FlagRequest">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.FlagStatus">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.FormDescription">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.FormDescription" />  object that represents the form description for the specified Outlook item. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._MeetingItem.Forward">
      <summary>Executes the Forward action for an item and returns the resulting copy as a <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" /> object.</summary>
      <returns>A MeetingItem object that represents the new meeting item.</returns>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._MeetingItem.GetAssociatedAppointment(System.Boolean)">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />  object that represents the appointment associated with the meeting request.</summary>
      <returns>An AppointmentItem object that represents the associated appointment.</returns>
      <param name="AddToCalendar">True to add the meeting to the default Calendar folder.</param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._MeetingItem.GetConversation">
      <summary>Obtains a <see cref="T:Microsoft.Office.Interop.Outlook.Conversation" /> object that represents the conversation to which this item belongs.</summary>
      <returns>Returns a Conversation object that represents the conversation to which this item belongs.</returns>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.GetInspector">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" />  object that represents an inspector initialized to contain the specified item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.Importance">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlImportance" /> constant indicating the relative importance level for the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.IsConflict">
      <summary>Returns a Boolean (bool in C#) that determines if the item is in conflict. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.IsLatestVersion">
      <summary>Returns a Boolean (bool in C#) value that indicates whether the <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" /> object represents the latest version of the item on the organizer’s calendar. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.ItemProperties">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.ItemProperties" /> collection that represents all standard and user-defined properties associated with the Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.LastModificationTime">
      <summary>Returns a DateTime specifying the date and time that the Outlook item was last modified.  Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.Links">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.Links" /> collection that represents the contacts to which the item is linked. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.MAPIOBJECT">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.MarkForDownload">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlRemoteStatus" />  constant that determines the status of an item once it is received by a remote user. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.MeetingWorkspaceURL">
      <summary>Returns a String (string in C#) value that represents the URL for the Meeting Workspace that the meeting item is linked to. Read-only. </summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.MessageClass">
      <summary>Returns or sets a String (string in C#) representing the message class for the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.Mileage">
      <summary>Returns or sets a String (string in C#) representing the mileage for an item. Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._MeetingItem.Move(Microsoft.Office.Interop.Outlook.MAPIFolder)">
      <summary>Moves a Microsoft Outlook item to a new folder.</summary>
      <returns>An Object value that represents the item which has been moved to the designated folder.</returns>
      <param name="DestFldr">An expression that returns a Folder object. The destination folder.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.NoAging">
      <summary>Returns or sets a Boolean (bool in C#) value that is True to not age the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.OriginatorDeliveryReportRequested">
      <summary>Returns or sets a Boolean (bool in C#) value that determines whether the originator of the meeting item or mail message will receive a delivery report. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.OutlookInternalVersion">
      <summary>Returns an Integer (int in C#) value representing the build number of the Outlook application for an Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.OutlookVersion">
      <summary>Returns a String (string in C#) indicating the major and minor version number of the Outlook application for an Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._MeetingItem.PrintOut">
      <summary>Prints the Outlook item using all default settings. The PrintOut method is the only Outlook method that can be used for printing.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.PropertyAccessor">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.PropertyAccessor" /> object that supports creating, getting, setting, and deleting properties of the parent <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.ReceivedTime">
      <summary>Returns or sets a DateTime indicating the date and time at which the item was received. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.Recipients">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.Recipients" />  collection that represents all the recipients for the Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.ReminderSet">
      <summary>Returns or sets a Boolean (bool in C#) value that is True if a reminder has been set for this item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.ReminderTime">
      <summary>Returns or sets a DateTime indicating the date and time at which the reminder should occur for the specified item. Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._MeetingItem.Reply">
      <summary>Creates a reply, pre-addressed to the original sender, from the original message.</summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" /> object that represents the reply.</returns>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._MeetingItem.ReplyAll">
      <summary>Creates a reply to all original recipients from the original message.</summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" /> that represents the reply.</returns>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.ReplyRecipients">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.Recipients" />  collection that represents all the reply recipient objects for the Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.RetentionExpirationDate">
      <summary>Returns a <see cref="T:System.DateTime" /> value that specifies the date when the <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" /> object expires, after which the Messaging Records Management (MRM) Assistant will delete the item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.RetentionPolicyName">
      <summary>Returns a String (string in C#) that specifies the name of the retention policy. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.RTFBody">
      <summary>Returns or sets a byte array that represents the body of the Microsoft Outlook item in Rich Text Format. Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._MeetingItem.Save">
      <summary>Saves the Microsoft Outlook item to the current folder or, if this is a new item, to the Outlook default folder for the item type.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._MeetingItem.SaveAs(System.String,System.Object)">
      <summary>Saves the Microsoft Outlook item to the specified path and in the format of the specified file type. If the file type is not specified, the MSG format (.msg) is used.</summary>
      <param name="Path">The path in which to save the item.</param>
      <param name="Type">The file type to save. Can be one of the following OlSaveAsType constants: olHTML, olMSG, olRTF, olTemplate, olDoc,olTXT, olVCal,  olVCard,  olICal, or olMSGUnicode.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.Saved">
      <summary>Returns a Boolean (bool in C#) value that is True if the Outlook item has not been modified since the last save. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.SaveSentMessageFolder">
      <summary>Returns or sets a <see cref="T:Microsoft.Office.Interop.Outlook.Folder" />  object that represents the folder in which a copy of the e-mail message will be saved after being sent. Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._MeetingItem.Send">
      <summary>Sends the meeting item.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.SenderEmailAddress">
      <summary>Returns a String (string in C#) that represents the e-mail address of the sender of the Outlook item.   Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.SenderEmailType">
      <summary>Returns a String (string in C#) that represents the type of entry for the e-mail address of the sender of the Outlook item, such as 'SMTP' for Internet address, 'EX' for a Microsoft Exchange server address, etc. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.SenderName">
      <summary>Returns a String (string in C#) indicating the display name of the sender for the Outlook item.  Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.SendUsingAccount">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.Account" /> object that represents the account to use to send the <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.Sensitivity">
      <summary>Returns or sets a constant in the <see cref="T:Microsoft.Office.Interop.Outlook.OlSensitivity" /> enumeration indicating the sensitivity for the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.Sent">
      <summary>Returns a Boolean (bool in C#) value that indicates if a message has been sent. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.SentOn">
      <summary>Returns a DateTime indicating the date and time on which the Outlook item was sent. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._MeetingItem.ShowCategoriesDialog">
      <summary>Displays the Show Categories dialog box, which allows you to select categories that correspond to the subject of the item.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.Size">
      <summary>Returns an Integer (int in C#) value indicating the size (in bytes) of the Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.Subject">
      <summary>Returns or sets a String (string in C#) indicating the subject for the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.Submitted">
      <summary>Returns a Boolean (bool in C#) value that is True if the item has been submitted. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.UnRead">
      <summary>Returns or sets a Boolean (bool in C#) value that is True if the Outlook item has not been opened (read). Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.UserProperties">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.UserProperties" />  collection that represents all the user properties for the Outlook item. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._MobileItem">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MobileItem.Actions">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Actions" /> collection that represents all the available actions for the <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MobileItem.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" /> object that represents the parent Outlook application for the object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MobileItem.Attachments">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Attachments" /> object that represents all the attachments for the specified <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MobileItem.BillingInformation">
      <summary>Returns or sets a <see cref="T:System.String" /> (string in C#) that represents the billing information associated with the <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" /> object. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MobileItem.Body">
      <summary>Returns or sets a <see cref="T:System.String" /> (string in C#) that represents the clear-text body of a <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" /> object. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MobileItem.Categories">
      <summary>Returns or sets a <see cref="T:System.String" /> (string in C#) that represents the categories assigned to the <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" /> object. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MobileItem.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant that indicates the object's class. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._MobileItem.Close(Microsoft.Office.Interop.Outlook.OlInspectorClose)">
      <summary>Closes and optionally saves changes to the Outlook item.</summary>
      <param name="SaveMode">The close behavior. If the item displayed within the inspector has not been changed, this argument has no effect.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MobileItem.Companies">
      <summary>Returns or sets a <see cref="T:System.String" /> (string in C#) that represents the names of the companies associated with the <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" /> object. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MobileItem.ConversationIndex">
      <summary>Returns a <see cref="T:System.String" /> (string in C#) that indicates the relative position of the within the conversation thread. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MobileItem.ConversationTopic">
      <summary>Returns a <see cref="T:System.String" /> (string in C#) that represents the topic of the conversation thread of the item. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._MobileItem.Copy">
      <summary>Creates another instance of the <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" /> object.</summary>
      <returns>Returns an <see cref="T:System.Object" /> (object in C#) that represents the duplicated copy of the <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" /> object.</returns>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MobileItem.Count">
      <summary>Returns a Integer (int in C#) that represents the number of split messages for a Short Message Service (SMS) message, or the number of slides for a Multimedia Messaging Service (MMS) message. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MobileItem.CreationTime">
      <summary>Returns a <see cref="T:System.DateTime" /> value that indicates the creation time for the <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" /> object. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._MobileItem.Delete">
      <summary>Deletes an object from the collection.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._MobileItem.Display(System.Object)">
      <summary>Displays a new <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" /> object for the item.</summary>
      <param name="Modal">Specifies whether the user has to interact with the new inspector before returning to the parent window. True to make the window modal. The default value is False.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MobileItem.EntryID">
      <summary>Returns a <see cref="T:System.String" /> (string in C#) that represents the unique entry ID of the object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MobileItem.FormDescription">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.FormDescription" /> object that represents the form description for the specified <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" /> object. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._MobileItem.Forward">
      <summary>Executes the Forward action for an item and returns the resulting copy as a <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" /> object.</summary>
      <returns>A MobileItem object that represents the copy of the item that is forwarded.</returns>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MobileItem.GetInspector">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" /> object that represents an inspector initialized to contain the specified <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MobileItem.HTMLBody">
      <summary>Returns or sets a <see cref="T:System.String" /> (string in C#) that represents the HTML body of the specified <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" /> object. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MobileItem.Importance">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlImportance" /> constant that indicates the relative importance level for the <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" /> object. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MobileItem.ItemProperties">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.ItemProperties" /> collection that represents all standard and user-defined properties associated with the <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MobileItem.LastModificationTime">
      <summary>Returns a <see cref="T:System.DateTime" /> that specifies the date and time that the Outlook item was last modified. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MobileItem.MAPIOBJECT">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MobileItem.MessageClass">
      <summary>Returns or sets a <see cref="T:System.String" /> (string in C#) that represents the message class for the <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" /> object. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MobileItem.Mileage">
      <summary>Returns or sets a <see cref="T:System.String" /> (string in C#) that represents the mileage for a <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" /> object. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MobileItem.MobileFormat">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlMobileFormat" /> constant that represents the message format of a mobile message. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._MobileItem.Move(Microsoft.Office.Interop.Outlook.MAPIFolder)">
      <summary>Moves the <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" /> object to a new folder.</summary>
      <returns>Returns an <see cref="T:System.Object" /> value (object in C#) that represents the item that has been moved to the designated folder.</returns>
      <param name="DestFldr">An expression that returns a <see cref="T:Microsoft.Office.Interop.Outlook.Folder" /> object. The destination folder.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MobileItem.NoAging">
      <summary>Returns or sets a <see cref="T:System.Boolean" /> value (bool in C#) that specifies whether to age the Microsoft Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MobileItem.OutlookInternalVersion">
      <summary>Returns an Integer (int in C#) that represents the build number of the Microsoft Outlook application for an Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MobileItem.OutlookVersion">
      <summary>Returns a <see cref="T:System.String" /> (string in C#) value that indicates the major and minor version number of the Microsoft Outlook application for an Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MobileItem.Parent">
      <summary>Returns the parent <see cref="T:System.Object" /> (object in C#) of the specified <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" /> object. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._MobileItem.PrintOut">
      <summary>Prints the Outlook item.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MobileItem.PropertyAccessor">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.PropertyAccessor" /> object that supports creating, getting, setting, and deleting properties of the <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MobileItem.ReceivedByEntryID">
      <summary>Returns a <see cref="T:System.String" /> (string in C#) value that represents the entry ID for the true recipient as set by the transport provider that delivers the e-mail message. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MobileItem.ReceivedByName">
      <summary>Returns a <see cref="T:System.String" /> (string in C#) value that represents the display name of the true recipient for the <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MobileItem.ReceivedTime">
      <summary>Returns a <see cref="T:System.DateTime" /> value that indicates the date and time at which the <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" /> object was received. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MobileItem.Recipients">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.Recipients" /> collection that represents all the recipients for the <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" /> object. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._MobileItem.Reply">
      <summary>Creates a reply, preaddressed to the original sender, from the original message.</summary>
      <returns>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />object that represents the reply.</returns>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._MobileItem.ReplyAll">
      <summary>Creates a reply to all original recipients from the original message.</summary>
      <returns>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" /> object that represents the reply.</returns>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MobileItem.ReplyRecipientNames">
      <summary>Returns a semicolon-delimited <see cref="T:System.String" /> (string in C#) list of display names of reply recipients of the <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MobileItem.ReplyRecipients">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.Recipients" /> collection that represents all the reply recipient objects for the <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" /> object. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._MobileItem.Save">
      <summary>Saves the <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" /> object to the current folder or, if this MobileItem object is new and has not been sent, it is saved to the default folder (Drafts) for this item type.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._MobileItem.SaveAs(System.String,System.Object)">
      <summary>Saves the Microsoft Outlook item to the specified path and in the format of the specified file type.</summary>
      <param name="Path">The path in which to save the item.</param>
      <param name="Type">The file type to save. Can be one of the following <see cref="T:Microsoft.Office.Interop.Outlook.OlSaveAsType" /> constants: olHTML, olMHTML, olMSG, or olTXT.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MobileItem.Saved">
      <summary>Returns a <see cref="T:System.Boolean" /> value (bool in C#) that indicates whether the <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" /> object has been modified since the last save. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._MobileItem.Send(System.Boolean)">
      <summary>Sends the <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" /> object.</summary>
      <param name="ForceSend">True to send the MobileItem even if the MobileItem message exceeds the limitations of the service provider; otherwise, False.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MobileItem.SenderEmailAddress">
      <summary>Returns a <see cref="T:System.String" /> value (string in C#) that represents the mobile phone number of the sender of the <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MobileItem.SenderEmailType">
      <summary>Returns a <see cref="T:System.String" /> value (string in C#) that represents the type of entry for the mobile address of the sender of the <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MobileItem.SenderName">
      <summary>Returns a <see cref="T:System.String" /> (string in C#) value that indicates the display name of the sender for the <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MobileItem.SendUsingAccount">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.Account" /> object that represents the account under which the <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" /> object is to be sent. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MobileItem.Sensitivity">
      <summary>Returns or sets a constant in the <see cref="T:Microsoft.Office.Interop.Outlook.OlSensitivity" /> enumeration indicating the sensitivity for the <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" /> object. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MobileItem.Sent">
      <summary>Returns a <see cref="T:System.Boolean" /> value (bool in C#) that indicates whether the <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" /> object has been sent. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MobileItem.SentOn">
      <summary>Returns a <see cref="T:System.DateTime" /> value that indicates the date and time at which the <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" /> object was sent. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MobileItem.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" /> object for the current session. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MobileItem.Size">
      <summary>Returns an Integer (int in C#) that indicates the size, in bytes, of the <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MobileItem.SMILBody">
      <summary>Returns or sets a <see cref="T:System.String" /> value (string in C#) in XML format that represents the Synchronized Multimedia Integration Language (SMIL) description of the content of a <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" /> object that is a Multimedia Messaging Service (MMS) message. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MobileItem.Subject">
      <summary>Returns or sets a <see cref="T:System.String" /> value (string in C#) that indicates the subject for the <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" /> object. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MobileItem.Submitted">
      <summary>Returns a <see cref="T:System.Boolean" /> value (bool in C#) that indicates whether the items has been submitted. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MobileItem.To">
      <summary>Returns or sets a semicolon-delimited <see cref="T:System.String" /> (string in C#) list of display names for the To recipients for the <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" /> object. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MobileItem.UnRead">
      <summary>Returns or sets a <see cref="T:System.Boolean" /> (bool in C#) value that indicates whether the <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" /> has not been opened (read). Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MobileItem.UserProperties">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.UserProperties" /> collection that represents all the user-defined properties for the <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" /> object. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._MoveOrCopyRuleAction">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.MoveOrCopyRuleAction" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MoveOrCopyRuleAction.ActionType">
      <summary>Returns a constant, olRuleActionMoveToFolder, from the <see cref="T:Microsoft.Office.Interop.Outlook.OlRuleActionType" /> enumeration that indicates the type of action that is taken by the rule. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MoveOrCopyRuleAction.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MoveOrCopyRuleAction.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MoveOrCopyRuleAction.Enabled">
      <summary>Returns or sets a Boolean (bool in C#) that determines if the rule action is enabled. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MoveOrCopyRuleAction.Folder">
      <summary>Returns or sets a <see cref="T:Microsoft.Office.Interop.Outlook.Folder" /> object that represents the folder to which the rule moves or copies the message. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MoveOrCopyRuleAction.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._MoveOrCopyRuleAction.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._NameSpace">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NameSpace.Accounts">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Accounts" /> collection object that represents all the <see cref="T:Microsoft.Office.Interop.Outlook.Account" /> objects in the current profile. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NameSpace.AddressLists">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.AddressLists" />  collection representing a collection of the address lists available for this session. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._NameSpace.AddStore(System.Object)">
      <summary>Adds a Personal Folders (.pst) file to the current profile.</summary>
      <param name="Store">The path of the .pst file to be added to the profile. If the .pst file does not exist, Microsoft Outlook creates it.</param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._NameSpace.AddStoreEx(System.Object,Microsoft.Office.Interop.Outlook.OlStoreType)">
      <summary>Adds a Personal Folders file (.pst) in the specified format to the current profile.</summary>
      <param name="Store">The path of the .pst file to be added to the profile. If the .pst file does not exist, Microsoft Outlook creates it.</param>
      <param name="Type">The format in which the data file should be created.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NameSpace.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NameSpace.AutoDiscoverConnectionMode">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlAutoDiscoverConnectionMode" /> constant that specifies the type of connection to the Exchange server for auto-discovery service. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NameSpace.AutoDiscoverXml">
      <summary>Returns a String (string in C#) that represents information in XML retrieved from the auto-discovery service of an Exchange server. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NameSpace.Categories">
      <summary>Returns or sets a <see cref="T:Microsoft.Office.Interop.Outlook.Categories" /> object that represents the set of <see cref="T:Microsoft.Office.Interop.Outlook.Category" /> objects available to the namespace. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NameSpace.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._NameSpace.CompareEntryIDs(System.String,System.String)">
      <summary>Returns a Boolean value (bool in C#) that indicates if two entry ID values refer to the same Outlook item.</summary>
      <returns>True if the entry ID values refer to the same Outlook item; otherwise, False.</returns>
      <param name="FirstEntryID">The first entry ID to be compared.</param>
      <param name="SecondEntryID">The second entry ID to be compared.</param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._NameSpace.CreateContactCard(Microsoft.Office.Interop.Outlook.AddressEntry)">
      <summary>Creates an instance of a <see cref="T:Microsoft.Office.Core.ContactCard" /> object for the contact that is specified by the <paramref name="AddressEntry" /> parameter.</summary>
      <returns>Returns a ContactCard object that is created for the specified user.</returns>
      <param name="AddressEntry">The <see cref="T:Microsoft.Office.Interop.Outlook.AddressEntry" /> object that represents the user for whom the contact card is to be created.</param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._NameSpace.CreateRecipient(System.String)">
      <summary>Creates a <see cref="T:Microsoft.Office.Interop.Outlook.Recipient" />  object.</summary>
      <returns>A Recipient object that represents the new recipient.</returns>
      <param name="RecipientName">The name of the recipient; it can be a string representing the display name, the alias, or the full SMTP e-mail address of the recipient.</param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._NameSpace.CreateSharingItem(System.Object,System.Object)">
      <summary>Creates a new <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" /> object.</summary>
      <returns>A SharingItem object that represents a sharing message for the specified context.</returns>
      <param name="Context">Either a String (string in C#) value or a <see cref="T:Microsoft.Office.Interop.Outlook.Folder" /> object representing the sharing context to be used.</param>
      <param name="Provider">An <see cref="T:Microsoft.Office.Interop.Outlook.OlSharingProvider" />  value representing the sharing provider to be used.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NameSpace.CurrentProfileName">
      <summary>Returns a String (string in C#) representing the name of the current profile. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NameSpace.CurrentUser">
      <summary>Returns the display name of the currently logged-on user as a <see cref="T:Microsoft.Office.Interop.Outlook.Recipient" />  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NameSpace.DefaultStore">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.Store" /> object representing the default Store for the profile. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._NameSpace.Dial(System.Object)">
      <summary>Displays the New Call dialog box that allows users to dial the primary phone number of a specified contact.</summary>
      <param name="ContactItem">The <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" /> object of the contact you want to dial.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NameSpace.ExchangeConnectionMode">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlExchangeConnectionMode" /> constant that indicates the current connection mode the user is using. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NameSpace.ExchangeMailboxServerName">
      <summary>Returns a String (string in C#) value that represents the name of the Exchange server on which the active mailbox is hosted. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NameSpace.ExchangeMailboxServerVersion">
      <summary>Returns a String (string in C#) value that represents the full version of the Exchange server on which the active mailbox is hosted. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NameSpace.Folders">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.Folders" />  collection that represents all the folders contained in the specified <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._NameSpace.GetAddressEntryFromID(System.String)">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.AddressEntry" /> object that represents the address entry  specified by <paramref name="ID" />. </summary>
      <returns>An AddressEntry that has the <see cref="P:Microsoft.Office.Interop.Outlook.AddressEntry.ID" /> property matching the specified <paramref name="ID" />.</returns>
      <param name="ID">A string identifier for an address entry maintained for the session.</param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._NameSpace.GetDefaultFolder(Microsoft.Office.Interop.Outlook.OlDefaultFolders)">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.Folder" />  object that represents the default folder of the requested type for the current profile, for example, obtains the default Calendar folder for the user who is currently logged on.</summary>
      <returns>A Folder object that represents the default folder of the requested type for the current profile. If the default folder of the requested type does not exist, for example, because olFolderManagedEmail is specified as the <paramref name="FolderType" /> but the Managed Folders group has not been deployed, then Microsoft Outlook raises an error.</returns>
      <param name="FolderType">The type of default folder to return.</param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._NameSpace.GetFolderFromID(System.String,System.Object)">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.Folder" />  object identified by the specified entry ID (if valid). </summary>
      <returns>AFolder object that represents the specified folder.</returns>
      <param name="EntryIDFolder">The <see cref="P:Microsoft.Office.Interop.Outlook.MAPIFolder.EntryID" />  of the folder.</param>
      <param name="EntryIDStore">The <see cref="P:Microsoft.Office.Interop.Outlook.MAPIFolder.StoreID" />  for the folder.</param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._NameSpace.GetGlobalAddressList">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.AddressList" /> object that represents the Exchange Global Address List.</summary>
      <returns>An AddressList that represents the Global Address List.</returns>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._NameSpace.GetItemFromID(System.String,System.Object)">
      <summary>Returns a Microsoft Outlook item identified by the specified entry ID (if valid). </summary>
      <returns>An Object value that represents the specified Outlook item.</returns>
      <param name="EntryIDItem"> The <see cref="P:Microsoft.Office.Interop.Outlook.MAPIFolder.EntryID" />  of the item.</param>
      <param name="EntryIDStore">The <see cref="P:Microsoft.Office.Interop.Outlook.MAPIFolder.StoreID" />  for the folder. <paramref name="EntryIDStore" /> usually must be provided when retrieving an item based on its MAPI IDs.</param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._NameSpace.GetRecipientFromID(System.String)">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.Recipient" />  object identified by the specified entry ID (if valid). </summary>
      <returns>A Recipient object that represents the specified recipient.</returns>
      <param name="EntryID">The <see cref="P:Microsoft.Office.Interop.Outlook.Recipient.EntryID" />  of the recipient.</param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._NameSpace.GetSelectNamesDialog">
      <summary>Obtains a <see cref="T:Microsoft.Office.Interop.Outlook.SelectNamesDialog" /> object for the current session.</summary>
      <returns>A  SelectNamesDialog object for the current session. The SelectNamesDialog object supports displaying the Select Names dialog box for the user to select entries from one or more address lists in the current session. </returns>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._NameSpace.GetSharedDefaultFolder(Microsoft.Office.Interop.Outlook.Recipient,Microsoft.Office.Interop.Outlook.OlDefaultFolders)">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.Folder" />  object that represents the specified default folder for the specified user. </summary>
      <returns>A Folder object that represents the specified default folder for the specified user.</returns>
      <param name="Recipient">The owner of the folder. Note that the Recipient object must be resolved.</param>
      <param name="FolderType">The type of folder.</param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._NameSpace.GetStoreFromID(System.String)">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.Store" /> object that represents the store specified by <paramref name="ID" />.</summary>
      <returns>A Store object that has the <see cref="P:Microsoft.Office.Interop.Outlook._Store.StoreID" /> property matching <paramref name="ID" />.</returns>
      <param name="ID">A string value identifying a store.</param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._NameSpace.Logoff">
      <summary>Logs the user off from the current MAPI session.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._NameSpace.Logon(System.Object,System.Object,System.Object,System.Object)">
      <summary>Logs the user on to MAPI, obtaining a MAPI session.</summary>
      <param name="Profile">The MAPI profile name, as a String (string in C#), to use for the session. Specify an empty string to use the default profile for the current session.</param>
      <param name="Password">The password (if any), as a String (string in C#), associated with the profile.  This parameter exists only for  backwards compatibility and for security reasons, it is not recommended for use.  Microsoft Oultook will prompt the user to specify a password in most system configurations.  This is your logon password and  should not be confused with PST passwords.</param>
      <param name="ShowDialog">True to display the MAPI logon dialog box to allow the user to select a MAPI profile.</param>
      <param name="NewSession">True to create a new Outlook session. Since multiple sessions cannot be created in Outlook, this parameter should be specified as True only if a session does not already exist.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NameSpace.MAPIOBJECT">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NameSpace.Offline">
      <summary>Returns a Boolean (bool in C#) indicating True if Outlook is offline (not connected to an Exchange server), and False if online (connected to an Exchange server).  Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._NameSpace.OpenSharedFolder(System.String,System.Object,System.Object,System.Object)">
      <summary>Opens a shared folder referenced through a URL or file name.</summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Outlook.Folder" /> object that represents the shared folder.</returns>
      <param name="Path">The URL or local file name of the shared folder to be opened.</param>
      <param name="Name">The name of the Really Simple Syndication (RSS) feed or Webcal calendar. This parameter is ignored for other shared folder types.</param>
      <param name="DownloadAttachments">Indicates whether to download enclosures (for RSS feeds) or attachments (for Webcal calendars.) This parameter is ignored for other shared folder types.</param>
      <param name="UseTTL">Indicates whether the Time To Live (TTL) setting in an RSS feed or WebCal calendar should be used. This parameter is ignored for other shared folder types.</param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._NameSpace.OpenSharedItem(System.String)">
      <summary>Opens a shared item from a specified path or URL.</summary>
      <returns>An Object representing the appropriate Outlook item for the shared item.</returns>
      <param name="Path">The path or URL of the shared item to be opened.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NameSpace.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._NameSpace.PickFolder">
      <summary>Displays the Pick Folder dialog box.</summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Outlook.Folder" /> object  that represents the folder that the user selects  in the dialog box, or Nothing if the dialog box is canceled by the user. </returns>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._NameSpace.RefreshRemoteHeaders">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._NameSpace.RemoveStore(Microsoft.Office.Interop.Outlook.MAPIFolder)">
      <summary>Removes a Personal Folders file (.pst) from the current MAPI profile or session.</summary>
      <param name="Folder">The Personal Folders file (.pst) to be deleted from the list.</param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._NameSpace.SendAndReceive(System.Boolean)">
      <summary>Initiates immediate delivery of all undelivered messages submitted in the current session, and  immediate receipt of  mail for  all accounts in the current profile. </summary>
      <param name="showProgressDialog">Indicates whether the Outlook Send/Receive Progress dialog box should be displayed, regardless of user settings.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NameSpace.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NameSpace.Stores">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.Stores" /> collection object that represents all the <see cref="T:Microsoft.Office.Interop.Outlook.Store" /> objects in the current profile. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NameSpace.SyncObjects">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.SyncObjects" />  collection containing all Send\Receive groups. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NameSpace.Type">
      <summary>Returns a String (string in C#) indicating the type of the specified object.  Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._NavigationFolder">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.NavigationFolder" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NavigationFolder.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NavigationFolder.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NavigationFolder.DisplayName">
      <summary>Returns a String (string in C#) representing the display name of the <see cref="T:Microsoft.Office.Interop.Outlook.NavigationFolder" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NavigationFolder.Folder">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.Folder" /> object that represents the shared or linked folder associated with the navigation folder. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NavigationFolder.IsRemovable">
      <summary>Returns a Boolean value (bool in C#) that indicates whether the <see cref="T:Microsoft.Office.Interop.Outlook.NavigationFolder" /> object can be removed from the Navigation Pane. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NavigationFolder.IsSelected">
      <summary>Returns or sets a Boolean variable (bool in C#) that indicates whether the <see cref="T:Microsoft.Office.Interop.Outlook.NavigationFolder" /> object is selected for display. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NavigationFolder.IsSideBySide">
      <summary>Returns or sets a Boolean value (bool in C#) that indicates whether the <see cref="T:Microsoft.Office.Interop.Outlook.NavigationFolder" /> object is displayed in side-by-side or overlay mode. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NavigationFolder.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NavigationFolder.Position">
      <summary>Returns or sets an Integer value that represents the ordinal position of the <see cref="T:Microsoft.Office.Interop.Outlook.NavigationFolder" /> object when displayed in the Navigation Pane. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NavigationFolder.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._NavigationFolders">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.NavigationFolders" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._NavigationFolders.Add(Microsoft.Office.Interop.Outlook.MAPIFolder)">
      <summary>Adds the specified <see cref="T:Microsoft.Office.Interop.Outlook.Folder" />, as a <see cref="T:Microsoft.Office.Interop.Outlook.NavigationFolder" /> object, to the end of the <see cref="T:Microsoft.Office.Interop.Outlook.NavigationFolders" /> collection.</summary>
      <returns>A NavigationFolder object that represents the new navigation folder.</returns>
      <param name="Folder">The folder to add.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NavigationFolders.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NavigationFolders.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NavigationFolders.Count">
      <summary>Returns an Integer (int in C#) value indicating the count of objects in the specified collection. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NavigationFolders.Item(System.Object)">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.NavigationFolder" /> object from the collection.</summary>
      <returns>A NavigationFolder object that represents the specified object.</returns>
      <param name="Index">Either the index number of the object, or the value used to match the default property of an object in the collection.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NavigationFolders.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._NavigationFolders.Remove(Microsoft.Office.Interop.Outlook.NavigationFolder)">
      <summary>Removes an object from the collection.</summary>
      <param name="RemovableFolder">The navigation folder to be removed.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NavigationFolders.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._NavigationGroup">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.NavigationGroup" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NavigationGroup.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NavigationGroup.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NavigationGroup.GroupType">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlGroupType" /> constant that indicates the group type for the <see cref="T:Microsoft.Office.Interop.Outlook.NavigationGroup" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NavigationGroup.Name">
      <summary>Returns or sets a String (string in C#) value that represents the display name for the  <see cref="T:Microsoft.Office.Interop.Outlook.NavigationGroup" /> object. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NavigationGroup.NavigationFolders">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.NavigationFolders" /> object that contains the set of navigation folders associated with the <see cref="T:Microsoft.Office.Interop.Outlook.NavigationGroup" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NavigationGroup.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NavigationGroup.Position">
      <summary>Returns or sets an Integer (int in C#) value that represents the ordinal position of the <see cref="T:Microsoft.Office.Interop.Outlook.NavigationGroup" /> object when displayed in the Navigation Pane. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NavigationGroup.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._NavigationGroups">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.NavigationGroups" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NavigationGroups.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NavigationGroups.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NavigationGroups.Count">
      <summary>Returns an Integer (int in C#) value indicating the count of objects in the specified collection. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._NavigationGroups.Create(System.String)">
      <summary>Creates and returns a new <see cref="T:Microsoft.Office.Interop.Outlook.NavigationGroup" /> object, added to the end of the <see cref="T:Microsoft.Office.Interop.Outlook.NavigationGroups" /> collection.</summary>
      <returns>A NavigationGroup object that represents the new navigation group.</returns>
      <param name="GroupDisplayName">The value of the <see cref="P:Microsoft.Office.Interop.Outlook._NavigationGroup.Name" /> property for the new NavigationGroup object.</param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._NavigationGroups.Delete(Microsoft.Office.Interop.Outlook.NavigationGroup)">
      <summary>Deletes the specified <see cref="T:Microsoft.Office.Interop.Outlook.NavigationGroup" /> object from the <see cref="T:Microsoft.Office.Interop.Outlook.NavigationGroups" /> collection.</summary>
      <param name="Group">The navigation group to be deleted.</param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._NavigationGroups.GetDefaultNavigationGroup(Microsoft.Office.Interop.Outlook.OlGroupType)">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NavigationGroup" /> that corresponds to the selected default shared folder group.</summary>
      <returns>A NavigationGroup object that represents the selected default folder group.</returns>
      <param name="DefaultFolderGroup">The type of navigation group to be retrieved.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NavigationGroups.Item(System.Object)">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.NavigationGroup" /> object from the collection.</summary>
      <returns>A NavigationGroup object that represents the specified object.</returns>
      <param name="Index">The index number of the object.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NavigationGroups.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NavigationGroups.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._NavigationModule">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.NavigationModule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NavigationModule.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NavigationModule.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NavigationModule.Name">
      <summary>Returns a String (string in C#) value that represents the localized display name for the <see cref="T:Microsoft.Office.Interop.Outlook.NavigationModule" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NavigationModule.NavigationModuleType">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlNavigationModuleType" /> constant that represents the navigation module type for the object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NavigationModule.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NavigationModule.Position">
      <summary>Returns or sets an Integer (int in C#) value that represents the ordinal position of the <see cref="T:Microsoft.Office.Interop.Outlook.NavigationModule" /> object when displayed in the Navigation Pane. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NavigationModule.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NavigationModule.Visible">
      <summary>Returns or sets a Boolean value (bool in C#) that determines whether the <see cref="T:Microsoft.Office.Interop.Outlook.NavigationModule" /> object is displayed in the Navigation Pane. Read/write.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._NavigationModules">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.NavigationModules" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NavigationModules.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NavigationModules.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NavigationModules.Count">
      <summary>Returns an Integer (int in C#) value indicating the count of objects in the specified collection. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._NavigationModules.GetNavigationModule(Microsoft.Office.Interop.Outlook.OlNavigationModuleType)">
      <summary>Retrieves a <see cref="T:Microsoft.Office.Interop.Outlook.NavigationModule" /> object with the specified navigation module type from the Navigation Pane.</summary>
      <returns>A NavigationModule object that represents the navigation module with the specified navigation module type.</returns>
      <param name="ModuleType">The type of navigation module to be retrieved.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NavigationModules.Item(System.Object)">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.NavigationModule" /> object from the collection.</summary>
      <returns>A NavigationModule object that represents the specified object.</returns>
      <param name="Index">Either the integer index of the position of the navigation module in the Navigation Pane, or the value used to match the default property of an object in the collection.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NavigationModules.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NavigationModules.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._NavigationPane">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.NavigationPane" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NavigationPane.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NavigationPane.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NavigationPane.CurrentModule">
      <summary>Returns or sets a <see cref="T:Microsoft.Office.Interop.Outlook.NavigationModule" /> object that represents the currently selected navigation module in the Navigation Pane. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NavigationPane.DisplayedModuleCount">
      <summary>Returns or sets an Integer (int in C#) value that indicates the number of <see cref="T:Microsoft.Office.Interop.Outlook.NavigationModule" /> objects displayed in the Navigation Pane. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NavigationPane.IsCollapsed">
      <summary>Returns or sets a Boolean value (bool in C#) that determines whether the Navigation Pane is collapsed. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NavigationPane.Modules">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.NavigationModules" /> object that represents the set of navigation modules contained by the Navigation Pane. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NavigationPane.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NavigationPane.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._NewItemAlertRuleAction">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.NewItemAlertRuleAction" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NewItemAlertRuleAction.ActionType">
      <summary>Returns a constant, olRuleActionNewItemAlert, from the <see cref="T:Microsoft.Office.Interop.Outlook.OlRuleActionType" /> enumeration that indicates the type of action that is taken by the rule. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NewItemAlertRuleAction.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NewItemAlertRuleAction.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NewItemAlertRuleAction.Enabled">
      <summary>Returns or sets a Boolean (bool in C#) that determines if the rule action is enabled. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NewItemAlertRuleAction.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NewItemAlertRuleAction.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NewItemAlertRuleAction.Text">
      <summary>Returns or sets a String (string in C#) that represents the text displayed in the new item alert dialog box. Read/write.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._NoteItem">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.NoteItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NoteItem.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NoteItem.AutoResolvedWinner">
      <summary>Returns a Boolean (bool in C#) that determines if the item is a winner of an automatic conflict resolution. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NoteItem.Body">
      <summary>Returns or sets a String (string in C#) representing the clear-text body of the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NoteItem.Categories">
      <summary>Returns or sets a String (string in C#) representing the categories assigned to the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NoteItem.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._NoteItem.Close(Microsoft.Office.Interop.Outlook.OlInspectorClose)">
      <summary>Closes and optionally saves changes to the Outlook item.</summary>
      <param name="SaveMode">The close behavior. If the item displayed within the inspector has not been changed, this argument has no effect.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NoteItem.Color">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NoteItem.Conflicts">
      <summary>Return the <see cref="T:Microsoft.Office.Interop.Outlook.Conflicts" /> object that represents the items that are in conflict for any Outlook item object.  Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._NoteItem.Copy">
      <summary>Creates another instance of an object.</summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Outlook.NoteItem" /> object that represents a copy of the specified note.</returns>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NoteItem.CreationTime">
      <summary>Returns a DateTime indicating the creation time for the Outlook item. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._NoteItem.Delete">
      <summary>Deletes an object from the collection.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._NoteItem.Display(System.Object)">
      <summary>Displays a new <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" /> object for the item.</summary>
      <param name="Modal">True to make the window modal. The default value is False.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NoteItem.DownloadState">
      <summary>Returns a constant that belongs to the <see cref="T:Microsoft.Office.Interop.Outlook.OlDownloadState" /> enumeration indicating the download state of the item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NoteItem.EntryID">
      <summary>Returns a String (string in C#) representing the unique Entry ID of the object.  Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NoteItem.GetInspector">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" />  object that represents an inspector initialized to contain the specified item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NoteItem.Height">
      <summary>Returns or sets an Integer (int in C#) value specifying the height (in pixels) of the note window. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NoteItem.IsConflict">
      <summary>Returns a Boolean (bool in C#) that determines if the item is in conflict. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NoteItem.ItemProperties">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.ItemProperties" /> collection that represents all standard and user-defined properties associated with the Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NoteItem.LastModificationTime">
      <summary>Returns a DateTime specifying the date and time that the Outlook item was last modified.  Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NoteItem.Left">
      <summary>Returns or sets an Integer (int in C#) value specifying the position (in pixels) of the left vertical edge of a note window from the edge of the screen. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NoteItem.Links">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.Links" /> collection that represents the contacts to which the item is linked. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NoteItem.MarkForDownload">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlRemoteStatus" />  constant that determines the status of an item once it is received by a remote user. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NoteItem.MessageClass">
      <summary>Returns or sets a String (string in C#) representing the message class for the Outlook item. Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._NoteItem.Move(Microsoft.Office.Interop.Outlook.MAPIFolder)">
      <summary>Moves a Microsoft Outlook item to a new folder.</summary>
      <returns>An Object value that represents the item which has been moved to the designated folder.</returns>
      <param name="DestFldr">An expression that returns a Folder object. The destination folder.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NoteItem.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._NoteItem.PrintOut">
      <summary>Prints the Outlook item using all default settings. The PrintOut method is the only Outlook method that can be used for printing.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NoteItem.PropertyAccessor">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.PropertyAccessor" /> object that supports creating, getting, setting, and deleting properties of the parent <see cref="T:Microsoft.Office.Interop.Outlook.NoteItem" /> object. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._NoteItem.Save">
      <summary>Saves the Microsoft Outlook item to the current folder or, if this is a new item, to the Outlook default folder for the item type.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._NoteItem.SaveAs(System.String,System.Object)">
      <summary>Saves the Microsoft Outlook item to the specified path and in the format of the specified file type. If the file type is not specified, the MSG format (.msg) is used.</summary>
      <param name="Path">The path in which to save the item.</param>
      <param name="Type">The file type to save. Can be one of the following OlSaveAsType constants: olHTML, olMSG, olRTF, olTemplate, olDoc,olTXT, olVCal,  olVCard,  olICal, or olMSGUnicode.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NoteItem.Saved">
      <summary>Returns a Boolean (bool in C#) value that is True if the Outlook item has not been modified since the last save. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NoteItem.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NoteItem.Size">
      <summary>Returns an Integer (int in C#) value indicating the size (in bytes) of the Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NoteItem.Subject">
      <summary>Returns or sets a String (string in C#) indicating the subject for the Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NoteItem.Top">
      <summary>Returns or sets an Integer (int in C#) value indicating the position (in pixels) of the top horizontal edge of a note window from the edge of the screen. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NoteItem.Width">
      <summary>Returns or sets an Integer (int in C#) value indicating the width (in pixels) of the specified object. Read/write.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._NotesModule">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.NotesModule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NotesModule.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NotesModule.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NotesModule.Name">
      <summary>Returns a String (string in C#) value that represents the localized display name for the <see cref="T:Microsoft.Office.Interop.Outlook.NotesModule" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NotesModule.NavigationGroups">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.NavigationGroups" /> object that contains the set of navigation groups associated with the <see cref="T:Microsoft.Office.Interop.Outlook.NotesModule" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NotesModule.NavigationModuleType">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlNavigationModuleType" /> constant that represents the navigation module type for the object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NotesModule.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NotesModule.Position">
      <summary>Returns or sets an Integer (int in C#) value that represents the ordinal position of the <see cref="T:Microsoft.Office.Interop.Outlook.NotesModule" /> object when displayed in the Navigation Pane. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NotesModule.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._NotesModule.Visible">
      <summary>Returns or sets a Boolean (bool in C#) value that determines whether the <see cref="T:Microsoft.Office.Interop.Outlook.NotesModule" /> object is displayed in the Navigation Pane. Read/write.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._OlkBusinessCardControl">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkBusinessCardControl" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkBusinessCardControl.MouseIcon">
      <summary>Returns or sets a StdPicture that represents a custom picture to the mouse cursor for this control. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkBusinessCardControl.MousePointer">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlMousePointer" /> constant that specifies the type of pointer displayed when the user positions the mouse over the control.  Read/write.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._OlkCategory">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkCategory" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkCategory.AutoSize">
      <summary>Returns or sets a Boolean (bool in C#) that automatically sizes the control to display  the entire contents.  Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkCategory.BackColor">
      <summary>Returns or sets a UInteger (uint in C#) value that indicates the background color of the control. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkCategory.BackStyle">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlBackStyle" /> constant that changes the background style of the control between transparent and opaque. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkCategory.Enabled">
      <summary>Returns or sets a Boolean (bool in C#) that indicates if the control is allowed to function.  Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkCategory.ForeColor">
      <summary>Returns or sets a UInteger (uint in C#) value that indicates the foreground color of the control. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkCategory.MouseIcon">
      <summary>Returns or sets a StdPicture that represents a custom picture to the mouse cursor for this control. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkCategory.MousePointer">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlMousePointer" /> constant that specifies the type of pointer displayed when the user positions the mouse over the control.  Read/write.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._OlkCheckBox">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkCheckBox" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkCheckBox.Accelerator">
      <summary>Returns or sets a String (string in C#) value that represents the accelerator or hot key for the control. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkCheckBox.Alignment">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlAlignment" /> constant that indicates the position of a control relative to its caption.    Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkCheckBox.BackColor">
      <summary>Returns or sets a UInteger (uint in C#) value that indicates the background color of the control. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkCheckBox.BackStyle">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlBackStyle" /> constant that changes the background style of the control between transparent and opaque. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkCheckBox.Caption">
      <summary>Returns or sets a String (string in C#) that appears on an object to identify or describe it.  Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkCheckBox.Enabled">
      <summary>Returns or sets a Boolean (bool in C#) that indicates if the control is allowed to function.  Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkCheckBox.Font">
      <summary>Returns a StdFont that represents the font used to render the text inside the control.  Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkCheckBox.ForeColor">
      <summary>Returns or sets a UInteger (uint in C#) value that indicates the foreground color of the control. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkCheckBox.MouseIcon">
      <summary>Returns or sets a StdPicture that represents a custom picture to the mouse cursor for this control. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkCheckBox.MousePointer">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlMousePointer" /> constant that specifies the type of pointer displayed when the user positions the mouse over the control.  Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkCheckBox.TripleState">
      <summary>Returns or sets a Boolean (bool in C#) that specifies whether a user can specify in the user interface the Null state for the control.  Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkCheckBox.Value">
      <summary>Returns or sets an Object that specifies the state of the control. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkCheckBox.WordWrap">
      <summary>Returns or sets a Boolean (bool in C#) that specifies whether the contents of a control automatically wrap at the end of a line.  Read/write.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._OlkComboBox">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkComboBox" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._OlkComboBox.AddItem(System.String,System.Object)">
      <summary>Adds an item to the list, optionally specifying an index for the new item to appear in the list.</summary>
      <param name="ItemText">Value to be added to the list in the combo box.</param>
      <param name="Index">A 0-based value that specifies the order of the new item in the list.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkComboBox.AutoSize">
      <summary>Returns or sets a Boolean (bool in C#) that automatically sizes the control to display  the entire contents.  Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkComboBox.AutoTab">
      <summary>Returns or sets a Boolean (bool in C#) that specifies if a tab is inserted automatically  when the control has been filled to the maximum length specified. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkComboBox.AutoWordSelect">
      <summary>Returns or sets a Boolean (bool in C#) that specifies whether a word or a character is the basic unit used to extend a selection.  Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkComboBox.BackColor">
      <summary>Returns or sets a UInteger (uint in C#) value that indicates the background color of the control. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkComboBox.BorderStyle">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlBorderStyle" /> constant that defines the style of the  border  around the control.   Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._OlkComboBox.Clear">
      <summary>Removes all objects from the list in the combo box.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._OlkComboBox.Copy">
      <summary>Copies the contents of the control to the clipboard.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._OlkComboBox.Cut">
      <summary>Removes the contents of the control and copies the contents to the clipboard.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkComboBox.DragBehavior">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlDragBehavior" /> constant that indicates whether the system enables the drag-and-drop feature for this control.  Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._OlkComboBox.DropDown">
      <summary>Expands  the drop-down portion of the combo box.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkComboBox.Enabled">
      <summary>Returns or sets a Boolean (bool in C#) that indicates if the control is allowed to function.  Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkComboBox.EnterFieldBehavior">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlEnterFieldBehavior" /> constant that specifies the selection behavior when entering the control. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkComboBox.Font">
      <summary>Returns a StdFont that represents the font used to render the text inside the control.  Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkComboBox.ForeColor">
      <summary>Returns or sets a UInteger (uint in C#) value that indicates the foreground color of the control. Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._OlkComboBox.GetItem(System.Int32)">
      <summary>Obtains a String (string in C#) that represents an item at the specified location in the list of the combo box control.</summary>
      <returns>A String (string in C#) value that represents the item at the specified location in the list.</returns>
      <param name="Index">A zero-based value that specifies the location of an item in the list.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkComboBox.HideSelection">
      <summary>Returns or sets a Boolean (bool in C#) that specifies if a selection is displayed or hidden for the control when the control loses focus.  Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkComboBox.ListCount">
      <summary>Returns an Integer (int in C#) value that specifies the number of elements in the drop-down list of the combo box control. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkComboBox.ListIndex">
      <summary>Reurns or sets an Integer (int in C#) value that indicates the location of the currently selected element in the list of the combo box control. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkComboBox.Locked">
      <summary>Returns or sets a Boolean (bool in C#) that specifies whether or not the control is locked from being changed.  Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkComboBox.MaxLength">
      <summary>Returns or sets an Integer (int in C#) value that specifies the maximum number of characters for the <see cref="P:Microsoft.Office.Interop.Outlook._OlkComboBox.Value" /> of this control.  Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkComboBox.MouseIcon">
      <summary>Returns or sets a StdPicture that represents a custom picture to the mouse cursor for this control. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkComboBox.MousePointer">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlMousePointer" /> constant that specifies the type of pointer displayed when the user positions the mouse over the control.  Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._OlkComboBox.Paste">
      <summary>Pastes the contents of the clipboard in the control.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._OlkComboBox.RemoveItem(System.Int32)">
      <summary>Removes the specified item from the list.</summary>
      <param name="Index">A zero-based value indexing into the array of items in the list.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkComboBox.SelectionMargin">
      <summary>Returns or sets a Boolean (bool in C#) that specifies whether the user can select a line of text by clicking in the region to the left of the text.   Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkComboBox.SelLength">
      <summary>Returns or sets an Integer (int in C#) value that specifies the number of characters in the current selection.  Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkComboBox.SelStart">
      <summary>Returns or sets an Integer (int in C#) value that specifies either  the starting point of the selected text or the insertion point if no text has been selected.    Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkComboBox.SelText">
      <summary>Returns a String (string in C#) that represents the selected portion of the value of the combo box.    Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._OlkComboBox.SetItem(System.Int32,System.String)">
      <summary>Sets the item at the specified location in the list of the combo box to the specified value.</summary>
      <param name="Index">A zero-based value that specifies the location of an item in the list.</param>
      <param name="Item">The value to be used to update the list at the specified location.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkComboBox.Style">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlComboBoxStyle" /> constant to specify how the user can choose or set the control's value.  Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkComboBox.Text">
      <summary>Returns or sets a String (string in C#) that is the text displayed in the control. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkComboBox.TextAlign">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlTextAlign" /> constant that specifies how text is aligned in the control.  Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkComboBox.TopIndex">
      <summary>Returns or sets an Integer (int in C#) value that represents the index of the item at the top of the displayed portion of the list in the combo box. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkComboBox.Value">
      <summary>Returns or sets an Object that represents the content selected in the list displayed by the control. Read/write.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._OlkCommandButton">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkCommandButton" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkCommandButton.Accelerator">
      <summary>Returns or sets a String (string in C#) value that represents the accelerator or hot key for the control. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkCommandButton.AutoSize">
      <summary>Returns or sets a Boolean (bool in C#) that automatically sizes the control to display  the entire contents. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkCommandButton.Caption">
      <summary>Returns or sets a String (string in C#) that appears on an object to identify or describe it.  Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkCommandButton.DisplayDropArrow">
      <summary>Returns or sets a Boolean (bool in C#) that enables the rendering of a downward-pointing arrow on the button. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkCommandButton.Enabled">
      <summary>Returns or sets a Boolean (bool in C#) that indicates if the control is allowed to function.  Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkCommandButton.Font">
      <summary>Returns an StdFont that represents the font used to render the text inside the control.  Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkCommandButton.MouseIcon">
      <summary>Returns or sets an StdPicture that represents a custom picture to the mouse cursor for this control. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkCommandButton.MousePointer">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlMousePointer" /> constant that specifies the type of pointer displayed when the user positions the mouse over the control.  Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkCommandButton.Picture">
      <summary>Returns or sets an StdPicture that represents the picture that is displayed on the control.    Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkCommandButton.PictureAlignment">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlPictureAlignment" /> constant that specifies the alignment of the image and the text on the button. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkCommandButton.TextAlign">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlTextAlign" /> constant that specifies how text is aligned in the control.  Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkCommandButton.WordWrap">
      <summary>Returns or sets a Boolean (bool in C#) that specifies whether the contents of a control automatically wrap at the end of a line.  Read/write.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._OlkContactPhoto">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkContactPhoto" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkContactPhoto.Enabled">
      <summary>Returns or sets a Boolean (bool in C#) that indicates if the control is allowed to function.  Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkContactPhoto.MouseIcon">
      <summary>Returns or sets a StdPicture that represents the custom picture to the mouse cursor for this control. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkContactPhoto.MousePointer">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlMousePointer" /> constant that specifies the type of pointer displayed when the user positions the mouse over the control.  Read/write.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._OlkDateControl">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkDateControl" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkDateControl.AutoSize">
      <summary>Returns or sets a Boolean (bool in C#) that automatically sizes the control to display  the entire contents.  Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkDateControl.AutoWordSelect">
      <summary>Returns or sets a Boolean (bool in C#) that specifies whether a word or a character is the basic unit used to extend a selection.  Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkDateControl.BackColor">
      <summary>Returns or sets a UInteger (uint in C#) value that indicates the background color of the control. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkDateControl.BackStyle">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlBackStyle" /> constant that changes the background style of the control between transparent and opaque. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkDateControl.Date">
      <summary>Returns or sets the currently selected DateTime value with the time set to 12:00 AM.  Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._OlkDateControl.DropDown">
      <summary>Expands the calendar portion of the date control.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkDateControl.Enabled">
      <summary>Returns or sets a Boolean (bool in C#) that indicates if the control is allowed to function.  Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkDateControl.EnterFieldBehavior">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlEnterFieldBehavior" /> constant that specifies the selection behavior when entering the control. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkDateControl.Font">
      <summary>Returns a StdFont the represents the font used to render the text inside the control.  Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkDateControl.ForeColor">
      <summary>Returns or sets a UInteger (uint in C#) value that indicates the foreground color of the control. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkDateControl.HideSelection">
      <summary>Returns or sets a Boolean (bool in C#) that specifies if a selection is displayed or hidden for the control when the control loses focus.  Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkDateControl.Locked">
      <summary>Returns or sets a Boolean (bool in C#) that specifies whether or not the control is locked from being changed.  Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkDateControl.MouseIcon">
      <summary>Returns or sets a StdPicture that represents the custom picture to the mouse cursor for this control. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkDateControl.MousePointer">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlMousePointer" /> constant that specifies the type of pointer displayed when the user positions the mouse over the control.  Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkDateControl.ShowNoneButton">
      <summary>Returns or sets a Boolean (bool in C#) that specifies whether to display the None button in the date control.  Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkDateControl.Text">
      <summary>Returns or sets a String (string in C#) that is the text displayed in the control. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkDateControl.TextAlign">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlTextAlign" /> constant that specifies how text is aligned in the control.  Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkDateControl.Value">
      <summary>Returns or sets an Object that represents the content of the control. Read/write.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._OlkFrameHeader">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkFrameHeader" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkFrameHeader.Alignment">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlAlignment" /> constant that indicates the position of a control relative to its caption.    Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkFrameHeader.Caption">
      <summary>Returns or sets a String (string in C#) that appears on an object to identify or describe it.  Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkFrameHeader.Enabled">
      <summary>Returns or sets a Boolean (bool in C#) that indicates if the control is allowed to function.  Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkFrameHeader.Font">
      <summary>Returns an StdFont that represents the font used to render the text inside the control.  Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkFrameHeader.ForeColor">
      <summary>Returns or sets a UInteger (uint in C#) value that indicates the foreground color of the control. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkFrameHeader.MouseIcon">
      <summary>Returns or sets a StdPicture that represents the custom picture to the mouse cursor for this control. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkFrameHeader.MousePointer">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlMousePointer" /> constant that specifies the type of pointer displayed when the user positions the mouse over the control.  Read/write.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._OlkInfoBar">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkInfoBar" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkInfoBar.MouseIcon">
      <summary>Returns or sets a StdPicture that represent the custom picture to the mouse cursor for this control. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkInfoBar.MousePointer">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlMousePointer" /> constant that specifies the type of pointer displayed when the user positions the mouse over the control.  Read/write.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._OlkLabel">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkLabel" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkLabel.Accelerator">
      <summary>Returns or sets a String (string in C#) value that represents the accelerator or hot key for the control. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkLabel.AutoSize">
      <summary>Returns or sets a Boolean (bool in C#) that automatically sizes the control to display  the entire contents.  Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkLabel.BackColor">
      <summary>Returns or sets a UInteger (uint in C#) value that indicates the background color of the control. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkLabel.BackStyle">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlBackStyle" /> constant that changes the background style of the control between transparent and opaque. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkLabel.BorderStyle">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlBorderStyle" /> constant that defines the style of the  border  around the control.   Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkLabel.Caption">
      <summary>Returns or sets a String (string in C#) that appears on an object to identify or describe it.  Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkLabel.Enabled">
      <summary>Returns or sets a Boolean (bool in C#) that indicates if the control is allowed to function.  Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkLabel.Font">
      <summary>Returns as StdFont that represents the font used to render the text inside the control.  Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkLabel.ForeColor">
      <summary>Returns or sets a UInteger (uint in C#) value that indicates the foreground color of the control. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkLabel.MouseIcon">
      <summary>Returns or sets a StdPicture that represents the custom picture to the mouse cursor for this control. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkLabel.MousePointer">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlMousePointer" /> constant that specifies the type of pointer displayed when the user positions the mouse over the control.  Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkLabel.TextAlign">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlTextAlign" /> constant that specifies how text is aligned in the control.  Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkLabel.UseHeaderColor">
      <summary>Returns or sets a Boolean (bool in C#) that indicates whether the label control should use the foreground color to match the current Windows XP or Windows Vista theme. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkLabel.Value">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkLabel.WordWrap">
      <summary>Returns or sets a Boolean (bool in C#) that specifies whether the contents of a control automatically wrap at the end of a line.  Read/write.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._OlkListBox">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkListBox" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._OlkListBox.AddItem(System.String,System.Object)">
      <summary>Adds an item to the list, optionally specifying an index for the new item to appear in the list.</summary>
      <param name="ItemText">Value to be added to the list in the list box control.</param>
      <param name="Index">A 0-based value that specifies the order of the new item in the list.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkListBox.BackColor">
      <summary>Returns or sets a UInteger (uint in C#) value that indicates the background color of the control. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkListBox.BorderStyle">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlBorderStyle" /> constant that defines the style of the  border  around the control.   Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._OlkListBox.Clear">
      <summary>Removes all objects from the list.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._OlkListBox.Copy">
      <summary>Copies the current selection in the drop-down list to the clipboard.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkListBox.Enabled">
      <summary>Returns or sets a Boolean (bool in C#) that indicates if the control is allowed to function.  Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkListBox.Font">
      <summary>Returns an StdFont that represents the font used to render the text inside the control.  Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkListBox.ForeColor">
      <summary>Returns or sets a UInteger (uint in C#) value that indicates the foreground color of the control. Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._OlkListBox.GetItem(System.Int32)">
      <summary>Obtains a String (string in C#)  that represents an item at the specified location in the list.</summary>
      <returns>A String (string in C#)  value that represents the item at the specified location in the list.</returns>
      <param name="Index">A zero-based value that specifies the location of an item in the list.</param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._OlkListBox.GetSelected(System.Int32)">
      <summary>Returns a Boolean (bool in C#) that indicates if the indexed item is currently selected.</summary>
      <returns>A Boolean value (bool in C#) that is True if the specified item is currently selected, False otherwise.</returns>
      <param name="Index">A zero-based value that specifies the location of an item in the list.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkListBox.ListCount">
      <summary>Returns an Integer (int in C#) value that specifies the number of elements in the drop-down list of the list box control. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkListBox.ListIndex">
      <summary>Reurns or sets an Integer (int in C#) value that indicates the location of the currently selected element in the list of the combo box control. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkListBox.Locked">
      <summary>Returns or sets a Boolean (bool in C#) that specifies whether or not the control is locked from being changed.  Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkListBox.MatchEntry">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlMatchEntry" /> constant that  indicates how the control searches its list as the user types. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkListBox.MouseIcon">
      <summary>Returns or sets a StdPicture that represents the custom picture to the mouse cursor for this control. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkListBox.MousePointer">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlMousePointer" /> constant that specifies the type of pointer displayed when the user positions the mouse over the control.  Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkListBox.MultiSelect">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlMultiSelect" /> constant that  specifies the range of items that can be selected in the list box control. Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._OlkListBox.RemoveItem(System.Int32)">
      <summary>Removes the specified item from the list.</summary>
      <param name="Index">A zero-based value indexing into the array of items in the list.</param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._OlkListBox.SetItem(System.Int32,System.String)">
      <summary>Sets the item at the specified location in the list to the specified value.</summary>
      <param name="Index">A zero-based value that specifies the location of an item in the list.</param>
      <param name="Item">The value to be used to update the list at the specified location.</param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._OlkListBox.SetSelected(System.Int32,System.Boolean)">
      <summary>Sets the selected state of an item at the specified location in the list to the given <paramref name="Selected" /> value.  </summary>
      <param name="Index">A zero-based value that specifies the location of an item in the list.</param>
      <param name="Selected">True to indicate that the item should be selected, False to indicate that the item should not be selected.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkListBox.Text">
      <summary>Returns or sets a String (string in C#) that is the text displayed in the control. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkListBox.TextAlign">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlTextAlign" /> constant that specifies how text is aligned in the control.  Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkListBox.TopIndex">
      <summary>Returns or sets an Integer (int in C#) value that represents the index of the item at the top of the displayed portion of the list. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkListBox.Value">
      <summary>Returns or sets an Object that represents the content selected in the list displayed by the control. Read/write.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._OlkOptionButton">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkOptionButton" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkOptionButton.Accelerator">
      <summary>Returns or sets a String (string in C#) value that represents the accelerator or hot key for the control. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkOptionButton.Alignment">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlAlignment" /> constant that indicates the position of a control relative to its caption.    Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkOptionButton.BackColor">
      <summary>Returns or sets a UInteger (uint in C#) value that indicates the background color of the control. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkOptionButton.BackStyle">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlBackStyle" /> constant that changes the background style of the control between transparent and opaque. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkOptionButton.Caption">
      <summary>Returns or sets a String (string in C#) that appears on an object to identify or describe it.  Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkOptionButton.Enabled">
      <summary>Returns or sets a Boolean (bool in C#) that indicates if the control is allowed to function.  Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkOptionButton.Font">
      <summary>Returns an StdFont that represents the font used to render the text inside the control.  Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkOptionButton.ForeColor">
      <summary>Returns or sets a UInteger (uint in C#) value that indicates the foreground color of the control. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkOptionButton.GroupName">
      <summary>Returns or sets a String (string in C#) that identifies a group of mutually exclusive option button controls.  Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkOptionButton.MouseIcon">
      <summary>Returns or sets a StdPicture that represents the custom picture to the mouse cursor for this control. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkOptionButton.MousePointer">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlMousePointer" /> constant that specifies the type of pointer displayed when the user positions the mouse over the control.  Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkOptionButton.Value">
      <summary>Returns or sets an Object that represents the state of the control. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkOptionButton.WordWrap">
      <summary>Returns or sets a Boolean (bool in C#) that specifies whether the contents of a control automatically wrap at the end of a line.  Read/write.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._OlkPageControl">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkPageControl" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkPageControl.Page">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlPageType" /> constant that specifies the type of page that will be displayed in this control. Read/write.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._OlkSenderPhoto">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkSenderPhoto" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkSenderPhoto.Enabled">
      <summary>Returns or sets a Boolean (bool in C#) that indicates if the control is allowed to function.  Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkSenderPhoto.MouseIcon">
      <summary>Returns or sets a StdPicture that represents the custom picture to the mouse cursor for this control. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkSenderPhoto.MousePointer">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlMousePointer" /> constant that specifies the type of pointer displayed when the user positions the mouse over the control.  Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkSenderPhoto.PreferredHeight">
      <summary>Returns an Integer (int in C#) value that specifies the application-preferred height of the sender picture.    Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkSenderPhoto.PreferredWidth">
      <summary>Returns an Integer (int in C#) value that specifies the application-preferred width of the sender picture.    Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._OlkTextBox">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTextBox" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkTextBox.AutoSize">
      <summary>Returns or sets a Boolean (bool in C#) that automatically sizes the control to display  the entire contents.  Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkTextBox.AutoTab">
      <summary>Returns or sets a Boolean (bool in C#) that specifies if a tab is inserted automatically  when the control has been filled to the maximum length specified. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkTextBox.AutoWordSelect">
      <summary>Returns or sets a Boolean (bool in C#) that specifies whether a word or a character is the basic unit used to extend a selection.  Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkTextBox.BackColor">
      <summary>Returns or sets a UInteger (uint in C#) value that indicates the background color of the control. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkTextBox.BorderStyle">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlBorderStyle" /> constant that defines the style of the  border  around the control.   Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._OlkTextBox.Clear">
      <summary>Removes the text in the text box.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._OlkTextBox.Copy">
      <summary>Copies the contents of the control to the clipboard.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._OlkTextBox.Cut">
      <summary>Removes the contents of the control and copies the contents to the clipboard.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkTextBox.DragBehavior">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlDragBehavior" /> constant that indicates whether the system enables the drag-and-drop feature for this control.  Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkTextBox.Enabled">
      <summary>Returns or sets a Boolean (bool in C#) that indicates if the control is allowed to function.  Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkTextBox.EnableRichText">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkTextBox.EnterFieldBehavior">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlEnterFieldBehavior" /> constant that specifies the selection behavior when entering the control. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkTextBox.EnterKeyBehavior">
      <summary>Returns or sets a Boolean (bool in C#) that defines the way the ENTER key behaves in the control.  Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkTextBox.Font">
      <summary>Returns an StdFont that represents the font used to render the text inside the control.  Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkTextBox.ForeColor">
      <summary>Returns or sets a UInteger (uint in C#) value that indicates the foreground color of the control. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkTextBox.HideSelection">
      <summary>Returns or sets a Boolean (bool in C#) that specifies if a selection is displayed or hidden for the control when the control loses focus.  Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkTextBox.IntegralHeight">
      <summary>Returns or sets a Boolean (bool in C#) that specifies whether this control displays full lines of text. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkTextBox.Locked">
      <summary>Returns or sets a Boolean (bool in C#) that specifies whether or not the control is locked from being changed.  Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkTextBox.MaxLength">
      <summary>Returns or sets an Integer (int in C#) value that specifies the maximum number of characters for the <see cref="P:Microsoft.Office.Interop.Outlook._OlkTextBox.Value" /> of this control.  Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkTextBox.MouseIcon">
      <summary>Returns or sets a StdPicture that represent the custom picture to the mouse cursor for this control. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkTextBox.MousePointer">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlMousePointer" /> constant that specifies the type of pointer displayed when the user positions the mouse over the control.  Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkTextBox.MultiLine">
      <summary>Returns or sets a Boolean (bool in C#) that specifies whether a control can accept and display multiple lines of text.  Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkTextBox.PasswordChar">
      <summary>Returns or sets a String (string in C#) that specifies a placeholder character that is to be displayed repetitively as a string instead of the actual characters entered in the text box.  Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._OlkTextBox.Paste">
      <summary>Pastes the contents of the clipboard in the control.  </summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkTextBox.Scrollbars">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlScrollBars" /> constant that specifies whether the control has a vertical scroll bar, horizontal scroll bar, or both.  Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkTextBox.SelectionMargin">
      <summary>Returns or sets a Boolean (bool in C#) that specifies whether the user can select a line of text by clicking in the region to the left of the text.   Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkTextBox.SelLength">
      <summary>Returns or sets an Integer (int in C#) value that specifies the number of characters in the current selection.  Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkTextBox.SelStart">
      <summary>Returns or sets an Integer (int in C#) value that specifies either  the starting point of the selected text or the insertion point if no text has been selected.    Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkTextBox.SelText">
      <summary>Returns a String (string in C#) that represents the currently selected portion of the value of the text box.    Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkTextBox.TabKeyBehavior">
      <summary>Returns or sets a Boolean (bool in C#) that specifies how the control responds to the TAB key.  Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkTextBox.Text">
      <summary>Returns or sets a String (string in C#) that is the text displayed in the control. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkTextBox.TextAlign">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlTextAlign" /> constant that specifies how text is aligned in the control.  Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkTextBox.Value">
      <summary>Returns or sets an Object that represents the content of the control. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkTextBox.WordWrap">
      <summary>Returns or sets a Boolean (bool in C#) that specifies whether the contents of a control automatically wrap at the end of a line.  Read/write.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._OlkTimeControl">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTimeControl" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkTimeControl.AutoSize">
      <summary>Returns or sets a Boolean (bool in C#) that automatically sizes the control to display  the entire contents.  Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkTimeControl.AutoWordSelect">
      <summary>Returns or sets a Boolean (bool in C#) that specifies whether a word or a character is the basic unit used to extend a selection.  Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkTimeControl.BackColor">
      <summary>Returns or sets a UInteger (uint in C#) value that indicates the background color of the control. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkTimeControl.BackStyle">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlBackStyle" /> constant that changes the background style of the control between transparent and opaque. Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._OlkTimeControl.DropDown">
      <summary>Expands the time drop-down list of the time control.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkTimeControl.Enabled">
      <summary>Returns or sets a Boolean (bool in C#) that indicates if the control is allowed to function.  Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkTimeControl.EnterFieldBehavior">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlEnterFieldBehavior" /> constant that specifies the selection behavior when entering the control. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkTimeControl.Font">
      <summary>Returns an StdFont that represents the font used to render the text inside the control.  Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkTimeControl.ForeColor">
      <summary>Returns or sets a UInteger (uint in C#) value that indicates the foreground color of the control. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkTimeControl.HideSelection">
      <summary>Returns or sets a Boolean (bool in C#) that specifies if a selection is displayed or hidden for the control when the control loses focus.  Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkTimeControl.IntervalTime">
      <summary>Returns or sets a DateTime that specifies the number of minutes displayed as an interval used for the olTimeStyleTimeDuration style setting on the time control.  Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkTimeControl.Locked">
      <summary>Returns or sets a Boolean (bool in C#) that specifies whether or not the control is locked from being changed.  Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkTimeControl.MouseIcon">
      <summary>Returns or sets a StdPicture that represents the custom picture to the mouse cursor for this control. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkTimeControl.MousePointer">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlMousePointer" /> constant that specifies the type of pointer displayed when the user positions the mouse over the control.  Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkTimeControl.ReferenceTime">
      <summary>Returns or sets a DateTime that specifies a reference time used for the olTimeStyleTimeDuration style setting on the time control.    Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkTimeControl.Style">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlTimeStyle" /> constant that specifies the style of the time control.   Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkTimeControl.Text">
      <summary>Returns or sets a String (string in C#) that is the text displayed in the control. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkTimeControl.TextAlign">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlTextAlign" /> constant that specifies how text is aligned in the control.  Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkTimeControl.Time">
      <summary>Returns or sets a DateTime that represents the time value currently selected in the control.  Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkTimeControl.Value">
      <summary>Returns or sets an Object that represents the content of the control. Read/write.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._OlkTimeZoneControl">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTimeZone" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkTimeZoneControl.AppointmentTimeField">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlAppointmentTimeField" /> constant that specifies the time field on the appointment that the control binds against.  Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkTimeZoneControl.BorderStyle">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlBorderStyle" /> constant that defines the style of the  border  around the control.   Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._OlkTimeZoneControl.DropDown">
      <summary>Expands the drop-down portion of the time zone control.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkTimeZoneControl.Enabled">
      <summary>Returns or sets a Boolean (bool in C#) that indicates if the control is allowed to function. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkTimeZoneControl.Locked">
      <summary>Returns or sets a Boolean (bool in C#) that specifies whether or not the control is locked from being changed. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkTimeZoneControl.MouseIcon">
      <summary>Returns or sets a StdPicture that represents the custom picture to the mouse cursor for this control. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkTimeZoneControl.MousePointer">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlMousePointer" /> constant that specifies the type of pointer displayed when the user positions the mouse over the control.  Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkTimeZoneControl.SelectedTimeZoneIndex">
      <summary>Returns or sets an Integer (int in C#) that represents index into the <see cref="P:Microsoft.Office.Interop.Outlook._Application.TimeZones" /> collection that determines the selected time zone. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OlkTimeZoneControl.Value">
      <summary>Returns or sets an Object that represents the content of the control. Read/write.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._OrderField">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.OrderField" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OrderField.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OrderField.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OrderField.IsDescending">
      <summary>Returns or sets a Boolean value (bool in C#) that indicates whether the contents of the <see cref="T:Microsoft.Office.Interop.Outlook.OrderField" /> object are sorted in descending order. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OrderField.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OrderField.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OrderField.ViewXMLSchemaName">
      <summary>Returns a String (string in C#) value that represents the XML schema name for the property referenced by the <see cref="T:Microsoft.Office.Interop.Outlook.OrderField" /> object. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._OrderFields">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.OrderFields" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._OrderFields.Add(System.String,System.Object)">
      <summary>Creates a new <see cref="T:Microsoft.Office.Interop.Outlook.OrderField" /> object and appends it to the <see cref="T:Microsoft.Office.Interop.Outlook.OrderFields" /> collection. </summary>
      <returns>An OrderField object that represents the new order field.</returns>
      <param name="PropertyName">The name of the property to which the new object is associated.</param>
      <param name="IsDescending">The value used to set the <see cref="P:Microsoft.Office.Interop.Outlook._OrderField.IsDescending" /> property of the new OrderField object. If this value is not specified, the default value of the IsDescending property is used.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OrderFields.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OrderFields.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OrderFields.Count">
      <summary>Returns an Integer (int in C#) value indicating the count of <see cref="T:Microsoft.Office.Interop.Outlook.OrderField" /> objects in the specified collection. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._OrderFields.Insert(System.String,System.Object,System.Object)">
      <summary>Creates a new <see cref="T:Microsoft.Office.Interop.Outlook.OrderField" /> object and inserts it at the specified index within the <see cref="T:Microsoft.Office.Interop.Outlook.OrderFields" /> collection. </summary>
      <returns>An OrderField object that represents the new order field.</returns>
      <param name="PropertyName">The name of the property to which the new object is associated.</param>
      <param name="Index">Either the index number at which to insert the new object, or a value used to match the <see cref="P:Microsoft.Office.Interop.Outlook._OrderField.ViewXMLSchemaName" /> property value of an object in the collection at where the new object is to be inserted.</param>
      <param name="IsDescending">The value used to set the <see cref="P:Microsoft.Office.Interop.Outlook._OrderField.IsDescending" /> property of the new OrderField object. If this value is not specified, the default value of the IsDescending property is used.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OrderFields.Item(System.Object)">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OrderField" /> object from the collection.</summary>
      <returns>An OrderField object that represents the specified object.</returns>
      <param name="Index">The value  can be a one-based integer that indexes an OrderField object in the <see cref="T:Microsoft.Office.Interop.Outlook.OrderFields" /> collection, a string that matches the <see cref="P:Microsoft.Office.Interop.Outlook._OrderField.ViewXMLSchemaName" /> property value of an OrderField object in the collection, or a field name as displayed in the Field Chooser.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OrderFields.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._OrderFields.Remove(System.Object)">
      <summary>Removes an object from the collection.</summary>
      <param name="Index">Either the index number of the object, or a value used to match the <see cref="P:Microsoft.Office.Interop.Outlook._OrderField.ViewXMLSchemaName" /> property value of an object in the collection.</param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._OrderFields.RemoveAll">
      <summary>Removes all sorting properties from the <see cref="T:Microsoft.Office.Interop.Outlook.OrderFields" /> collection.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OrderFields.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._OutlookBarGroups">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.OutlookBarGroups" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._OutlookBarGroups.Add(System.String,System.Object)">
      <summary>Adds a new, empty group to the Shortcuts pane.</summary>
      <returns>An <see cref="T:Microsoft.Office.Interop.Outlook.OutlookBarGroup" /> object that represents the new group. </returns>
      <param name="Name">The name of the group being created.</param>
      <param name="Index">The position at which the new group will be inserted in the Shortcuts pane. Position one is at the top of the bar.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OutlookBarGroups.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OutlookBarGroups.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OutlookBarGroups.Count">
      <summary>Returns an Integer (int in C#) value indicating the count of objects in the specified collection. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OutlookBarGroups.Item(System.Object)">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OutlookBarGroup" /> object from the collection.</summary>
      <returns>An OutlookBarGroup object that represents the specified object.</returns>
      <param name="Index">Either the index number of the object, or a value used to match the default property of an object in the collection.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OutlookBarGroups.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._OutlookBarGroups.Remove(System.Object)">
      <summary>Removes an object from the collection.</summary>
      <param name="Index">The name or 1-based index value of an object within a collection.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OutlookBarGroups.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._OutlookBarPane">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.OutlookBarPane" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OutlookBarPane.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OutlookBarPane.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OutlookBarPane.Contents">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.OutlookBarStorage" />  object for the specified Outlook Bar pane. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OutlookBarPane.CurrentGroup">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OutlookBarPane.Name">
      <summary>Returns a String (string in C#) value that represents the display name for the object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OutlookBarPane.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OutlookBarPane.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OutlookBarPane.Visible">
      <summary>Returns or sets a Boolean (bool in C#) indicating the visible state of the specified object. Read/write.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._OutlookBarShortcuts">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.OutlookBarShortcuts" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._OutlookBarShortcuts.Add(System.Object,System.String,System.Object)">
      <summary>Adds a new shortcut to a group in the Shortcuts pane.</summary>
      <returns>An <see cref="T:Microsoft.Office.Interop.Outlook.OutlookBarShortcut" /> object that represents the new shortcut. </returns>
      <param name="Target">The target of the shortcut being created.</param>
      <param name="Name">The name of the shortcut being created.</param>
      <param name="Index">The position at which the new shortcut will be inserted in the Shortcuts pane group. Position one is at the top of the group.The Target type depends on the shortcut type. If the type is Folder, the shortcut represents a Microsoft Outlook folder. If the type is a String (string in C#), the shortcut represents a file-system path or a URL.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OutlookBarShortcuts.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OutlookBarShortcuts.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OutlookBarShortcuts.Count">
      <summary>Returns an Integer (int in C#) value indicating the count of objects in the specified collection. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OutlookBarShortcuts.Item(System.Object)">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OutlookBarShortcut" /> object from the collection.</summary>
      <returns>An OutlookBarShortcut object that represents the specified object.</returns>
      <param name="Index">Either the index number of the object, or a value used to match the default property of an object in the collection.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OutlookBarShortcuts.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._OutlookBarShortcuts.Remove(System.Object)">
      <summary>Removes an object from the collection.</summary>
      <param name="Index">The name or 1-based index value of an object within a collection.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._OutlookBarShortcuts.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._PlaySoundRuleAction">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.PlaySoundRuleAction" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._PlaySoundRuleAction.ActionType">
      <summary>Returns a constant, olRuleActionPlaySound, from the <see cref="T:Microsoft.Office.Interop.Outlook.OlRuleActionType" /> enumeration that indicates the type of action that is taken by the rule. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._PlaySoundRuleAction.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._PlaySoundRuleAction.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._PlaySoundRuleAction.Enabled">
      <summary>Returns or sets a Boolean (bool in C#) that determines if the rule action is enabled. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._PlaySoundRuleAction.FilePath">
      <summary>Returns or sets a String (string in C#) that represents the full file path to a sound file (.wav). Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._PlaySoundRuleAction.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._PlaySoundRuleAction.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._PostItem">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._PostItem.Actions">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Actions" />  collection that represents all the available actions for the item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._PostItem.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._PostItem.Attachments">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Attachments" />  object that represents all the attachments for the specified item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._PostItem.AutoResolvedWinner">
      <summary>Returns a Boolean (bool in C#) that determines if the item is a winner of an automatic conflict resolution. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._PostItem.BillingInformation">
      <summary>Returns or sets a String (string in C#) representing the billing information associated with the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._PostItem.Body">
      <summary>Returns or sets a String (string in C#) representing the clear-text body of the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._PostItem.BodyFormat">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlBodyFormat" /> constant indicating the format of the body text.  Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._PostItem.Categories">
      <summary>Returns or sets a String (string in C#) representing the categories assigned to the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._PostItem.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._PostItem.ClearConversationIndex">
      <summary>Clears the index of the conversation thread for the post.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._PostItem.ClearTaskFlag">
      <summary>Clears the <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" /> object as a task.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._PostItem.Close(Microsoft.Office.Interop.Outlook.OlInspectorClose)">
      <summary>Closes and optionally saves changes to the Outlook item.</summary>
      <param name="SaveMode">The close behavior. If the item displayed within the inspector has not been changed, this argument has no effect.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._PostItem.Companies">
      <summary>Returns or sets a String (string in C#) representing the names of the companies associated with the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._PostItem.Conflicts">
      <summary>Return the <see cref="T:Microsoft.Office.Interop.Outlook.Conflicts" /> object that represents the items that are in conflict for any Outlook item object.  Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._PostItem.ConversationID">
      <summary>Returns a string that uniquely identifies a <see cref="T:Microsoft.Office.Interop.Outlook.Conversation" /> object that the <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" /> object belongs to. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._PostItem.ConversationIndex">
      <summary>Returns a String (string in C#) representing the index of the conversation thread of the Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._PostItem.ConversationTopic">
      <summary>Returns a String (string in C#) representing the topic of the conversation thread of the Outlook item. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._PostItem.Copy">
      <summary>Creates another instance of an object.</summary>
      <returns>Returns an <see cref="T:System.Object" /> that is a copy of the parent <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" /> object.</returns>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._PostItem.CreationTime">
      <summary>Returns a DateTime indicating the creation time for the Outlook item. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._PostItem.Delete">
      <summary>Deletes an object from the collection.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._PostItem.Display(System.Object)">
      <summary>Displays a new <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" /> object for the item.</summary>
      <param name="Modal">True to make the window modal. The default value is False.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._PostItem.DownloadState">
      <summary>Returns a constant that belongs to the <see cref="T:Microsoft.Office.Interop.Outlook.OlDownloadState" /> enumeration indicating the download state of the item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._PostItem.EntryID">
      <summary>Returns a String (string in C#) representing the unique Entry ID of the object.  Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._PostItem.ExpiryTime">
      <summary>Returns or sets a DateTime indicating the date and time at which the item becomes invalid and can be deleted. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._PostItem.FormDescription">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.FormDescription" />  object that represents the form description for the specified Outlook item. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._PostItem.Forward">
      <summary>Executes the Forward action for an item and returns the resulting copy as a <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" /> object.</summary>
      <returns>A MailItem object that represents the new mail item.</returns>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._PostItem.GetConversation">
      <summary>Obtains a <see cref="T:Microsoft.Office.Interop.Outlook.Conversation" /> object that represents the conversation to which this item belongs.</summary>
      <returns>Returns a Conversation object that represents the conversation to which this item belongs.</returns>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._PostItem.GetInspector">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" />  object that represents an inspector initialized to contain the specified item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._PostItem.HTMLBody">
      <summary>Returns or sets a String (string in C#) representing the HTML body of the specified item.  Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._PostItem.Importance">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlImportance" /> constant indicating the relative importance level for the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._PostItem.InternetCodepage">
      <summary>Returns or sets a Long that determines the Internet code page used by the item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._PostItem.IsConflict">
      <summary>Returns a Boolean (bool in C#) that determines if the item is in conflict. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._PostItem.IsMarkedAsTask">
      <summary>Returns a Boolean (bool in C#) value that indicates whether the <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" /> is marked as a task. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._PostItem.ItemProperties">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.ItemProperties" /> collection that represents all standard and user-defined properties associated with the Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._PostItem.LastModificationTime">
      <summary>Returns a DateTime specifying the date and time that the Outlook item was last modified.  Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._PostItem.Links">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.Links" /> collection that represents the contacts to which the item is linked. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._PostItem.MAPIOBJECT">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._PostItem.MarkAsTask(Microsoft.Office.Interop.Outlook.OlMarkInterval)">
      <summary>Marks a <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" /> object as a task and assigns a task interval for the object.</summary>
      <param name="MarkInterval">The task interval for the PostItem.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._PostItem.MarkForDownload">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlRemoteStatus" />  constant that determines the status of an item once it is received by a remote user. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._PostItem.MessageClass">
      <summary>Returns or sets a String (string in C#) representing the message class for the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._PostItem.Mileage">
      <summary>Returns or sets a String (string in C#) representing the mileage for an item. Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._PostItem.Move(Microsoft.Office.Interop.Outlook.MAPIFolder)">
      <summary>Moves a Microsoft Outlook item to a new folder.</summary>
      <returns>An Object value that represents the item which has been moved to the designated folder.</returns>
      <param name="DestFldr">An expression that returns a Folder object. The destination folder.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._PostItem.NoAging">
      <summary>Returns or sets a Boolean (bool in C#) value that is True to not age the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._PostItem.OutlookInternalVersion">
      <summary>Returns a Integer (int in C#) representing the build number of the Outlook application for an Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._PostItem.OutlookVersion">
      <summary>Returns a String (string in C#) indicating the major and minor version number of the Outlook application for an Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._PostItem.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._PostItem.Post">
      <summary>Sends (posts) the <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />  object.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._PostItem.PrintOut">
      <summary>Prints the Outlook item using all default settings. The PrintOut method is the only Outlook method that can be used for printing.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._PostItem.PropertyAccessor">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.PropertyAccessor" /> object that supports creating, getting, setting, and deleting properties of the parent <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._PostItem.ReceivedTime">
      <summary>Returns a DateTime indicating the date and time at which the item was received. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._PostItem.ReminderOverrideDefault">
      <summary>Returns or sets a Boolean (bool in C#) value that is True if the reminder overrides the default reminder behavior for the item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._PostItem.ReminderPlaySound">
      <summary>Returns or sets a Boolean (bool in C#) value that is True if the reminder should play a sound when it occurs for this item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._PostItem.ReminderSet">
      <summary>Returns or sets a Boolean (bool in C#) value that is True if a reminder has been set for this item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._PostItem.ReminderSoundFile">
      <summary>Returns or sets a String (string in C#) indicating the path and file name of the sound file to play when the reminder occurs for the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._PostItem.ReminderTime">
      <summary>Returns or sets a DateTime indicating the date and time at which the reminder should occur for the specified item. Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._PostItem.Reply">
      <summary>Creates a reply, pre-addressed to the original sender, from the original message.</summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" /> object that represents the reply.</returns>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._PostItem.RTFBody">
      <summary>Returns or sets a byte array that represents the body of the Microsoft Outlook item in Rich Text Format. Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._PostItem.Save">
      <summary>Saves the Microsoft Outlook item to the current folder or, if this is a new item, to the Outlook default folder for the item type.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._PostItem.SaveAs(System.String,System.Object)">
      <summary>Saves the Microsoft Outlook item to the specified path and in the format of the specified file type. If the file type is not specified, the MSG format (.msg) is used.</summary>
      <param name="Path">The path in which to save the item.</param>
      <param name="Type">The file type to save. Can be one of the following OlSaveAsType constants: olHTML, olMSG, olRTF, olTemplate, olDoc,olTXT, olVCal,  olVCard,  olICal, or olMSGUnicode.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._PostItem.Saved">
      <summary>Returns a Boolean (bool in C#) value that is True if the Outlook item has not been modified since the last save. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._PostItem.SenderEmailAddress">
      <summary>Returns a String (string in C#) that represents the e-mail address of the sender of the Outlook item.   Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._PostItem.SenderEmailType">
      <summary>Returns a String (string in C#) that represents the type of entry for the e-mail address of the sender of the Outlook item, such as 'SMTP' for Internet address, 'EX' for a Microsoft Exchange server address, etc. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._PostItem.SenderName">
      <summary>Returns a String (string in C#) indicating the display name of the sender for the Outlook item.  Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._PostItem.Sensitivity">
      <summary>Returns or sets a constant in the <see cref="T:Microsoft.Office.Interop.Outlook.OlSensitivity" /> enumeration indicating the sensitivity for the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._PostItem.SentOn">
      <summary>Returns a DateTime indicating the date and time on which the Outlook item was sent. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._PostItem.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._PostItem.SetACLs">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._PostItem.ShowCategoriesDialog">
      <summary>Displays the Show Categories dialog box, which allows you to select categories that correspond to the subject of the item.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._PostItem.Size">
      <summary>Returns an Integer (int in C#) indicating the size (in bytes) of the Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._PostItem.Subject">
      <summary>Returns or sets a String (string in C#) indicating the subject for the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._PostItem.TaskCompletedDate">
      <summary>Returns or sets a DateTime value that represents the completion date of the task for this <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._PostItem.TaskDueDate">
      <summary>Returns or sets a DateTime value that represents the due date of the task for this <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._PostItem.TaskStartDate">
      <summary>Returns or sets a DateTime value that represents the start date of the task for this <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" /> object. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._PostItem.TaskSubject">
      <summary>Returns or sets a String (string in C#) value that represents the subject of the task for the <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" /> object. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._PostItem.ToDoTaskOrdinal">
      <summary>Returns or sets a DateTime value that represents the  ordinal value of the task for the <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._PostItem.UnRead">
      <summary>Returns or sets a Boolean (bool in C#) value that is True if the Outlook item has not been opened (read). Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._PostItem.UserProperties">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.UserProperties" />  collection that represents all the user properties for the Outlook item. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._PropertyAccessor">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.PropertyAccessor" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._PropertyAccessor.Application">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.Application" /> object that represents the parent application (Outlook) for the <see cref="T:Microsoft.Office.Interop.Outlook.PropertyAccessor" /> object. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._PropertyAccessor.BinaryToString(System.Object)">
      <summary>Converts the array of bytes specified by <paramref name="Value" /> to a String (string in C#).</summary>
      <returns> A hexadecimal String (string in C#) that represents the converted value.</returns>
      <param name="Value">Represents the array of bytes to be converted.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._PropertyAccessor.Class">
      <summary>Returns a constant in the  <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> enumeration indicating the class of the <see cref="T:Microsoft.Office.Interop.Outlook.PropertyAccessor" /> object. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._PropertyAccessor.DeleteProperties(System.Object@)">
      <summary>Deletes the properties specified in the array <paramref name="SchemaNames" />.</summary>
      <returns>An Object that is Nothing (null in C#) if the operation is successful, or is an array of Err objects if an error occurs. If the return value is an array, the size of this array is the same as that of the SchemaNames array. An Err value in the array is mapped to the error result of deleting the corresponding property in the SchemaNames parameter. </returns>
      <param name="SchemaNames">An array that contains the names of the properties that are to be deleted for the parent object of the <see cref="T:Microsoft.Office.Interop.Outlook.PropertyAccessor" /> object. These properties are referenced by namespace. For more information, see Referencing Properties by Namespace.</param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._PropertyAccessor.DeleteProperty(System.String)">
      <summary>Deletes the property specified by <paramref name="SchemaName" />.</summary>
      <param name="SchemaName">The name of the property that is to be deleted for the parent object of the <see cref="T:Microsoft.Office.Interop.Outlook.PropertyAccessor" /> object. The property is referenced by namespace. For more information, see Referencing Properties by Namespace.</param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._PropertyAccessor.GetProperties(System.Object)">
      <summary>Obtains the values of the properties specified by the one-dimensional array <paramref name="SchemaNames" />.</summary>
      <returns>An Object that represents an array of values of the properties specified in the parameter <paramref name="SchemaNames" />. The number of elements in the returned array equals the number of elements in the <paramref name="SchemaNames" /> array.  If an error occurs for getting a specific property, the Err value will be returned in the corresponding location in the returned array.</returns>
      <param name="SchemaNames">An array that contains the names of the properties whose values are to be returned. These properties are referenced by namespace. For more information, see Referencing Properties by Namespace.</param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._PropertyAccessor.GetProperty(System.String)">
      <summary>Returns an Object that represents the value of the property specified by <paramref name="SchemaName" />.</summary>
      <returns>An Object value that represents the value of the requested property as specified by <paramref name="SchemaName" />.</returns>
      <param name="SchemaName">The name of the property whose value is to be returned. The property is referenced by namespace. For more information, see Referencing Properties by Namespace.</param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._PropertyAccessor.LocalTimeToUTC(System.DateTime)">
      <summary>Converts a DateTime value specified by <paramref name="Value" /> from the  local time format to Coordinated Universal Time (UTC) format.</summary>
      <returns>A DateTime value that represents <paramref name="Value" /> after being converted from local time to UTC.</returns>
      <param name="Value">The DateTime value to be converted from local time to UTC.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._PropertyAccessor.Parent">
      <summary>Returns the parent object of the <see cref="T:Microsoft.Office.Interop.Outlook.PropertyAccessor" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._PropertyAccessor.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" /> object for the current session.  Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._PropertyAccessor.SetProperties(System.Object,System.Object)">
      <summary>Sets the properties specified by the array <paramref name="SchemaNames" /> to the values specified by the array <paramref name="Values" />.</summary>
      <returns>An Object that is Nothing (null in C#) if the operation is successful. If there is an error before any properties are set, for example, the number of elements in the SchemaNames array does not match that in the Values array, and an Err value will be returned. If there is an error during the setting of the properties, the return value is an array of Err objects, with the number  of elements in this array being the same as that of the SchemaNames array. An Err value in the array is mapped to the error result of setting the corresponding property in the SchemaNames parameter. </returns>
      <param name="SchemaNames">An array of names of properties whose values are to be set as specified by the Values parameter. These properties are referenced by namespace. For more information, see Referencing Properties by Namespace.</param>
      <param name="Values">An array of values that are to be set for the properties specified by the SchemaNames parameter.</param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._PropertyAccessor.SetProperty(System.String,System.Object)">
      <summary>Sets the property specified by <paramref name="SchemaName" /> to the value specified by <paramref name="Value" />.</summary>
      <param name="SchemaName">The name of a property whose value is to be set as specified by <paramref name="Value" />. The property is referenced by namespace. For more information, see Referencing Properties by Namespace.</param>
      <param name="Value">The value that is to be set for the property specified by <paramref name="SchemaName" />.</param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._PropertyAccessor.StringToBinary(System.String)">
      <summary>Converts a string specified by <paramref name="Value" /> to an  array of bytes.</summary>
      <returns>An Object value that represents an array of bytes returned from the conversion.</returns>
      <param name="Value">A hexadecimal string value that is to be converted to an array of bytes.</param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._PropertyAccessor.UTCToLocalTime(System.DateTime)">
      <summary>Converts the DateTime value that is specified by <paramref name="Value" /> and expressed in Coordinated Universal Time (UTC) to a value in local time. </summary>
      <returns>A DateTime value that represents <paramref name="Value" /> after being converted from UTC to local time.</returns>
      <param name="Value">The DateTime value to be converted from UTC to local time.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._RecipientControl">
      <summary>This is a .NET interface derived from a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use the primary interface that is in the COM coclass to access the object and its members. For information about the object and its members, see <see cref="T:Microsoft.Office.Interop.Outlook._DRecipientControl" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._RecipientControlClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use the primary interface that is in the COM coclass to access the object and its members. For information about the object and its members, see <see cref="T:Microsoft.Office.Interop.Outlook._DRecipientControl" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._RecipientControlClass.#ctor">
      <summary>This member is inherited from the base type of the parent interface.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RecipientControlClass.BackColor">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use the primary interface that is in the COM coclass to access the object and its members. For information about the object and its members, see <see cref="T:Microsoft.Office.Interop.Outlook._DRecipientControl" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RecipientControlClass.Enabled">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use the primary interface that is in the COM coclass to access the object and its members. For information about the object and its members, see <see cref="T:Microsoft.Office.Interop.Outlook._DRecipientControl" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RecipientControlClass.Font">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use the primary interface that is in the COM coclass to access the object and its members. For information about the object and its members, see <see cref="T:Microsoft.Office.Interop.Outlook._DRecipientControl" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RecipientControlClass.ForeColor">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use the primary interface that is in the COM coclass to access the object and its members. For information about the object and its members, see <see cref="T:Microsoft.Office.Interop.Outlook._DRecipientControl" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RecipientControlClass.ReadOnly">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use the primary interface that is in the COM coclass to access the object and its members. For information about the object and its members, see <see cref="T:Microsoft.Office.Interop.Outlook._DRecipientControl" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RecipientControlClass.SpecialEffect">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use the primary interface that is in the COM coclass to access the object and its members. For information about the object and its members, see <see cref="T:Microsoft.Office.Interop.Outlook._DRecipientControl" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._Reminder">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.Reminder" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Reminder.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Reminder.Caption">
      <summary>Returns a String (string in C#) representing the title. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Reminder.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Reminder.Dismiss">
      <summary>Dismisses the current reminder.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Reminder.IsVisible">
      <summary>Returns a Boolean (bool in C#) that determines if the reminder is currently visible.  Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Reminder.Item">
      <summary>Returns an Object corresponding to the specified Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Reminder.NextReminderDate">
      <summary>Returns a Date that indicates the next time the specified reminder will occur. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Reminder.OriginalReminderDate">
      <summary>Returns a Date that specifies the original date and time that the specified reminder is set to occur. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Reminder.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Reminder.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Reminder.Snooze(System.Object)">
      <summary>Delays the reminder by a specified time. </summary>
      <param name="SnoozeTime">Indicates the amount of time (in minutes) to delay the reminder. The default value is 5 minutes. </param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._Reminders">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.Reminders" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Reminders.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Reminders.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Reminders.Count">
      <summary>Returns an Integer (int in C#) value indicating the count of objects in the specified collection. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Reminders.GetEnumerator"></member>
    <member name="P:Microsoft.Office.Interop.Outlook._Reminders.Item(System.Object)">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.Reminder" /> object from the collection.</summary>
      <returns>A Reminder object that represents the specified object.</returns>
      <param name="Index">Either the index number of the object, or a value used to match the default property of an object in the collection.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Reminders.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Reminders.Remove(System.Object)">
      <summary>Removes an object from the collection.</summary>
      <param name="Index">The 1-based index value of the object within the collection.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Reminders.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._RemoteItem">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RemoteItem.Actions">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Actions" />  collection that represents all the available actions for the item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RemoteItem.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RemoteItem.Attachments">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Attachments" />  object that represents all the attachments for the specified item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RemoteItem.AutoResolvedWinner">
      <summary>Returns a Boolean (bool in C#) that determines if the item is a winner of an automatic conflict resolution. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RemoteItem.BillingInformation">
      <summary>Returns or sets a String (string in C#) representing the billing information associated with the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RemoteItem.Body">
      <summary>Returns or sets a String (string in C#) representing the clear-text body of the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RemoteItem.Categories">
      <summary>Returns or sets a String (string in C#) representing the categories assigned to the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RemoteItem.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._RemoteItem.Close(Microsoft.Office.Interop.Outlook.OlInspectorClose)">
      <summary>Closes and optionally saves changes to the Outlook item.</summary>
      <param name="SaveMode">The close behavior. If the item displayed within the inspector has not been changed, this argument has no effect.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RemoteItem.Companies">
      <summary>Returns or sets a String (string in C#) representing the names of the companies associated with the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RemoteItem.Conflicts">
      <summary>Return the <see cref="T:Microsoft.Office.Interop.Outlook.Conflicts" /> object that represents the items that are in conflict for any Outlook item object.  Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RemoteItem.ConversationID">
      <summary>Returns a String (string in C#) that uniquely identifies a <see cref="T:Microsoft.Office.Interop.Outlook.Conversation" /> object that the <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" /> object belongs to. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RemoteItem.ConversationIndex">
      <summary>Returns a String (string in C#) representing the index of the conversation thread of the Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RemoteItem.ConversationTopic">
      <summary>Returns a String (string in C#) representing the topic of the conversation thread of the Outlook item. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._RemoteItem.Copy">
      <summary>Creates another instance of an object.</summary>
      <returns>Returns an <see cref="T:System.Object" /> that is a copy of the parent <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" /> object.</returns>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RemoteItem.CreationTime">
      <summary>Returns a DateTime indicating the creation time for the Outlook item. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._RemoteItem.Delete">
      <summary>Deletes an object from the collection.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._RemoteItem.Display(System.Object)">
      <summary>Displays a new <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" /> object for the item.</summary>
      <param name="Modal">True to make the window modal. The default value is False.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RemoteItem.DownloadState">
      <summary>Returns a constant that belongs to the <see cref="T:Microsoft.Office.Interop.Outlook.OlDownloadState" /> enumeration indicating the download state of the item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RemoteItem.EntryID">
      <summary>Returns a String (string in C#) representing the unique Entry ID of the object.  Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RemoteItem.FormDescription">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.FormDescription" />  object that represents the form description for the specified Outlook item. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._RemoteItem.GetConversation">
      <summary>Obtains a <see cref="T:Microsoft.Office.Interop.Outlook.Conversation" /> object that represents the conversation to which this item belongs.</summary>
      <returns>Returns a Conversation object that represents the conversation to which this item belongs.</returns>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RemoteItem.GetInspector">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" />  object that represents an inspector initialized to contain the specified item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RemoteItem.HasAttachment">
      <summary>Returns a Boolean (bool in C#) that is True (default) if the remote item has an attachment associated with it. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RemoteItem.Importance">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlImportance" /> constant indicating the relative importance level for the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RemoteItem.IsConflict">
      <summary>Returns a Boolean (bool in C#) that determines if the item is in conflict. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RemoteItem.ItemProperties">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.ItemProperties" /> collection that represents all standard and user-defined properties associated with the Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RemoteItem.LastModificationTime">
      <summary>Returns a DateTime specifying the date and time that the Outlook item was last modified.  Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RemoteItem.Links">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.Links" /> collection that represents the contacts to which the item is linked. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RemoteItem.MAPIOBJECT">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RemoteItem.MarkForDownload">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlRemoteStatus" />  constant that determines the status of an item once it is received by a remote user. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RemoteItem.MessageClass">
      <summary>Returns or sets a String (string in C#) representing the message class for the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RemoteItem.Mileage">
      <summary>Returns or sets a String (string in C#) representing the mileage for an item. Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._RemoteItem.Move(Microsoft.Office.Interop.Outlook.MAPIFolder)">
      <summary>Moves a Microsoft Outlook item to a new folder.</summary>
      <returns>An Object value that represents the item which has been moved to the designated folder.</returns>
      <param name="DestFldr">An expression that returns a Folder object. The destination folder.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RemoteItem.NoAging">
      <summary>Returns or sets a Boolean (bool in C#) value that is True to not age the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RemoteItem.OutlookInternalVersion">
      <summary>Returns an Integer (int in C#) value representing the build number of the Outlook application for an Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RemoteItem.OutlookVersion">
      <summary>Returns a String (string in C#) indicating the major and minor version number of the Outlook application for an Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RemoteItem.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._RemoteItem.PrintOut">
      <summary>Prints the Outlook item using all default settings. The PrintOut method is the only Outlook method that can be used for printing.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RemoteItem.PropertyAccessor">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.PropertyAccessor" /> object that supports creating, getting, setting, and deleting properties of the parent <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RemoteItem.RemoteMessageClass">
      <summary>Returns a String (string in C#) indicating the message class for the remote item. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._RemoteItem.Save">
      <summary>Saves the Microsoft Outlook item to the current folder or, if this is a new item, to the Outlook default folder for the item type.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._RemoteItem.SaveAs(System.String,System.Object)">
      <summary>Saves the Microsoft Outlook item to the specified path and in the format of the specified file type. If the file type is not specified, the MSG format (.msg) is used.</summary>
      <param name="Path">The path in which to save the item.</param>
      <param name="Type">The file type to save. Can be one of the following <see cref="T:Microsoft.Office.Interop.Outlook.OlSaveAsType" /> constants: olHTML, olMSG, olRTF, olTemplate, olDoc,olTXT, olVCal,  olVCard,  olICal, or olMSGUnicode.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RemoteItem.Saved">
      <summary>Returns a Boolean (bool in C#) value that is True if the Outlook item has not been modified since the last save. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RemoteItem.Sensitivity">
      <summary>Returns or sets a constant in the <see cref="T:Microsoft.Office.Interop.Outlook.OlSensitivity" /> enumeration indicating the sensitivity for the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RemoteItem.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._RemoteItem.ShowCategoriesDialog">
      <summary>Displays the Show Categories dialog box, which allows you to select categories that correspond to the subject of the item.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RemoteItem.Size">
      <summary>Returns an Integer (int in C#) value indicating the size (in bytes) of the Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RemoteItem.Subject">
      <summary>Returns or sets a String (string in C#) indicating the subject for the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RemoteItem.TransferSize">
      <summary>Returns an Integer (int in C#) value specifying the transfer size (in bytes) for the remote item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RemoteItem.TransferTime">
      <summary>Returns an Integer (int in C#) value indicating the transfer time (in seconds) for the remote item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RemoteItem.UnRead">
      <summary>Returns or sets a Boolean (bool in C#) value that is True if the Outlook item has not been opened (read). Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RemoteItem.UserProperties">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.UserProperties" />  collection that represents all the user properties for the Outlook item. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._ReportItem">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ReportItem.Actions">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Actions" />  collection that represents all the available actions for the item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ReportItem.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ReportItem.Attachments">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Attachments" />  object that represents all the attachments for the specified item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ReportItem.AutoResolvedWinner">
      <summary>Returns a Boolean (bool in C#) that determines if the item is a winner of an automatic conflict resolution. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ReportItem.BillingInformation">
      <summary>Returns or sets a String (string in C#) representing the billing information associated with the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ReportItem.Body">
      <summary>Returns or sets a String (string in C#) representing the clear-text body of the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ReportItem.Categories">
      <summary>Returns or sets a String (string in C#) representing the categories assigned to the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ReportItem.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._ReportItem.Close(Microsoft.Office.Interop.Outlook.OlInspectorClose)">
      <summary>Closes and optionally saves changes to the Outlook item.</summary>
      <param name="SaveMode">The close behavior. If the item displayed within the inspector has not been changed, this argument has no effect.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ReportItem.Companies">
      <summary>Returns or sets a String (string in C#) representing the names of the companies associated with the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ReportItem.Conflicts">
      <summary>Return the <see cref="T:Microsoft.Office.Interop.Outlook.Conflicts" /> object that represents the items that are in conflict for any Outlook item object.  Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ReportItem.ConversationID">
      <summary>Returns a string that uniquely identifies a <see cref="T:Microsoft.Office.Interop.Outlook.Conversation" /> object that the <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" /> object belongs to. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ReportItem.ConversationIndex">
      <summary>Returns a String (string in C#) representing the index of the conversation thread of the Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ReportItem.ConversationTopic">
      <summary>Returns a String (string in C#) representing the topic of the conversation thread of the Outlook item. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._ReportItem.Copy">
      <summary>Creates another instance of an object.</summary>
      <returns>Returns an <see cref="T:System.Object" /> that is a copy of the parent <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" /> object.</returns>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ReportItem.CreationTime">
      <summary>Returns a DateTime indicating the creation time for the Outlook item. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._ReportItem.Delete">
      <summary>Deletes an object from the collection.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._ReportItem.Display(System.Object)">
      <summary>Displays a new <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" /> object for the item.</summary>
      <param name="Modal">True to make the window modal. The default value is False.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ReportItem.DownloadState">
      <summary>Returns a constant that belongs to the <see cref="T:Microsoft.Office.Interop.Outlook.OlDownloadState" /> enumeration indicating the download state of the item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ReportItem.EntryID">
      <summary>Returns a String (string in C#) representing the unique Entry ID of the object.  Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ReportItem.FormDescription">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.FormDescription" />  object that represents the form description for the specified Outlook item. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._ReportItem.GetConversation">
      <summary>Obtains a <see cref="T:Microsoft.Office.Interop.Outlook.Conversation" /> object that represents the conversation to which this item belongs.</summary>
      <returns>Returns a Conversation object that represents the conversation to which this item belongs.</returns>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ReportItem.GetInspector">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" />  object that represents an inspector initialized to contain the specified item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ReportItem.Importance">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlImportance" /> constant indicating the relative importance level for the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ReportItem.IsConflict">
      <summary>Returns a Boolean (bool in C#) that determines if the item is in conflict. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ReportItem.ItemProperties">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.ItemProperties" /> collection that represents all standard and user-defined properties associated with the Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ReportItem.LastModificationTime">
      <summary>Returns a DateTime specifying the date and time that the Outlook item was last modified.  Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ReportItem.Links">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.Links" /> collection that represents the contacts to which the item is linked. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ReportItem.MAPIOBJECT">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ReportItem.MarkForDownload">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlRemoteStatus" />  constant that determines the status of an item once it is received by a remote user. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ReportItem.MessageClass">
      <summary>Returns or sets a String (string in C#) representing the message class for the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ReportItem.Mileage">
      <summary>Returns or sets a String (string in C#) representing the mileage for an item. Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._ReportItem.Move(Microsoft.Office.Interop.Outlook.MAPIFolder)">
      <summary>Moves a Microsoft Outlook item to a new folder.</summary>
      <returns>An Object value that represents the item which has been moved to the designated folder.</returns>
      <param name="DestFldr">An expression that returns a Folder object. The destination folder.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ReportItem.NoAging">
      <summary>Returns or sets a Boolean (bool in C#) value that is True to not age the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ReportItem.OutlookInternalVersion">
      <summary>Returns an Integer (int in C#) value representing the build number of the Outlook application for an Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ReportItem.OutlookVersion">
      <summary>Returns a String (string in C#) indicating the major and minor version number of the Outlook application for an Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ReportItem.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._ReportItem.PrintOut">
      <summary>Prints the Outlook item using all default settings. The PrintOut method is the only Outlook method that can be used for printing.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ReportItem.PropertyAccessor">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.PropertyAccessor" /> object that supports creating, getting, setting, and deleting properties of the parent <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ReportItem.RetentionExpirationDate">
      <summary>Returns a <see cref="T:System.DateTime" /> value that specifies the date when the <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" /> object expires, after which the Messaging Records Management (MRM) Assistant will delete the item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ReportItem.RetentionPolicyName">
      <summary>Returns a String (string in C#) that specifies the name of the retention policy. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._ReportItem.Save">
      <summary>Saves the Microsoft Outlook item to the current folder or, if this is a new item, to the Outlook default folder for the item type.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._ReportItem.SaveAs(System.String,System.Object)">
      <summary>Saves the Microsoft Outlook item to the specified path and in the format of the specified file type. If the file type is not specified, the MSG format (.msg) is used.</summary>
      <param name="Path">The path in which to save the item.</param>
      <param name="Type">The file type to save. Can be one of the following OlSaveAsType constants: olHTML, olMSG, olRTF, olTemplate, olDoc,olTXT, olVCal,  olVCard,  olICal, or olMSGUnicode.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ReportItem.Saved">
      <summary>Returns a Boolean (bool in C#) value that is True if the Outlook item has not been modified since the last save. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ReportItem.Sensitivity">
      <summary>Returns or sets a constant in the <see cref="T:Microsoft.Office.Interop.Outlook.OlSensitivity" /> enumeration indicating the sensitivity for the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ReportItem.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._ReportItem.ShowCategoriesDialog">
      <summary>Displays the Show Categories dialog box, which allows you to select categories that correspond to the subject of the item.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ReportItem.Size">
      <summary>Returns an Integer (int in C#) value indicating the size (in bytes) of the Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ReportItem.Subject">
      <summary>Returns or sets a String (string in C#) indicating the subject for the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ReportItem.UnRead">
      <summary>Returns or sets a Boolean (bool in C#) value that is True if the Outlook item has not been opened (read). Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ReportItem.UserProperties">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.UserProperties" />  collection that represents all the user properties for the Outlook item. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._Results">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.Results" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Results.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Results.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Results.Count">
      <summary>Returns an Integer (int in C#) value indicating the count of objects in the specified collection. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Results.DefaultItemType">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlItemType" /> constant indicating the default Outlook item type contained in the folder. Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Results.GetFirst">
      <summary>Returns the first object in the collection.</summary>
      <returns>An Object value that represents the first object contained by the collection.</returns>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Results.GetLast">
      <summary>Returns the last object in the collection. </summary>
      <returns>An Object value that represents the last object contained by the collection.</returns>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Results.GetNext">
      <summary>Returns the next object in the collection. </summary>
      <returns>An Object value that represents the next object contained by the collection.</returns>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Results.GetPrevious">
      <summary>Returns the previous object in the collection. </summary>
      <returns>An Object value that represents the previous object contained by the collection.</returns>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Results.Item(System.Object)">
      <summary>Returns an Outlook item from a collection.</summary>
      <returns>An Object value that represents the specified object.</returns>
      <param name="Index">Either the index number of the object, or a value used to match the default property of an object in the collection.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Results.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Results.RawTable">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Results.ResetColumns">
      <summary>Clears the properties that have been cached with the <see cref="M:Microsoft.Office.Interop.Outlook._Results.SetColumns(System.String)" /> method. </summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Results.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Results.SetColumns(System.String)">
      <summary>Caches certain properties for extremely fast access to those particular properties of an item within the collection. </summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Results.Sort(System.String,System.Object)">
      <summary>Sorts the collection of items by the specified property. The index for the collection is reset to 1 upon completion of this method.</summary>
      <param name="Property">The name of the property by which to sort, which may be enclosed in brackets (for example, "[CompanyName]"). May not be a user-defined field, and may not be a multi-valued property, such as a category.</param>
      <param name="Descending">True to sort in descending order. The default value is False (ascending).</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._Row">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.Row" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Row.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" /> object that represents the parent application (Outlook) for the <see cref="T:Microsoft.Office.Interop.Outlook.Row" /> object. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Row.BinaryToString(System.Object)">
      <summary>Obtains a String (string in C#) representing a value that has been converted from a binary value for the parent <see cref="T:Microsoft.Office.Interop.Outlook.Row" /> at the column specified by <paramref name="Index" />.</summary>
      <returns>A hexadecimal String (string in C#) value that has been converted from a PT_BINARY value for the parent Row at the column specified by <paramref name="Index" />. Returns the error, "Cannot convert the column specified by Index to String" if the value specified by <paramref name="Index" /> is not PT_BINARY.</returns>
      <param name="Index">A 1-based index value that can be either an Integer (int in C#) value representing the column index for the <see cref="T:Microsoft.Office.Interop.Outlook.Columns" /> collection or a String (string in C#) representing the <see cref="P:Microsoft.Office.Interop.Outlook._Column.Name" /> of the Column.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Row.Class">
      <summary>Returns a constant in the <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> enumeration indicating the class of the <see cref="T:Microsoft.Office.Interop.Outlook.Row" /> object. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Row.GetValues">
      <summary>Obtains a one-dimensional array containing the values for all columns at the <see cref="T:Microsoft.Office.Interop.Outlook.Row" /> in the parent <see cref="T:Microsoft.Office.Interop.Outlook.Table" />.</summary>
      <returns>An Object that represents an array of values for all the columns at that Row in the Table.</returns>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Row.Item(System.Object)">
      <summary>Obtains an Object that represents the value for the <see cref="T:Microsoft.Office.Interop.Outlook.Row" /> object at the column specified by <paramref name="Index" />.</summary>
      <returns>An Object that represents the value of a property (as specified by <paramref name="Index" />) of an item (as specified by the parent Row).</returns>
      <param name="Index">A 1-based index value that can be either an Integer (int in C#) value representing the column index for the <see cref="T:Microsoft.Office.Interop.Outlook.Columns" /> collection or a String (string in C#) representing the <see cref="P:Microsoft.Office.Interop.Outlook._Column.Name" /> of the <see cref="T:Microsoft.Office.Interop.Outlook.Column" />.</param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Row.LocalTimeToUTC(System.Object)">
      <summary>Obtains a DateTime value in a <see cref="T:Microsoft.Office.Interop.Outlook.Table" /> specified by the <see cref="T:Microsoft.Office.Interop.Outlook.Row" /> object at <paramref name="Index" />, that has been converted from local time to Coordinated Universal Time (UTC). </summary>
      <returns>A Date value that has been converted from a representation in local time to UTC. An error is returned if <paramref name="Index" /> is invalid or the row value indicated by <paramref name="Index" /> is not a Date value.</returns>
      <param name="Index">A 1-based index value that can be either an Integer (int in C#) value representing the column index for the <see cref="T:Microsoft.Office.Interop.Outlook.Columns" /> collection or a String (string in C#) representing the <see cref="P:Microsoft.Office.Interop.Outlook._Column.Name" /> of the <see cref="T:Microsoft.Office.Interop.Outlook.Column" />.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Row.Parent">
      <summary>Returns the parent object of the <see cref="T:Microsoft.Office.Interop.Outlook.Row" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Row.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" /> object for the current session. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Row.UTCToLocalTime(System.Object)">
      <summary>Obtains a DateTime value in a <see cref="T:Microsoft.Office.Interop.Outlook.Table" /> specified by the <see cref="T:Microsoft.Office.Interop.Outlook.Row" /> object at <paramref name="Index" />, that has been converted from Coordinated Universal Time (UTC) to local time.</summary>
      <returns>A Date value that has been converted from a representation in  UTC to local time. An error is returned if <paramref name="Index" /> is invalid or the row value indicated by <paramref name="Index" /> is not a Date value.</returns>
      <param name="Index">A 1-based index value that can be either an Integer (int in C#) value representing the column index for the <see cref="T:Microsoft.Office.Interop.Outlook.Columns" /> collection or a String (string in C#) representing the <see cref="P:Microsoft.Office.Interop.Outlook._Column.Name" /> of the <see cref="T:Microsoft.Office.Interop.Outlook.Column" />.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._Rule">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.Rule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Rule.Actions">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.RuleActions" />  collection object that represents all the available rule actions for the rule. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Rule.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Rule.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Rule.Conditions">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.RuleConditions" />  collection object that represents all the available rule conditions for the rule. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Rule.Enabled">
      <summary>Returns or sets a Boolean value (bool in C#) that determines if the rule is to be applied. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Rule.Exceptions">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.RuleConditions" />  collection object that represents all the available rule exception conditions for the rule. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Rule.Execute(System.Object,System.Object,System.Object,System.Object)">
      <summary>Applies a rule as an one-off operation.</summary>
      <param name="ShowProgress">True to display the progress dialog box when the rule is executed, False to run the rule without displaying the dialog box.</param>
      <param name="Folder">Represents the folder where the rule will be applied.</param>
      <param name="IncludeSubfolders">True to apply the rule to subfolders of the folder indicated by the Folder parameter; False to apply the rule only to that folder but not its subfolders.</param>
      <param name="RuleExecuteOption">Represents whether to apply the rule to read, unread, or all messages in the folder or folders specified by the Folder and IncludeSubfolders parameters.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Rule.ExecutionOrder">
      <summary>Returns or sets an Integer (int in C#) value that indicates the order of execution of the rule among other rules in the <see cref="T:Microsoft.Office.Interop.Outlook.Rules" /> collection. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Rule.IsLocalRule">
      <summary>Returns a Boolean (bool in C#) that indicates if the rule executes as a client-side rule. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Rule.Name">
      <summary>Returns or sets a String (string in C#) representing the name of the rule. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Rule.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Rule.RuleType">
      <summary>Returns a constant from the <see cref="T:Microsoft.Office.Interop.Outlook.OlRuleType" /> enumeration that indicates if the rule applies to messages that are being sent or received. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Rule.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._RuleAction">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.RuleAction" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RuleAction.ActionType">
      <summary>Returns a constant from the <see cref="T:Microsoft.Office.Interop.Outlook.OlRuleActionType" /> enumeration that indicates the type of action that is taken by the <see cref="T:Microsoft.Office.Interop.Outlook.RuleAction" />. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RuleAction.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RuleAction.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RuleAction.Enabled">
      <summary>Returns or sets a Boolean (bool in C#) that determines if the <see cref="T:Microsoft.Office.Interop.Outlook.RuleAction" /> is enabled. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RuleAction.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RuleAction.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._RuleActions">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.RuleActions" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RuleActions.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RuleActions.AssignToCategory">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.AssignToCategoryRuleAction" /> object with <see cref="P:Microsoft.Office.Interop.Outlook._AssignToCategoryRuleAction.ActionType" /> being olRuleAssignToCategory. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RuleActions.CC">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.SendRuleAction" /> object with <see cref="P:Microsoft.Office.Interop.Outlook._SendRuleAction.ActionType" /> being olRuleActionCcMessage. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RuleActions.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RuleActions.ClearCategories">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.RuleAction" /> object with a <see cref="P:Microsoft.Office.Interop.Outlook._RuleAction.ActionType" /> of  olRuleActionClearCategories. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RuleActions.CopyToFolder">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.MoveOrCopyRuleAction" /> object with <see cref="P:Microsoft.Office.Interop.Outlook._MoveOrCopyRuleAction.ActionType" /> being olRuleActionCopyToFolder. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RuleActions.Count">
      <summary>Returns an Integer (int in C#) value indicating the count of objects in the specified collection. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RuleActions.Delete">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.RuleAction" /> object with <see cref="P:Microsoft.Office.Interop.Outlook._RuleAction.ActionType" /> being olRuleActionDelete. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RuleActions.DeletePermanently">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.RuleAction" /> object with <see cref="P:Microsoft.Office.Interop.Outlook._RuleAction.ActionType" /> being olRuleActionDeletePermanently. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RuleActions.DesktopAlert">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.RuleAction" /> object with <see cref="P:Microsoft.Office.Interop.Outlook._RuleAction.ActionType" /> being olRuleActionDesktopAlert. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RuleActions.Forward">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.SendRuleAction" /> object with <see cref="P:Microsoft.Office.Interop.Outlook._SendRuleAction.ActionType" /> being olRuleActionForward. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RuleActions.ForwardAsAttachment">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.SendRuleAction" /> object with <see cref="P:Microsoft.Office.Interop.Outlook._SendRuleAction.ActionType" /> being olRuleActionForwardAsAttachment. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RuleActions.Item(System.Int32)">
      <summary>Obtains a <see cref="T:Microsoft.Office.Interop.Outlook.RuleAction" /> object specified by <paramref name="Index" /> which is a numerical index into the <see cref="T:Microsoft.Office.Interop.Outlook.RuleActions" /> collection.</summary>
      <returns>A RuleAction object that matches the rule action specified by <paramref name="Index" />.</returns>
      <param name="Index">A 1-based numerical value that reflects the ordinal position of a rule action within  the RuleActions collection. For example, the index value of the first rule action in the collection is 1, and the index value of the second rule action is 2.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RuleActions.MarkAsTask">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.MarkAsTaskRuleAction" /> object with <see cref="P:Microsoft.Office.Interop.Outlook._MarkAsTaskRuleAction.ActionType" /> being olRuleActionMarkAsTask. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RuleActions.MoveToFolder">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.MoveOrCopyRuleAction" /> object with <see cref="P:Microsoft.Office.Interop.Outlook._MoveOrCopyRuleAction.ActionType" /> being olRuleActionMoveToFolder. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RuleActions.NewItemAlert">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.NewItemAlertRuleAction" /> object with <see cref="P:Microsoft.Office.Interop.Outlook._NewItemAlertRuleAction.ActionType" /> being olRuleActionNewItemAlert. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RuleActions.NotifyDelivery">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.RuleAction" /> object with <see cref="P:Microsoft.Office.Interop.Outlook._RuleAction.ActionType" /> being olRuleActionNotifyDelivery. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RuleActions.NotifyRead">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.RuleAction" /> object with <see cref="P:Microsoft.Office.Interop.Outlook._RuleAction.ActionType" /> being olRuleActionNotifyRead. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RuleActions.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RuleActions.PlaySound">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.PlaySoundRuleAction" /> object with <see cref="P:Microsoft.Office.Interop.Outlook._PlaySoundRuleAction.ActionType" /> being olRuleActionNotifyRead. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RuleActions.Redirect">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.SendRuleAction" /> object with <see cref="P:Microsoft.Office.Interop.Outlook._SendRuleAction.ActionType" /> being olRuleActionRedirect. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RuleActions.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RuleActions.Stop">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.RuleAction" /> object with <see cref="P:Microsoft.Office.Interop.Outlook._RuleAction.ActionType" /> being olRuleActionStop. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._RuleCondition">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.RuleCondition" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RuleCondition.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RuleCondition.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RuleCondition.ConditionType">
      <summary>Returns a constant in the <see cref="T:Microsoft.Office.Interop.Outlook.OlRuleConditionType" /> enumeration that indicates the type of condition for the <see cref="T:Microsoft.Office.Interop.Outlook.RuleCondition" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RuleCondition.Enabled">
      <summary>Returns or sets a Boolean (bool in C#) that determines if the <see cref="T:Microsoft.Office.Interop.Outlook.RuleCondition" /> is enabled. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RuleCondition.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RuleCondition.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._RuleConditions">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.RuleConditions" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RuleConditions.Account">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.AccountRuleCondition" /> object with an  <see cref="P:Microsoft.Office.Interop.Outlook._AccountRuleCondition.ConditionType" /> of olConditionAccount. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RuleConditions.AnyCategory">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.RuleCondition" /> object with a <see cref="P:Microsoft.Office.Interop.Outlook._RuleCondition.ConditionType" /> of  olConditionAnyCategory. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RuleConditions.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RuleConditions.Body">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.TextRuleCondition" /> object with a <see cref="P:Microsoft.Office.Interop.Outlook._TextRuleCondition.ConditionType" /> of olConditionBody. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RuleConditions.BodyOrSubject">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.TextRuleCondition" /> object with a <see cref="P:Microsoft.Office.Interop.Outlook._TextRuleCondition.ConditionType" /> of olConditionBodyOrSubject. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RuleConditions.Category">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.CategoryRuleCondition" /> object with a <see cref="P:Microsoft.Office.Interop.Outlook._CategoryRuleCondition.ConditionType" /> of olConditionCategory. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RuleConditions.CC">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.RuleCondition" /> object with a <see cref="P:Microsoft.Office.Interop.Outlook._RuleCondition.ConditionType" /> of olConditionCc. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RuleConditions.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RuleConditions.Count">
      <summary>Returns an Integer (int in C#) value indicating the count of objects in the specified collection. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RuleConditions.FormName">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.FormNameRuleCondition" /> object with a <see cref="P:Microsoft.Office.Interop.Outlook._FormNameRuleCondition.ConditionType" /> of olConditionFormName. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RuleConditions.From">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.ToOrFromRuleCondition" /> object with a <see cref="P:Microsoft.Office.Interop.Outlook._ToOrFromRuleCondition.ConditionType" /> of olConditionFrom. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RuleConditions.FromAnyRSSFeed">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.RuleCondition" /> object with a <see cref="P:Microsoft.Office.Interop.Outlook._RuleCondition.ConditionType" /> of olConditionFromAnyRssFeed. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RuleConditions.FromRssFeed">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.FromRssFeedRuleCondition" /> object with a <see cref="P:Microsoft.Office.Interop.Outlook._FromRssFeedRuleCondition.ConditionType" /> of  olConditionFromRssFeed. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RuleConditions.HasAttachment">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.RuleCondition" /> object with a <see cref="P:Microsoft.Office.Interop.Outlook._RuleCondition.ConditionType" /> of olConditionHasAttachment. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RuleConditions.Importance">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.ImportanceRuleCondition" /> object with an <see cref="P:Microsoft.Office.Interop.Outlook._ImportanceRuleCondition.ConditionType" /> of olConditionImportance. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RuleConditions.Item(System.Int32)">
      <summary>Obtains a <see cref="T:Microsoft.Office.Interop.Outlook.RuleCondition" /> object specified by <paramref name="Index" /> which is a numerical index into the <see cref="T:Microsoft.Office.Interop.Outlook.RuleConditions" /> collection.</summary>
      <returns>A RuleCondition object that represents the specified object.</returns>
      <param name="Index">A 1-based numerical value that reflects the ordinal position of a rule condition within  the RuleConditions collection. For example, the index value of the first rule condition in the collection is 1, and the index value of the second rule condition is 2. </param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RuleConditions.MeetingInviteOrUpdate">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.RuleCondition" /> object with a <see cref="P:Microsoft.Office.Interop.Outlook._RuleCondition.ConditionType" /> of olConditionMeetingInviteOrUpdate. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RuleConditions.MessageHeader">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.TextRuleCondition" /> object with a <see cref="P:Microsoft.Office.Interop.Outlook._TextRuleCondition.ConditionType" /> of olConditionMessageHeader. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RuleConditions.NotTo">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.RuleCondition" /> object with a <see cref="P:Microsoft.Office.Interop.Outlook._RuleCondition.ConditionType" /> of olConditionNotTo. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RuleConditions.OnLocalMachine">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.RuleCondition" /> object with a <see cref="P:Microsoft.Office.Interop.Outlook._RuleCondition.ConditionType" /> of olConditionLocalMachineOnly. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RuleConditions.OnlyToMe">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.RuleCondition" /> object with a <see cref="P:Microsoft.Office.Interop.Outlook._RuleCondition.ConditionType" /> of olConditionOnlyToMe. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RuleConditions.OnOtherMachine">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.RuleCondition" /> object with a <see cref="P:Microsoft.Office.Interop.Outlook._RuleCondition.ConditionType" /> of olConditionOtherMachine. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RuleConditions.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RuleConditions.RecipientAddress">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.AddressRuleCondition" /> object with an <see cref="P:Microsoft.Office.Interop.Outlook._AddressRuleCondition.ConditionType" /> of olConditionRecipientAddress. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RuleConditions.SenderAddress">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.AddressRuleCondition" /> object with an <see cref="P:Microsoft.Office.Interop.Outlook._AddressRuleCondition.ConditionType" /> of olConditionSenderAddress. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RuleConditions.SenderInAddressList">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.SenderInAddressListRuleCondition" /> object with a <see cref="P:Microsoft.Office.Interop.Outlook._SenderInAddressListRuleCondition.ConditionType" /> of olConditionAccount. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RuleConditions.SentTo">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.ToOrFromRuleCondition" /> object with a <see cref="P:Microsoft.Office.Interop.Outlook._ToOrFromRuleCondition.ConditionType" /> of olConditionSentTo. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RuleConditions.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RuleConditions.Subject">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.TextRuleCondition" /> object with a <see cref="P:Microsoft.Office.Interop.Outlook._TextRuleCondition.ConditionType" /> of olConditionSubject. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RuleConditions.ToMe">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.RuleCondition" /> object with a <see cref="P:Microsoft.Office.Interop.Outlook._RuleCondition.ConditionType" /> of olConditionTo. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._RuleConditions.ToOrCc">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.RuleCondition" /> object with a <see cref="P:Microsoft.Office.Interop.Outlook._RuleCondition.ConditionType" /> of olConditionToOrCc. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._Rules">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.Rules" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Rules.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Rules.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Rules.Count">
      <summary>Returns an Integer (int in C#) value indicating the count of objects in the specified collection. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Rules.Create(System.String,Microsoft.Office.Interop.Outlook.OlRuleType)">
      <summary>Creates a <see cref="T:Microsoft.Office.Interop.Outlook.Rule" /> object with the name specified by <paramref name="Name" /> and the type of rule specified by <paramref name="RuleType" />.</summary>
      <returns>A Rule object that represents the newly created rule.</returns>
      <param name="Name">A string identifier for the  rule, which will be represented by <see cref="P:Microsoft.Office.Interop.Outlook._Rule.Name" /> after rule creation. Names of rules in a collection are not unique.</param>
      <param name="RuleType">A constant in the OlRuleType enumeration that determines whether the rule is applied on sending or receiving a message.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Rules.IsRssRulesProcessingEnabled">
      <summary>Returns or sets a Boolean (bool in C#) that indicates whether RSS rules processing has been enabled. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Rules.Item(System.Object)">
      <summary>Obtains a <see cref="T:Microsoft.Office.Interop.Outlook.Rule" /> object specified by <paramref name="Index" />, which is either a numerical index into the <see cref="T:Microsoft.Office.Interop.Outlook.Rules" /> collection or the rule name.</summary>
      <returns>A Rule object that matches the rule specified by <paramref name="Index" />.</returns>
      <param name="Index">Either a 1-based Integer (int in C#) value value representing an index into the Rules collection, or a String (string in C#) name representing the value of the  default property of a rule, <see cref="P:Microsoft.Office.Interop.Outlook._Rule.Name" />.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Rules.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Rules.Remove(System.Object)">
      <summary>Removes from the Rules collection a Rule object specified by <paramref name="Index" />, which is either a numerical index into the <see cref="T:Microsoft.Office.Interop.Outlook.Rules" /> collection or the rule name.</summary>
      <param name="Index">Either an Integer (int in C#) value representing an index into the Rules collection, or a String (string in C#) name representing the value of the  default property of a rule, <see cref="P:Microsoft.Office.Interop.Outlook._Rule.Name" />.</param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Rules.Save(System.Object)">
      <summary>Saves all rules in the <see cref="T:Microsoft.Office.Interop.Outlook.Rules" /> collection.</summary>
      <param name="ShowProgress">True to display the progress dialog box, False to save rules without showing the progress.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Rules.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._SelectNamesDialog">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.SelectNamesDialog" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SelectNamesDialog.AllowMultipleSelection">
      <summary>Returns or sets a Boolean (bool in C#) that determines whether more than one address entry can be selected at a time in the Select Names dialog. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SelectNamesDialog.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" /> object that represents the parent application (Outlook) for the <see cref="T:Microsoft.Office.Interop.Outlook.SelectNamesDialog" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SelectNamesDialog.BccLabel">
      <summary>Returns or sets a String (string in C#) for the text that appears on the Bcc command button on the Select Names dialog box. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SelectNamesDialog.Caption">
      <summary>Returns or sets a String (string in C#) value that represents the title for the Select Names dialog box. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SelectNamesDialog.CcLabel">
      <summary>Returns or sets a String (string in C#) for the text that appears on the Cc command button on the Select Names dialog box. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SelectNamesDialog.Class">
      <summary>Returns a constant in the <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> enumeration indicating the class of the <see cref="T:Microsoft.Office.Interop.Outlook.SelectNamesDialog" /> object. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._SelectNamesDialog.Display">
      <summary>Displays the Select Names dialog box.</summary>
      <returns>A Boolean value (bool in C#) that is True if the user has clicked OK, and False if the user has clicked Cancel or the close icon.</returns>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SelectNamesDialog.ForceResolution">
      <summary>Returns or sets a Boolean (bool in C#) that determines if Outlook must resolve all recipients in the object specified by <see cref="P:Microsoft.Office.Interop.Outlook._SelectNamesDialog.Recipients" /> before the user can click OK to accept the typed or selected recipients in the Select Names dialog box. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SelectNamesDialog.InitialAddressList">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.AddressList" /> object that determines the initial address list to be displayed in the Select Names dialog box. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SelectNamesDialog.NumberOfRecipientSelectors">
      <summary>Returns or sets a <see cref="T:Microsoft.Office.Interop.Outlook.OlRecipientSelectors" /> constant that determines the number of recipient edit boxes (each associated with a command button) displayed in the Select Names dialog box. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SelectNamesDialog.Parent">
      <summary>Returns the parent object of the <see cref="T:Microsoft.Office.Interop.Outlook.SelectNamesDialog" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SelectNamesDialog.Recipients">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.Recipients" /> collection object that represents the recipients selected in the Select Names dialog, or sets a Recipients collection object that represents the initial recipients to be displayed in the Select Names dialog box. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SelectNamesDialog.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" /> object for the current session. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._SelectNamesDialog.SetDefaultDisplayMode(Microsoft.Office.Interop.Outlook.OlDefaultSelectNamesDisplayMode)">
      <summary>Sets the default display mode for the Select Names dialog box, specifying its caption and button labels. </summary>
      <param name="defaultMode">A constant in the OlDefaultSelectNamesDisplayMode enumeration that determines the default caption and button labels for the Select Names dialog box.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SelectNamesDialog.ShowOnlyInitialAddressList">
      <summary>Returns or sets a Boolean (bool in C#) that determines if the <see cref="T:Microsoft.Office.Interop.Outlook.AddressList" /> represented by <see cref="P:Microsoft.Office.Interop.Outlook._SelectNamesDialog.InitialAddressList" /> is the only AddressList available in the drop-down list for Address Book in the Select Names dialog box. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SelectNamesDialog.ToLabel">
      <summary>Returns or sets a String (string in C#) for the text that appears on the To command button on the Select Names dialog box. Read/write.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._SenderInAddressListRuleCondition">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.SenderInAddressListRuleCondition" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SenderInAddressListRuleCondition.AddressList">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.AddressList" /> object that represents the address list used to evaluate the rule condition. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SenderInAddressListRuleCondition.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SenderInAddressListRuleCondition.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SenderInAddressListRuleCondition.ConditionType">
      <summary>Returns a constant,  olConditionSenderInAddressBook, from the <see cref="T:Microsoft.Office.Interop.Outlook.OlRuleConditionType" /> enumeration that indicates the type of rule condition. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SenderInAddressListRuleCondition.Enabled">
      <summary>Returns or sets a Boolean (bool in C#) that determines if the rule condition is enabled. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SenderInAddressListRuleCondition.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SenderInAddressListRuleCondition.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._SendRuleAction">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.SendRuleAction" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SendRuleAction.ActionType">
      <summary>Returns a constant, olRuleActionRedirect, from the <see cref="T:Microsoft.Office.Interop.Outlook.OlRuleActionType" /> enumeration that indicates the type of action that is taken by the rule. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SendRuleAction.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SendRuleAction.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SendRuleAction.Enabled">
      <summary>Returns or sets a Boolean (bool in C#) that determines if the rule action is enabled. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SendRuleAction.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SendRuleAction.Recipients">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.Recipients" />  collection that represents the recipient list for the send action. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SendRuleAction.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._SharingItem">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.Actions">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Actions" />  collection that represents all the available actions for the <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._SharingItem.AddBusinessCard(Microsoft.Office.Interop.Outlook.ContactItem)">
      <summary>Appends contact information based on the Electronic Business Card (EBC) associated with the specified <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" /> object to the <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" /> object.</summary>
      <param name="contact">The contact item from which to obtain the business card information.</param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._SharingItem.Allow">
      <summary>Allows a sharing request and sends a sharing response to the sender of the <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.AllowWriteAccess">
      <summary>Returns or sets a Boolean (bool in C#) value that indicates whether a sharing invitation should include write access to the folder. Read/write.</summary>
      <returns>True if the recipient of the sharing invitation should receive write access; otherwise False. The default is False.</returns>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.AlternateRecipientAllowed">
      <summary>Returns or sets a Boolean (bool in C#) value that is True  if the item can be forwarded. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.Attachments">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Attachments" />  object that represents all the attachments for the specified <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.AutoForwarded">
      <summary>Returns or sets a Boolean (bool in C#) value that is True if the item was automatically forwarded. Read/write.  </summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.BCC">
      <summary>Returns a String (string in C#) representing the display list of blind carbon copy (BCC) names for a <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.BillingInformation">
      <summary>Returns or sets a String (string in C#) representing the billing information associated with the <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.Body">
      <summary>Returns or sets a String (string in C#) representing the clear-text body of the <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.BodyFormat">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlBodyFormat" /> constant indicating the format of the body text.  Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.Categories">
      <summary>Returns or sets a String (string in C#) representing the categories assigned to the <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.CC">
      <summary>Returns a String (string in C#) representing the display list of carbon copy (CC) names for a <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._SharingItem.ClearConversationIndex">
      <summary>Clears the index of the conversation thread for the <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._SharingItem.ClearTaskFlag">
      <summary>Clears the <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" /> object as a task.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._SharingItem.Close(Microsoft.Office.Interop.Outlook.OlInspectorClose)">
      <summary>Closes and optionally saves changes to the <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
      <param name="SaveMode">The close behavior. If the item displayed within the inspector has not been changed, this argument has no effect.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.Companies">
      <summary>Returns or sets a String (string in C#) representing the names of the companies associated with the <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.Conflicts">
      <summary>Return the <see cref="T:Microsoft.Office.Interop.Outlook.Conflicts" /> object that represents the items that are in conflict with the <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.  Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.ConversationID">
      <summary>Returns a String (string in C#) that uniquely identifies a <see cref="T:Microsoft.Office.Interop.Outlook.Conversation" /> object that the <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" /> object belongs to. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.ConversationIndex">
      <summary>Returns a String (string in C#) representing the index of the conversation thread of the <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.ConversationTopic">
      <summary>Returns a String (string in C#) representing the topic of the conversation thread of the <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._SharingItem.Copy">
      <summary>Creates another instance of a <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
      <returns>Returns an <see cref="T:System.Object" /> that is a copy of the parent <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" /> object.</returns>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.CreationTime">
      <summary>Returns a DateTime indicating the creation time for the <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.DeferredDeliveryTime">
      <summary>Returns or sets a DateTime indicating the date and time the <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" /> is to be delivered.  Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._SharingItem.Delete">
      <summary>Deletes a <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" /> from the collection.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.DeleteAfterSubmit">
      <summary>Returns or sets a Boolean (bool in C#) value that is True if a copy of the item is not saved upon being sent, and False if a copy is saved. Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._SharingItem.Deny">
      <summary>Denies a sharing request and sends a sharing response to the sender of the <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
      <returns>A SharingItem object that represents the sharing response.</returns>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._SharingItem.Display(System.Object)">
      <summary>Displays a new <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" /> object for the <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
      <param name="Modal">True to make the window modal. The default value is False.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.DownloadState">
      <summary>Returns a constant that belongs to the <see cref="T:Microsoft.Office.Interop.Outlook.OlDownloadState" /> enumeration indicating the download state of the <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.EnableSharedAttachments">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.EntryID">
      <summary>Returns a String (string in C#) representing the unique Entry ID of the <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.  Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.ExpiryTime">
      <summary>Returns or sets a DateTime indicating the date and time at which the <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" /> becomes invalid and can be deleted. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.FlagDueBy">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.FlagIcon">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.FlagRequest">
      <summary>Returns or sets a String (string in C#) indicating the requested action for the <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.FlagStatus">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.FormDescription">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.FormDescription" />  object that represents the form description for the specified <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._SharingItem.Forward">
      <summary>Executes the Forward action for an item and returns the resulting copy as a <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" /> object.</summary>
      <returns>A SharingItem object that represents the new sharing invitation.</returns>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._SharingItem.GetConversation">
      <summary>Obtains a <see cref="T:Microsoft.Office.Interop.Outlook.Conversation" /> object that represents the conversation to which this item belongs.</summary>
      <returns>Returns a Conversation object that represents the conversation to which this item belongs.</returns>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.GetInspector">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" />  object that represents an inspector initialized to contain the specified <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.HTMLBody">
      <summary>Returns or sets a String (string in C#) representing the HTML body of the specified <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.  Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.Importance">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlImportance" /> constant indicating the relative importance level for the <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.InternetCodepage">
      <summary>Returns or sets an Integer (int in C#) value that determines the Internet code page used by the <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.IsConflict">
      <summary>Returns a Boolean (bool in C#) that determines if the <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" /> is in conflict. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.IsMarkedAsTask">
      <summary>Returns a Boolean (bool in C#) value that indicates whether the <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" /> is marked as a task. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.ItemProperties">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.ItemProperties" /> collection that represents all standard and user-defined properties associated with the <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.LastModificationTime">
      <summary>Returns a DateTime specifying the date and time that the <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" /> was last modified.  Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.MAPIOBJECT">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._SharingItem.MarkAsTask(Microsoft.Office.Interop.Outlook.OlMarkInterval)">
      <summary>Marks a <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" /> object as a task and assigns a task interval for the object.</summary>
      <param name="MarkInterval">The task interval for the SharingItem.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.MarkForDownload">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlRemoteStatus" />  constant that determines the status of an item once it is received by a remote user. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.MessageClass">
      <summary>Returns or sets a String (string in C#) representing the message class for the <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.Mileage">
      <summary>Returns or sets a String (string in C#) representing the mileage for a <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />. Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._SharingItem.Move(Microsoft.Office.Interop.Outlook.MAPIFolder)">
      <summary>Moves a  <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" /> to a new folder.</summary>
      <returns>An Object value that represents the item that has been moved to the designated folder.</returns>
      <param name="DestFldr">An expression that returns a Folder object. The destination folder.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.NoAging">
      <summary>Returns or sets a Boolean (bool in C#) value that is True to not age the <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />. Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._SharingItem.OpenSharedFolder">
      <summary>Opens a shared folder offered by a sharing invitation.</summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Outlook.Folder" /> object that represents the shared folder.</returns>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.OriginatorDeliveryReportRequested">
      <summary>Returns or sets a Boolean (bool in C#) value that determines whether the originator of the <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" /> will receive a delivery report. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.OutlookInternalVersion">
      <summary>Returns an Integer (int in C#) value representing the build number of the Outlook application for a <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.OutlookVersion">
      <summary>Returns a String (string in C#) indicating the major and minor version number of the Outlook application for a <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.Parent">
      <summary>Returns the parent Object of the specified <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.Permission">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlPermission" /> constant that determines the permissions the recipients will have on the <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.PermissionService">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlPermissionService" /> constant that determines the permission service that will be used when sending a <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" /> protected by Information Rights Management (IRM). Read/write. </summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.PermissionTemplateGuid">
      <summary>Returns or sets a String (string in C#) value that represents the GUID of the template file to apply to the <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" /> in order to specify Information Rights Management (IRM) permissions. Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._SharingItem.PrintOut">
      <summary>Prints the <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" /> using all default settings.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.PropertyAccessor">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.PropertyAccessor" /> object that supports creating, getting, setting, and deleting properties of the parent <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.ReadReceiptRequested">
      <summary>Returns a Boolean (bool in C#) value that indicates True if a read receipt has been requested by the sender. </summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.ReceivedByEntryID">
      <summary>Returns a String (string in C#) representing the <see cref="P:Microsoft.Office.Interop.Outlook.Recipient.EntryID" />  for the true recipient as set by the transport provider delivering the <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.ReceivedByName">
      <summary>Returns a String (string in C#) representing the display name of the true recipient for the <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.ReceivedOnBehalfOfEntryID">
      <summary>Returns a String (string in C#) representing the <see cref="P:Microsoft.Office.Interop.Outlook.Recipient.EntryID" />  of the user delegated to represent the recipient for the <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.ReceivedOnBehalfOfName">
      <summary>Returns a String (string in C#) representing the display name of the user delegated to represent the recipient for the <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.ReceivedTime">
      <summary>Returns a DateTime indicating the date and time at which the <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" /> was received. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.RecipientReassignmentProhibited">
      <summary>Returns a Boolean (bool in C#) that indicates True if the recipient cannot forward the specified <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.Recipients">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.Recipients" />  collection that represents all the recipients for the <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.ReminderOverrideDefault">
      <summary>Returns or sets a Boolean (bool in C#) value that is True if the reminder overrides the default reminder behavior for the specified <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.ReminderPlaySound">
      <summary>Returns or sets a Boolean (bool in C#) value that is True if the reminder should play a sound when it occurs for the specified <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.ReminderSet">
      <summary>Returns or sets a Boolean (bool in C#) value that is True if a reminder has been set for the specified <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.ReminderSoundFile">
      <summary>Returns or sets a String (string in C#) indicating the path and file name of the sound file to play when the reminder occurs for the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.ReminderTime">
      <summary>Returns or sets a DateTime indicating the date and time at which the reminder should occur for the specified <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.RemoteID">
      <summary>Returns a String (string in C#) that represents the unique identifier of the sharing context for a <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.RemoteName">
      <summary>Returns a String (string in C#) that represents the name of the sharing context for a <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.RemotePath">
      <summary>Returns a String (string in C#) that represents the path of the sharing context for a <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.RemoteStatus">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlRemoteStatus" /> constant specifying the remote status of the <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />. Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._SharingItem.Reply">
      <summary>Creates a reply, pre-addressed to the original sender, from the original <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" /> object that represents the reply.</returns>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._SharingItem.ReplyAll">
      <summary>Creates a reply to all original recipients from the original <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" /> object that represents the reply.</returns>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.ReplyRecipientNames">
      <summary>Returns a semicolon-delimited String (string in C#) list of reply recipients for the <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.  Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.ReplyRecipients">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.Recipients" />  collection that represents all the reply recipient objects for the <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.RequestedFolder">
      <summary>Returns an   <see cref="T:Microsoft.Office.Interop.Outlook.OlDefaultFolders" /> constant that represents the type of default folder to which access is  requested by a sharing request. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.RetentionExpirationDate">
      <summary>Returns a <see cref="T:System.DateTime" /> value that specifies the date when the <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" /> object expires, after which the Messaging Records Management (MRM) Assistant will delete the item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.RetentionPolicyName">
      <summary>Returns a String (string in C#) that specifies the name of the retention policy. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.RTFBody">
      <summary>Returns or sets a byte array that represents the body of the Microsoft Outlook item in Rich Text Format. Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._SharingItem.Save">
      <summary>Saves the <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" /> to the current folder or, if this is a new item, to the Outlook default folder for the item type.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._SharingItem.SaveAs(System.String,System.Object)">
      <summary>Saves the <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" /> to the specified path and in the format of the specified file type. If the file type is not specified, the MSG format (.msg) is used.</summary>
      <param name="Path">The path in which to save the item.</param>
      <param name="Type">The file type to save. Can be one of the following OlSaveAsType constants: olHTML, olMSG, olRTF, olTemplate, olDoc,olTXT, olVCal,  olVCard,  olICal, or olMSGUnicode.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.Saved">
      <summary>Returns a Boolean (bool in C#) value that is True if the <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" /> has not been modified since the last save. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.SaveSentMessageFolder">
      <summary>Returns or sets a <see cref="T:Microsoft.Office.Interop.Outlook.Folder" />  object that represents the folder in which a copy of the <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" /> will be saved after being sent. Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._SharingItem.Send">
      <summary>Sends the <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.SenderEmailAddress">
      <summary>Returns a String (string in C#) that represents the e-mail address of the sender of the <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.   Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.SenderEmailType">
      <summary>Returns a String (string in C#) that represents the type of entry for the e-mail address of the sender of the <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />, such as 'SMTP' for Internet address, 'EX' for a Microsoft Exchange server address, and so on. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.SenderName">
      <summary>Returns a String (string in C#) indicating the display name of the sender for the <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.  Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.SendUsingAccount">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.Account" /> object that represents the account under which the <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" /> is to be sent. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.Sensitivity">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlSensitivity" /> constant  indicating the sensitivity for the <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.Sent">
      <summary>Returns a Boolean (bool in C#) value that indicates if the <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" /> has been sent. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.SentOn">
      <summary>Returns a DateTime indicating the date and time on which the <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" /> was sent. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.SentOnBehalfOfName">
      <summary>Returns or sets a String (string in C#) indicating the display name for the intended sender of the <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.SharingProvider">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlSharingProvider" /> constant that indicates the sharing provider used by the <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.SharingProviderGuid">
      <summary>Returns a String (string in C#) that represents the GUID of the sharing provider used by the <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" /> object. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._SharingItem.ShowCategoriesDialog">
      <summary>Displays the Show Categories dialog box, which allows you to select categories that correspond to the subject of the item.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.Size">
      <summary>Returns an Integer (int in C#) value indicating the size (in bytes) of the <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.Subject">
      <summary>Returns or sets a String (string in C#) indicating the subject for the <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.Submitted">
      <summary>Returns a Boolean (bool in C#) value that is True if the <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" /> has been submitted. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.TaskCompletedDate">
      <summary>Returns or sets a DateTime value that represents the completion date of the task for this <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.TaskDueDate">
      <summary>Returns or sets a DateTime value that represents the due date of the task for this <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.TaskStartDate">
      <summary>Returns or sets a DateTime value that represents the start date of the task for this <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" /> object. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.TaskSubject">
      <summary>Returns or sets a String (string in C#) value that represents the subject of the task for the <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" /> object. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.To">
      <summary>Returns or sets a semicolon-delimited String (string in C#) list of display names for the To recipients for the <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.ToDoTaskOrdinal">
      <summary>Returns or sets a DateTime value that represents the ordinal value of the task for the <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.Type">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlSharingMsgType" /> constant that indicates the type of sharing message represented by the <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.UnRead">
      <summary>Returns or sets a Boolean (bool in C#) value that is True if the <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />  has not been opened (read). Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SharingItem.UserProperties">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.UserProperties" />  collection that represents all the user properties for the <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._SimpleItems">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.SimpleItems" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SimpleItems.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" /> object that represents the parent Microsoft Outlook application for the <see cref="T:Microsoft.Office.Interop.Outlook.SimpleItems" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SimpleItems.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant that indicates the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SimpleItems.Count">
      <summary>Returns an Integer (int in C#) that indicates the count of objects in the <see cref="T:Microsoft.Office.Interop.Outlook.SimpleItems" /> collection. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SimpleItems.Item(System.Object)">
      <summary>Returns an <see cref="T:System.Object" /> (object in C#) in the <see cref="T:Microsoft.Office.Interop.Outlook.SimpleItems" /> collection.</summary>
      <param name="Index">The zero-based index number of the object in the SimpleItems collection.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SimpleItems.Parent">
      <summary>Returns the parent <see cref="T:System.Object" /> (object in C#) of the <see cref="T:Microsoft.Office.Interop.Outlook.SimpleItems" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SimpleItems.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" /> object for the current session. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._SolutionsModule">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.SolutionsModule" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._SolutionsModule.AddSolution(Microsoft.Office.Interop.Outlook.MAPIFolder,Microsoft.Office.Interop.Outlook.OlSolutionScope)">
      <summary>Adds a solution root folder and its subfolders to the <see cref="T:Microsoft.Office.Interop.Outlook.SolutionsModule" /> module.</summary>
      <param name="Solution">A <see cref="T:Microsoft.Office.Interop.Outlook.Folder" /> object that represents the solution root folder to add to the SolutionsModule.</param>
      <param name="Scope">An <see cref="T:Microsoft.Office.Interop.Outlook.OlSolutionScope" /> enumeration that specifies whether to display the folders that are in the solution only in the Solutions module and the Folder List, or to display them in their respective default modules in the <see cref="T:Microsoft.Office.Interop.Outlook.NavigationPane" /> as well.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SolutionsModule.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" /> object that represents the parent Outlook application for the object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SolutionsModule.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant that indicates the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SolutionsModule.Name">
      <summary>Returns a <see cref="T:System.String" /> value (string in C#) that represents the localized display name for the <see cref="T:Microsoft.Office.Interop.Outlook.SolutionsModule" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SolutionsModule.NavigationModuleType">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlNavigationModuleType" /> constant that represents the navigation module type for the <see cref="T:Microsoft.Office.Interop.Outlook.SolutionsModule" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SolutionsModule.Parent">
      <summary>Returns the parent <see cref="T:System.Object" /> (object in C#) of the specified <see cref="T:Microsoft.Office.Interop.Outlook.SolutionsModule" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SolutionsModule.Position">
      <summary>Returns or sets an Integer (int in C#) that represents the ordinal position of the <see cref="T:Microsoft.Office.Interop.Outlook.SolutionsModule" /> object when it is displayed in the <see cref="T:Microsoft.Office.Interop.Outlook.NavigationPane" />. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SolutionsModule.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" /> object for the current session. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SolutionsModule.Visible">
      <summary>Returns or sets a <see cref="T:System.Boolean" /> (bool in C#) value that indicates whether the Solutions module is displayed in the Navigation Pane. Read/write.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._StorageItem">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.StorageItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._StorageItem.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._StorageItem.Attachments">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Attachments" />  object that represents all the attachments for the specified item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._StorageItem.Body">
      <summary>Returns or sets a String (string in C#) representing the clear-text body of the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._StorageItem.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._StorageItem.CreationTime">
      <summary>Returns a DateTime value that indicates the creation time for the <see cref="T:Microsoft.Office.Interop.Outlook.StorageItem" />. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._StorageItem.Creator">
      <summary>Returns and sets a String (string in C#) that represents the solution that created the <see cref="T:Microsoft.Office.Interop.Outlook.StorageItem" /> object. Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._StorageItem.Delete">
      <summary>Permanently removes the <see cref="T:Microsoft.Office.Interop.Outlook.StorageItem" /> object from the parent folder.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._StorageItem.EntryID">
      <summary>Returns a String (string in C#) representing the unique Entry ID of the object.  Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._StorageItem.LastModificationTime">
      <summary>Returns a DateTime value specifying the date and time that the Outlook item was last modified.  Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._StorageItem.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._StorageItem.PropertyAccessor">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.PropertyAccessor" /> object that supports creating, getting, setting, and deleting properties of the parent <see cref="T:Microsoft.Office.Interop.Outlook.StorageItem" /> object. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._StorageItem.Save">
      <summary>Saves the <see cref="T:Microsoft.Office.Interop.Outlook.StorageItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._StorageItem.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._StorageItem.Size">
      <summary>Returns an Integer (int in C#) value indicating the size (in bytes) of the <see cref="T:Microsoft.Office.Interop.Outlook.StorageItem" />. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._StorageItem.Subject">
      <summary>Returns or sets a String (string in C#) indicating the subject for the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._StorageItem.UserProperties">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.UserProperties" />  collection that represents all the user properties for the Outlook item. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._Store">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.Store" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Store.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Store.Categories">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.Categories" /> collection that represents all of the categories that are defined for the <see cref="T:Microsoft.Office.Interop.Outlook.Store" />. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Store.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Store.DisplayName">
      <summary>Returns a String (string in C#) representing the display name of the <see cref="T:Microsoft.Office.Interop.Outlook.Store" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Store.ExchangeStoreType">
      <summary>Returns a constant in the <see cref="T:Microsoft.Office.Interop.Outlook.OlExchangeStoreType" /> enumeration that indicates the type of an Exchange store. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Store.FilePath">
      <summary>Returns a String (string in C#) representing the full file path for a Personal Folders File (.pst) or an Offline Folder File (.ost) store. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Store.GetDefaultFolder(Microsoft.Office.Interop.Outlook.OlDefaultFolders)">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.MAPIFolder" /> object that represents the default folder in the store and that is of the type specified by the <paramref name="FolderType" /> argument.</summary>
      <returns>Returns a Folder object that represents the default folder of the requested type. If the default folder of the requested type does not exist, GetDefaultFolder returns Nothing (null in C#).</returns>
      <param name="FolderType">Specifies the type of the requested default folder.</param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Store.GetRootFolder">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.Folder" /> object representing the root-level folder of the <see cref="T:Microsoft.Office.Interop.Outlook.Store" />. Read-only.</summary>
      <returns>A Folder object that represents the folder at the root of that Store.</returns>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Store.GetRules">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.Rules" /> collection object that contains the <see cref="T:Microsoft.Office.Interop.Outlook.Rule" /> objects defined for the current session. </summary>
      <returns>A Rules collection object that represents the set of Rules defined for the current session.</returns>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Store.GetSearchFolders">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.Folders" /> collection object that represents the search folders defined for the <see cref="T:Microsoft.Office.Interop.Outlook.Store" /> object. </summary>
      <returns>A Folders collection object that represents all the search folders for the Store object.</returns>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Store.GetSpecialFolder(Microsoft.Office.Interop.Outlook.OlSpecialFolders)">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.Folder" /> object for a special folder specified by <paramref name="FolderType" /> in a given store.  </summary>
      <returns>A Folder object that represents a special folder specified by the  <paramref name="FolderType" />.</returns>
      <param name="FolderType">A constant in the OlSpecialFolders enumeration that specifies the type of the special folder in the store.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Store.IsCachedExchange">
      <summary>Returns a Boolean (bool in C#) that indicates if the <see cref="T:Microsoft.Office.Interop.Outlook.Store" /> is a cached Exchange store. Read-only. </summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Store.IsConversationEnabled">
      <summary>Returns a <see cref="T:System.Boolean" /> (bool for C#) value that is True if the store supports the Conversation view. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Store.IsDataFileStore">
      <summary>Returns a Boolean (bool in C#) that indicates if the <see cref="T:Microsoft.Office.Interop.Outlook.Store" /> is a store for  an Outlook data file, which is either a Personal Folders File (.pst) or an Offline Folder File (.ost). Read-only. </summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Store.IsInstantSearchEnabled">
      <summary>Returns a Boolean (bool in C#) that indicates whether Instant Search is enabled and operational on a store. Read-only. </summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Store.IsOpen">
      <summary>Returns a Boolean (bool in C#) that indicates if the <see cref="T:Microsoft.Office.Interop.Outlook.Store" /> is open. Read-only. </summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Store.MAPIOBJECT">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Store.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Store.PropertyAccessor">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.PropertyAccessor" /> object that supports creating, getting, setting, and deleting properties of the parent <see cref="T:Microsoft.Office.Interop.Outlook.Store" /> object. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Store.RefreshQuotaDisplay">
      <summary>Refreshes the store quota information that is displayed in the status bar in the explorer window.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Store.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Store.StoreID">
      <summary>Returns a String (string in C#) identifying the <see cref="T:Microsoft.Office.Interop.Outlook.Store" />. Read-only. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._Stores">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.Stores" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Stores.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Stores.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Stores.Count">
      <summary>Returns an Integer (int in C#) value indicating the count of objects in the specified collection. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Stores.Item(System.Object)">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.Store" /> object that is specified by <paramref name="Index" />. Read-only.</summary>
      <returns>A Store object in the parent <see cref="T:Microsoft.Office.Interop.Outlook.Stores" /> collection, as specified by <paramref name="Index" />.</returns>
      <param name="Index">Either an Integer that specifies a one-based index into the Stores collection, or a String (string in C#) value that specifies the <see cref="P:Microsoft.Office.Interop.Outlook._Store.DisplayName" /> of a Store in the Stores collection.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Stores.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Stores.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._SyncObject">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.SyncObject" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SyncObject.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SyncObject.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SyncObject.Name">
      <summary>Returns a String (string in C#) value that represents the display name for the object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SyncObject.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._SyncObject.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._SyncObject.Start">
      <summary>Begins synchronizing a user's folders using the specified Send\Receive group.  </summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._SyncObject.Stop">
      <summary>Immediately ends synchronizing a user’s folders using the specified Send/Receive group. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._Table">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.Table" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Table.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" /> object that represents the parent application (Outlook) for the <see cref="T:Microsoft.Office.Interop.Outlook.Table" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Table.Class">
      <summary>Returns a constant in the <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> enumeration indicating the class of the <see cref="T:Microsoft.Office.Interop.Outlook.Table" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Table.Columns">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.Columns" /> collection object that contains the columns defined for the <see cref="T:Microsoft.Office.Interop.Outlook.Table" />. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Table.EndOfTable">
      <summary>Returns a Boolean (bool in C#) that indicates whether the current row is positioned after the last row in the <see cref="T:Microsoft.Office.Interop.Outlook.Table" /> object. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Table.FindNextRow">
      <summary>Finds the next row in the <see cref="T:Microsoft.Office.Interop.Outlook.Table" /> that meets the criteria specified in a preceding  <see cref="M:Microsoft.Office.Interop.Outlook._Table.FindRow(System.String)" />.</summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Outlook.Row" /> object that represents the next row in the Table that meets the filter condition in the preceding call to FindRow. Returns Nothing (null in C#) if FindNextRow cannot find another row that meets the criteria specified in FindRow. Also returns Nothing (null in C#) if FindRow has not been called before FindNextRow.</returns>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Table.FindRow(System.String)">
      <summary>Finds the first row in the  <see cref="T:Microsoft.Office.Interop.Outlook.Table" /> that meets the criteria specified in <paramref name="Filter" />.</summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Outlook.Row" /> object that represents the first row in the Table that meets the filter criteria. Returns Nothing (null in C#) if no such  row can be found, or the Table does not contain any rows.</returns>
      <param name="Filter">Specifies the condition that a row in the Table has to meet.</param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Table.GetArray(System.Int32)">
      <summary>Obtains a two-dimensional array that contains a set of row and column values from the <see cref="T:Microsoft.Office.Interop.Outlook.Table" />.</summary>
      <returns>An Object value that is a two-dimensional array representing a set of row and column values from the Table. The array is zero-based; an array index (i, j) indexes into the i-th column and j-th row in the array. Columns in the array correspond to columns in the Table, and rows in the array correspond to rows in the Table. If <paramref name="MaxRows" /> is greater than the total number of rows in the Table, GetArray returns an error that "Could not complete the operation. One or more parameter values are not valid."</returns>
      <param name="MaxRows">Specifies the maximum number of rows to return from the Table.</param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Table.GetNextRow">
      <summary>Moves the current row to the next row in the <see cref="T:Microsoft.Office.Interop.Outlook.Table" /> and obtains that row in the Table.  </summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Outlook.Row" /> object that represents the next valid row in the Table if there are additional rows available. If there are no additional rows available (where <see cref="P:Microsoft.Office.Interop.Outlook._Table.EndOfTable" /> is True), GetNextRow will return Nothing (null in C#).</returns>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Table.GetRowCount">
      <summary>Obtains the number of rows in the <see cref="T:Microsoft.Office.Interop.Outlook.Table" />.</summary>
      <returns>An Integer (int in C#) value that represents the number of rows in the Table.</returns>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Table.MoveToStart">
      <summary>Moves the current row of the <see cref="T:Microsoft.Office.Interop.Outlook.Table" /> to just before the first row of the Table.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Table.Parent">
      <summary>Returns the parent Object of the <see cref="T:Microsoft.Office.Interop.Outlook.Table" /> object. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Table.Restrict(System.String)">
      <summary>Applies a filter to the rows in the <see cref="T:Microsoft.Office.Interop.Outlook.Table" /> and obtains a new Table object.</summary>
      <returns>A Table object that is  returned by applying <paramref name="Filter" /> to the rows in the parent Table object.</returns>
      <param name="Filter">Specifies  the criteria for rows in the Table object.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Table.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" /> object for the current session. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Table.Sort(System.String,System.Object)">
      <summary>Sorts the rows of the <see cref="T:Microsoft.Office.Interop.Outlook.Table" /> by the property specified in <paramref name="SortProperty" /> and resets the current row to just before the first row in the Table.</summary>
      <param name="SortProperty">Specifies the property to use to sort the rows of the Table.</param>
      <param name="Descending">Whether to sort the Table in descending order.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._TableView">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.TableView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TableView.AllowInCellEditing">
      <summary>Returns or sets a Boolean (bool in C#) value that determines whether in-cell editing is allowed in the <see cref="T:Microsoft.Office.Interop.Outlook.TableView" /> object. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TableView.AlwaysExpandConversation">
      <summary>Returns or sets a Boolean (bool in C#) value that indicates whether conversations are always fully expanded in the table view. Read/write. </summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TableView.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._TableView.Apply">
      <summary>Applies the <see cref="T:Microsoft.Office.Interop.Outlook.TableView" /> object to the current view.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TableView.AutoFormatRules">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.AutoFormatRules" /> object that represents the set of formatting rules applicable to the <see cref="T:Microsoft.Office.Interop.Outlook.TableView" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TableView.AutomaticColumnSizing">
      <summary>Returns or sets a Boolean (bool in C#) value that indicates whether the columns in the <see cref="T:Microsoft.Office.Interop.Outlook.TableView" /> object are automatically sized by Outlook. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TableView.AutomaticGrouping">
      <summary>Returns or sets a Boolean (bool in C#) value that indicates whether the automatic grouping is active in the <see cref="T:Microsoft.Office.Interop.Outlook.TableView" /> object. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TableView.AutoPreview">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlAutoPreview" /> constant that determines how items are automatically previewed by the <see cref="T:Microsoft.Office.Interop.Outlook.TableView" /> object. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TableView.AutoPreviewFont">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.ViewFont" /> object that represents the font used when automatically previewing Outlook items in the <see cref="T:Microsoft.Office.Interop.Outlook.TableView" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TableView.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TableView.ColumnFont">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.ViewFont" /> object that represents the font used when displaying column headers in the <see cref="T:Microsoft.Office.Interop.Outlook.TableView" /> object. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._TableView.Copy(System.String,Microsoft.Office.Interop.Outlook.OlViewSaveOption)">
      <summary>Creates a new <see cref="T:Microsoft.Office.Interop.Outlook.View" /> object based on the existing <see cref="T:Microsoft.Office.Interop.Outlook.TableView" /> object.</summary>
      <returns>A View object that represents the new view.</returns>
      <param name="Name">The name of the new view.</param>
      <param name="SaveOption">The save option for the new view.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TableView.DefaultExpandCollapseSetting">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlDefaultExpandCollapseSetting" /> constant that determines the default expansion setting for groups in the <see cref="T:Microsoft.Office.Interop.Outlook.TableView" /> object. Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._TableView.Delete">
      <summary>Deletes an object from a collection.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TableView.Filter">
      <summary>Returns or sets a String (string in C#) value that represents the filter for a view.  Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._TableView.GetTable">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.Table" /> object that represents all of the Microsoft Outlook items that are contained in a <see cref="T:Microsoft.Office.Interop.Outlook.TableView" />object.</summary>
      <returns>Returns a Tableobject whose rows represent items in the current table view.</returns>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._TableView.GoToDate(System.DateTime)">
      <summary>Changes the date used by the current view to display information.</summary>
      <param name="Date">The date to which the view should be changed.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TableView.GridLineStyle">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlGridLineStyle" /> constant that represents the line style used for grid lines in the <see cref="T:Microsoft.Office.Interop.Outlook.TableView" /> object. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TableView.GroupByFields">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OrderFields" /> object that represents the set of fields by which the items displayed in the <see cref="T:Microsoft.Office.Interop.Outlook.TableView" /> object are grouped. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TableView.HideReadingPaneHeaderInfo">
      <summary>Returns or sets a Boolean (bool in C#) value that determines whether the header for an Outlook item is displayed in the Reading Pane for the <see cref="T:Microsoft.Office.Interop.Outlook.TableView" /> object. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TableView.Language">
      <summary>Returns or sets a String (string in C#) value that represents the language setting for the view. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TableView.LockUserChanges">
      <summary>Returns or sets a Boolean (bool in C#) value that indicates whether a user can modify the settings of the view. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TableView.MaxLinesInMultiLineView">
      <summary>Returns or sets an Integer (int in C#) value that determines the maximum number of lines displayed in multiline mode for the <see cref="T:Microsoft.Office.Interop.Outlook.TableView" /> object. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TableView.MultiLine">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlMultiLine" /> constant that determines how multiple lines are displayed in the <see cref="T:Microsoft.Office.Interop.Outlook.TableView" /> object. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TableView.MultiLineWidth">
      <summary>Returns or sets an Integer (int in C#) value that represents the text width (in characters) needed to trigger multiline mode in the <see cref="T:Microsoft.Office.Interop.Outlook.TableView" /> object . Read/write</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TableView.Name">
      <summary>Returns or sets a String (string in C#) value that represents the display name for the object. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TableView.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._TableView.Reset">
      <summary>Resets a built-in Microsoft Outlook view to its original settings.  </summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TableView.RowFont">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.ViewFont" /> object that represents the font used when displaying rows in the <see cref="T:Microsoft.Office.Interop.Outlook.TableView" /> object. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._TableView.Save">
      <summary>Saves the view, or saves the changes to a view.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TableView.SaveOption">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlViewSaveOption" /> constant that specifies the folders in which the specified view is available and the read permissions attached to the view. Read-only.  </summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TableView.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TableView.ShowConversationByDate">
      <summary>Returns or sets a Boolean (bool in C#) value that indicates whether items in a conversation are vertically left-aligned and ordered by the received date and time, with the most recent item on top. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TableView.ShowConversationSendersAboveSubject">
      <summary>Returns or sets a Boolean (bool in C#) value that indicates whether the table view displays the participating senders above the subject line in the conversation header, or below it. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TableView.ShowFullConversations">
      <summary>Returns or sets a Boolean (bool in C#) value that indicates whether to display conversation items from other folders, such as the Sent Items folder, as part of the conversation in the table view. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TableView.ShowItemsInGroups">
      <summary>Returns or sets a Boolean (bool in C#) value that determines whether Outlook items are shown in groups within the <see cref="T:Microsoft.Office.Interop.Outlook.TableView" /> object. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TableView.ShowNewItemRow">
      <summary>Returns or sets a Boolean (bool in C#) value that determines if the new item row is displayed in the <see cref="T:Microsoft.Office.Interop.Outlook.TableView" /> object. Read/write</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TableView.ShowReadingPane">
      <summary>Returns or sets a Boolean (bool in C#) value that indicates whether the Reading Pane is displayed in the <see cref="T:Microsoft.Office.Interop.Outlook.TableView" /> object. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TableView.ShowUnreadAndFlaggedMessages">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TableView.SortFields">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OrderFields" /> object that represents the set of fields by which the items displayed in the <see cref="T:Microsoft.Office.Interop.Outlook.TableView" /> object are ordered. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TableView.Standard">
      <summary>Returns a Boolean (bool in C#) value that indicates whether the <see cref="T:Microsoft.Office.Interop.Outlook.TableView" /> object is a built-in Outlook view. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TableView.ViewFields">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.ViewFields" /> object that represents the set of fields with which Outlook items are displayed in the <see cref="T:Microsoft.Office.Interop.Outlook.TableView" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TableView.ViewType">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlViewType" /> constant that indicates the view type of the view. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TableView.XML">
      <summary>Returns or sets a String (string in C#) value that specifies the XML definition of the view. Read/write.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._TaskItem">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskItem.Actions">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Actions" />  collection that represents all the available actions for the item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskItem.ActualWork">
      <summary>Returns or sets an Integer (int in C#) value indicating the actual effort spent on the task. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskItem.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._TaskItem.Assign">
      <summary>Assigns a task and returns a <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />  object that represents it. </summary>
      <returns>A TaskItem object that represents the task.</returns>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskItem.Attachments">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Attachments" />  object that represents all the attachments for the specified item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskItem.AutoResolvedWinner">
      <summary>Returns a Boolean (bool in C#) that determines if the item is a winner of an automatic conflict resolution. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskItem.BillingInformation">
      <summary>Returns or sets a String (string in C#) representing the billing information associated with the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskItem.Body">
      <summary>Returns or sets a String (string in C#) representing the clear-text body of the Outlook item. Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._TaskItem.CancelResponseState">
      <summary>Resets an unsent response to a task request back to a simple task.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskItem.CardData">
      <summary>Returns or sets a String (string in C#) representing the text of the card data for the task. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskItem.Categories">
      <summary>Returns or sets a String (string in C#) representing the categories assigned to the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskItem.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._TaskItem.ClearRecurrencePattern">
      <summary>Removes the recurrence settings and restores the single-occurrence state for an appointment or task.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._TaskItem.Close(Microsoft.Office.Interop.Outlook.OlInspectorClose)">
      <summary>Closes and optionally saves changes to the Outlook item.</summary>
      <param name="SaveMode">The close behavior. If the item displayed within the inspector has not been changed, this argument has no effect.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskItem.Companies">
      <summary>Returns or sets a String (string in C#) representing the names of the companies associated with the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskItem.Complete">
      <summary>Returns a Boolean (bool in C#) that is True if the task is completed. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskItem.Conflicts">
      <summary>Return the <see cref="T:Microsoft.Office.Interop.Outlook.Conflicts" /> object that represents the items that are in conflict for any Outlook item object.  Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskItem.ContactNames">
      <summary>Returns or sets a String (string in C#) representing the contact names associated with the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskItem.Contacts">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskItem.ConversationID">
      <summary>Returns a String (string in C#) that uniquely identifies a <see cref="T:Microsoft.Office.Interop.Outlook.Conversation" /> object that the <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" /> object belongs to. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskItem.ConversationIndex">
      <summary>Returns a String (string in C#) representing the index of the conversation thread of the Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskItem.ConversationTopic">
      <summary>Returns a String (string in C#) representing the topic of the conversation thread of the Outlook item. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._TaskItem.Copy">
      <summary>Creates another instance of an object.</summary>
      <returns>Returns an <see cref="T:System.Object" /> that is a copy of the parent <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" /> object.</returns>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskItem.CreationTime">
      <summary>Returns a DateTime indicating the creation time for the Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskItem.DateCompleted">
      <summary>Returns or sets a DateTime indicating the completion date of the task. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskItem.DelegationState">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlTaskDelegationState" /> constant indicating the delegation state of the task. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskItem.Delegator">
      <summary>Returns a String (string in C#) representing the display name of the delegator for the task. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._TaskItem.Delete">
      <summary>Deletes an object from the collection.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._TaskItem.Display(System.Object)">
      <summary>Displays a new <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" /> object for the item.</summary>
      <param name="Modal">True to make the window modal. The default value is False.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskItem.DownloadState">
      <summary>Returns a constant that belongs to the  <see cref="T:Microsoft.Office.Interop.Outlook.OlDownloadState" /> enumeration indicating the download state of the item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskItem.DueDate">
      <summary>Returns or sets a DateTime indicating the due date for the task. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskItem.EntryID">
      <summary>Returns a String (string in C#) representing the unique Entry ID of the object.  Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskItem.FormDescription">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.FormDescription" />  object that represents the form description for the specified Outlook item. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._TaskItem.GetConversation">
      <summary>Obtains a <see cref="T:Microsoft.Office.Interop.Outlook.Conversation" /> object that represents the conversation to which this item belongs.</summary>
      <returns>Returns a Conversation object that represents the conversation to which this item belongs.</returns>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskItem.GetInspector">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" />  object that represents an inspector initialized to contain the specified item. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._TaskItem.GetRecurrencePattern">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.RecurrencePattern" /> object that represents the recurrence attributes of a task. If there is no existing recurrence pattern, a new empty RecurrencePattern object is returned.</summary>
      <returns>A RecurrencePattern that represents the recurrence attributes of the task.</returns>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskItem.Importance">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlImportance" /> constant indicating the relative importance level for the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskItem.InternetCodepage">
      <summary>Returns or sets an Integer (int in C#) value that determines the Internet code page used by the item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskItem.IsConflict">
      <summary>Returns a Boolean (bool in C#) that determines if the item is in conflict. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskItem.IsRecurring">
      <summary>Returns a Boolean (bool in C#) value that is True if the task is a recurring task.  Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskItem.ItemProperties">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.ItemProperties" /> collection that represents all standard and user-defined properties associated with the Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskItem.LastModificationTime">
      <summary>Returns a DateTime specifying the date and time that the Outlook item was last modified.  Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskItem.Links">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.Links" /> collection that represents the contacts to which the item is linked. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskItem.MAPIOBJECT">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._TaskItem.MarkComplete">
      <summary>Marks the task as completed.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskItem.MarkForDownload">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlRemoteStatus" />  constant that determines the status of an item once it is received by a remote user. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskItem.MessageClass">
      <summary>Returns or sets a String (string in C#) representing the message class for the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskItem.Mileage">
      <summary>Returns or sets a String (string in C#) representing the mileage for an item. Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._TaskItem.Move(Microsoft.Office.Interop.Outlook.MAPIFolder)">
      <summary>Moves a Microsoft Outlook item to a new folder.</summary>
      <returns>An Object value that represents the item which has been moved to the designated folder.</returns>
      <param name="DestFldr">An expression that returns a Folder object. The destination folder.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskItem.NoAging">
      <summary>Returns or sets a Boolean (bool in C#) value that is True to not age the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskItem.Ordinal">
      <summary>Returns or sets an Integer (int in C#) value specifying the position in the view (ordinal) for the task. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskItem.OutlookInternalVersion">
      <summary>Returns an Integer (int in C#) value representing the build number of the Outlook application for an Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskItem.OutlookVersion">
      <summary>Returns a String (string in C#) indicating the major and minor version number of the Outlook application for an Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskItem.Owner">
      <summary>Returns or sets a String (string in C#) indicating the owner for the task. </summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskItem.Ownership">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlTaskOwnership" /> specifying the ownership state of the task. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskItem.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskItem.PercentComplete">
      <summary>Returns or sets an Integer (int in C#) value indicating the percentage of the task completed at the current date and time. Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._TaskItem.PrintOut">
      <summary>Prints the Outlook item using all default settings. The PrintOut method is the only Outlook method that can be used for printing.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskItem.PropertyAccessor">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.PropertyAccessor" /> object that supports creating, getting, setting, and deleting properties of the parent <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskItem.Recipients">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.Recipients" />  collection that represents all the recipients for the Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskItem.ReminderOverrideDefault">
      <summary>Returns or sets a Boolean (bool in C#) value that is True if the reminder overrides the default reminder behavior for the item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskItem.ReminderPlaySound">
      <summary>Returns or sets a Boolean (bool in C#) value that is True if the reminder should play a sound when it occurs for this item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskItem.ReminderSet">
      <summary>Returns or sets a Boolean (bool in C#) value that is True if a reminder has been set for this item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskItem.ReminderSoundFile">
      <summary>Returns or sets a String (string in C#) indicating the path and file name of the sound file to play when the reminder occurs for the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskItem.ReminderTime">
      <summary>Returns or sets a DateTime indicating the date and time at which the reminder should occur for the specified item. Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._TaskItem.Respond(Microsoft.Office.Interop.Outlook.OlTaskResponse,System.Object,System.Object)">
      <summary>Responds to a task request.</summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" /> that represents the response to the task request.</returns>
      <param name="Response">             The response to the request.</param>
      <param name="fNoUI">True to not display a dialog box; the response is sent automatically. False to display the dialog box for responding.</param>
      <param name="fAdditionalTextDialog">False to not prompt the user for input; the response is displayed in the inspector for editing. True to prompt the user to either send or send with comments. This argument is valid only if fNoUI is False.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskItem.ResponseState">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlTaskResponse" /> constant indicating the overall status of the response to the specified task request. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskItem.Role">
      <summary>Returns or sets a String (string in C#) containing the free-form text string associating the owner of a task with a role for the task. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskItem.RTFBody">
      <summary>Returns or sets a byte array that represents the body of the Microsoft Outlook item in Rich Text Format. Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._TaskItem.Save">
      <summary>Saves the Microsoft Outlook item to the current folder or, if this is a new item, to the Outlook default folder for the item type.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._TaskItem.SaveAs(System.String,System.Object)">
      <summary>Saves the Microsoft Outlook item to the specified path and in the format of the specified file type. If the file type is not specified, the MSG format (.msg) is used.</summary>
      <param name="Path">The path in which to save the item.</param>
      <param name="Type">The file type to save. Can be one of the following OlSaveAsType constants: olHTML, olMSG, olRTF, olTemplate, olDoc,olTXT, olVCal,  olVCard,  olICal, or olMSGUnicode.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskItem.Saved">
      <summary>Returns a Boolean (bool in C#) value that is True if the Outlook item has not been modified since the last save. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskItem.SchedulePlusPriority">
      <summary>Returns or sets a String (string in C#) representing the Microsoft Schedule+ priority for the task. Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._TaskItem.Send">
      <summary>Sends the task.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskItem.SendUsingAccount">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.Account" /> object that represents the account under which the <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" /> object is to be sent. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskItem.Sensitivity">
      <summary>Returns or sets a constant in the <see cref="T:Microsoft.Office.Interop.Outlook.OlSensitivity" /> enumeration indicating the sensitivity for the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskItem.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._TaskItem.ShowCategoriesDialog">
      <summary>Displays the Show Categories dialog box, which allows you to select categories that correspond to the subject of the item.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskItem.Size">
      <summary>Returns an Integer (int in C#) value indicating the size (in bytes) of the Outlook item. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._TaskItem.SkipRecurrence">
      <summary>Clears the current instance of a recurring task and sets the recurrence to the next instance of that task.</summary>
      <returns>False indicates that the task was the last task in the recurrence, so there is no task to set the recurrence to.  True indicates that the recurrence was successfully set to the next instance of that task.</returns>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskItem.StartDate">
      <summary>Returns or sets a DateTime indicating the start date for the task. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskItem.Status">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlTaskStatus" /> constant specifying the status for the task. Corresponds to the Status field of a <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskItem.StatusOnCompletionRecipients">
      <summary>Returns or sets a semicolon-delimited String (string in C#) of display names for recipients who will receive status upon completion of the task. Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._TaskItem.StatusReport">
      <summary>Sends a status report to all Cc recipients (recipients returned by the <see cref="P:Microsoft.Office.Interop.Outlook._TaskItem.StatusUpdateRecipients" />  property) with the current status for the task and returns an Object representing the status report.</summary>
      <returns>An Object value that represents the status report.</returns>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskItem.StatusUpdateRecipients">
      <summary>Returns a semicolon-delimited String (string in C#) of display names for recipients who receive status updates for the task.  Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskItem.Subject">
      <summary>Returns or sets a String (string in C#) indicating the subject for the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskItem.TeamTask">
      <summary>Returns a Boolean (bool in C#) that indicates True if the task is a team task. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskItem.ToDoTaskOrdinal">
      <summary>Returns or sets a DateTime value that represents the ordinal value of the task for the <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskItem.TotalWork">
      <summary>Returns or sets an Integer (int in C#) value indicating the total work for the task. Read/write. </summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskItem.UnRead">
      <summary>Returns or sets a Boolean (bool in C#) value that is True if the Outlook item has not been opened (read). Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskItem.UserProperties">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.UserProperties" />  collection that represents all the user properties for the Outlook item. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.Actions">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Actions" />  collection that represents all the available actions for the item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.Attachments">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Attachments" />  object that represents all the attachments for the specified item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.AutoResolvedWinner">
      <summary>Returns a Boolean (bool in C#) that determines if the item is a winner of an automatic conflict resolution. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.BillingInformation">
      <summary>Returns or sets a String (string in C#) representing the billing information associated with the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.Body">
      <summary>Returns or sets a String (string in C#) representing the clear-text body of the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.Categories">
      <summary>Returns or sets a String (string in C#) representing the categories assigned to the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.Close(Microsoft.Office.Interop.Outlook.OlInspectorClose)">
      <summary>Closes and optionally saves changes to the Outlook item.</summary>
      <param name="SaveMode">The close behavior. If the item displayed within the inspector has not been changed, this argument has no effect.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.Companies">
      <summary>Returns or sets a String (string in C#) representing the names of the companies associated with the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.Conflicts">
      <summary>Return the <see cref="T:Microsoft.Office.Interop.Outlook.Conflicts" /> object that represents the items that are in conflict for any Outlook item object.  Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.ConversationID">
      <summary>Returns a string that uniquely identifies a <see cref="T:Microsoft.Office.Interop.Outlook.Conversation" /> object that the <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" /> object belongs to. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.ConversationIndex">
      <summary>Returns a String (string in C#) representing the index of the conversation thread of the Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.ConversationTopic">
      <summary>Returns a String (string in C#) representing the topic of the conversation thread of the Outlook item. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.Copy">
      <summary>Creates another instance of an object.</summary>
      <returns>Returns an <see cref="T:System.Object" /> that is a copy of the parent <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" /> object.</returns>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.CreationTime">
      <summary>Returns a Date indicating the creation time for the Outlook item. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.Delete">
      <summary>Deletes an object from the collection.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.Display(System.Object)">
      <summary>Displays a new <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" /> object for the item.</summary>
      <param name="Modal">True to make the window modal. The default value is False.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.DownloadState">
      <summary>Returns a constant that belongs to the  <see cref="T:Microsoft.Office.Interop.Outlook.OlDownloadState" /> enumeration indicating the download state of the item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.EntryID">
      <summary>Returns a String (string in C#) representing the unique Entry ID of the object.  Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.FormDescription">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.FormDescription" />  object that represents the form description for the specified Outlook item. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.GetAssociatedTask(System.Boolean)">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" /> object that represents the requested task.</summary>
      <returns>A TaskItem object that represents the requested task.</returns>
      <param name="AddToTaskList">True if the task is added to the default Tasks folder.</param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.GetConversation">
      <summary>Obtains a <see cref="T:Microsoft.Office.Interop.Outlook.Conversation" /> object that represents the conversation to which this item belongs.</summary>
      <returns>Returns a Conversation object that represents the conversation to which this item belongs.</returns>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.GetInspector">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" />  object that represents an inspector initialized to contain the specified item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.Importance">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlImportance" /> constant indicating the relative importance level for the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.IsConflict">
      <summary>Returns a Boolean (bool in C#) that determines if the item is in conflict. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.ItemProperties">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.ItemProperties" /> collection that represents all standard and user-defined properties associated with the Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.LastModificationTime">
      <summary>Returns a Date specifying the date and time that the Outlook item was last modified.  Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.Links">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.Links" /> collection that represents the contacts to which the item is linked. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.MAPIOBJECT">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.MarkForDownload">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlRemoteStatus" />  constant that determines the status of an item once it is received by a remote user. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.MessageClass">
      <summary>Returns or sets a String (string in C#) representing the message class for the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.Mileage">
      <summary>Returns or sets a String (string in C#) representing the mileage for an item. Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.Move(Microsoft.Office.Interop.Outlook.MAPIFolder)">
      <summary>Moves a Microsoft Outlook item to a new folder.</summary>
      <returns>An Object value that represents the item which has been moved to the designated folder.</returns>
      <param name="DestFldr">An expression that returns a Folder object. The destination folder.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.NoAging">
      <summary>Returns or sets a Boolean value (bool in C#) that is True to not age the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.OutlookInternalVersion">
      <summary>Returns an Integer (int in C#) value representing the build number of the Outlook application for an Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.OutlookVersion">
      <summary>Returns a String (string in C#) indicating the major and minor version number of the Outlook application for an Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.PrintOut">
      <summary>Prints the Outlook item using all default settings.The PrintOut method is the only Outlook method that can be used for printing.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.PropertyAccessor">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.PropertyAccessor" /> object that supports creating, getting, setting, and deleting properties of the parent <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.RTFBody">
      <summary>Returns or sets a byte array that represents the body of the Microsoft Outlook item in Rich Text Format. Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.Save">
      <summary>Saves the Microsoft Outlook item to the current folder or, if this is a new item, to the Outlook default folder for the item type.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.SaveAs(System.String,System.Object)">
      <summary>Saves the Microsoft Outlook item to the specified path and in the format of the specified file type. If the file type is not specified, the MSG format (.msg) is used.</summary>
      <param name="Path">The path in which to save the item.</param>
      <param name="Type">The file type to save. Can be one of the following OlSaveAsType constants: olHTML, olMSG, olRTF, olTemplate, olDoc,olTXT, olVCal,  olVCard,  olICal, or olMSGUnicode.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.Saved">
      <summary>Returns a Boolean value (bool in C#) that is True if the Outlook item has not been modified since the last save. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.Sensitivity">
      <summary>Returns or sets a constant in the <see cref="T:Microsoft.Office.Interop.Outlook.OlSensitivity" /> enumeration indicating the sensitivity for the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.ShowCategoriesDialog">
      <summary>Displays the Show Categories dialog box, which allows you to select categories that correspond to the subject of the item.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.Size">
      <summary>Returns an Integer (int in C#) value indicating the size (in bytes) of the Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.Subject">
      <summary>Returns or sets a String (string in C#) indicating the subject for the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.UnRead">
      <summary>Returns or sets a Boolean value (bool in C#) that is True if the Outlook item has not been opened (read). Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.UserProperties">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.UserProperties" />  collection that represents all the user properties for the Outlook item. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.Actions">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Actions" />  collection that represents all the available actions for the item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.Attachments">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Attachments" />  object that represents all the attachments for the specified item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.AutoResolvedWinner">
      <summary>Returns a Boolean (bool in C#) that determines if the item is a winner of an automatic conflict resolution. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.BillingInformation">
      <summary>Returns or sets a String (string in C#) representing the billing information associated with the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.Body">
      <summary>Returns or sets a String (string in C#) representing the clear-text body of the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.Categories">
      <summary>Returns or sets a String (string in C#) representing the categories assigned to the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.Close(Microsoft.Office.Interop.Outlook.OlInspectorClose)">
      <summary>Closes and optionally saves changes to the displayed Outlook item.</summary>
      <param name="SaveMode">The close behavior. If the item displayed within the inspector has not been changed, this argument has no effect.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.Companies">
      <summary>Returns or sets a String (string in C#) representing the names of the companies associated with the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.Conflicts">
      <summary>Return the <see cref="T:Microsoft.Office.Interop.Outlook.Conflicts" /> object that represents the items that are in conflict for any Outlook item object.  Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.ConversationID">
      <summary>Returns a string that uniquely identifies a <see cref="T:Microsoft.Office.Interop.Outlook.Conversation" /> object that the <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" /> object belongs to. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.ConversationIndex">
      <summary>Returns a String (string in C#) representing the index of the conversation thread of the Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.ConversationTopic">
      <summary>Returns a String (string in C#) representing the topic of the conversation thread of the Outlook item. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.Copy">
      <summary>Creates another instance of an object.</summary>
      <returns>Returns an <see cref="T:System.Object" /> that is a copy of the parent <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" /> object.</returns>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.CreationTime">
      <summary>Returns a Date indicating the creation time for the Outlook item. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.Delete">
      <summary>Deletes an object from the collection.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.Display(System.Object)">
      <summary>Displays a new <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" /> object for the item.</summary>
      <param name="Modal">True to make the window modal. The default value is False.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.DownloadState">
      <summary>Returns a constant that belongs to the  <see cref="T:Microsoft.Office.Interop.Outlook.OlDownloadState" /> enumeration indicating the download state of the item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.EntryID">
      <summary>Returns a String (string in C#) representing the unique Entry ID of the object.  Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.FormDescription">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.FormDescription" />  object that represents the form description for the specified Outlook item. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.GetAssociatedTask(System.Boolean)">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" /> object that represents the requested task.</summary>
      <returns>A TaskItem object that represents the requested task.</returns>
      <param name="AddToTaskList">True if the task is added to the default Tasks folder.</param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.GetConversation">
      <summary>Obtains a <see cref="T:Microsoft.Office.Interop.Outlook.Conversation" /> object that represents the conversation to which this item belongs.</summary>
      <returns>Returns a Conversation object that represents the conversation to which this item belongs.</returns>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.GetInspector">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" />  object that represents an inspector initialized to contain the specified item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.Importance">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlImportance" /> constant indicating the relative importance level for the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.IsConflict">
      <summary>Returns a Boolean (bool in C#) that determines if the item is in conflict. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.ItemProperties">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.ItemProperties" /> collection that represents all standard and user-defined properties associated with the Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.LastModificationTime">
      <summary>Returns a Date specifying the date and time that the Outlook item was last modified.  Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.Links">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.Links" /> collection that represents the contacts to which the item is linked. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.MAPIOBJECT">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.MarkForDownload">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlRemoteStatus" />  constant that determines the status of an item once it is received by a remote user. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.MessageClass">
      <summary>Returns or sets a String (string in C#) representing the message class for the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.Mileage">
      <summary>Returns or sets a String (string in C#) representing the mileage for an item. Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.Move(Microsoft.Office.Interop.Outlook.MAPIFolder)">
      <summary>Moves a Microsoft Outlook item to a new folder.</summary>
      <returns>An Object value that represents the item which has been moved to the designated folder.</returns>
      <param name="DestFldr">An expression that returns a Folder object. The destination folder.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.NoAging">
      <summary>Returns or sets a Boolean value (bool in C#) that is True to not age the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.OutlookInternalVersion">
      <summary>Returns an Integer (int in C#) value representing the build number of the Outlook application for an Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.OutlookVersion">
      <summary>Returns a String (string in C#) indicating the major and minor version number of the Outlook application for an Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.PrintOut">
      <summary>Prints the Outlook item using all default settings.The PrintOut method is the only Outlook method that can be used for printing.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.PropertyAccessor">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.PropertyAccessor" /> object that supports creating, getting, setting, and deleting properties of the parent <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.RTFBody">
      <summary>Returns or sets a byte array that represents the body of the Microsoft Outlook item in Rich Text Format. Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.Save">
      <summary>Saves the Microsoft Outlook item to the current folder or, if this is a new item, to the Outlook default folder for the item type.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.SaveAs(System.String,System.Object)">
      <summary>Saves the Microsoft Outlook item to the specified path and in the format of the specified file type. If the file type is not specified, the MSG format (.msg) is used.</summary>
      <param name="Path">The path in which to save the item.</param>
      <param name="Type">The file type to save. Can be one of the following OlSaveAsType constants: olHTML, olMSG, olRTF, olTemplate, olDoc,olTXT, olVCal,  olVCard,  olICal, or olMSGUnicode.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.Saved">
      <summary>Returns a Boolean value (bool in C#) that is True if the Outlook item has not been modified since the last save. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.Sensitivity">
      <summary>Returns or sets a constant in the <see cref="T:Microsoft.Office.Interop.Outlook.OlSensitivity" /> enumeration indicating the sensitivity for the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.ShowCategoriesDialog">
      <summary>Displays the Show Categories dialog box, which allows you to select categories that correspond to the subject of the item.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.Size">
      <summary>Returns an Integer (int in C#) value indicating the size (in bytes) of the Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.Subject">
      <summary>Returns or sets a String (string in C#) indicating the subject for the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.UnRead">
      <summary>Returns or sets a Boolean value (bool in C#) that is True if the Outlook item has not been opened (read). Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.UserProperties">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.UserProperties" />  collection that represents all the user properties for the Outlook item. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._TaskRequestItem">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestItem.Actions">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Actions" />  collection that represents all the available actions for the item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestItem.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestItem.Attachments">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Attachments" />  object that represents all the attachments for the specified item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestItem.AutoResolvedWinner">
      <summary>Returns a Boolean (bool in C#) that determines if the item is a winner of an automatic conflict resolution. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestItem.BillingInformation">
      <summary>Returns or sets a String (string in C#) representing the billing information associated with the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestItem.Body">
      <summary>Returns or sets a String (string in C#) representing the clear-text body of the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestItem.Categories">
      <summary>Returns or sets a String (string in C#) representing the categories assigned to the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestItem.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._TaskRequestItem.Close(Microsoft.Office.Interop.Outlook.OlInspectorClose)">
      <summary>Closes and optionally saves changes to the Outlook item.</summary>
      <param name="SaveMode">The close behavior. If the item displayed within the inspector has not been changed, this argument has no effect.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestItem.Companies">
      <summary>Returns or sets a String (string in C#) representing the names of the companies associated with the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestItem.Conflicts">
      <summary>Return the <see cref="T:Microsoft.Office.Interop.Outlook.Conflicts" /> object that represents the items that are in conflict for any Outlook item object.  Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestItem.ConversationID">
      <summary>Returns a string that uniquely identifies a <see cref="T:Microsoft.Office.Interop.Outlook.Conversation" /> object that the <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" /> object belongs to. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestItem.ConversationIndex">
      <summary>Returns a String (string in C#) representing the index of the conversation thread of the Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestItem.ConversationTopic">
      <summary>Returns a String (string in C#) representing the topic of the conversation thread of the Outlook item. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._TaskRequestItem.Copy">
      <summary>Creates another instance of an object.</summary>
      <returns>Returns <see cref="T:System.Object" />.</returns>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestItem.CreationTime">
      <summary>Returns a Date indicating the creation time for the Outlook item. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._TaskRequestItem.Delete">
      <summary>Deletes an object from the collection.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._TaskRequestItem.Display(System.Object)">
      <summary>Displays a new <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" /> object for the item.</summary>
      <param name="Modal">True to make the window modal. The default value is False.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestItem.DownloadState">
      <summary>Returns a constant that belongs to the  <see cref="T:Microsoft.Office.Interop.Outlook.OlDownloadState" /> enumeration indicating the download state of the item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestItem.EntryID">
      <summary>Returns a String (string in C#) representing the unique Entry ID of the object.  Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestItem.FormDescription">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.FormDescription" />  object that represents the form description for the specified Outlook item. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._TaskRequestItem.GetAssociatedTask(System.Boolean)">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" /> object that represents the requested task.</summary>
      <returns>A TaskItem object that represents the requested task.</returns>
      <param name="AddToTaskList">True if the task is added to the default Tasks folder.</param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._TaskRequestItem.GetConversation">
      <summary>Obtains a <see cref="T:Microsoft.Office.Interop.Outlook.Conversation" /> object that represents the conversation to which this item belongs.</summary>
      <returns>Returns a Conversation object that represents the conversation to which this item belongs.</returns>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestItem.GetInspector">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" />  object that represents an inspector initialized to contain the specified item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestItem.Importance">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlImportance" /> constant indicating the relative importance level for the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestItem.IsConflict">
      <summary>Returns a Boolean (bool in C#) that determines if the item is in conflict. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestItem.ItemProperties">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.ItemProperties" /> collection that represents all standard and user-defined properties associated with the Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestItem.LastModificationTime">
      <summary>Returns a Date specifying the date and time that the Outlook item was last modified.  Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestItem.Links">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.Links" /> collection that represents the contacts to which the item is linked. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestItem.MAPIOBJECT">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestItem.MarkForDownload">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlRemoteStatus" />  constant that determines the status of an item once it is received by a remote user. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestItem.MessageClass">
      <summary>Returns or sets a String (string in C#) representing the message class for the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestItem.Mileage">
      <summary>Returns or sets a String (string in C#) representing the mileage for an item. Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._TaskRequestItem.Move(Microsoft.Office.Interop.Outlook.MAPIFolder)">
      <summary>Moves a Microsoft Outlook item to a new folder.</summary>
      <returns>An Object value that represents the item which has been moved to the designated folder.</returns>
      <param name="DestFldr">An expression that returns a Folder object. The destination folder.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestItem.NoAging">
      <summary>Returns or sets a Boolean value (bool in C#) that is True to not age the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestItem.OutlookInternalVersion">
      <summary>Returns an Integer (int in C#) value representing the build number of the Outlook application for an Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestItem.OutlookVersion">
      <summary>Returns a String (string in C#) indicating the major and minor version number of the Outlook application for an Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestItem.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._TaskRequestItem.PrintOut">
      <summary>Prints the Outlook item using all default settings.The PrintOut method is the only Outlook method that can be used for printing.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestItem.PropertyAccessor">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.PropertyAccessor" /> object that supports creating, getting, setting, and deleting properties of the parent <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestItem.RTFBody">
      <summary>Returns or sets a byte array that represents the body of the Microsoft Outlook item in Rich Text Format. Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._TaskRequestItem.Save">
      <summary>Saves the Microsoft Outlook item to the current folder or, if this is a new item, to the Outlook default folder for the item type.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._TaskRequestItem.SaveAs(System.String,System.Object)">
      <summary>Saves the Microsoft Outlook item to the specified path and in the format of the specified file type. If the file type is not specified, the MSG format (.msg) is used.</summary>
      <param name="Path">The path in which to save the item.</param>
      <param name="Type">The file type to save. Can be one of the following OlSaveAsType constants: olHTML, olMSG, olRTF, olTemplate, olDoc,olTXT, olVCal,  olVCard,  olICal, or olMSGUnicode.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestItem.Saved">
      <summary>Returns a Boolean value (bool in C#) that is True if the Outlook item has not been modified since the last save. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestItem.Sensitivity">
      <summary>Returns or sets a constant in the <see cref="T:Microsoft.Office.Interop.Outlook.OlSensitivity" /> enumeration indicating the sensitivity for the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestItem.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._TaskRequestItem.ShowCategoriesDialog">
      <summary>Displays the Show Categories dialog box, which allows you to select categories that correspond to the subject of the item.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestItem.Size">
      <summary>Returns an Integer (int in C#) value indicating the size (in bytes) of the Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestItem.Subject">
      <summary>Returns or sets a String (string in C#) indicating the subject for the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestItem.UnRead">
      <summary>Returns or sets a Boolean value (bool in C#) that is True if the Outlook item has not been opened (read). Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestItem.UserProperties">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.UserProperties" />  collection that represents all the user properties for the Outlook item. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.Actions">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Actions" />  collection that represents all the available actions for the item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.Attachments">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Attachments" />  object that represents all the attachments for the specified item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.AutoResolvedWinner">
      <summary>Returns a Boolean (bool in C#) that determines if the item is a winner of an automatic conflict resolution. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.BillingInformation">
      <summary>Returns or sets a String (string in C#) representing the billing information associated with the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.Body">
      <summary>Returns or sets a String (string in C#) representing the clear-text body of the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.Categories">
      <summary>Returns or sets a String (string in C#) representing the categories assigned to the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.Close(Microsoft.Office.Interop.Outlook.OlInspectorClose)">
      <summary>Closes and optionally saves changes to the Outlook item.</summary>
      <param name="SaveMode">The close behavior. If the item displayed within the inspector has not been changed, this argument has no effect.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.Companies">
      <summary>Returns or sets a String (string in C#) representing the names of the companies associated with the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.Conflicts">
      <summary>Return the <see cref="T:Microsoft.Office.Interop.Outlook.Conflicts" /> object that represents the items that are in conflict for any Outlook item object.  Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.ConversationID">
      <summary>Returns a string that uniquely identifies a <see cref="T:Microsoft.Office.Interop.Outlook.Conversation" /> object that the <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" /> object belongs to. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.ConversationIndex">
      <summary>Returns a String (string in C#) representing the index of the conversation thread of the Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.ConversationTopic">
      <summary>Returns a String (string in C#) representing the topic of the conversation thread of the Outlook item. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.Copy">
      <summary>Creates another instance of an object.</summary>
      <returns>Returns an <see cref="T:System.Object" /> that is a copy of the parent <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" /> object.</returns>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.CreationTime">
      <summary>Returns a Date indicating the creation time for the Outlook item. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.Delete">
      <summary>Deletes an object from the collection.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.Display(System.Object)">
      <summary>Displays a new <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" /> object for the item.</summary>
      <param name="Modal">True to make the window modal. The default value is False.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.DownloadState">
      <summary>Returns a constant that belongs to the  <see cref="T:Microsoft.Office.Interop.Outlook.OlDownloadState" /> enumeration indicating the download state of the item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.EntryID">
      <summary>Returns a String (string in C#) representing the unique Entry ID of the object.  Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.FormDescription">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.FormDescription" />  object that represents the form description for the specified Outlook item. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.GetAssociatedTask(System.Boolean)">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" /> object that represents the requested task.</summary>
      <returns>A TaskItem object that represents the requested task.</returns>
      <param name="AddToTaskList">True if the task is added to the default Tasks folder.</param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.GetConversation">
      <summary>Obtains a <see cref="T:Microsoft.Office.Interop.Outlook.Conversation" /> object that represents the conversation to which this item belongs.</summary>
      <returns>Returns a Conversation object that represents the conversation to which this item belongs.</returns>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.GetInspector">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" />  object that represents an inspector initialized to contain the specified item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.Importance">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlImportance" /> constant indicating the relative importance level for the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.IsConflict">
      <summary>Returns a Boolean (bool in C#) that determines if the item is in conflict. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.ItemProperties">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.ItemProperties" /> collection that represents all standard and user-defined properties associated with the Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.LastModificationTime">
      <summary>Returns a Date specifying the date and time that the Outlook item was last modified.  Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.Links">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.Links" /> collection that represents the contacts to which the item is linked. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.MAPIOBJECT">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.MarkForDownload">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlRemoteStatus" />  constant that determines the status of an item once it is received by a remote user. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.MessageClass">
      <summary>Returns or sets a String (string in C#) representing the message class for the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.Mileage">
      <summary>Returns or sets a String (string in C#) representing the mileage for an item. Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.Move(Microsoft.Office.Interop.Outlook.MAPIFolder)">
      <summary>Moves a Microsoft Outlook item to a new folder.</summary>
      <returns>An Object value that represents the item which has been moved to the designated folder.</returns>
      <param name="DestFldr">An expression that returns a Folder object. The destination folder.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.NoAging">
      <summary>Returns or sets a Boolean value (bool in C#) that is True to not age the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.OutlookInternalVersion">
      <summary>Returns an Integer (int in C#) value representing the build number of the Outlook application for an Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.OutlookVersion">
      <summary>Returns a String (string in C#) indicating the major and minor version number of the Outlook application for an Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.PrintOut">
      <summary>Prints the Outlook item using all default settings.The PrintOut method is the only Outlook method that can be used for printing.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.PropertyAccessor">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.PropertyAccessor" /> object that supports creating, getting, setting, and deleting properties of the parent <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.RTFBody">
      <summary>Returns or sets a byte array that represents the body of the Microsoft Outlook item in Rich Text Format. Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.Save">
      <summary>Saves the Microsoft Outlook item to the current folder or, if this is a new item, to the Outlook default folder for the item type.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.SaveAs(System.String,System.Object)">
      <summary>Saves the Microsoft Outlook item to the specified path and in the format of the specified file type. If the file type is not specified, the MSG format (.msg) is used.</summary>
      <param name="Path">The path in which to save the item.</param>
      <param name="Type">The file type to save. Can be one of the following OlSaveAsType constants: olHTML, olMSG, olRTF, olTemplate, olDoc,olTXT, olVCal,  olVCard,  olICal, or olMSGUnicode.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.Saved">
      <summary>Returns a Boolean value (bool in C#) that is True if the Outlook item has not been modified since the last save. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.Sensitivity">
      <summary>Returns or sets a constant in the <see cref="T:Microsoft.Office.Interop.Outlook.OlSensitivity" /> enumeration indicating the sensitivity for the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.ShowCategoriesDialog">
      <summary>Displays the Show Categories dialog box, which allows you to select categories that correspond to the subject of the item.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.Size">
      <summary>Returns an Integer (int in C#) value indicating the size (in bytes) of the Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.Subject">
      <summary>Returns or sets a String (string in C#) indicating the subject for the Outlook item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.UnRead">
      <summary>Returns or sets a Boolean value (bool in C#) that is True if the Outlook item has not been opened (read). Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.UserProperties">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.UserProperties" />  collection that represents all the user properties for the Outlook item. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._TasksModule">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.TasksModule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TasksModule.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TasksModule.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TasksModule.Name">
      <summary>Returns a String (string in C#) value that represents the localized display name for the <see cref="T:Microsoft.Office.Interop.Outlook.TasksModule" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TasksModule.NavigationGroups">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.NavigationGroups" /> object that contains the set of navigation groups associated with the <see cref="T:Microsoft.Office.Interop.Outlook.TasksModule" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TasksModule.NavigationModuleType">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlNavigationModuleType" /> constant that represents the navigation module type for the object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TasksModule.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TasksModule.Position">
      <summary>Returns or sets an Integer value that represents the ordinal position of the <see cref="T:Microsoft.Office.Interop.Outlook.TasksModule" /> object when displayed in the Navigation Pane. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TasksModule.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TasksModule.Visible">
      <summary>Returns or sets a Boolean value (bool in C#) that determines whether the <see cref="T:Microsoft.Office.Interop.Outlook.TasksModule" /> object is displayed in the Navigation Pane. Read/write.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._TextRuleCondition">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.TextRuleCondition" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TextRuleCondition.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TextRuleCondition.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TextRuleCondition.ConditionType">
      <summary>Returns a constant from the <see cref="T:Microsoft.Office.Interop.Outlook.OlRuleConditionType" /> enumeration that indicates the type of rule condition. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TextRuleCondition.Enabled">
      <summary>Returns or sets a Boolean (bool in C#) that determines if the rule condition is enabled. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TextRuleCondition.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TextRuleCondition.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TextRuleCondition.Text">
      <summary>Returns or sets an array of String (string in C#) elements that represents the text to be evaluated by the rule condition. Read/write.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._TimelineView">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.TimelineView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TimelineView.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._TimelineView.Apply">
      <summary>Applies the <see cref="T:Microsoft.Office.Interop.Outlook.TimelineView" /> object to the current view.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TimelineView.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._TimelineView.Copy(System.String,Microsoft.Office.Interop.Outlook.OlViewSaveOption)">
      <summary>Creates a new <see cref="T:Microsoft.Office.Interop.Outlook.View" /> object based on the existing <see cref="T:Microsoft.Office.Interop.Outlook.TimelineView" /> object.</summary>
      <returns>A View object that represents the new view.</returns>
      <param name="Name">The name of the new view.</param>
      <param name="SaveOption">The save option for the new view.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TimelineView.DefaultExpandCollapseSetting">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlDefaultExpandCollapseSetting" /> constant that determines the default expansion setting for groups in the <see cref="T:Microsoft.Office.Interop.Outlook.TimelineView" /> object. Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._TimelineView.Delete">
      <summary>Deletes an object from a collection.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TimelineView.EndField">
      <summary>Returns or sets a String (string in C#) value that represents the name of the property that ends the time duration for Outlook items displayed in the <see cref="T:Microsoft.Office.Interop.Outlook.TimelineView" /> object. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TimelineView.Filter">
      <summary>Returns or sets a String (string in C#) value that represents the filter for a view.  Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._TimelineView.GoToDate(System.DateTime)">
      <summary>Changes the date used by the current view to display information.</summary>
      <param name="Date">The date to which the view should be changed.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TimelineView.GroupByFields">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OrderFields" /> object that represents the set of fields by which the items displayed in the <see cref="T:Microsoft.Office.Interop.Outlook.TimelineView" /> object are grouped. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TimelineView.ItemFont">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.ViewFont" /> object that represents the font used when displaying Outlook items in the <see cref="T:Microsoft.Office.Interop.Outlook.TimelineView" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TimelineView.Language">
      <summary>Returns or sets a String (string in C#) value that represents the language setting for the view. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TimelineView.LockUserChanges">
      <summary>Returns or sets a Boolean value (bool in C#) that indicates whether a user can modify the settings of the view. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TimelineView.LowerScaleFont">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.ViewFont" /> object that represents the font used to display the lower portion of the timeline scale for a <see cref="T:Microsoft.Office.Interop.Outlook.TimelineView" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TimelineView.MaxLabelWidth">
      <summary>Returns or sets an Integer (int in C#) value that represents the maximum length (in characters) for the label of an Outlook item in the <see cref="T:Microsoft.Office.Interop.Outlook.TimelineView" /> object. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TimelineView.Name">
      <summary>Returns or sets the display name for the object. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TimelineView.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._TimelineView.Reset">
      <summary>Resets a built-in Microsoft Outlook view to its original settings.  </summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._TimelineView.Save">
      <summary>Saves the view, or saves the changes to a view.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TimelineView.SaveOption">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlViewSaveOption" /> constant that specifies the folders in which the specified view is available and the read permissions attached to the view. Read-only.  </summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TimelineView.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TimelineView.ShowLabelWhenViewingByMonth">
      <summary>Returns or sets a Boolean (bool in C#) value that determines if labels for Outlook items are displayed when viewing by month in the <see cref="T:Microsoft.Office.Interop.Outlook.TimelineView" /> object. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TimelineView.ShowWeekNumbers">
      <summary>Returns or sets a Boolean (bool in C#) value that indicates whether week number labels are displayed in the timeline scale for the <see cref="T:Microsoft.Office.Interop.Outlook.TimelineView" /> object. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TimelineView.Standard">
      <summary>Returns a Boolean value (bool in C#) that indicates whether the <see cref="T:Microsoft.Office.Interop.Outlook.TimelineView" /> object is a built-in Outlook view. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TimelineView.StartField">
      <summary>Returns or sets a String (string in C#) value that represents the name of the property that starts the time duration for Outlook items displayed in the <see cref="T:Microsoft.Office.Interop.Outlook.TimelineView" /> object. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TimelineView.TimelineViewMode">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlTimelineViewMode" /> constant that indicates the view mode for the <see cref="T:Microsoft.Office.Interop.Outlook.TimelineView" /> object. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TimelineView.UpperScaleFont">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.ViewFont" /> object that represents the font used to display the upper portion of the timeline scale for a <see cref="T:Microsoft.Office.Interop.Outlook.TimelineView" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TimelineView.ViewType">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlViewType" /> constant that indicates the view type of the view. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TimelineView.XML">
      <summary>Returns or sets a String (string in C#) value that specifies the XML definition of the view. Read/write.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._TimeZone">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.TimeZone" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TimeZone.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" /> object that represents the parent Outlook application for the object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TimeZone.Bias">
      <summary>Returns an Integer (int in C#) value that represents the difference in minutes of between the local time in this time zone and the Coordinated Universal Time (UTC). Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TimeZone.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant that represents the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TimeZone.DaylightBias">
      <summary>Returns an Integer (int in C#) value that represents the time offset in minutes from the <see cref="P:Microsoft.Office.Interop.Outlook._TimeZone.Bias" /> to account for  daylight time in this time zone. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TimeZone.DaylightDate">
      <summary>Returns a DateTime value that represents the date and time in this time zone when time changes over to daylight time in the current year. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TimeZone.DaylightDesignation">
      <summary>Returns a String (string in C#) that identifies the time zone in daylight time. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TimeZone.ID">
      <summary>Returns a String (string in C#) that uniquely identifies the  time zone. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TimeZone.Name">
      <summary>Returns a String (string in C#) that represents the identifier of the time zone. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TimeZone.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TimeZone.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" /> object for the current session. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TimeZone.StandardBias">
      <summary>Returns an Integer (int in C#) value that represents the time offset in minutes from the <see cref="P:Microsoft.Office.Interop.Outlook._TimeZone.Bias" /> to account for standard time in this time zone. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TimeZone.StandardDate">
      <summary>Returns a DateTime value that represents the date and time in this time zone when time changes over to standard time. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TimeZone.StandardDesignation">
      <summary>Returns a String (string in C#) that identifies the time zone in standard time. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._TimeZones">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.TimeZones" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TimeZones.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" /> object that represents the parent Outlook application for the object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TimeZones.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant that represents the object's class. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._TimeZones.ConvertTime(System.DateTime,Microsoft.Office.Interop.Outlook.TimeZone,Microsoft.Office.Interop.Outlook.TimeZone)">
      <summary>Converts a DateTime value from one time zone to another time zone.</summary>
      <returns>A Date value that represents the date and time expressed in the <paramref name="DestinationTimeZone" />.</returns>
      <param name="SourceDateTime">A DateTime value expressed in the original time zone.</param>
      <param name="SourceTimeZone">The original time zone of the DateTime value that is to be converted.</param>
      <param name="DestinationTimeZone">The target time zone to which the DateTime value is to be converted.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TimeZones.Count">
      <summary>Returns an Integer (int in C#) value indicating the count of objects in the specified collection. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TimeZones.CurrentTimeZone">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.TimeZone" /> value that represents the current Windows system local time zone. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TimeZones.Item(System.Object)">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.TimeZone" /> object from the collection.</summary>
      <returns>A TimeZone object that represents the specified object in the collection.</returns>
      <param name="Index">An Integer representing a one-based index into the <see cref="T:Microsoft.Office.Interop.Outlook.TimeZones" /> collection.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TimeZones.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._TimeZones.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" /> object for the current session. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._ToOrFromRuleCondition">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.ToOrFromRuleCondition" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ToOrFromRuleCondition.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ToOrFromRuleCondition.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ToOrFromRuleCondition.ConditionType">
      <summary>Returns a constant from the <see cref="T:Microsoft.Office.Interop.Outlook.OlRuleConditionType" /> enumeration that indicates the type of rule condition. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ToOrFromRuleCondition.Enabled">
      <summary>Read/write</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ToOrFromRuleCondition.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ToOrFromRuleCondition.Recipients">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.Recipients" />  collection that represents the recipient list for the evaluation of the rule condition. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ToOrFromRuleCondition.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._UserDefinedProperties">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.UserDefinedProperties" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._UserDefinedProperties.Add(System.String,Microsoft.Office.Interop.Outlook.OlUserPropertyType,System.Object,System.Object)">
      <summary>Creates a new <see cref="T:Microsoft.Office.Interop.Outlook.UserDefinedProperty" /> object and appends it to the collection.</summary>
      <returns>A UserDefinedProperty object that represents the new user-defined property.</returns>
      <param name="Name">The name of the new user-defined property.</param>
      <param name="Type">The type of the new user-defined property.</param>
      <param name="DisplayFormat">The display format of the new user-defined property. This parameter can be set to a value from one of several different enumerations, determined by the OlUserPropertyType constant specified in the <paramref name="Type" /> parameter. For more information on how <paramref name="Type" /> and <paramref name="DisplayFormat" /> interact, see <see cref="P:Microsoft.Office.Interop.Outlook._UserDefinedProperty.DisplayFormat" />.</param>
      <param name="Formula">The formula used to calculate values for the new user-defined property. This parameter is ignored if the <paramref name="Type" /> parameter is set to any value other than olCombination or olFormula.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._UserDefinedProperties.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._UserDefinedProperties.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._UserDefinedProperties.Count">
      <summary>Returns an Integer (int in C#) value that indicates the count of objects in the specified collection. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._UserDefinedProperties.Find(System.String)">
      <summary>Locate a <see cref="T:Microsoft.Office.Interop.Outlook.UserDefinedProperty" /> contained in the collection.</summary>
      <returns>A UserDefinedProperty object that represents the located object, if successful; otherwise, Nothing (null in C#).</returns>
      <param name="Name">The <see cref="P:Microsoft.Office.Interop.Outlook._UserDefinedProperty.Name" /> property value of the UserDefinedProperty object to find in the collection.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._UserDefinedProperties.Item(System.Object)">
      <summary>Returns an object from the collection.</summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Outlook.UserDefinedProperty" /> object that represents the specified object.</returns>
      <param name="Index">Either an Integer (int in C#) value that represents the 1-based index number of an object in the collection, or a String (string in C#) value that represents the <see cref="P:Microsoft.Office.Interop.Outlook._UserDefinedProperty.Name" /> property value of an object in the collection.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._UserDefinedProperties.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._UserDefinedProperties.Refresh">
      <summary>Refreshes the contents of the collection from the store, retrieving any changes performed in remote explorers.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._UserDefinedProperties.Remove(System.Int32)">
      <summary>Removes an object from the collection.</summary>
      <param name="Index">The 1-based index value of the object within the collection.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._UserDefinedProperties.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._UserDefinedProperty">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.UserDefinedProperty" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._UserDefinedProperty.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._UserDefinedProperty.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._UserDefinedProperty.Delete">
      <summary>Deletes an object from the collection.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._UserDefinedProperty.DisplayFormat">
      <summary>Returns an Integer (int in C#) value that represents the display format for the <see cref="T:Microsoft.Office.Interop.Outlook.UserDefinedProperty" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._UserDefinedProperty.Formula">
      <summary>Returns a String (string in C#) value that represents the formula for the UserDefinedProperty object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._UserDefinedProperty.Name">
      <summary>Returns a String (string in C#) value that represents the display name for the object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._UserDefinedProperty.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._UserDefinedProperty.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._UserDefinedProperty.Type">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlUserPropertyType" /> constant indicating the type of the <see cref="T:Microsoft.Office.Interop.Outlook.UserDefinedProperty" /> object. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._ViewField">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.ViewField" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ViewField.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ViewField.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ViewField.ColumnFormat">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.ColumnFormat" /> object that represents the formatting information for the <see cref="T:Microsoft.Office.Interop.Outlook.ViewField" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ViewField.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ViewField.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ViewField.ViewXMLSchemaName">
      <summary>Returns a String (string in C#) value that represents the XML schema name for the property referenced by the <see cref="T:Microsoft.Office.Interop.Outlook.ViewField" /> object. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._ViewFields">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.ViewFields" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._ViewFields.Add(System.String)">
      <summary>Adds the specified field to the end of the <see cref="T:Microsoft.Office.Interop.Outlook.ViewFields" /> collection for the view. </summary>
      <returns>A ViewField object that represents the new view field.</returns>
      <param name="PropertyName">The name of the property to which the new object is associated. This property can be referenced by field name (displayed in the Field Chooser) or by namespace (represented by <see cref="P:Microsoft.Office.Interop.Outlook._ViewField.ViewXMLSchemaName" />).</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ViewFields.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ViewFields.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ViewFields.Count">
      <summary>Returns an Integer (int in C#) value indicating the count of <see cref="T:Microsoft.Office.Interop.Outlook.ViewField" /> objects in the specified collection. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._ViewFields.Insert(System.String,System.Object)">
      <summary>Creates a new <see cref="T:Microsoft.Office.Interop.Outlook.ViewField" /> object and inserts it at the specified index within the <see cref="T:Microsoft.Office.Interop.Outlook.ViewFields" /> collection. </summary>
      <returns>A ViewField object that represents the new view field.</returns>
      <param name="PropertyName">The name of the property to which the new object is associated.</param>
      <param name="Index">Either a one-based index number at which to insert the new object, or a value used to match the <see cref="P:Microsoft.Office.Interop.Outlook._ViewField.ViewXMLSchemaName" /> property value of an object in the collection where the new object is to be inserted.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ViewFields.Item(System.Object)">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.ViewField" /> object from the collection.</summary>
      <returns>A ViewField object that represents the specified object.</returns>
      <param name="Index">The value  can be a one-based integer that indexes an ViewField object in the <see cref="T:Microsoft.Office.Interop.Outlook.ViewFields" /> collection, a string that matches the <see cref="P:Microsoft.Office.Interop.Outlook._ViewField.ViewXMLSchemaName" /> property value of an ViewField object in the collection, or a field name as displayed in the Field Chooser.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ViewFields.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._ViewFields.Remove(System.Object)">
      <summary>Removes an object from the collection.</summary>
      <param name="Index">Either the index number of the object, or a value used to match the <see cref="P:Microsoft.Office.Interop.Outlook._ViewField.ViewXMLSchemaName" /> property value of an object in the collection.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ViewFields.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._ViewFont">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.ViewFont" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ViewFont.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ViewFont.Bold">
      <summary>Returns or sets a Boolean value (bool in C#) that indicates if the font is bold in the <see cref="T:Microsoft.Office.Interop.Outlook.ViewFont" /> object. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ViewFont.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ViewFont.Color">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlColor" /> constant that indicates the color of the font in the <see cref="T:Microsoft.Office.Interop.Outlook.ViewFont" /> object. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ViewFont.ExtendedColor">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlCategoryColor" /> constant as the font color of the view. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ViewFont.Italic">
      <summary>Returns or sets a Boolean value (bool in C#) that indicates if the font is italicized in the <see cref="T:Microsoft.Office.Interop.Outlook.ViewFont" /> object. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ViewFont.Name">
      <summary>Returns or sets the display name for the object. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ViewFont.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ViewFont.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ViewFont.Size">
      <summary>Returns or sets an Integer (int in C#) value that represents the size (in points) of the font in the view. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ViewFont.Strikethrough">
      <summary>Returns or sets a Boolean value (bool in C#) that indicates if the font is struck through with a horizontal line in the <see cref="T:Microsoft.Office.Interop.Outlook.ViewFont" /> object. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._ViewFont.Underline">
      <summary>Returns or sets a Boolean value (bool in C#) that indicates if the font is underlined in the <see cref="T:Microsoft.Office.Interop.Outlook.ViewFont" /> object. Read/write.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._Views">
      <summary>This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.Views" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Views.Add(System.String,Microsoft.Office.Interop.Outlook.OlViewType,Microsoft.Office.Interop.Outlook.OlViewSaveOption)">
      <summary>Creates a new view in the <see cref="T:Microsoft.Office.Interop.Outlook.Views" /> collection.</summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Outlook.View" /> object that represents the new view.</returns>
      <param name="Name">The name of the new view.</param>
      <param name="ViewType">The type of the new view.</param>
      <param name="SaveOption">The save option that specifies the permissions of the new view. olViewSaveOptionAllFoldersOfType The view can be accessed in all folders of this type.olViewSaveOptionThisFolderEveryOne The view can be accessed by all users in this folder only.olViewSaveOptionThisFolderOnlyMe The view can be accessed in this folder only by the user.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Views.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Views.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Views.Count">
      <summary>Returns an Integer (int in C#) value indicating the count of objects in the specified collection. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Views.GetEnumerator">
      <returns>This member is inherited from the base type of the parent interface.</returns>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Views.Item(System.Object)">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.View" /> object from the collection.</summary>
      <returns>A View object that represents the specified object.</returns>
      <param name="Index">Either the index number of the object, or a value used to match the default property of an object in the collection.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Views.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._Views.Remove(System.Object)">
      <summary>Removes an object from the collection.</summary>
      <param name="Index">The name or 1-based index value of an object within a collection.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook._Views.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._ViewsEvents">
      <summary>This is an event interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._ViewsEvents.ViewAdd(Microsoft.Office.Interop.Outlook.View)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="View"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._ViewsEvents.ViewRemove(Microsoft.Office.Interop.Outlook.View)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="View"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._ViewsEvents_Event">
      <summary>This is a .NET interface created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface implements all events of earlier interfaces and any additional new events.  Use this interface only when the event you want to use shares the same name as a method of the COM object; in this case, cast to this interface to connect to the event, and cast to the primary interface to call the method. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._ViewsEvents_Event.add_ViewAdd(Microsoft.Office.Interop.Outlook._ViewsEvents_ViewAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook._ViewsEvents_Event.add_ViewRemove(Microsoft.Office.Interop.Outlook._ViewsEvents_ViewRemoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook._ViewsEvents_Event.remove_ViewAdd(Microsoft.Office.Interop.Outlook._ViewsEvents_ViewAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook._ViewsEvents_Event.remove_ViewRemove(Microsoft.Office.Interop.Outlook._ViewsEvents_ViewRemoveEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook._ViewsEvents_Event.ViewAdd">
      <summary>Occurs when a view is added to the collection. Microsoft Outlook creates the new view and passes it to this event.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook._ViewsEvents_Event.ViewRemove">
      <summary>Occurs when a view has been removed from the specified collection.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._ViewsEvents_SinkHelper">
      <summary>This class and its members are reserved for internal use and are not intended to be used in your code.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook._ViewsEvents_SinkHelper.m_dwCookie"></member>
    <member name="F:Microsoft.Office.Interop.Outlook._ViewsEvents_SinkHelper.m_ViewAddDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook._ViewsEvents_SinkHelper.m_ViewRemoveDelegate"></member>
    <member name="M:Microsoft.Office.Interop.Outlook._ViewsEvents_SinkHelper.ViewAdd(Microsoft.Office.Interop.Outlook.View)">
      <param name="param0"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook._ViewsEvents_SinkHelper.ViewRemove(Microsoft.Office.Interop.Outlook.View)">
      <param name="param0"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._ViewsEvents_ViewAddEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="View">The new view added to the collection prior to this event.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook._ViewsEvents_ViewRemoveEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="View">The view which was removed from the collection prior to this event.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.Account">
      <summary>The Account object represents an account defined for the current profile.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.AccountClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Account" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AccountClass.AccountType">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Account" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AccountClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Account" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AccountClass.AutoDiscoverConnectionMode">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Account" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AccountClass.AutoDiscoverXml">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Account" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AccountClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Account" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AccountClass.CurrentUser">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Account" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AccountClass.DeliveryStore">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Account" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AccountClass.DisplayName">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Account" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AccountClass.ExchangeConnectionMode">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Account" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AccountClass.ExchangeMailboxServerName">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Account" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AccountClass.ExchangeMailboxServerVersion">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Account" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.AccountClass.GetAddressEntryFromID(System.String)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Account" />.</summary>
      <param name="ID"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.AccountClass.GetRecipientFromID(System.String)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Account" />.</summary>
      <param name="EntryID"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AccountClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Account" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AccountClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Account" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AccountClass.SmtpAddress">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Account" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AccountClass.UserName">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Account" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.AccountRuleCondition">
      <summary>Represents a rule condition that evaluates whether an account was used to send a message. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.AccountRuleConditionClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AccountRuleCondition" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AccountRuleConditionClass.Account">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AccountRuleCondition" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AccountRuleConditionClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AccountRuleCondition" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AccountRuleConditionClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AccountRuleCondition" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AccountRuleConditionClass.ConditionType">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AccountRuleCondition" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AccountRuleConditionClass.Enabled">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AccountRuleCondition" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AccountRuleConditionClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AccountRuleCondition" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AccountRuleConditionClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AccountRuleCondition" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.Accounts">
      <summary>The Accounts collection object contains a set of <see cref="T:Microsoft.Office.Interop.Outlook.Account" /> objects representing the accounts available for the current profile.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.AccountsClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Accounts" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.AccountsClass.add_AutoDiscoverComplete(Microsoft.Office.Interop.Outlook.AccountsEvents_AutoDiscoverCompleteEventHandler)"></member>
    <member name="P:Microsoft.Office.Interop.Outlook.AccountsClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Accounts" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.AccountsClass.AutoDiscoverComplete">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Accounts" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AccountsClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Accounts" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AccountsClass.Count">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Accounts" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AccountsClass.Item(System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Accounts" />.</summary>
      <param name="Index"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AccountsClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Accounts" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.AccountsClass.remove_AutoDiscoverComplete(Microsoft.Office.Interop.Outlook.AccountsEvents_AutoDiscoverCompleteEventHandler)"></member>
    <member name="P:Microsoft.Office.Interop.Outlook.AccountsClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Accounts" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.AccountSelector">
      <summary>Provides the ability to obtain the account that is selected in the Microsoft Office Backstage view for the parent <see cref="T:Microsoft.Office.Interop.Outlook.Explorer" /> object.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.AccountSelectorClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AccountSelector" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.AccountSelectorClass.add_SelectedAccountChange(Microsoft.Office.Interop.Outlook.AccountSelectorEvents_SelectedAccountChangeEventHandler)"></member>
    <member name="P:Microsoft.Office.Interop.Outlook.AccountSelectorClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AccountSelector" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AccountSelectorClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AccountSelector" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AccountSelectorClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AccountSelector" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.AccountSelectorClass.remove_SelectedAccountChange(Microsoft.Office.Interop.Outlook.AccountSelectorEvents_SelectedAccountChangeEventHandler)"></member>
    <member name="P:Microsoft.Office.Interop.Outlook.AccountSelectorClass.SelectedAccount">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AccountSelector" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.AccountSelectorClass.SelectedAccountChange">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AccountSelector" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AccountSelectorClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AccountSelector" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.AccountSelectorEvents">
      <summary>This is an event interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.AccountSelectorEvents.SelectedAccountChange(Microsoft.Office.Interop.Outlook.Account)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="SelectedAccount"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.AccountSelectorEvents_Event">
      <summary>This is a .NET interface created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface implements all events of earlier interfaces and any additional new events.  Use this interface only when the event you want to use shares the same name as a method of the COM object; in this case, cast to this interface to connect to the event, and cast to the primary interface to call the method. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.AccountSelectorEvents_Event.add_SelectedAccountChange(Microsoft.Office.Interop.Outlook.AccountSelectorEvents_SelectedAccountChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.AccountSelectorEvents_Event.remove_SelectedAccountChange(Microsoft.Office.Interop.Outlook.AccountSelectorEvents_SelectedAccountChangeEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.AccountSelectorEvents_Event.SelectedAccountChange">
      <summary>Occurs when the user selects a different account in the drop-down list under Account Information on the Info tab of the Microsoft Office Backstage view.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.AccountSelectorEvents_SelectedAccountChangeEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="SelectedAccount">Represents the currently selected account in the Microsoft Office Backstage view.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.AccountSelectorEvents_SinkHelper">
      <summary>This class and its members are reserved for internal use and are not intended to be used in your code.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.AccountSelectorEvents_SinkHelper.m_dwCookie"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.AccountSelectorEvents_SinkHelper.m_SelectedAccountChangeDelegate"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.AccountSelectorEvents_SinkHelper.SelectedAccountChange(Microsoft.Office.Interop.Outlook.Account)">
      <param name="param0"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.AccountsEvents">
      <summary>This is an event interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.AccountsEvents.AutoDiscoverComplete(Microsoft.Office.Interop.Outlook.Account)"></member>
    <member name="T:Microsoft.Office.Interop.Outlook.AccountsEvents_AutoDiscoverCompleteEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Account">The account whose auto-discovery of the associated Exchange Server is complete.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.AccountsEvents_Event"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.AccountsEvents_Event.add_AutoDiscoverComplete(Microsoft.Office.Interop.Outlook.AccountsEvents_AutoDiscoverCompleteEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.AccountsEvents_Event.AutoDiscoverComplete">
      <summary>Occurs after Microsoft Outlook has finished accessing the auto-discovery service of the Microsoft Exchange Server that is associated with the account, and has the related information available in the <see cref="P:Microsoft.Office.Interop.Outlook._Account.AutoDiscoverXml" /> property of the <see cref="T:Microsoft.Office.Interop.Outlook.Account" /> object.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.AccountsEvents_Event.remove_AutoDiscoverComplete(Microsoft.Office.Interop.Outlook.AccountsEvents_AutoDiscoverCompleteEventHandler)"></member>
    <member name="T:Microsoft.Office.Interop.Outlook.AccountsEvents_SinkHelper">
      <summary>This class and its members are reserved for internal use and are not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.AccountsEvents_SinkHelper.AutoDiscoverComplete(Microsoft.Office.Interop.Outlook.Account)"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.AccountsEvents_SinkHelper.m_AutoDiscoverCompleteDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.AccountsEvents_SinkHelper.m_dwCookie"></member>
    <member name="T:Microsoft.Office.Interop.Outlook.Action">
      <summary>Represents a specialized action (for example, the voting options response) that can be executed on an Outlook item.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Action.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Action.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Action.CopyLike">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlActionCopyLike" /> constant indicating the property inheritance style to use for the action.  Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.Action.Delete">
      <summary>Deletes an object from the collection.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Action.Enabled">
      <summary>Returns or sets a Boolean (bool in C#) that is True if the action is enabled in the application. Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.Action.Execute">
      <summary>Executes the action for the specified item.</summary>
      <returns>An Object value that represents the Outlook item created by the action upon execution.</returns>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Action.MessageClass">
      <summary>Returns or sets a String (string in C#) representing the message class for the <see cref="T:Microsoft.Office.Interop.Outlook.Action" />. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Action.Name">
      <summary>Returns or sets the display name for the Object. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Action.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Action.Prefix">
      <summary>Returns or sets a String (string in C#) specifying the prefix (for example, "Re") to use with the subject of the item when the action is executed. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Action.ReplyStyle">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlActionReplyStyle" /> constant indicating the text formatting reply style for the specified action. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Action.ResponseStyle">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlActionResponseStyle" /> constant indicating the response style used when the specified action is executed. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Action.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Action.ShowOn">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlActionShowOn" /> constant representing the location where the action will be shown. Read/write.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.Actions">
      <summary>Contains a collection of <see cref="T:Microsoft.Office.Interop.Outlook.Action" />  objects that represent all the specialized actions that can be executed on an Outlook item.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.Actions.Add">
      <summary>Creates a new action in the <see cref="T:Microsoft.Office.Interop.Outlook.Actions" /> collection. </summary>
      <returns>An  <see cref="T:Microsoft.Office.Interop.Outlook.Action" /> object that represents the new action.</returns>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Actions.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Actions.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Actions.Count">
      <summary>Returns an Integer (int in C#) value indicating the count of objects in the specified collection. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Actions.Item(System.Object)">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Action" /> object from the collection.</summary>
      <returns>An Action object that represents the specified object.</returns>
      <param name="Index">Either the index number of the object, or a value used to match the default property of an object in the collection.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Actions.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.Actions.Remove(System.Int32)">
      <summary>Removes an object from the collection.</summary>
      <param name="Index">The 1-based index value of the object within the collection.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Actions.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.AddressEntries">
      <summary>Contains a collection of addresses for an <see cref="T:Microsoft.Office.Interop.Outlook.AddressList" />  object.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.AddressEntries.Add(System.String,System.Object,System.Object)">
      <summary>Adds a new entry to the <see cref="T:Microsoft.Office.Interop.Outlook.AddressEntries" /> collection.</summary>
      <returns>An <see cref="T:Microsoft.Office.Interop.Outlook.AddressEntry" /> object that represents the new entry.</returns>
      <param name="Type">The type of the new entry.</param>
      <param name="Name">The name of the new entry.</param>
      <param name="Address">The address.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AddressEntries.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AddressEntries.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AddressEntries.Count">
      <summary>Returns an Integer (int in C#) value indicating the count of objects in the specified collection. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.AddressEntries.GetFirst">
      <summary>Returns the first object in the <see cref="T:Microsoft.Office.Interop.Outlook.AddressEntries" /> collection.</summary>
      <returns>An <see cref="T:Microsoft.Office.Interop.Outlook.AddressEntry" /> object that represents the first object contained by the collection.</returns>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.AddressEntries.GetLast">
      <summary>Returns the last object in the <see cref="T:Microsoft.Office.Interop.Outlook.AddressEntries" /> collection.</summary>
      <returns>An <see cref="T:Microsoft.Office.Interop.Outlook.AddressEntry" /> object that represents the last object contained by the collection.</returns>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.AddressEntries.GetNext">
      <summary>Returns the next object in the <see cref="T:Microsoft.Office.Interop.Outlook.AddressEntries" /> collection. </summary>
      <returns>An <see cref="T:Microsoft.Office.Interop.Outlook.AddressEntry" /> object that represents the next object contained by the collection.</returns>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.AddressEntries.GetPrevious">
      <summary>Returns the previous object in the <see cref="T:Microsoft.Office.Interop.Outlook.AddressEntries" /> collection. </summary>
      <returns>An <see cref="T:Microsoft.Office.Interop.Outlook.AddressEntry" /> object that represents the previous object contained by the collection.</returns>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AddressEntries.Item(System.Object)">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.AddressEntry" /> object from the collection. </summary>
      <returns>An AddressEntry object that represents the specified object.</returns>
      <param name="Index">Either the index number of the object, or a value used to match the default property of an object in the collection.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AddressEntries.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AddressEntries.RawTable">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AddressEntries.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.AddressEntries.Sort(System.Object,System.Object)">
      <summary>Sorts the collection of items by the specified property. The index for the collection is reset to 1 upon completion of this method.</summary>
      <param name="Property">The name of the property by which to sort, which may be enclosed in brackets, for example, "[CompanyName]". May not be a user-defined field, and may not be a multi-valued property, such as a category.</param>
      <param name="Order">The order for the specified address entries. Can be one of these OlSortOrder constants: olAscending, olDescending, or olSortNone.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.AddressEntry">
      <summary>Represents a person, group, or public folder to which the messaging system can deliver messages.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AddressEntry.Address">
      <summary>Returns or sets a String (string in C#) representing the e-mail address of the <see cref="T:Microsoft.Office.Interop.Outlook.AddressEntry" />. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AddressEntry.AddressEntryUserType">
      <summary>Returns a constant from the  <see cref="T:Microsoft.Office.Interop.Outlook.OlAddressEntryUserType" /> enumeration representing the user type of the <see cref="T:Microsoft.Office.Interop.Outlook.AddressEntry" />. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AddressEntry.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AddressEntry.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.AddressEntry.Delete">
      <summary>Deletes an object from the collection.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.AddressEntry.Details(System.Object)">
      <summary>Displays a modeless dialog box that provides detailed information about an <see cref="T:Microsoft.Office.Interop.Outlook.AddressEntry" />  object.</summary>
      <param name="HWnd">The parent window handle for the Details dialog box. A zero value (the default) specifies that the dialog is parented to Outlook.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AddressEntry.DisplayType">
      <summary>Returns a constant belonging to the  <see cref="T:Microsoft.Office.Interop.Outlook.OlDisplayType" /> enumeration that describes the nature of the <see cref="T:Microsoft.Office.Interop.Outlook.AddressEntry" />. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.AddressEntry.GetContact">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" /> object that represents the <see cref="T:Microsoft.Office.Interop.Outlook.AddressEntry" />,  if the AddressEntry corresponds to a contact in an Outlook Contacts Address Book  (CAB).</summary>
      <returns>A ContactItem object that corresponds to the AddressEntry. Returns Nothing (null in C#) if the AddressEntry object does not correspond to  a contact in a Contacts Address Book.</returns>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.AddressEntry.GetExchangeDistributionList">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeDistributionList" /> object that represents the <see cref="T:Microsoft.Office.Interop.Outlook.AddressEntry" /> if the AddressEntry  belongs to an Exchange <see cref="T:Microsoft.Office.Interop.Outlook.AddressList" /> object such as the Global Address List (GAL) and corresponds to an Exchange distribution list. </summary>
      <returns>An ExchangeDistributionList object that represents the AddressEntry. Returns Nothing (null in C#) if the AddressEntry object does not correspond to an Exchange distribution list.  </returns>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.AddressEntry.GetExchangeUser">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" /> object that represents the <see cref="T:Microsoft.Office.Interop.Outlook.AddressEntry" /> if the AddressEntry  belongs to an Exchange <see cref="T:Microsoft.Office.Interop.Outlook.AddressList" /> object such as the Global Address List (GAL) and  corresponds to an Exchange user. </summary>
      <returns>An ExchangeUser object that represents the AddressEntry. Returns Nothing (null in C#) if the AddressEntry object does not correspond to  an Exchange user.</returns>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.AddressEntry.GetFreeBusy(System.DateTime,System.Int32,System.Object)">
      <summary>Returns a String (string in C#) value that represents the availability of the individual user for a period of 30 days from the start date, beginning at midnight of the date specified.</summary>
      <returns>A String (string in C#) value that represents the availability of the user for the specified period. The string value contains one character for each time slot within the specified period.</returns>
      <param name="Start">Specifies the date.</param>
      <param name="MinPerChar">Specifies the length of each time slot in minutes. The default value is 30.</param>
      <param name="CompleteFormat">Specifies a Boolean value (bool in C#) that represents the level of information returned for each time slot. The default value is False.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AddressEntry.ID">
      <summary>Returns a String (string in C#) representing the unique identifier for the object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AddressEntry.Manager">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AddressEntry.MAPIOBJECT">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AddressEntry.Members">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AddressEntry.Name">
      <summary>Returns or sets a String value (string in C#) the display name for the object. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AddressEntry.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AddressEntry.PropertyAccessor">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.PropertyAccessor" /> object that supports creating, getting, setting, and deleting properties of the parent <see cref="T:Microsoft.Office.Interop.Outlook.AddressEntry" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AddressEntry.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AddressEntry.Type">
      <summary>Returns or sets a String (string in C#) representing the type of entry for this address such as an Internet Address, MacMail Address, or Microsoft Mail Address. Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.AddressEntry.Update(System.Object,System.Object)">
      <summary>Posts a change to the <see cref="T:Microsoft.Office.Interop.Outlook.AddressEntry" />  object in the messaging system.</summary>
      <param name="MakePermanent"> A value of True indicates that the property cache is flushed and all changes are committed in the underlying address book. A value of False indicates that the property cache is flushed but not committed to persistent storage. The default value is True.</param>
      <param name="Refresh">A value of True indicates that the property cache is reloaded from the values in the underlying address book. A value of False indicates that the property cache is not reloaded. The default value is False.</param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.AddressEntry.UpdateFreeBusy">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.AddressList">
      <summary>Represents an address book that contains a set of <see cref="T:Microsoft.Office.Interop.Outlook.AddressEntry" />  objects.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AddressList.AddressEntries">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.AddressEntries" />  collection for the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AddressList.AddressListType">
      <summary>Returns a constant from the <see cref="T:Microsoft.Office.Interop.Outlook.OlAddressListType" /> enumeration that represents the type of the <see cref="T:Microsoft.Office.Interop.Outlook.AddressList" />. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AddressList.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AddressList.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.AddressList.GetContactsFolder">
      <summary>Obtains a <see cref="T:Microsoft.Office.Interop.Outlook.Folder" /> object that represents the Contacts folder for the <see cref="T:Microsoft.Office.Interop.Outlook.AddressList" /> object.</summary>
      <returns>A Folder object that represents the Outlook Contacts folder for the AddressList. Returns Null (Nothing in Visual Basic) if no Outlook contacts folder is found.</returns>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AddressList.ID">
      <summary>Returns a String (string in C#) representing the unique identifier for the object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AddressList.Index">
      <summary>Returns an Integer (int in C#) value indicating the position of the object within the collection.  Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AddressList.IsInitialAddressList">
      <summary>Returns a Boolean (bool in C#) that indicates if the <see cref="T:Microsoft.Office.Interop.Outlook.AddressList" /> is the initial AddressList shown in the Select Names dialog. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AddressList.IsReadOnly">
      <summary>Returns a Boolean value (bool in C#) that indicates that the <see cref="T:Microsoft.Office.Interop.Outlook.AddressList" />  object cannot be modified. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AddressList.Name">
      <summary>Returns a String value (string in C#) that represents the display name for the object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AddressList.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AddressList.PropertyAccessor">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.PropertyAccessor" /> object that supports creating, getting, setting, and deleting properties of the parent <see cref="T:Microsoft.Office.Interop.Outlook.AddressList" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AddressList.ResolutionOrder">
      <summary>Returns an Integer that represents the order of this <see cref="T:Microsoft.Office.Interop.Outlook.AddressList" /> in the custom scroll list in the Addressing dialog box. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AddressList.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.AddressLists">
      <summary>Contains a set of <see cref="T:Microsoft.Office.Interop.Outlook.AddressList" />  objects.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AddressLists.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AddressLists.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AddressLists.Count">
      <summary>Returns an Integer (int in C#) value indicating the count of objects in the specified collection. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AddressLists.Item(System.Object)">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.AddressList" /> object from the collection. </summary>
      <returns>An AddressList object that represents the specified object.</returns>
      <param name="Index">Either the index number of the object, or a value used to match the default property of an object in the collection.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AddressLists.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AddressLists.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.AddressRuleCondition">
      <summary>Represents a rule condition that evaluates whether the address for the recipient or sender of the message is contained in the address specified in <see cref="P:Microsoft.Office.Interop.Outlook._AddressRuleCondition.Address" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.AddressRuleConditionClass">
<summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AddressRuleCondition" />.</summary>
</member>
    <member name="P:Microsoft.Office.Interop.Outlook.AddressRuleConditionClass.Address">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AddressRuleCondition" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AddressRuleConditionClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AddressRuleCondition" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AddressRuleConditionClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AddressRuleCondition" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AddressRuleConditionClass.ConditionType">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AddressRuleCondition" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AddressRuleConditionClass.Enabled">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AddressRuleCondition" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AddressRuleConditionClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AddressRuleCondition" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AddressRuleConditionClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AddressRuleCondition" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.Application">
      <summary>Represents the entire Outlook application.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ApplicationClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Application" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.#ctor">
      <summary>This member is inherited from the base type of the parent interface.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.ActiveExplorer">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Application" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.ActiveInspector">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Application" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.ActiveWindow">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Application" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.add_AdvancedSearchComplete(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_AdvancedSearchCompleteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.add_AdvancedSearchStopped(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_AdvancedSearchStoppedEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.add_AttachmentContextMenuDisplay(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_AttachmentContextMenuDisplayEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.add_BeforeFolderSharingDialog(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_BeforeFolderSharingDialogEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.add_ContextMenuClose(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_ContextMenuCloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.add_FolderContextMenuDisplay(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_FolderContextMenuDisplayEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.add_ItemContextMenuDisplay(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_ItemContextMenuDisplayEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.add_ItemLoad(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_ItemLoadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.add_ItemSend(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_ItemSendEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.add_MAPILogonComplete(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_MAPILogonCompleteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.add_NewMail(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_NewMailEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.add_NewMailEx(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_NewMailExEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.add_OptionsPagesAdd(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_OptionsPagesAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.add_Quit(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_QuitEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.add_Reminder(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_ReminderEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.add_ShortcutContextMenuDisplay(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_ShortcutContextMenuDisplayEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.add_Startup(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_StartupEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.add_StoreContextMenuDisplay(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_StoreContextMenuDisplayEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.add_ViewContextMenuDisplay(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_ViewContextMenuDisplayEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.AdvancedSearch(System.String,System.Object,System.Object,System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Application" />.</summary>
      <param name="Scope"></param>
      <param name="Filter"></param>
      <param name="SearchSubFolders"></param>
      <param name="Tag"></param>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ApplicationClass.AdvancedSearchComplete">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Application" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ApplicationClass.AdvancedSearchStopped">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Application" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ApplicationClass.AnswerWizard">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Application" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ApplicationClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Application" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_10_Event_add_AdvancedSearchComplete(Microsoft.Office.Interop.Outlook.ApplicationEvents_10_AdvancedSearchCompleteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_10_Event_add_AdvancedSearchStopped(Microsoft.Office.Interop.Outlook.ApplicationEvents_10_AdvancedSearchStoppedEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_10_Event_add_ItemSend(Microsoft.Office.Interop.Outlook.ApplicationEvents_10_ItemSendEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_10_Event_add_MAPILogonComplete(Microsoft.Office.Interop.Outlook.ApplicationEvents_10_MAPILogonCompleteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_10_Event_add_NewMail(Microsoft.Office.Interop.Outlook.ApplicationEvents_10_NewMailEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_10_Event_add_OptionsPagesAdd(Microsoft.Office.Interop.Outlook.ApplicationEvents_10_OptionsPagesAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_10_Event_add_Quit(Microsoft.Office.Interop.Outlook.ApplicationEvents_10_QuitEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_10_Event_add_Reminder(Microsoft.Office.Interop.Outlook.ApplicationEvents_10_ReminderEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_10_Event_add_Startup(Microsoft.Office.Interop.Outlook.ApplicationEvents_10_StartupEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_10_Event_AdvancedSearchComplete">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Application" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_10_Event_AdvancedSearchStopped">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Application" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_10_Event_ItemSend">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Application" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_10_Event_MAPILogonComplete">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Application" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_10_Event_NewMail">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Application" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_10_Event_OptionsPagesAdd">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Application" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_10_Event_Quit">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Application" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_10_Event_Reminder">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Application" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_10_Event_remove_AdvancedSearchComplete(Microsoft.Office.Interop.Outlook.ApplicationEvents_10_AdvancedSearchCompleteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_10_Event_remove_AdvancedSearchStopped(Microsoft.Office.Interop.Outlook.ApplicationEvents_10_AdvancedSearchStoppedEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_10_Event_remove_ItemSend(Microsoft.Office.Interop.Outlook.ApplicationEvents_10_ItemSendEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_10_Event_remove_MAPILogonComplete(Microsoft.Office.Interop.Outlook.ApplicationEvents_10_MAPILogonCompleteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_10_Event_remove_NewMail(Microsoft.Office.Interop.Outlook.ApplicationEvents_10_NewMailEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_10_Event_remove_OptionsPagesAdd(Microsoft.Office.Interop.Outlook.ApplicationEvents_10_OptionsPagesAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_10_Event_remove_Quit(Microsoft.Office.Interop.Outlook.ApplicationEvents_10_QuitEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_10_Event_remove_Reminder(Microsoft.Office.Interop.Outlook.ApplicationEvents_10_ReminderEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_10_Event_remove_Startup(Microsoft.Office.Interop.Outlook.ApplicationEvents_10_StartupEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_10_Event_Startup">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Application" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_11_Event_Quit">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Application" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_Event_add_ItemSend(Microsoft.Office.Interop.Outlook.ApplicationEvents_ItemSendEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_Event_add_NewMail(Microsoft.Office.Interop.Outlook.ApplicationEvents_NewMailEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_Event_add_OptionsPagesAdd(Microsoft.Office.Interop.Outlook.ApplicationEvents_OptionsPagesAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_Event_add_Quit(Microsoft.Office.Interop.Outlook.ApplicationEvents_QuitEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_Event_add_Reminder(Microsoft.Office.Interop.Outlook.ApplicationEvents_ReminderEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_Event_add_Startup(Microsoft.Office.Interop.Outlook.ApplicationEvents_StartupEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_Event_ItemSend">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Application" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_Event_NewMail">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Application" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_Event_OptionsPagesAdd">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Application" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_Event_Quit">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Application" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_Event_Reminder">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Application" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_Event_remove_ItemSend(Microsoft.Office.Interop.Outlook.ApplicationEvents_ItemSendEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_Event_remove_NewMail(Microsoft.Office.Interop.Outlook.ApplicationEvents_NewMailEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_Event_remove_OptionsPagesAdd(Microsoft.Office.Interop.Outlook.ApplicationEvents_OptionsPagesAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_Event_remove_Quit(Microsoft.Office.Interop.Outlook.ApplicationEvents_QuitEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_Event_remove_Reminder(Microsoft.Office.Interop.Outlook.ApplicationEvents_ReminderEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_Event_remove_Startup(Microsoft.Office.Interop.Outlook.ApplicationEvents_StartupEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_Event_Startup">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Application" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ApplicationClass.Assistance">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Application" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ApplicationClass.Assistant">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Application" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ApplicationClass.AttachmentContextMenuDisplay">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ApplicationClass.BeforeFolderSharingDialog">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Application" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ApplicationClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Application" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ApplicationClass.COMAddIns">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Application" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ApplicationClass.ContextMenuClose">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.CopyFile(System.String,System.String)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Application" />.</summary>
      <param name="FilePath"></param>
      <param name="DestFolderPath"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.CreateItem(Microsoft.Office.Interop.Outlook.OlItemType)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Application" />.</summary>
      <param name="ItemType"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.CreateItemFromTemplate(System.String,System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Application" />.</summary>
      <param name="TemplatePath"></param>
      <param name="InFolder"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.CreateObject(System.String)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Application" />.</summary>
      <param name="ObjectName"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ApplicationClass.DefaultProfileName">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Application" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ApplicationClass.Explorers">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Application" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ApplicationClass.FeatureInstall">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Application" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ApplicationClass.FolderContextMenuDisplay">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.GetNamespace(System.String)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Application" />.</summary>
      <param name="Type"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.GetNewNickNames(System.Object@)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Application" />.</summary>
      <param name="pvar"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.GetObjectReference(System.Object,Microsoft.Office.Interop.Outlook.OlReferenceType)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Application" />.</summary>
      <param name="Item"></param>
      <param name="ReferenceType"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ApplicationClass.Inspectors">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Application" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.IsSearchSynchronous(System.String)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Application" />.</summary>
      <param name="LookInFolders"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ApplicationClass.IsTrusted">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Application" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ApplicationClass.ItemContextMenuDisplay">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ApplicationClass.ItemLoad">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Application" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ApplicationClass.ItemSend">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Application" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ApplicationClass.LanguageSettings">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Application" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ApplicationClass.MAPILogonComplete">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Application" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ApplicationClass.Name">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Application" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ApplicationClass.NewMail">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Application" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ApplicationClass.NewMailEx">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Application" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ApplicationClass.OptionsPagesAdd">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Application" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ApplicationClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Application" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ApplicationClass.PickerDialog">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Application" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ApplicationClass.ProductCode">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Application" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.Quit">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Application" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.RefreshFormRegionDefinition(System.String)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Application" />.</summary>
      <param name="RegionName"></param>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ApplicationClass.Reminder">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Application" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ApplicationClass.Reminders">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Application" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.remove_AdvancedSearchComplete(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_AdvancedSearchCompleteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.remove_AdvancedSearchStopped(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_AdvancedSearchStoppedEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.remove_AttachmentContextMenuDisplay(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_AttachmentContextMenuDisplayEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.remove_BeforeFolderSharingDialog(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_BeforeFolderSharingDialogEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.remove_ContextMenuClose(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_ContextMenuCloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.remove_FolderContextMenuDisplay(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_FolderContextMenuDisplayEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.remove_ItemContextMenuDisplay(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_ItemContextMenuDisplayEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.remove_ItemLoad(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_ItemLoadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.remove_ItemSend(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_ItemSendEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.remove_MAPILogonComplete(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_MAPILogonCompleteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.remove_NewMail(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_NewMailEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.remove_NewMailEx(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_NewMailExEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.remove_OptionsPagesAdd(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_OptionsPagesAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.remove_Quit(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_QuitEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.remove_Reminder(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_ReminderEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.remove_ShortcutContextMenuDisplay(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_ShortcutContextMenuDisplayEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.remove_Startup(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_StartupEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.remove_StoreContextMenuDisplay(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_StoreContextMenuDisplayEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.remove_ViewContextMenuDisplay(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_ViewContextMenuDisplayEventHandler)"></member>
    <member name="P:Microsoft.Office.Interop.Outlook.ApplicationClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Application" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ApplicationClass.ShortcutContextMenuDisplay">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ApplicationClass.Startup">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Application" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ApplicationClass.StoreContextMenuDisplay">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ApplicationClass.TimeZones">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Application" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ApplicationClass.Version">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Application" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ApplicationClass.ViewContextMenuDisplay">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ApplicationEvents">
      <summary>This is an event interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents.ItemSend(System.Object,System.Boolean@)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Item"></param>
      <param name="Cancel"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents.NewMail">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents.OptionsPagesAdd(Microsoft.Office.Interop.Outlook.PropertyPages)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Pages"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents.Quit">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents.Reminder(System.Object)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Item"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents.Startup">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_10">
      <summary>This is an event interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_10.AdvancedSearchComplete(Microsoft.Office.Interop.Outlook.Search)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="SearchObject"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_10.AdvancedSearchStopped(Microsoft.Office.Interop.Outlook.Search)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="SearchObject"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_10.ItemSend(System.Object,System.Boolean@)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Item"></param>
      <param name="Cancel"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_10.MAPILogonComplete">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_10.NewMail">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_10.OptionsPagesAdd(Microsoft.Office.Interop.Outlook.PropertyPages)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Pages"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_10.Quit">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_10.Reminder(System.Object)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Item"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_10.Startup">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_AdvancedSearchCompleteEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="SearchObject"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_AdvancedSearchStoppedEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="SearchObject"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_Event">
      <summary>This is a .NET interface created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface is superseded by a later version that implements all events of earlier interfaces and any new events. For information about the latest version, see <see cref="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_Event" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_Event.add_AdvancedSearchComplete(Microsoft.Office.Interop.Outlook.ApplicationEvents_10_AdvancedSearchCompleteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_Event.add_AdvancedSearchStopped(Microsoft.Office.Interop.Outlook.ApplicationEvents_10_AdvancedSearchStoppedEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_Event.add_ItemSend(Microsoft.Office.Interop.Outlook.ApplicationEvents_10_ItemSendEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_Event.add_MAPILogonComplete(Microsoft.Office.Interop.Outlook.ApplicationEvents_10_MAPILogonCompleteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_Event.add_NewMail(Microsoft.Office.Interop.Outlook.ApplicationEvents_10_NewMailEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_Event.add_OptionsPagesAdd(Microsoft.Office.Interop.Outlook.ApplicationEvents_10_OptionsPagesAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_Event.add_Quit(Microsoft.Office.Interop.Outlook.ApplicationEvents_10_QuitEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_Event.add_Reminder(Microsoft.Office.Interop.Outlook.ApplicationEvents_10_ReminderEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_Event.add_Startup(Microsoft.Office.Interop.Outlook.ApplicationEvents_10_StartupEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_Event.AdvancedSearchComplete">
      <summary>This member in the .NET interface is superseded by a later version that implements all events of earlier interfaces and new events.  For information about this member as it is implemented in the latest interface, see the latest interface, <see cref="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_Event" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_Event.AdvancedSearchStopped">
      <summary>This member in the .NET interface is superseded by a later version that implements all events of earlier interfaces and new events.  For information about this member as it is implemented in the latest interface, see the latest interface, <see cref="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_Event" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_Event.ItemSend">
      <summary>This member in the .NET interface is superseded by a later version that implements all events of earlier interfaces and new events.  For information about this member as it is implemented in the latest interface, see the latest interface, <see cref="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_Event" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_Event.MAPILogonComplete">
      <summary>This member in the .NET interface is superseded by a later version that implements all events of earlier interfaces and new events.  For information about this member as it is implemented in the latest interface, see the latest interface, <see cref="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_Event" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_Event.NewMail">
      <summary>This member in the .NET interface is superseded by a later version that implements all events of earlier interfaces and new events.  For information about this member as it is implemented in the latest interface, see the latest interface, <see cref="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_Event" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_Event.OptionsPagesAdd">
      <summary>This member in the .NET interface is superseded by a later version that implements all events of earlier interfaces and new events.  For information about this member as it is implemented in the latest interface, see the latest interface, <see cref="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_Event" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_Event.Quit">
      <summary>This member in the .NET interface is superseded by a later version that implements all events of earlier interfaces and new events.  For information about this member as it is implemented in the latest interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_Event" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_Event.Reminder">
      <summary>This member in the .NET interface is superseded by a later version that implements all events of earlier interfaces and new events.  For information about this member as it is implemented in the latest interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_Event" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_Event.remove_AdvancedSearchComplete(Microsoft.Office.Interop.Outlook.ApplicationEvents_10_AdvancedSearchCompleteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_Event.remove_AdvancedSearchStopped(Microsoft.Office.Interop.Outlook.ApplicationEvents_10_AdvancedSearchStoppedEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_Event.remove_ItemSend(Microsoft.Office.Interop.Outlook.ApplicationEvents_10_ItemSendEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_Event.remove_MAPILogonComplete(Microsoft.Office.Interop.Outlook.ApplicationEvents_10_MAPILogonCompleteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_Event.remove_NewMail(Microsoft.Office.Interop.Outlook.ApplicationEvents_10_NewMailEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_Event.remove_OptionsPagesAdd(Microsoft.Office.Interop.Outlook.ApplicationEvents_10_OptionsPagesAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_Event.remove_Quit(Microsoft.Office.Interop.Outlook.ApplicationEvents_10_QuitEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_Event.remove_Reminder(Microsoft.Office.Interop.Outlook.ApplicationEvents_10_ReminderEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_Event.remove_Startup(Microsoft.Office.Interop.Outlook.ApplicationEvents_10_StartupEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_Event.Startup">
      <summary>This member in the .NET interface is superseded by a later version that implements all events of earlier interfaces and new events.  For information about this member as it is implemented in the latest interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_Event" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_ItemSendEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Item"></param>
      <param name="Cancel"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_MAPILogonCompleteEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_NewMailEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_OptionsPagesAddEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Pages"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_QuitEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_ReminderEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Item"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_SinkHelper">
      <summary>This class and its members are reserved for internal use and are not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_SinkHelper.AdvancedSearchComplete(Microsoft.Office.Interop.Outlook.Search)">
      <param name="param0"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_SinkHelper.AdvancedSearchStopped(Microsoft.Office.Interop.Outlook.Search)">
      <param name="param0"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_SinkHelper.ItemSend(System.Object,System.Boolean@)">
      <param name="param0"></param>
      <param name="param1"></param>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_SinkHelper.m_AdvancedSearchCompleteDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_SinkHelper.m_AdvancedSearchStoppedDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_SinkHelper.m_dwCookie"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_SinkHelper.m_ItemSendDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_SinkHelper.m_MAPILogonCompleteDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_SinkHelper.m_NewMailDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_SinkHelper.m_OptionsPagesAddDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_SinkHelper.m_QuitDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_SinkHelper.m_ReminderDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_SinkHelper.m_StartupDelegate"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_SinkHelper.MAPILogonComplete"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_SinkHelper.NewMail"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_SinkHelper.OptionsPagesAdd(Microsoft.Office.Interop.Outlook.PropertyPages)">
      <param name="param0"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_SinkHelper.Quit"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_SinkHelper.Reminder(System.Object)">
      <param name="param0"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_SinkHelper.Startup"></member>
    <member name="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_StartupEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_11">
      <summary>This is an event interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11.AdvancedSearchComplete(Microsoft.Office.Interop.Outlook.Search)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="SearchObject"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11.AdvancedSearchStopped(Microsoft.Office.Interop.Outlook.Search)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="SearchObject"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11.AttachmentContextMenuDisplay(Microsoft.Office.Core.CommandBar,Microsoft.Office.Interop.Outlook.AttachmentSelection)">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
      <param name="CommandBar"></param>
      <param name="Attachments"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11.BeforeFolderSharingDialog(Microsoft.Office.Interop.Outlook.MAPIFolder,System.Boolean@)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="FolderToShare"></param>
      <param name="Cancel"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11.ContextMenuClose(Microsoft.Office.Interop.Outlook.OlContextMenu)">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
      <param name="ContextMenu"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11.FolderContextMenuDisplay(Microsoft.Office.Core.CommandBar,Microsoft.Office.Interop.Outlook.MAPIFolder)">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
      <param name="CommandBar"></param>
      <param name="Folder"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11.ItemContextMenuDisplay(Microsoft.Office.Core.CommandBar,Microsoft.Office.Interop.Outlook.Selection)">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
      <param name="CommandBar"></param>
      <param name="Selection"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11.ItemLoad(System.Object)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Item"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11.ItemSend(System.Object,System.Boolean@)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Item"></param>
      <param name="Cancel"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11.MAPILogonComplete">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11.NewMail">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11.NewMailEx(System.String)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="EntryIDCollection"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11.OptionsPagesAdd(Microsoft.Office.Interop.Outlook.PropertyPages)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Pages"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11.Quit">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11.Reminder(System.Object)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Item"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11.ShortcutContextMenuDisplay(Microsoft.Office.Core.CommandBar,Microsoft.Office.Interop.Outlook.OutlookBarShortcut)">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
      <param name="CommandBar"></param>
      <param name="Shortcut"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11.Startup">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11.StoreContextMenuDisplay(Microsoft.Office.Core.CommandBar,Microsoft.Office.Interop.Outlook.Store)">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
      <param name="CommandBar"></param>
      <param name="Store"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11.ViewContextMenuDisplay(Microsoft.Office.Core.CommandBar,Microsoft.Office.Interop.Outlook.View)">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
      <param name="CommandBar"></param>
      <param name="View"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_AdvancedSearchCompleteEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="SearchObject">The Search object returned by the <see cref="M:Microsoft.Office.Interop.Outlook._Application.AdvancedSearch(System.String,System.Object,System.Object,System.Object)" /> method.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_AdvancedSearchStoppedEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="SearchObject">The <see cref="T:Microsoft.Office.Interop.Outlook.Search" /> object returned by the <see cref="M:Microsoft.Office.Interop.Outlook._Application.AdvancedSearch(System.String,System.Object,System.Object,System.Object)" /> method.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_AttachmentContextMenuDisplayEventHandler">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
      <param name="CommandBar"></param>
      <param name="Attachments"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_BeforeFolderSharingDialogEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="FolderToShare">The Folder object to be shared.</param>
      <param name="Cancel">False when the event occurs. If the event procedure sets this argument to True, the dialog box is not displayed.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_ContextMenuCloseEventHandler">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
      <param name="ContextMenu"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_Event">
      <summary>This is a .NET interface created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface implements all events of earlier interfaces and any additional new events.  Use this interface only when the event you want to use shares the same name as a method of the COM object; in this case, cast to this interface to connect to the event, and cast to the primary interface to call the method. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_Event.add_AdvancedSearchComplete(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_AdvancedSearchCompleteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_Event.add_AdvancedSearchStopped(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_AdvancedSearchStoppedEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_Event.add_AttachmentContextMenuDisplay(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_AttachmentContextMenuDisplayEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_Event.add_BeforeFolderSharingDialog(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_BeforeFolderSharingDialogEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_Event.add_ContextMenuClose(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_ContextMenuCloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_Event.add_FolderContextMenuDisplay(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_FolderContextMenuDisplayEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_Event.add_ItemContextMenuDisplay(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_ItemContextMenuDisplayEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_Event.add_ItemLoad(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_ItemLoadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_Event.add_ItemSend(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_ItemSendEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_Event.add_MAPILogonComplete(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_MAPILogonCompleteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_Event.add_NewMail(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_NewMailEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_Event.add_NewMailEx(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_NewMailExEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_Event.add_OptionsPagesAdd(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_OptionsPagesAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_Event.add_Quit(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_QuitEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_Event.add_Reminder(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_ReminderEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_Event.add_ShortcutContextMenuDisplay(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_ShortcutContextMenuDisplayEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_Event.add_Startup(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_StartupEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_Event.add_StoreContextMenuDisplay(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_StoreContextMenuDisplayEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_Event.add_ViewContextMenuDisplay(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_ViewContextMenuDisplayEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_Event.AdvancedSearchComplete">
      <summary>Occurs when the <see cref="M:Microsoft.Office.Interop.Outlook._Application.AdvancedSearch(System.String,System.Object,System.Object,System.Object)" /> method has completed.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_Event.AdvancedSearchStopped">
      <summary>Occurs when a specified <see cref="T:Microsoft.Office.Interop.Outlook.Search" /> object's <see cref="M:Microsoft.Office.Interop.Outlook.Search.Stop" />  method has been executed.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_Event.AttachmentContextMenuDisplay">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_Event.BeforeFolderSharingDialog">
      <summary>Occurs before the Sharing dialog box is displayed for a selected <see cref="T:Microsoft.Office.Interop.Outlook.Folder" /> object.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_Event.ContextMenuClose">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_Event.FolderContextMenuDisplay">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_Event.ItemContextMenuDisplay">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_Event.ItemLoad">
      <summary>Occurs when an Outlook item is loaded into memory.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_Event.ItemSend">
      <summary>Occurs whenever an Outlook item is sent, either by the user through an <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" />  (before the inspector is closed, but after the user clicks the Send button) or when the <see cref="M:Microsoft.Office.Interop.Outlook._MailItem.Send" />  method for an Outlook item, such as <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />, is used in a program. </summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_Event.MAPILogonComplete">
      <summary>Occurs after the user has logged onto the system.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_Event.NewMail">
      <summary>Occurs when one or more new e-mail messages are received in the Inbox. </summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_Event.NewMailEx">
      <summary>Occurs when a new item is received in the Inbox.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_Event.OptionsPagesAdd">
      <summary>Occurs whenever the user clicks the Add-in Options button on the Add-ins tab of the Outlook Options dialog box.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_Event.Quit">
      <summary>Occurs when Outlook begins to close. </summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_Event.Reminder">
      <summary>Occurs immediately before a reminder is displayed.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_Event.remove_AdvancedSearchComplete(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_AdvancedSearchCompleteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_Event.remove_AdvancedSearchStopped(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_AdvancedSearchStoppedEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_Event.remove_AttachmentContextMenuDisplay(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_AttachmentContextMenuDisplayEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_Event.remove_BeforeFolderSharingDialog(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_BeforeFolderSharingDialogEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_Event.remove_ContextMenuClose(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_ContextMenuCloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_Event.remove_FolderContextMenuDisplay(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_FolderContextMenuDisplayEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_Event.remove_ItemContextMenuDisplay(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_ItemContextMenuDisplayEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_Event.remove_ItemLoad(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_ItemLoadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_Event.remove_ItemSend(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_ItemSendEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_Event.remove_MAPILogonComplete(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_MAPILogonCompleteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_Event.remove_NewMail(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_NewMailEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_Event.remove_NewMailEx(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_NewMailExEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_Event.remove_OptionsPagesAdd(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_OptionsPagesAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_Event.remove_Quit(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_QuitEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_Event.remove_Reminder(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_ReminderEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_Event.remove_ShortcutContextMenuDisplay(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_ShortcutContextMenuDisplayEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_Event.remove_Startup(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_StartupEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_Event.remove_StoreContextMenuDisplay(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_StoreContextMenuDisplayEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_Event.remove_ViewContextMenuDisplay(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_ViewContextMenuDisplayEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_Event.ShortcutContextMenuDisplay">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_Event.Startup">
      <summary>Occurs when Microsoft Outlook is starting, but after all add-in programs have been loaded. </summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_Event.StoreContextMenuDisplay">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_Event.ViewContextMenuDisplay">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_FolderContextMenuDisplayEventHandler">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
      <param name="CommandBar"></param>
      <param name="Folder"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_ItemContextMenuDisplayEventHandler">
      <param name="CommandBar"></param>
      <param name="Selection"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_ItemLoadEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Item">A weak object reference for the loaded Outlook item.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_ItemSendEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Item">The item being sent.</param>
      <param name="Cancel">False when the event occurs. If the event procedure sets this argument to True, the send action is not completed and the inspector is left open.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_MAPILogonCompleteEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_NewMailEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_NewMailExEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="EntryIDCollection">A string representing an Entry ID of an item received in the Inbox.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_OptionsPagesAddEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Pages">The collection of property pages that have been added to the dialog box. This collection includes only custom property pages. It does not include standard Microsoft Outlook property pages.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_QuitEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_ReminderEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Item">The <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />, <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />, <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />,  or <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />  associated with the reminder. If the appointment associated with the reminder is a recurring appointment, <paramref name="Item" /> is the specific occurrence of the appointment that displayed the reminder, not the master appointment.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_ShortcutContextMenuDisplayEventHandler">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
      <param name="CommandBar"></param>
      <param name="Shortcut"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_SinkHelper">
      <summary>This class and its members are reserved for internal use and are not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_SinkHelper.AdvancedSearchComplete(Microsoft.Office.Interop.Outlook.Search)">
      <param name="param0"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_SinkHelper.AdvancedSearchStopped(Microsoft.Office.Interop.Outlook.Search)">
      <param name="param0"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_SinkHelper.AttachmentContextMenuDisplay(Microsoft.Office.Core.CommandBar,Microsoft.Office.Interop.Outlook.AttachmentSelection)">
      <param name="param0"></param>
      <param name="param1"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_SinkHelper.BeforeFolderSharingDialog(Microsoft.Office.Interop.Outlook.MAPIFolder,System.Boolean@)">
      <param name="param0"></param>
      <param name="param1"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_SinkHelper.ContextMenuClose(Microsoft.Office.Interop.Outlook.OlContextMenu)">
      <param name="param0"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_SinkHelper.FolderContextMenuDisplay(Microsoft.Office.Core.CommandBar,Microsoft.Office.Interop.Outlook.MAPIFolder)">
      <param name="param0"></param>
      <param name="param1"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_SinkHelper.ItemContextMenuDisplay(Microsoft.Office.Core.CommandBar,Microsoft.Office.Interop.Outlook.Selection)">
      <param name="param0"></param>
      <param name="param1"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_SinkHelper.ItemLoad(System.Object)">
      <param name="param0"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_SinkHelper.ItemSend(System.Object,System.Boolean@)">
      <param name="param0"></param>
      <param name="param1"></param>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_SinkHelper.m_AdvancedSearchCompleteDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_SinkHelper.m_AdvancedSearchStoppedDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_SinkHelper.m_AttachmentContextMenuDisplayDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_SinkHelper.m_BeforeFolderSharingDialogDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_SinkHelper.m_ContextMenuCloseDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_SinkHelper.m_dwCookie"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_SinkHelper.m_FolderContextMenuDisplayDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_SinkHelper.m_ItemContextMenuDisplayDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_SinkHelper.m_ItemLoadDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_SinkHelper.m_ItemSendDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_SinkHelper.m_MAPILogonCompleteDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_SinkHelper.m_NewMailDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_SinkHelper.m_NewMailExDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_SinkHelper.m_OptionsPagesAddDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_SinkHelper.m_QuitDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_SinkHelper.m_ReminderDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_SinkHelper.m_ShortcutContextMenuDisplayDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_SinkHelper.m_StartupDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_SinkHelper.m_StoreContextMenuDisplayDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_SinkHelper.m_ViewContextMenuDisplayDelegate"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_SinkHelper.MAPILogonComplete"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_SinkHelper.NewMail"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_SinkHelper.NewMailEx(System.String)">
      <param name="param0"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_SinkHelper.OptionsPagesAdd(Microsoft.Office.Interop.Outlook.PropertyPages)">
      <param name="param0"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_SinkHelper.Quit"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_SinkHelper.Reminder(System.Object)">
      <param name="param0"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_SinkHelper.ShortcutContextMenuDisplay(Microsoft.Office.Core.CommandBar,Microsoft.Office.Interop.Outlook.OutlookBarShortcut)">
      <param name="param0"></param>
      <param name="param1"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_SinkHelper.Startup"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_SinkHelper.StoreContextMenuDisplay(Microsoft.Office.Core.CommandBar,Microsoft.Office.Interop.Outlook.Store)">
      <param name="param0"></param>
      <param name="param1"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_SinkHelper.ViewContextMenuDisplay(Microsoft.Office.Core.CommandBar,Microsoft.Office.Interop.Outlook.View)">
      <param name="param0"></param>
      <param name="param1"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_StartupEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_StoreContextMenuDisplayEventHandler">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
      <param name="CommandBar"></param>
      <param name="Store"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_ViewContextMenuDisplayEventHandler">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
      <param name="CommandBar"></param>
      <param name="View"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_Event">
      <summary>This is a .NET interface created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface is superseded by a later version that implements all events of earlier interfaces and any new events. For information about the latest version, see <see cref="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_Event" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_Event.add_ItemSend(Microsoft.Office.Interop.Outlook.ApplicationEvents_ItemSendEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_Event.add_NewMail(Microsoft.Office.Interop.Outlook.ApplicationEvents_NewMailEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_Event.add_OptionsPagesAdd(Microsoft.Office.Interop.Outlook.ApplicationEvents_OptionsPagesAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_Event.add_Quit(Microsoft.Office.Interop.Outlook.ApplicationEvents_QuitEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_Event.add_Reminder(Microsoft.Office.Interop.Outlook.ApplicationEvents_ReminderEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_Event.add_Startup(Microsoft.Office.Interop.Outlook.ApplicationEvents_StartupEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.ApplicationEvents_Event.ItemSend">
      <summary>This member in the .NET interface is superseded by a later version that implements all events of earlier interfaces and new events.  For information about this member as it is implemented in the latest interface, see the latest interface, <see cref="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_Event" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ApplicationEvents_Event.NewMail">
      <summary>This member in the .NET interface is superseded by a later version that implements all events of earlier interfaces and new events.  For information about this member as it is implemented in the latest interface, see the latest interface, <see cref="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_Event" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ApplicationEvents_Event.OptionsPagesAdd">
      <summary>This member in the .NET interface is superseded by a later version that implements all events of earlier interfaces and new events.  For information about this member as it is implemented in the latest interface, see the latest interface, <see cref="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_Event" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ApplicationEvents_Event.Quit">
      <summary>This member in the .NET interface is superseded by a later version that implements all events of earlier interfaces and new events.  For information about this member as it is implemented in the latest interface, see the latest interface, <see cref="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_Event" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ApplicationEvents_Event.Reminder">
      <summary>This member in the .NET interface is superseded by a later version that implements all events of earlier interfaces and new events.  For information about this member as it is implemented in the latest interface, see the latest interface, <see cref="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_Event" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_Event.remove_ItemSend(Microsoft.Office.Interop.Outlook.ApplicationEvents_ItemSendEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_Event.remove_NewMail(Microsoft.Office.Interop.Outlook.ApplicationEvents_NewMailEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_Event.remove_OptionsPagesAdd(Microsoft.Office.Interop.Outlook.ApplicationEvents_OptionsPagesAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_Event.remove_Quit(Microsoft.Office.Interop.Outlook.ApplicationEvents_QuitEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_Event.remove_Reminder(Microsoft.Office.Interop.Outlook.ApplicationEvents_ReminderEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_Event.remove_Startup(Microsoft.Office.Interop.Outlook.ApplicationEvents_StartupEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.ApplicationEvents_Event.Startup">
      <summary>This member in the .NET interface is superseded by a later version that implements all events of earlier interfaces and new events.  For information about this member as it is implemented in the latest interface, see the latest interface, <see cref="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_Event" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_ItemSendEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Item"></param>
      <param name="Cancel"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_NewMailEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_OptionsPagesAddEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Pages"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_QuitEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_ReminderEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Item"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_SinkHelper">
      <summary>This class and its members are reserved for internal use and are not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_SinkHelper.ItemSend(System.Object,System.Boolean@)">
      <param name="param0"></param>
      <param name="param1"></param>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.ApplicationEvents_SinkHelper.m_dwCookie"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ApplicationEvents_SinkHelper.m_ItemSendDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ApplicationEvents_SinkHelper.m_NewMailDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ApplicationEvents_SinkHelper.m_OptionsPagesAddDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ApplicationEvents_SinkHelper.m_QuitDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ApplicationEvents_SinkHelper.m_ReminderDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ApplicationEvents_SinkHelper.m_StartupDelegate"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_SinkHelper.NewMail"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_SinkHelper.OptionsPagesAdd(Microsoft.Office.Interop.Outlook.PropertyPages)">
      <param name="param0"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_SinkHelper.Quit"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_SinkHelper.Reminder(System.Object)">
      <param name="param0"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_SinkHelper.Startup"></member>
    <member name="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_StartupEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.AppointmentItem">
      <summary>Represents a meeting, a one-time appointment, or a recurring appointment or meeting in the Calendar folder.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.AppointmentItemClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.Actions">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.add_AfterWrite(Microsoft.Office.Interop.Outlook.ItemEvents_10_AfterWriteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.add_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.add_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.add_AttachmentRemove(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentRemoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.add_BeforeAttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.add_BeforeAttachmentPreview(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentPreviewEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.add_BeforeAttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.add_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.add_BeforeAttachmentWriteToTempFile(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentWriteToTempFileEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.add_BeforeAutoSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAutoSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.add_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeCheckNamesEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.add_BeforeDelete(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeDeleteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.add_BeforeRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.add_Close(Microsoft.Office.Interop.Outlook.ItemEvents_10_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.add_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomActionEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.add_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomPropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.add_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_10_ForwardEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.add_Open(Microsoft.Office.Interop.Outlook.ItemEvents_10_OpenEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.add_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_PropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.add_Read(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.add_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.add_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyAllEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.add_Send(Microsoft.Office.Interop.Outlook.ItemEvents_10_SendEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.add_Unload(Microsoft.Office.Interop.Outlook.ItemEvents_10_UnloadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.add_Write(Microsoft.Office.Interop.Outlook.ItemEvents_10_WriteEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.AppointmentItemClass.AfterWrite">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.AllDayEvent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.AppointmentItemClass.AttachmentAdd">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.AppointmentItemClass.AttachmentRead">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.AppointmentItemClass.AttachmentRemove">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.Attachments">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.AutoResolvedWinner">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.AppointmentItemClass.BeforeAttachmentAdd">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.AppointmentItemClass.BeforeAttachmentPreview">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.AppointmentItemClass.BeforeAttachmentRead">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.AppointmentItemClass.BeforeAttachmentSave">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.AppointmentItemClass.BeforeAttachmentWriteToTempFile">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.AppointmentItemClass.BeforeAutoSave">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.AppointmentItemClass.BeforeCheckNames">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.AppointmentItemClass.BeforeDelete">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.AppointmentItemClass.BeforeRead">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.BillingInformation">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.Body">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.BusyStatus">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.Categories">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ClearRecurrencePattern">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.Close(Microsoft.Office.Interop.Outlook.OlInspectorClose)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
      <param name="SaveMode"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.Companies">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ConferenceServerAllowExternal">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ConferenceServerPassword">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.Conflicts">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ConversationID">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ConversationIndex">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ConversationTopic">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.Copy">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.CopyTo(Microsoft.Office.Interop.Outlook.MAPIFolder,Microsoft.Office.Interop.Outlook.OlAppointmentCopyOptions)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
      <param name="DestinationFolder"></param>
      <param name="CopyOptions"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.CreationTime">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.AppointmentItemClass.CustomAction">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.AppointmentItemClass.CustomPropertyChange">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.Delete">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.Display(System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
      <param name="Modal"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.DownloadState">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.Duration">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.End">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.EndInEndTimeZone">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.EndTimeZone">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.EndUTC">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.EntryID">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ForceUpdateToAllAttendees">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.FormDescription">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.AppointmentItemClass.Forward">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ForwardAsVcal">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.GetConversation">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.GetInspector">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.GetOrganizer">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.GetRecurrencePattern">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.GlobalAppointmentID">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.Importance">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.InternetCodepage">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.IsConflict">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.IsOnlineMeeting">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.IsRecurring">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_10_Event_Close">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_10_Event_Send">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_add_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_add_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_add_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeAttachmentSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_add_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeCheckNamesEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_add_Close(Microsoft.Office.Interop.Outlook.ItemEvents_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_add_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_CustomActionEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_add_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_CustomPropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_add_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_ForwardEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_add_Open(Microsoft.Office.Interop.Outlook.ItemEvents_OpenEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_add_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_PropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_add_Read(Microsoft.Office.Interop.Outlook.ItemEvents_ReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_add_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_add_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyAllEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_add_Send(Microsoft.Office.Interop.Outlook.ItemEvents_SendEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_add_Write(Microsoft.Office.Interop.Outlook.ItemEvents_WriteEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_AttachmentAdd">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_AttachmentRead">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_BeforeAttachmentSave">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_BeforeCheckNames">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_Close">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_CustomAction">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_CustomPropertyChange">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_Forward">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_Open">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_PropertyChange">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_Read">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_remove_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_remove_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_remove_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeAttachmentSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_remove_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeCheckNamesEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_remove_Close(Microsoft.Office.Interop.Outlook.ItemEvents_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_remove_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_CustomActionEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_remove_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_CustomPropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_remove_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_ForwardEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_remove_Open(Microsoft.Office.Interop.Outlook.ItemEvents_OpenEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_remove_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_PropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_remove_Read(Microsoft.Office.Interop.Outlook.ItemEvents_ReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_remove_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_remove_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyAllEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_remove_Send(Microsoft.Office.Interop.Outlook.ItemEvents_SendEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_remove_Write(Microsoft.Office.Interop.Outlook.ItemEvents_WriteEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_Reply">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_ReplyAll">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_Send">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_Write">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemProperties">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.LastModificationTime">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.Links">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.Location">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.MAPIOBJECT">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.MarkForDownload">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.MeetingStatus">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.MeetingWorkspaceURL">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.MessageClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.Mileage">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.Move(Microsoft.Office.Interop.Outlook.MAPIFolder)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
      <param name="DestFldr"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.NetMeetingAutoStart">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.NetMeetingDocPathName">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.NetMeetingOrganizerAlias">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.NetMeetingServer">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.NetMeetingType">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.NetShowURL">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.NoAging">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.AppointmentItemClass.Open">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.OptionalAttendees">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.Organizer">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.OutlookInternalVersion">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.OutlookVersion">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.PrintOut">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.PropertyAccessor">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.AppointmentItemClass.PropertyChange">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.AppointmentItemClass.Read">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.Recipients">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.RecurrenceState">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ReminderMinutesBeforeStart">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ReminderOverrideDefault">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ReminderPlaySound">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ReminderSet">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ReminderSoundFile">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.remove_AfterWrite(Microsoft.Office.Interop.Outlook.ItemEvents_10_AfterWriteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.remove_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.remove_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.remove_AttachmentRemove(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentRemoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.remove_BeforeAttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.remove_BeforeAttachmentPreview(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentPreviewEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.remove_BeforeAttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.remove_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.remove_BeforeAttachmentWriteToTempFile(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentWriteToTempFileEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.remove_BeforeAutoSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAutoSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.remove_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeCheckNamesEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.remove_BeforeDelete(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeDeleteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.remove_BeforeRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.remove_Close(Microsoft.Office.Interop.Outlook.ItemEvents_10_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.remove_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomActionEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.remove_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomPropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.remove_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_10_ForwardEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.remove_Open(Microsoft.Office.Interop.Outlook.ItemEvents_10_OpenEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.remove_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_PropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.remove_Read(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.remove_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.remove_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyAllEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.remove_Send(Microsoft.Office.Interop.Outlook.ItemEvents_10_SendEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.remove_Unload(Microsoft.Office.Interop.Outlook.ItemEvents_10_UnloadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.remove_Write(Microsoft.Office.Interop.Outlook.ItemEvents_10_WriteEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.AppointmentItemClass.Reply">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ReplyAll">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ReplyTime">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.RequiredAttendees">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.Resources">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.Respond(Microsoft.Office.Interop.Outlook.OlMeetingResponse,System.Object,System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
      <param name="Response"></param>
      <param name="fNoUI"></param>
      <param name="fAdditionalTextDialog"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ResponseRequested">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ResponseStatus">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.RTFBody">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.Save">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.SaveAs(System.String,System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
      <param name="Path"></param>
      <param name="Type"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.Saved">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.Send">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.SendUsingAccount">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.Sensitivity">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ShowCategoriesDialog">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.Size">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.Start">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.StartInStartTimeZone">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.StartTimeZone">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.StartUTC">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.Subject">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.AppointmentItemClass.Unload">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.UnRead">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.UserProperties">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.AppointmentItemClass.Write">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.AssignToCategoryRuleAction">
      <summary>Represents an action that assigns categories to a message.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.AssignToCategoryRuleActionClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AssignToCategoryRuleAction" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AssignToCategoryRuleActionClass.ActionType">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AssignToCategoryRuleAction" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AssignToCategoryRuleActionClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AssignToCategoryRuleAction" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AssignToCategoryRuleActionClass.Categories">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AssignToCategoryRuleAction" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AssignToCategoryRuleActionClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AssignToCategoryRuleAction" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AssignToCategoryRuleActionClass.Enabled">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AssignToCategoryRuleAction" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AssignToCategoryRuleActionClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AssignToCategoryRuleAction" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AssignToCategoryRuleActionClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AssignToCategoryRuleAction" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.Attachment">
      <summary>Represents a document or link to a document contained in an Outlook item.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Attachment.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Attachment.BlockLevel">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlAttachmentBlockLevel" /> constant that specifies if there is any restriction on the attachment based on its file extension. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Attachment.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.Attachment.Delete">
      <summary>Deletes an object from the collection.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Attachment.DisplayName">
      <summary>Returns or sets a String (string in C#) representing the name, which does not need to be the actual file name, displayed below the icon representing the embedded attachment. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Attachment.FileName">
      <summary>Returns a String (string in C#) representing the file name of the attachment.  Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.Attachment.GetTemporaryFilePath">
      <summary>Returns the full path to the attached file that is in a temporary-files folder. Read-only.</summary>
      <returns>Returns a <see cref="T:System.String" /> that represents the full path to the temporary attachment file.</returns>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Attachment.Index">
      <summary>Returns an Integer (int in C#) value indicating the position of the object within the collection.  Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Attachment.MAPIOBJECT">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Attachment.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Attachment.PathName">
      <summary>Returns a String (string in C#) representing the full path to the linked attached file. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Attachment.Position">
      <summary>Returns or sets an Integer (int in C#) value indicating the position of the attachment within the body of the item. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Attachment.PropertyAccessor">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.PropertyAccessor" /> object that supports creating, getting, setting, and deleting properties of the parent <see cref="T:Microsoft.Office.Interop.Outlook.Attachment" /> object. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.Attachment.SaveAsFile(System.String)">
      <summary>Saves the attachment to the specified path.</summary>
      <param name="Path">The location at which to save the attachment.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Attachment.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Attachment.Size">
      <summary>Returns an Integer (int in C#) value indicating the size (in bytes) of the attachment. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Attachment.Type">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlAttachmentType" /> constant indicating the type of the specified object. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.Attachments">
      <summary>Contains a set of <see cref="T:Microsoft.Office.Interop.Outlook.Attachment" />  objects that represent the attachments in an Outlook item.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.Attachments.Add(System.Object,System.Object,System.Object,System.Object)">
      <summary>Creates a new attachment in the <see cref="T:Microsoft.Office.Interop.Outlook.Attachments" />  collection.</summary>
      <returns>An  <see cref="T:Microsoft.Office.Interop.Outlook.Attachment" />   object that represents the new attachment.</returns>
      <param name="Source">The source of the attachment. This can be a file (represented by the full file system path with a file name) or an Outlook item that constitutes the attachment.</param>
      <param name="Type">The type of the attachment. Can be one of the <see cref="T:Microsoft.Office.Interop.Outlook.OlAttachmentType" /> constants.</param>
      <param name="Position">This parameter applies only to e-mail messages using Microsoft Outlook Rich Text format: it is the position where the attachment should be placed within the body text of the message. A value of 1 for the <paramref name="Position" /> parameter specifies that the attachment should be positioned at the beginning of the message body. A value 'n' greater than the number of characters in the body of the e-mail item specifies that the attachment should be placed at the end. A value of 0 makes the attachment hidden.</param>
      <param name="DisplayName">This parameter applies only if the mail item is in Rich Text format and Type is set to olByValue: the name is displayed in an Inspector object for the attachment or when viewing the properties of the attachment. If the mail item is in Plain Text or HTML format, then the attachment is displayed using the file name in the <paramref name="Source" /> parameter.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Attachments.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Attachments.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Attachments.Count">
      <summary>Returns an Integer (int in C#) value indicating the count of objects in the specified collection. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Attachments.Item(System.Object)">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Attachment" /> object from the collection.</summary>
      <returns>An Attachment object that represents the specified object.</returns>
      <param name="Index">Either the index number of the object, or a value used to match the default property of an object in the collection.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Attachments.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.Attachments.Remove(System.Int32)">
      <summary>Removes an object from the collection.</summary>
      <param name="Index">The 1-based index value of the object within the collection.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Attachments.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.AttachmentSelection">
      <summary>Contains a set of <see cref="T:Microsoft.Office.Interop.Outlook.Attachment" />  objects that represent the selected attachments in an Outlook item.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.AttachmentSelectionClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AttachmentSelection" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AttachmentSelectionClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AttachmentSelection" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AttachmentSelectionClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AttachmentSelection" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AttachmentSelectionClass.Count">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AttachmentSelection" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.AttachmentSelectionClass.GetSelection(Microsoft.Office.Interop.Outlook.OlSelectionContents)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AttachmentSelection" />.</summary>
      <param name="SelectionContents"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AttachmentSelectionClass.Item(System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AttachmentSelection" />.</summary>
      <param name="Index"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AttachmentSelectionClass.Location">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AttachmentSelection" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AttachmentSelectionClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AttachmentSelection" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AttachmentSelectionClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AttachmentSelection" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.AutoFormatRule">
      <summary>Represents a formatting rule used by a object to determine how to format Microsoft Outlook items displayed within that view.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.AutoFormatRuleClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AutoFormatRule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AutoFormatRuleClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AutoFormatRule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AutoFormatRuleClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AutoFormatRule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AutoFormatRuleClass.Enabled">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AutoFormatRule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AutoFormatRuleClass.Filter">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AutoFormatRule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AutoFormatRuleClass.Font">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AutoFormatRule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AutoFormatRuleClass.Name">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AutoFormatRule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AutoFormatRuleClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AutoFormatRule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AutoFormatRuleClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AutoFormatRule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AutoFormatRuleClass.Standard">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AutoFormatRule" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.AutoFormatRules">
      <summary>Represents the collection of <see cref="T:Microsoft.Office.Interop.Outlook.AutoFormatRule" /> objects in a view.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.AutoFormatRulesClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AutoFormatRules" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.AutoFormatRulesClass.Add(System.String)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AutoFormatRules" />.</summary>
      <param name="Name"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AutoFormatRulesClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AutoFormatRules" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AutoFormatRulesClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AutoFormatRules" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AutoFormatRulesClass.Count">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AutoFormatRules" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.AutoFormatRulesClass.Insert(System.String,System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AutoFormatRules" />.</summary>
      <param name="Name"></param>
      <param name="Index"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AutoFormatRulesClass.Item(System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AutoFormatRules" />.</summary>
      <param name="Index"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AutoFormatRulesClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AutoFormatRules" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.AutoFormatRulesClass.Remove(System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AutoFormatRules" />.</summary>
      <param name="Index"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.AutoFormatRulesClass.RemoveAll">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AutoFormatRules" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.AutoFormatRulesClass.Save">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AutoFormatRules" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.AutoFormatRulesClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.AutoFormatRules" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.BusinessCardView">
      <summary>Represents a view that displays data as a series of Electronic Business Card (EBC) images.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.BusinessCardViewClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.BusinessCardView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.BusinessCardViewClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.BusinessCardView" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.BusinessCardViewClass.Apply">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.BusinessCardView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.BusinessCardViewClass.CardSize">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.BusinessCardView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.BusinessCardViewClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.BusinessCardView" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.BusinessCardViewClass.Copy(System.String,Microsoft.Office.Interop.Outlook.OlViewSaveOption)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.BusinessCardView" />.</summary>
      <param name="Name"></param>
      <param name="SaveOption"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.BusinessCardViewClass.Delete">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.BusinessCardView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.BusinessCardViewClass.Filter">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.BusinessCardView" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.BusinessCardViewClass.GoToDate(System.DateTime)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.BusinessCardView" />.</summary>
      <param name="Date"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.BusinessCardViewClass.HeadingsFont">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.BusinessCardView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.BusinessCardViewClass.Language">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.BusinessCardView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.BusinessCardViewClass.LockUserChanges">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.BusinessCardView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.BusinessCardViewClass.Name">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.BusinessCardView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.BusinessCardViewClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.BusinessCardView" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.BusinessCardViewClass.Reset">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.BusinessCardView" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.BusinessCardViewClass.Save">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.BusinessCardView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.BusinessCardViewClass.SaveOption">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.BusinessCardView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.BusinessCardViewClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.BusinessCardView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.BusinessCardViewClass.SortFields">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.BusinessCardView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.BusinessCardViewClass.Standard">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.BusinessCardView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.BusinessCardViewClass.ViewType">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.BusinessCardView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.BusinessCardViewClass.XML">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.BusinessCardView" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.CalendarModule">
      <summary>Represents the Calendar navigation module in the Navigation Pane of an explorer.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.CalendarModuleClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CalendarModule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CalendarModuleClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CalendarModule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CalendarModuleClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CalendarModule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CalendarModuleClass.Name">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CalendarModule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CalendarModuleClass.NavigationGroups">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CalendarModule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CalendarModuleClass.NavigationModuleType">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CalendarModule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CalendarModuleClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CalendarModule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CalendarModuleClass.Position">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CalendarModule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CalendarModuleClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CalendarModule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CalendarModuleClass.Visible">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CalendarModule" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.CalendarSharing">
      <summary>Represents a set of utilities for  sharing calendar information.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.CalendarSharingClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CalendarSharing" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CalendarSharingClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CalendarSharing" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CalendarSharingClass.CalendarDetail">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CalendarSharing" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CalendarSharingClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CalendarSharing" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CalendarSharingClass.EndDate">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CalendarSharing" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CalendarSharingClass.Folder">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CalendarSharing" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.CalendarSharingClass.ForwardAsICal(Microsoft.Office.Interop.Outlook.OlCalendarMailFormat)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CalendarSharing" />.</summary>
      <param name="MailFormat"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CalendarSharingClass.IncludeAttachments">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CalendarSharing" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CalendarSharingClass.IncludePrivateDetails">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CalendarSharing" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CalendarSharingClass.IncludeWholeCalendar">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CalendarSharing" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CalendarSharingClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CalendarSharing" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CalendarSharingClass.RestrictToWorkingHours">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CalendarSharing" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.CalendarSharingClass.SaveAsICal(System.String)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CalendarSharing" />.</summary>
      <param name="Path"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CalendarSharingClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CalendarSharing" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CalendarSharingClass.StartDate">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CalendarSharing" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.CalendarView">
      <summary>Represents a view that displays Outlook items in a calendar format.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.CalendarViewClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CalendarView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CalendarViewClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CalendarView" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.CalendarViewClass.Apply">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CalendarView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CalendarViewClass.AutoFormatRules">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CalendarView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CalendarViewClass.BoldDatesWithItems">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CalendarView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CalendarViewClass.BoldSubjects">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CalendarView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CalendarViewClass.CalendarViewMode">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CalendarView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CalendarViewClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CalendarView" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.CalendarViewClass.Copy(System.String,Microsoft.Office.Interop.Outlook.OlViewSaveOption)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CalendarView" />.</summary>
      <param name="Name"></param>
      <param name="SaveOption"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CalendarViewClass.DaysInMultiDayMode">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CalendarView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CalendarViewClass.DayWeekFont">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CalendarView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CalendarViewClass.DayWeekTimeFont">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CalendarView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CalendarViewClass.DayWeekTimeScale">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CalendarView" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.CalendarViewClass.Delete">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CalendarView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CalendarViewClass.DisplayedDates">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CalendarView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CalendarViewClass.EndField">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CalendarView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CalendarViewClass.Filter">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CalendarView" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.CalendarViewClass.GoToDate(System.DateTime)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CalendarView" />.</summary>
      <param name="Date"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CalendarViewClass.Language">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CalendarView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CalendarViewClass.LockUserChanges">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CalendarView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CalendarViewClass.MonthFont">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CalendarView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CalendarViewClass.MonthShowEndTime">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CalendarView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CalendarViewClass.Name">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CalendarView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CalendarViewClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CalendarView" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.CalendarViewClass.Reset">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CalendarView" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.CalendarViewClass.Save">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CalendarView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CalendarViewClass.SaveOption">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CalendarView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CalendarViewClass.SelectedEndTime">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CalendarView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CalendarViewClass.SelectedStartTime">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CalendarView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CalendarViewClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CalendarView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CalendarViewClass.Standard">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CalendarView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CalendarViewClass.StartField">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CalendarView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CalendarViewClass.ViewType">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CalendarView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CalendarViewClass.XML">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CalendarView" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.CardView">
      <summary>Represents a view that displays Outlook items as a series of index cards.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.CardViewClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CardView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CardViewClass.AllowInCellEditing">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CardView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CardViewClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CardView" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.CardViewClass.Apply">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CardView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CardViewClass.AutoFormatRules">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CardView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CardViewClass.BodyFont">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CardView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CardViewClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CardView" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.CardViewClass.Copy(System.String,Microsoft.Office.Interop.Outlook.OlViewSaveOption)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CardView" />.</summary>
      <param name="Name"></param>
      <param name="SaveOption"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.CardViewClass.Delete">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CardView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CardViewClass.Filter">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CardView" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.CardViewClass.GoToDate(System.DateTime)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CardView" />.</summary>
      <param name="Date"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CardViewClass.HeadingsFont">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CardView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CardViewClass.Language">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CardView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CardViewClass.LockUserChanges">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CardView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CardViewClass.MultiLineFieldHeight">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CardView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CardViewClass.Name">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CardView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CardViewClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CardView" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.CardViewClass.Reset">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CardView" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.CardViewClass.Save">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CardView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CardViewClass.SaveOption">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CardView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CardViewClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CardView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CardViewClass.ShowEmptyFields">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CardView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CardViewClass.SortFields">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CardView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CardViewClass.Standard">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CardView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CardViewClass.ViewFields">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CardView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CardViewClass.ViewType">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CardView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CardViewClass.Width">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CardView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CardViewClass.XML">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CardView" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.Categories">
      <summary>Represents the collection of <see cref="T:Microsoft.Office.Interop.Outlook.Category" /> objects that define the Master Category List for a namespace.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.CategoriesClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Categories" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.CategoriesClass.Add(System.String,System.Object,System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Categories" />.</summary>
      <param name="Name"></param>
      <param name="Color"></param>
      <param name="ShortcutKey"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CategoriesClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Categories" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CategoriesClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Categories" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CategoriesClass.Count">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Categories" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CategoriesClass.Item(System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Categories" />.</summary>
      <param name="Index"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CategoriesClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Categories" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.CategoriesClass.Remove(System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Categories" />.</summary>
      <param name="Index"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CategoriesClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Categories" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.Category">
      <summary>Represents a user-defined category by which Microsoft Outlook items can be grouped.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.CategoryClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Category" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CategoryClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Category" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CategoryClass.CategoryBorderColor">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Category" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CategoryClass.CategoryGradientBottomColor">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Category" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CategoryClass.CategoryGradientTopColor">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Category" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CategoryClass.CategoryID">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Category" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CategoryClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Category" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CategoryClass.Color">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Category" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CategoryClass.Name">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Category" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CategoryClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Category" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CategoryClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Category" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CategoryClass.ShortcutKey">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Category" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.CategoryRuleCondition">
      <summary>Represents a rule condition that evaluates categories on a message as compared with CategoryRuleCondition.Categories.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.CategoryRuleConditionClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CategoryRuleCondition" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CategoryRuleConditionClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CategoryRuleCondition" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CategoryRuleConditionClass.Categories">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CategoryRuleCondition" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CategoryRuleConditionClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CategoryRuleCondition" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CategoryRuleConditionClass.ConditionType">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CategoryRuleCondition" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CategoryRuleConditionClass.Enabled">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CategoryRuleCondition" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CategoryRuleConditionClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CategoryRuleCondition" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.CategoryRuleConditionClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.CategoryRuleCondition" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.Column">
      <summary>Represents a column of data in a <see cref="T:Microsoft.Office.Interop.Outlook.Table" /> object.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ColumnClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Column" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ColumnClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Column" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ColumnClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Column" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ColumnClass.Name">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Column" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ColumnClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Column" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ColumnClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Column" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ColumnFormat">
      <summary>Represents the display properties of an order field or view field in a view.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ColumnFormatClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ColumnFormat" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ColumnFormatClass.Align">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ColumnFormat" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ColumnFormatClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ColumnFormat" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ColumnFormatClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ColumnFormat" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ColumnFormatClass.FieldFormat">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ColumnFormat" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ColumnFormatClass.FieldType">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ColumnFormat" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ColumnFormatClass.Label">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ColumnFormat" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ColumnFormatClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ColumnFormat" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ColumnFormatClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ColumnFormat" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ColumnFormatClass.Width">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ColumnFormat" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.Columns">
      <summary>Represents the collection of <see cref="T:Microsoft.Office.Interop.Outlook.Column" /> objects in a <see cref="T:Microsoft.Office.Interop.Outlook.Table" /> object.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ColumnsClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Columns" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ColumnsClass.Add(System.String)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Columns" />.</summary>
      <param name="Name"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ColumnsClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Columns" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ColumnsClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Columns" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ColumnsClass.Count">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Columns" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ColumnsClass.Item(System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Columns" />.</summary>
      <param name="Index"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ColumnsClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Columns" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ColumnsClass.Remove(System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Columns" />.</summary>
      <param name="Index"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ColumnsClass.RemoveAll">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Columns" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ColumnsClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Columns" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.Conflict">
      <summary>Represents an Outlook item that is in conflict with another Outlook item.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Conflict.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Conflict.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Conflict.Item">
      <summary>Returns an Object corresponding to the specified Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Conflict.Name">
      <summary>Returns a String (string in C#) value that represents the display name for the object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Conflict.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Conflict.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Conflict.Type">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the type of item represented by the <see cref="T:Microsoft.Office.Interop.Outlook.Conflict" /> object. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.Conflicts">
      <summary>Contains a collection of <see cref="T:Microsoft.Office.Interop.Outlook.Conflict" /> objects that represent all Microsoft Outlook items that are in conflict with a particular Outlook item.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Conflicts.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Conflicts.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Conflicts.Count">
      <summary>Returns an Integer (int in C#) value indicating the count of objects in the specified collection. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.Conflicts.GetFirst">
      <summary>Returns the first object in the <see cref="T:Microsoft.Office.Interop.Outlook.Conflicts" /> collection. </summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Outlook.Conflict" /> object that represents the first object contained by the collection.</returns>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.Conflicts.GetLast">
      <summary>Returns the last object in the <see cref="T:Microsoft.Office.Interop.Outlook.Conflicts" /> collection.</summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Outlook.Conflict" /> object that represents the last object contained by the collection.</returns>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.Conflicts.GetNext">
      <summary>Returns the next object in the <see cref="T:Microsoft.Office.Interop.Outlook.Conflicts" /> collection. </summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Outlook.Conflict" /> object that represents the next object contained by the collection.</returns>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.Conflicts.GetPrevious">
      <summary>Returns the previous object in the <see cref="T:Microsoft.Office.Interop.Outlook.Conflicts" /> collection. </summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Outlook.Conflict" /> object that represents the previous object contained by the collection.</returns>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Conflicts.Item(System.Object)">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Conflict" /> object from the collection. </summary>
      <returns>A Conflict object that represents the specified object.</returns>
      <param name="Index">Either the index number of the object, or a value used to match the default property of an object in the collection.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Conflicts.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Conflicts.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ContactItem">
      <summary>Represents a contact in a Contacts folder.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ContactItemClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Account">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Actions">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.add_AfterWrite(Microsoft.Office.Interop.Outlook.ItemEvents_10_AfterWriteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.add_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.add_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.add_AttachmentRemove(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentRemoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.add_BeforeAttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.add_BeforeAttachmentPreview(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentPreviewEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.add_BeforeAttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.add_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.add_BeforeAttachmentWriteToTempFile(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentWriteToTempFileEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.add_BeforeAutoSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAutoSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.add_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeCheckNamesEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.add_BeforeDelete(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeDeleteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.add_BeforeRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.add_Close(Microsoft.Office.Interop.Outlook.ItemEvents_10_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.add_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomActionEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.add_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomPropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.add_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_10_ForwardEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.add_Open(Microsoft.Office.Interop.Outlook.ItemEvents_10_OpenEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.add_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_PropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.add_Read(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.add_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.add_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyAllEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.add_Send(Microsoft.Office.Interop.Outlook.ItemEvents_10_SendEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.add_Unload(Microsoft.Office.Interop.Outlook.ItemEvents_10_UnloadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.add_Write(Microsoft.Office.Interop.Outlook.ItemEvents_10_WriteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.AddBusinessCardLogoPicture(System.String)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
      <param name="Path"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.AddPicture(System.String)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
      <param name="Path"></param>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ContactItemClass.AfterWrite">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Anniversary">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.AssistantName">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.AssistantTelephoneNumber">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ContactItemClass.AttachmentAdd">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ContactItemClass.AttachmentRead">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ContactItemClass.AttachmentRemove">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Attachments">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.AutoResolvedWinner">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ContactItemClass.BeforeAttachmentAdd">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ContactItemClass.BeforeAttachmentPreview">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ContactItemClass.BeforeAttachmentRead">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ContactItemClass.BeforeAttachmentSave">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ContactItemClass.BeforeAttachmentWriteToTempFile">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ContactItemClass.BeforeAutoSave">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ContactItemClass.BeforeCheckNames">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ContactItemClass.BeforeDelete">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ContactItemClass.BeforeRead">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.BillingInformation">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Birthday">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Body">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Business2TelephoneNumber">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.BusinessAddress">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.BusinessAddressCity">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.BusinessAddressCountry">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.BusinessAddressPostalCode">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.BusinessAddressPostOfficeBox">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.BusinessAddressState">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.BusinessAddressStreet">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.BusinessCardLayoutXml">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.BusinessCardType">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.BusinessFaxNumber">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.BusinessHomePage">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.BusinessTelephoneNumber">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.CallbackTelephoneNumber">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.CarTelephoneNumber">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Categories">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Children">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.ClearTaskFlag">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.Close(Microsoft.Office.Interop.Outlook.OlInspectorClose)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
      <param name="SaveMode"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Companies">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.CompanyAndFullName">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.CompanyLastFirstNoSpace">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.CompanyLastFirstSpaceOnly">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.CompanyMainTelephoneNumber">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.CompanyName">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.ComputerNetworkName">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Conflicts">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.ConversationID">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.ConversationIndex">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.ConversationTopic">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.Copy">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.CreationTime">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ContactItemClass.CustomAction">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.CustomerID">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ContactItemClass.CustomPropertyChange">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.Delete">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Department">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.Display(System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
      <param name="Modal"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.DownloadState">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Email1Address">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Email1AddressType">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Email1DisplayName">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Email1EntryID">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Email2Address">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Email2AddressType">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Email2DisplayName">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Email2EntryID">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Email3Address">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Email3AddressType">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Email3DisplayName">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Email3EntryID">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.EntryID">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.FileAs">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.FirstName">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.FormDescription">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ContactItemClass.Forward">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.ForwardAsBusinessCard">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.ForwardAsVcard">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.FTPSite">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.FullName">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.FullNameAndCompany">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Gender">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.GetConversation">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.GetInspector">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.GovernmentIDNumber">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.HasPicture">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Hobby">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Home2TelephoneNumber">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.HomeAddress">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.HomeAddressCity">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.HomeAddressCountry">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.HomeAddressPostalCode">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.HomeAddressPostOfficeBox">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.HomeAddressState">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.HomeAddressStreet">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.HomeFaxNumber">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.HomeTelephoneNumber">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.IMAddress">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Importance">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Initials">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.InternetFreeBusyAddress">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.IsConflict">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.ISDNNumber">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.IsMarkedAsTask">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_10_Event_Close">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_add_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_add_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_add_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeAttachmentSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_add_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeCheckNamesEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_add_Close(Microsoft.Office.Interop.Outlook.ItemEvents_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_add_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_CustomActionEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_add_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_CustomPropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_add_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_ForwardEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_add_Open(Microsoft.Office.Interop.Outlook.ItemEvents_OpenEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_add_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_PropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_add_Read(Microsoft.Office.Interop.Outlook.ItemEvents_ReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_add_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_add_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyAllEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_add_Send(Microsoft.Office.Interop.Outlook.ItemEvents_SendEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_add_Write(Microsoft.Office.Interop.Outlook.ItemEvents_WriteEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_AttachmentAdd">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_AttachmentRead">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_BeforeAttachmentSave">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_BeforeCheckNames">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_Close">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_CustomAction">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_CustomPropertyChange">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_Forward">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_Open">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_PropertyChange">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_Read">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_remove_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_remove_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_remove_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeAttachmentSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_remove_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeCheckNamesEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_remove_Close(Microsoft.Office.Interop.Outlook.ItemEvents_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_remove_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_CustomActionEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_remove_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_CustomPropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_remove_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_ForwardEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_remove_Open(Microsoft.Office.Interop.Outlook.ItemEvents_OpenEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_remove_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_PropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_remove_Read(Microsoft.Office.Interop.Outlook.ItemEvents_ReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_remove_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_remove_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyAllEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_remove_Send(Microsoft.Office.Interop.Outlook.ItemEvents_SendEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_remove_Write(Microsoft.Office.Interop.Outlook.ItemEvents_WriteEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_Reply">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_ReplyAll">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_Send">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_Write">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemProperties">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.JobTitle">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Journal">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Language">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.LastFirstAndSuffix">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.LastFirstNoSpace">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.LastFirstNoSpaceAndSuffix">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.LastFirstNoSpaceCompany">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.LastFirstSpaceOnly">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.LastFirstSpaceOnlyCompany">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.LastModificationTime">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.LastName">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.LastNameAndFirstName">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Links">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.MailingAddress">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.MailingAddressCity">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.MailingAddressCountry">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.MailingAddressPostalCode">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.MailingAddressPostOfficeBox">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.MailingAddressState">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.MailingAddressStreet">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.ManagerName">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.MAPIOBJECT">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.MarkAsTask(Microsoft.Office.Interop.Outlook.OlMarkInterval)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
      <param name="MarkInterval"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.MarkForDownload">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.MessageClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.MiddleName">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Mileage">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.MobileTelephoneNumber">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.Move(Microsoft.Office.Interop.Outlook.MAPIFolder)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
      <param name="DestFldr"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.NetMeetingAlias">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.NetMeetingServer">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.NickName">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.NoAging">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.OfficeLocation">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ContactItemClass.Open">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.OrganizationalIDNumber">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.OtherAddress">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.OtherAddressCity">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.OtherAddressCountry">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.OtherAddressPostalCode">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.OtherAddressPostOfficeBox">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.OtherAddressState">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.OtherAddressStreet">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.OtherFaxNumber">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.OtherTelephoneNumber">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.OutlookInternalVersion">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.OutlookVersion">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.PagerNumber">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.PersonalHomePage">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.PrimaryTelephoneNumber">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.PrintOut">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Profession">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.PropertyAccessor">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ContactItemClass.PropertyChange">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.RadioTelephoneNumber">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ContactItemClass.Read">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.ReferredBy">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.ReminderOverrideDefault">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.ReminderPlaySound">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.ReminderSet">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.ReminderSoundFile">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.ReminderTime">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.remove_AfterWrite(Microsoft.Office.Interop.Outlook.ItemEvents_10_AfterWriteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.remove_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.remove_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.remove_AttachmentRemove(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentRemoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.remove_BeforeAttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.remove_BeforeAttachmentPreview(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentPreviewEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.remove_BeforeAttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.remove_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.remove_BeforeAttachmentWriteToTempFile(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentWriteToTempFileEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.remove_BeforeAutoSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAutoSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.remove_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeCheckNamesEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.remove_BeforeDelete(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeDeleteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.remove_BeforeRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.remove_Close(Microsoft.Office.Interop.Outlook.ItemEvents_10_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.remove_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomActionEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.remove_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomPropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.remove_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_10_ForwardEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.remove_Open(Microsoft.Office.Interop.Outlook.ItemEvents_10_OpenEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.remove_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_PropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.remove_Read(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.remove_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.remove_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyAllEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.remove_Send(Microsoft.Office.Interop.Outlook.ItemEvents_10_SendEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.remove_Unload(Microsoft.Office.Interop.Outlook.ItemEvents_10_UnloadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.remove_Write(Microsoft.Office.Interop.Outlook.ItemEvents_10_WriteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.RemovePicture">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ContactItemClass.Reply">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ContactItemClass.ReplyAll">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.ResetBusinessCard">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.RTFBody">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.Save">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.SaveAs(System.String,System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
      <param name="Path"></param>
      <param name="Type"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.SaveBusinessCardImage(System.String)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
      <param name="Path"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Saved">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.SelectedMailingAddress">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ContactItemClass.Send">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Sensitivity">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.ShowBusinessCardEditor">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.ShowCategoriesDialog">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.ShowCheckPhoneDialog(Microsoft.Office.Interop.Outlook.OlContactPhoneNumber)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
      <param name="PhoneNumber"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Size">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Spouse">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Subject">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Suffix">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.TaskCompletedDate">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.TaskDueDate">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.TaskStartDate">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.TaskSubject">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.TelexNumber">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Title">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.ToDoTaskOrdinal">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.TTYTDDTelephoneNumber">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ContactItemClass.Unload">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.UnRead">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.User1">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.User2">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.User3">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.User4">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.UserCertificate">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.UserProperties">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.WebPage">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ContactItemClass.Write">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.YomiCompanyName">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.YomiFirstName">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.YomiLastName">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ContactsModule">
      <summary>Represents the Contacts navigation module in the Navigation Pane of an explorer.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ContactsModuleClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactsModule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactsModuleClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactsModule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactsModuleClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactsModule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactsModuleClass.Name">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactsModule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactsModuleClass.NavigationGroups">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactsModule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactsModuleClass.NavigationModuleType">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactsModule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactsModuleClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactsModule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactsModuleClass.Position">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactsModule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactsModuleClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactsModule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ContactsModuleClass.Visible">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ContactsModule" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.Conversation">
      <summary>Represents a conversation that includes one or more items stored in one or more folders and stores.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ConversationClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Conversation" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ConversationClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Conversation" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ConversationClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Conversation" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ConversationClass.ClearAlwaysAssignCategories(Microsoft.Office.Interop.Outlook.Store)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Conversation" />.</summary>
      <param name="Store"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ConversationClass.ConversationID">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Conversation" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ConversationClass.GetAlwaysAssignCategories(Microsoft.Office.Interop.Outlook.Store)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Conversation" />.</summary>
      <param name="Store"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ConversationClass.GetAlwaysDelete(Microsoft.Office.Interop.Outlook.Store)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Conversation" />.</summary>
      <param name="Store"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ConversationClass.GetAlwaysMoveToFolder(Microsoft.Office.Interop.Outlook.Store)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Conversation" />.</summary>
      <param name="Store"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ConversationClass.GetChildren(System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Conversation" />.</summary>
      <param name="Item"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ConversationClass.GetParent(System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Conversation" />.</summary>
      <param name="Item"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ConversationClass.GetRootItems">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Conversation" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ConversationClass.GetTable">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Conversation" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ConversationClass.MarkAsRead">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Conversation" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ConversationClass.MarkAsUnread">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Conversation" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ConversationClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Conversation" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ConversationClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Conversation" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ConversationClass.SetAlwaysAssignCategories(System.String,Microsoft.Office.Interop.Outlook.Store)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Conversation" />.</summary>
      <param name="Categories"></param>
      <param name="Store"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ConversationClass.SetAlwaysDelete(Microsoft.Office.Interop.Outlook.OlAlwaysDeleteConversation,Microsoft.Office.Interop.Outlook.Store)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Conversation" />.</summary>
      <param name="AlwaysDelete"></param>
      <param name="Store"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ConversationClass.SetAlwaysMoveToFolder(Microsoft.Office.Interop.Outlook.MAPIFolder,Microsoft.Office.Interop.Outlook.Store)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Conversation" />.</summary>
      <param name="MoveToFolder"></param>
      <param name="Store"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ConversationClass.StopAlwaysDelete(Microsoft.Office.Interop.Outlook.Store)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Conversation" />.</summary>
      <param name="Store"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ConversationClass.StopAlwaysMoveToFolder(Microsoft.Office.Interop.Outlook.Store)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Conversation" />.</summary>
      <param name="Store"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ConversationHeader">
      <summary>Represents a Microsoft Outlook conversation header in a Conversation view.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ConversationHeaderClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ConversationHeader" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ConversationHeaderClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ConversationHeader" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ConversationHeaderClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ConversationHeader" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ConversationHeaderClass.ConversationID">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ConversationHeader" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ConversationHeaderClass.ConversationTopic">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ConversationHeader" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ConversationHeaderClass.GetConversation">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ConversationHeader" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ConversationHeaderClass.GetItems">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ConversationHeader" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ConversationHeaderClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ConversationHeader" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ConversationHeaderClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ConversationHeader" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.DistListItem">
      <summary>Represents a distribution list in a Contacts folder.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.DistListItemClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.Actions">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.add_AfterWrite(Microsoft.Office.Interop.Outlook.ItemEvents_10_AfterWriteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.add_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.add_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.add_AttachmentRemove(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentRemoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.add_BeforeAttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.add_BeforeAttachmentPreview(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentPreviewEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.add_BeforeAttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.add_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.add_BeforeAttachmentWriteToTempFile(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentWriteToTempFileEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.add_BeforeAutoSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAutoSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.add_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeCheckNamesEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.add_BeforeDelete(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeDeleteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.add_BeforeRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.add_Close(Microsoft.Office.Interop.Outlook.ItemEvents_10_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.add_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomActionEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.add_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomPropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.add_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_10_ForwardEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.add_Open(Microsoft.Office.Interop.Outlook.ItemEvents_10_OpenEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.add_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_PropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.add_Read(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.add_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.add_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyAllEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.add_Send(Microsoft.Office.Interop.Outlook.ItemEvents_10_SendEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.add_Unload(Microsoft.Office.Interop.Outlook.ItemEvents_10_UnloadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.add_Write(Microsoft.Office.Interop.Outlook.ItemEvents_10_WriteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.AddMember(Microsoft.Office.Interop.Outlook.Recipient)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
      <param name="Recipient"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.AddMembers(Microsoft.Office.Interop.Outlook.Recipients)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
      <param name="Recipients"></param>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.DistListItemClass.AfterWrite">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.DistListItemClass.AttachmentAdd">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.DistListItemClass.AttachmentRead">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.DistListItemClass.AttachmentRemove">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.Attachments">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.AutoResolvedWinner">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.DistListItemClass.BeforeAttachmentAdd">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.DistListItemClass.BeforeAttachmentPreview">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.DistListItemClass.BeforeAttachmentRead">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.DistListItemClass.BeforeAttachmentSave">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.DistListItemClass.BeforeAttachmentWriteToTempFile">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.DistListItemClass.BeforeAutoSave">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.DistListItemClass.BeforeCheckNames">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.DistListItemClass.BeforeDelete">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.DistListItemClass.BeforeRead">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.BillingInformation">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.Body">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.Categories">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.CheckSum">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.ClearTaskFlag">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.Close(Microsoft.Office.Interop.Outlook.OlInspectorClose)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
      <param name="SaveMode"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.Companies">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.Conflicts">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.ConversationID">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.ConversationIndex">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.ConversationTopic">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.Copy">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.CreationTime">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.DistListItemClass.CustomAction">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.DistListItemClass.CustomPropertyChange">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.Delete">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.Display(System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
      <param name="Modal"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.DLName">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.DownloadState">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.EntryID">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.FormDescription">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.DistListItemClass.Forward">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.GetConversation">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.GetInspector">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.GetMember(System.Int32)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
      <param name="Index"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.Importance">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.IsConflict">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.IsMarkedAsTask">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_10_Event_Close">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_add_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_add_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_add_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeAttachmentSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_add_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeCheckNamesEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_add_Close(Microsoft.Office.Interop.Outlook.ItemEvents_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_add_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_CustomActionEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_add_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_CustomPropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_add_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_ForwardEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_add_Open(Microsoft.Office.Interop.Outlook.ItemEvents_OpenEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_add_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_PropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_add_Read(Microsoft.Office.Interop.Outlook.ItemEvents_ReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_add_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_add_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyAllEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_add_Send(Microsoft.Office.Interop.Outlook.ItemEvents_SendEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_add_Write(Microsoft.Office.Interop.Outlook.ItemEvents_WriteEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_AttachmentAdd">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_AttachmentRead">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_BeforeAttachmentSave">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_BeforeCheckNames">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_Close">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_CustomAction">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_CustomPropertyChange">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_Forward">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_Open">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_PropertyChange">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_Read">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_remove_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_remove_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_remove_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeAttachmentSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_remove_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeCheckNamesEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_remove_Close(Microsoft.Office.Interop.Outlook.ItemEvents_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_remove_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_CustomActionEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_remove_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_CustomPropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_remove_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_ForwardEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_remove_Open(Microsoft.Office.Interop.Outlook.ItemEvents_OpenEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_remove_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_PropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_remove_Read(Microsoft.Office.Interop.Outlook.ItemEvents_ReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_remove_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_remove_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyAllEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_remove_Send(Microsoft.Office.Interop.Outlook.ItemEvents_SendEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_remove_Write(Microsoft.Office.Interop.Outlook.ItemEvents_WriteEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_Reply">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_ReplyAll">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_Send">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_Write">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemProperties">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.LastModificationTime">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.Links">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.MAPIOBJECT">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.MarkAsTask(Microsoft.Office.Interop.Outlook.OlMarkInterval)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
      <param name="MarkInterval"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.MarkForDownload">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.MemberCount">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.Members">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.MessageClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.Mileage">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.Move(Microsoft.Office.Interop.Outlook.MAPIFolder)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
      <param name="DestFldr"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.NoAging">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.OneOffMembers">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.DistListItemClass.Open">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.OutlookInternalVersion">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.OutlookVersion">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.PrintOut">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.PropertyAccessor">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.DistListItemClass.PropertyChange">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.DistListItemClass.Read">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.ReminderOverrideDefault">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.ReminderPlaySound">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.ReminderSet">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.ReminderSoundFile">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.ReminderTime">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.remove_AfterWrite(Microsoft.Office.Interop.Outlook.ItemEvents_10_AfterWriteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.remove_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.remove_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.remove_AttachmentRemove(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentRemoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.remove_BeforeAttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.remove_BeforeAttachmentPreview(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentPreviewEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.remove_BeforeAttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.remove_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.remove_BeforeAttachmentWriteToTempFile(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentWriteToTempFileEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.remove_BeforeAutoSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAutoSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.remove_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeCheckNamesEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.remove_BeforeDelete(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeDeleteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.remove_BeforeRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.remove_Close(Microsoft.Office.Interop.Outlook.ItemEvents_10_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.remove_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomActionEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.remove_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomPropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.remove_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_10_ForwardEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.remove_Open(Microsoft.Office.Interop.Outlook.ItemEvents_10_OpenEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.remove_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_PropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.remove_Read(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.remove_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.remove_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyAllEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.remove_Send(Microsoft.Office.Interop.Outlook.ItemEvents_10_SendEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.remove_Unload(Microsoft.Office.Interop.Outlook.ItemEvents_10_UnloadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.remove_Write(Microsoft.Office.Interop.Outlook.ItemEvents_10_WriteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.RemoveMember(Microsoft.Office.Interop.Outlook.Recipient)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
      <param name="Recipient"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.RemoveMembers(Microsoft.Office.Interop.Outlook.Recipients)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
      <param name="Recipients"></param>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.DistListItemClass.Reply">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.DistListItemClass.ReplyAll">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.RTFBody">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.Save">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.SaveAs(System.String,System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
      <param name="Path"></param>
      <param name="Type"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.Saved">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.DistListItemClass.Send">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.Sensitivity">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.ShowCategoriesDialog">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.Size">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.Subject">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.TaskCompletedDate">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.TaskDueDate">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.TaskStartDate">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.TaskSubject">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.ToDoTaskOrdinal">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.DistListItemClass.Unload">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.UnRead">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.UserProperties">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.DistListItemClass.Write">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.DocumentItem">
      <summary>Represents any document other than an Outlook item as an item in an Outlook folder. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.DocumentItemClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DocumentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DocumentItemClass.Actions">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DocumentItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.add_AfterWrite(Microsoft.Office.Interop.Outlook.ItemEvents_10_AfterWriteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.add_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.add_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.add_AttachmentRemove(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentRemoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.add_BeforeAttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.add_BeforeAttachmentPreview(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentPreviewEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.add_BeforeAttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.add_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.add_BeforeAttachmentWriteToTempFile(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentWriteToTempFileEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.add_BeforeAutoSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAutoSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.add_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeCheckNamesEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.add_BeforeDelete(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeDeleteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.add_BeforeRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.add_Close(Microsoft.Office.Interop.Outlook.ItemEvents_10_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.add_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomActionEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.add_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomPropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.add_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_10_ForwardEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.add_Open(Microsoft.Office.Interop.Outlook.ItemEvents_10_OpenEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.add_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_PropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.add_Read(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.add_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.add_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyAllEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.add_Send(Microsoft.Office.Interop.Outlook.ItemEvents_10_SendEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.add_Unload(Microsoft.Office.Interop.Outlook.ItemEvents_10_UnloadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.add_Write(Microsoft.Office.Interop.Outlook.ItemEvents_10_WriteEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.DocumentItemClass.AfterWrite">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DocumentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DocumentItemClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DocumentItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.DocumentItemClass.AttachmentAdd">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DocumentItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.DocumentItemClass.AttachmentRead">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DocumentItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.DocumentItemClass.AttachmentRemove">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DocumentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DocumentItemClass.Attachments">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DocumentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DocumentItemClass.AutoResolvedWinner">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DocumentItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.DocumentItemClass.BeforeAttachmentAdd">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DocumentItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.DocumentItemClass.BeforeAttachmentPreview">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DocumentItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.DocumentItemClass.BeforeAttachmentRead">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DocumentItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.DocumentItemClass.BeforeAttachmentSave">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DocumentItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.DocumentItemClass.BeforeAttachmentWriteToTempFile">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DocumentItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.DocumentItemClass.BeforeAutoSave">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DocumentItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.DocumentItemClass.BeforeCheckNames">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DocumentItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.DocumentItemClass.BeforeDelete">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DocumentItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.DocumentItemClass.BeforeRead">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DocumentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DocumentItemClass.BillingInformation">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DocumentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DocumentItemClass.Body">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DocumentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DocumentItemClass.Categories">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DocumentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DocumentItemClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DocumentItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.Close(Microsoft.Office.Interop.Outlook.OlInspectorClose)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DocumentItem" />.</summary>
      <param name="SaveMode"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DocumentItemClass.Companies">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DocumentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DocumentItemClass.Conflicts">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DocumentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DocumentItemClass.ConversationIndex">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DocumentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DocumentItemClass.ConversationTopic">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DocumentItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.Copy">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DocumentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DocumentItemClass.CreationTime">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DocumentItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.DocumentItemClass.CustomAction">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DocumentItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.DocumentItemClass.CustomPropertyChange">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DocumentItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.Delete">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DocumentItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.Display(System.Object)">
      <param name="Modal"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DocumentItemClass.DownloadState">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DocumentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DocumentItemClass.EntryID">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DocumentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DocumentItemClass.FormDescription">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DocumentItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.DocumentItemClass.Forward">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DocumentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DocumentItemClass.GetInspector">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DocumentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DocumentItemClass.Importance">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DocumentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DocumentItemClass.IsConflict">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DocumentItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_10_Event_Close">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DocumentItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_add_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_add_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_add_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeAttachmentSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_add_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeCheckNamesEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_add_Close(Microsoft.Office.Interop.Outlook.ItemEvents_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_add_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_CustomActionEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_add_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_CustomPropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_add_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_ForwardEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_add_Open(Microsoft.Office.Interop.Outlook.ItemEvents_OpenEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_add_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_PropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_add_Read(Microsoft.Office.Interop.Outlook.ItemEvents_ReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_add_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_add_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyAllEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_add_Send(Microsoft.Office.Interop.Outlook.ItemEvents_SendEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_add_Write(Microsoft.Office.Interop.Outlook.ItemEvents_WriteEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_AttachmentAdd">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DocumentItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_AttachmentRead">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DocumentItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_BeforeAttachmentSave">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DocumentItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_BeforeCheckNames">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DocumentItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_Close">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DocumentItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_CustomAction">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DocumentItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_CustomPropertyChange">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DocumentItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_Forward">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DocumentItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_Open">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DocumentItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_PropertyChange">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DocumentItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_Read">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DocumentItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_remove_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_remove_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_remove_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeAttachmentSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_remove_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeCheckNamesEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_remove_Close(Microsoft.Office.Interop.Outlook.ItemEvents_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_remove_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_CustomActionEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_remove_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_CustomPropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_remove_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_ForwardEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_remove_Open(Microsoft.Office.Interop.Outlook.ItemEvents_OpenEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_remove_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_PropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_remove_Read(Microsoft.Office.Interop.Outlook.ItemEvents_ReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_remove_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_remove_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyAllEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_remove_Send(Microsoft.Office.Interop.Outlook.ItemEvents_SendEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_remove_Write(Microsoft.Office.Interop.Outlook.ItemEvents_WriteEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_Reply">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DocumentItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_ReplyAll">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DocumentItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_Send">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DocumentItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_Write">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DocumentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemProperties">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DocumentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DocumentItemClass.LastModificationTime">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DocumentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DocumentItemClass.Links">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DocumentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DocumentItemClass.MAPIOBJECT">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DocumentItemClass.MarkForDownload">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DocumentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DocumentItemClass.MessageClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DocumentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DocumentItemClass.Mileage">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DocumentItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.Move(Microsoft.Office.Interop.Outlook.MAPIFolder)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DocumentItem" />.</summary>
      <param name="DestFldr"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DocumentItemClass.NoAging">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DocumentItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.DocumentItemClass.Open">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DocumentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DocumentItemClass.OutlookInternalVersion">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DocumentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DocumentItemClass.OutlookVersion">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DocumentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DocumentItemClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DocumentItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.PrintOut">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DocumentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DocumentItemClass.PropertyAccessor">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DocumentItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.DocumentItemClass.PropertyChange">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DocumentItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.DocumentItemClass.Read">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DocumentItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.remove_AfterWrite(Microsoft.Office.Interop.Outlook.ItemEvents_10_AfterWriteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.remove_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.remove_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.remove_AttachmentRemove(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentRemoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.remove_BeforeAttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.remove_BeforeAttachmentPreview(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentPreviewEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.remove_BeforeAttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.remove_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.remove_BeforeAttachmentWriteToTempFile(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentWriteToTempFileEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.remove_BeforeAutoSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAutoSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.remove_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeCheckNamesEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.remove_BeforeDelete(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeDeleteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.remove_BeforeRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.remove_Close(Microsoft.Office.Interop.Outlook.ItemEvents_10_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.remove_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomActionEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.remove_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomPropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.remove_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_10_ForwardEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.remove_Open(Microsoft.Office.Interop.Outlook.ItemEvents_10_OpenEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.remove_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_PropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.remove_Read(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.remove_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.remove_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyAllEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.remove_Send(Microsoft.Office.Interop.Outlook.ItemEvents_10_SendEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.remove_Unload(Microsoft.Office.Interop.Outlook.ItemEvents_10_UnloadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.remove_Write(Microsoft.Office.Interop.Outlook.ItemEvents_10_WriteEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.DocumentItemClass.Reply">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DocumentItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.DocumentItemClass.ReplyAll">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DocumentItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.Save">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DocumentItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.SaveAs(System.String,System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DocumentItem" />.</summary>
      <param name="Path"></param>
      <param name="Type"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DocumentItemClass.Saved">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DocumentItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.DocumentItemClass.Send">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DocumentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DocumentItemClass.Sensitivity">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DocumentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DocumentItemClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DocumentItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.ShowCategoriesDialog">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DocumentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DocumentItemClass.Size">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DocumentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DocumentItemClass.Subject">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DocumentItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.DocumentItemClass.Unload">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DocumentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DocumentItemClass.UnRead">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DocumentItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DocumentItemClass.UserProperties">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DocumentItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.DocumentItemClass.Write">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.DocumentItem" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.DoNotUseMeFolder">
      <summary>This class and its members are reserved for internal use and are not intended to be used in your code.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.DoNotUseMeFolderClass">
      <summary>This class and its members are reserved for internal use and are not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DoNotUseMeFolderClass.AddressBookName"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DoNotUseMeFolderClass.AddToFavorites(System.Object,System.Object)">
      <param name="fNoUI"></param>
      <param name="Name"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.DoNotUseMeFolderClass.AddToPFFavorites"></member>
    <member name="P:Microsoft.Office.Interop.Outlook.DoNotUseMeFolderClass.Application"></member>
    <member name="P:Microsoft.Office.Interop.Outlook.DoNotUseMeFolderClass.Class"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DoNotUseMeFolderClass.CopyTo(Microsoft.Office.Interop.Outlook.MAPIFolder)">
      <param name="DestinationFolder"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DoNotUseMeFolderClass.CurrentView"></member>
    <member name="P:Microsoft.Office.Interop.Outlook.DoNotUseMeFolderClass.CustomViewsOnly"></member>
    <member name="P:Microsoft.Office.Interop.Outlook.DoNotUseMeFolderClass.DefaultItemType"></member>
    <member name="P:Microsoft.Office.Interop.Outlook.DoNotUseMeFolderClass.DefaultMessageClass"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DoNotUseMeFolderClass.Delete"></member>
    <member name="P:Microsoft.Office.Interop.Outlook.DoNotUseMeFolderClass.Description"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DoNotUseMeFolderClass.Display"></member>
    <member name="P:Microsoft.Office.Interop.Outlook.DoNotUseMeFolderClass.EntryID"></member>
    <member name="P:Microsoft.Office.Interop.Outlook.DoNotUseMeFolderClass.FolderPath"></member>
    <member name="P:Microsoft.Office.Interop.Outlook.DoNotUseMeFolderClass.Folders"></member>
    <member name="P:Microsoft.Office.Interop.Outlook.DoNotUseMeFolderClass.FullFolderPath"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DoNotUseMeFolderClass.GetCalendarExporter"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DoNotUseMeFolderClass.GetCustomIcon">
      <returns>Returns <see cref="T:stdole.StdPicture" />.</returns>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.DoNotUseMeFolderClass.GetExplorer(System.Object)">
      <param name="DisplayMode"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.DoNotUseMeFolderClass.GetStorage(System.String,Microsoft.Office.Interop.Outlook.OlStorageIdentifierType)">
      <param name="StorageIdentifier"></param>
      <param name="StorageIdentifierType"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.DoNotUseMeFolderClass.GetTable(System.Object,System.Object)">
      <param name="Filter"></param>
      <param name="TableContents"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DoNotUseMeFolderClass.InAppFolderSyncObject"></member>
    <member name="P:Microsoft.Office.Interop.Outlook.DoNotUseMeFolderClass.IsSharePointFolder"></member>
    <member name="P:Microsoft.Office.Interop.Outlook.DoNotUseMeFolderClass.Items"></member>
    <member name="P:Microsoft.Office.Interop.Outlook.DoNotUseMeFolderClass.MAPIOBJECT"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DoNotUseMeFolderClass.MoveTo(Microsoft.Office.Interop.Outlook.MAPIFolder)">
      <param name="DestinationFolder"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DoNotUseMeFolderClass.Name"></member>
    <member name="P:Microsoft.Office.Interop.Outlook.DoNotUseMeFolderClass.Parent"></member>
    <member name="P:Microsoft.Office.Interop.Outlook.DoNotUseMeFolderClass.PropertyAccessor"></member>
    <member name="P:Microsoft.Office.Interop.Outlook.DoNotUseMeFolderClass.Session"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.DoNotUseMeFolderClass.SetCustomIcon(stdole.StdPicture)">
      <param name="Picture"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.DoNotUseMeFolderClass.ShowAsOutlookAB"></member>
    <member name="P:Microsoft.Office.Interop.Outlook.DoNotUseMeFolderClass.ShowItemCount"></member>
    <member name="P:Microsoft.Office.Interop.Outlook.DoNotUseMeFolderClass.Store"></member>
    <member name="P:Microsoft.Office.Interop.Outlook.DoNotUseMeFolderClass.StoreID"></member>
    <member name="P:Microsoft.Office.Interop.Outlook.DoNotUseMeFolderClass.UnReadItemCount"></member>
    <member name="P:Microsoft.Office.Interop.Outlook.DoNotUseMeFolderClass.UserDefinedProperties"></member>
    <member name="P:Microsoft.Office.Interop.Outlook.DoNotUseMeFolderClass.UserPermissions"></member>
    <member name="P:Microsoft.Office.Interop.Outlook.DoNotUseMeFolderClass.Views"></member>
    <member name="P:Microsoft.Office.Interop.Outlook.DoNotUseMeFolderClass.WebViewAllowNavigation"></member>
    <member name="P:Microsoft.Office.Interop.Outlook.DoNotUseMeFolderClass.WebViewOn"></member>
    <member name="P:Microsoft.Office.Interop.Outlook.DoNotUseMeFolderClass.WebViewURL"></member>
    <member name="T:Microsoft.Office.Interop.Outlook.Exception">
      <summary>Represents information about one instance of an <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />  object which is an exception to a recurring series.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Exception.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Exception.AppointmentItem">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />  object that is the exception. Not valid for deleted appointments. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Exception.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Exception.Deleted">
      <summary>Returns Boolean (bool in C#) that is True if the <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />  was deleted from the recurring pattern. Read-only</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Exception.ItemProperties">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.ItemProperties" /> collection that represents all standard and user-defined properties associated with the Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Exception.OriginalDate">
      <summary>Returns a DateTime indicating the original date and time of an <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />  before it was altered. This property will return the original date even if the AppointmentItem has been deleted. However, it will not return the original time if deletion has occurred. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Exception.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Exception.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.Exceptions">
      <summary>Contains a group of <see cref="T:Microsoft.Office.Interop.Outlook.Exception" />  objects. </summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Exceptions.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Exceptions.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Exceptions.Count">
      <summary>Returns an Integer (int in C#) value indicating the count of objects in the specified collection. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Exceptions.Item(System.Object)">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Exception" /> object from the collection. </summary>
      <returns>An Exception object that represents the specified object.</returns>
      <param name="Index">Either the index number of the object, or a value used to match the default property of an object in the collection.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Exceptions.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Exceptions.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ExchangeDistributionList">
      <summary>The ExchangeDistributionList object provides detailed information about an <see cref="T:Microsoft.Office.Interop.Outlook.AddressEntry" /> that represents an Exchange distribution list. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ExchangeDistributionListClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeDistributionList" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ExchangeDistributionListClass.Address">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeDistributionList" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ExchangeDistributionListClass.AddressEntryUserType">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeDistributionList" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ExchangeDistributionListClass.Alias">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeDistributionList" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ExchangeDistributionListClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeDistributionList" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ExchangeDistributionListClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeDistributionList" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ExchangeDistributionListClass.Comments">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeDistributionList" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExchangeDistributionListClass.Delete">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeDistributionList" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExchangeDistributionListClass.Details(System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeDistributionList" />.</summary>
      <param name="HWnd"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ExchangeDistributionListClass.DisplayType">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeDistributionList" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExchangeDistributionListClass.GetContact">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeDistributionList" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExchangeDistributionListClass.GetExchangeDistributionList">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeDistributionList" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExchangeDistributionListClass.GetExchangeDistributionListMembers">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeDistributionList" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExchangeDistributionListClass.GetExchangeUser">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeDistributionList" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExchangeDistributionListClass.GetFreeBusy(System.DateTime,System.Int32,System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeDistributionList" />.</summary>
      <param name="Start"></param>
      <param name="MinPerChar"></param>
      <param name="CompleteFormat"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExchangeDistributionListClass.GetMemberOfList">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeDistributionList" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExchangeDistributionListClass.GetOwners">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeDistributionList" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ExchangeDistributionListClass.ID">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeDistributionList" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ExchangeDistributionListClass.Manager">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeDistributionList" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ExchangeDistributionListClass.MAPIOBJECT">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ExchangeDistributionListClass.Members">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeDistributionList" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ExchangeDistributionListClass.Name">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeDistributionList" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ExchangeDistributionListClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeDistributionList" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ExchangeDistributionListClass.PrimarySmtpAddress">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeDistributionList" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ExchangeDistributionListClass.PropertyAccessor">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeDistributionList" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ExchangeDistributionListClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeDistributionList" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ExchangeDistributionListClass.Type">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeDistributionList" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExchangeDistributionListClass.Update(System.Object,System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeDistributionList" />.</summary>
      <param name="MakePermanent"></param>
      <param name="Refresh"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExchangeDistributionListClass.UpdateFreeBusy">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeDistributionList" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ExchangeUser">
      <summary>Provides detailed information about an <see cref="T:Microsoft.Office.Interop.Outlook.AddressEntry" /> that represents a Microsoft Exchange mailbox user. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ExchangeUserClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ExchangeUserClass.Address">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ExchangeUserClass.AddressEntryUserType">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ExchangeUserClass.Alias">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ExchangeUserClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ExchangeUserClass.AssistantName">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ExchangeUserClass.BusinessTelephoneNumber">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ExchangeUserClass.City">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ExchangeUserClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ExchangeUserClass.Comments">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ExchangeUserClass.CompanyName">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExchangeUserClass.Delete">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ExchangeUserClass.Department">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExchangeUserClass.Details(System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" />.</summary>
      <param name="HWnd"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ExchangeUserClass.DisplayType">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ExchangeUserClass.FirstName">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExchangeUserClass.GetContact">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExchangeUserClass.GetDirectReports">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExchangeUserClass.GetExchangeDistributionList">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExchangeUserClass.GetExchangeUser">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExchangeUserClass.GetExchangeUserManager">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExchangeUserClass.GetFreeBusy(System.DateTime,System.Int32,System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" />.</summary>
      <param name="Start"></param>
      <param name="MinPerChar"></param>
      <param name="CompleteFormat"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExchangeUserClass.GetMemberOfList">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExchangeUserClass.GetPicture">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ExchangeUserClass.ID">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ExchangeUserClass.JobTitle">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ExchangeUserClass.LastName">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ExchangeUserClass.Manager">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ExchangeUserClass.MAPIOBJECT">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ExchangeUserClass.Members">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ExchangeUserClass.MobileTelephoneNumber">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ExchangeUserClass.Name">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ExchangeUserClass.OfficeLocation">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ExchangeUserClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ExchangeUserClass.PostalCode">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ExchangeUserClass.PrimarySmtpAddress">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ExchangeUserClass.PropertyAccessor">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ExchangeUserClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ExchangeUserClass.StateOrProvince">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ExchangeUserClass.StreetAddress">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ExchangeUserClass.Type">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExchangeUserClass.Update(System.Object,System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" />.</summary>
      <param name="MakePermanent"></param>
      <param name="Refresh"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExchangeUserClass.UpdateFreeBusy">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ExchangeUserClass.YomiCompanyName">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ExchangeUserClass.YomiDepartment">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ExchangeUserClass.YomiDisplayName">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ExchangeUserClass.YomiFirstName">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ExchangeUserClass.YomiLastName">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.Explorer">
      <summary>Represents the window in which the contents of a folder are displayed.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ExplorerClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Explorer" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ExplorerClass.AccountSelector">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Explorer" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.Activate">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Explorer" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.add_Activate(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_ActivateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.add_AttachmentSelectionChange(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_AttachmentSelectionChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.add_BeforeFolderSwitch(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_BeforeFolderSwitchEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.add_BeforeItemCopy(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_BeforeItemCopyEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.add_BeforeItemCut(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_BeforeItemCutEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.add_BeforeItemPaste(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_BeforeItemPasteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.add_BeforeMaximize(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_BeforeMaximizeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.add_BeforeMinimize(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_BeforeMinimizeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.add_BeforeMove(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_BeforeMoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.add_BeforeSize(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_BeforeSizeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.add_BeforeViewSwitch(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_BeforeViewSwitchEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.add_Close(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.add_Deactivate(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_DeactivateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.add_FolderSwitch(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_FolderSwitchEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.add_SelectionChange(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_SelectionChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.add_ViewSwitch(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_ViewSwitchEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.AddToSelection(System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Explorer" />.</summary>
      <param name="Item"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ExplorerClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Explorer" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ExplorerClass.AttachmentSelection">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Explorer" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ExplorerClass.AttachmentSelectionChange">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Explorer" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ExplorerClass.BeforeFolderSwitch">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Explorer" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ExplorerClass.BeforeItemCopy">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Explorer" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ExplorerClass.BeforeItemCut">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Explorer" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ExplorerClass.BeforeItemPaste">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Explorer" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ExplorerClass.BeforeMaximize">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Explorer" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ExplorerClass.BeforeMinimize">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Explorer" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ExplorerClass.BeforeMove">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Explorer" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ExplorerClass.BeforeSize">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Explorer" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ExplorerClass.BeforeViewSwitch">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Explorer" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ExplorerClass.Caption">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Explorer" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ExplorerClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Explorer" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.ClearSearch">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Explorer" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.ClearSelection">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Explorer" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.Close">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Explorer" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ExplorerClass.CommandBars">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ExplorerClass.CurrentFolder">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Explorer" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ExplorerClass.CurrentView">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Explorer" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ExplorerClass.Deactivate">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Explorer" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.DeselectFolder(Microsoft.Office.Interop.Outlook.MAPIFolder)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Explorer" />.</summary>
      <param name="Folder"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.Display">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Explorer" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ExplorerClass.ExplorerEvents_10_Event_Activate">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Explorer" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ExplorerClass.ExplorerEvents_10_Event_Close">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Explorer" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ExplorerClass.ExplorerEvents_Event_Activate">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Explorer" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.ExplorerEvents_Event_add_Activate(Microsoft.Office.Interop.Outlook.ExplorerEvents_ActivateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.ExplorerEvents_Event_add_BeforeFolderSwitch(Microsoft.Office.Interop.Outlook.ExplorerEvents_BeforeFolderSwitchEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.ExplorerEvents_Event_add_BeforeViewSwitch(Microsoft.Office.Interop.Outlook.ExplorerEvents_BeforeViewSwitchEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.ExplorerEvents_Event_add_Close(Microsoft.Office.Interop.Outlook.ExplorerEvents_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.ExplorerEvents_Event_add_Deactivate(Microsoft.Office.Interop.Outlook.ExplorerEvents_DeactivateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.ExplorerEvents_Event_add_FolderSwitch(Microsoft.Office.Interop.Outlook.ExplorerEvents_FolderSwitchEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.ExplorerEvents_Event_add_SelectionChange(Microsoft.Office.Interop.Outlook.ExplorerEvents_SelectionChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.ExplorerEvents_Event_add_ViewSwitch(Microsoft.Office.Interop.Outlook.ExplorerEvents_ViewSwitchEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.ExplorerClass.ExplorerEvents_Event_BeforeFolderSwitch">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Explorer" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ExplorerClass.ExplorerEvents_Event_BeforeViewSwitch">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Explorer" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ExplorerClass.ExplorerEvents_Event_Close">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Explorer" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ExplorerClass.ExplorerEvents_Event_Deactivate">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Explorer" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ExplorerClass.ExplorerEvents_Event_FolderSwitch">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Explorer" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.ExplorerEvents_Event_remove_Activate(Microsoft.Office.Interop.Outlook.ExplorerEvents_ActivateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.ExplorerEvents_Event_remove_BeforeFolderSwitch(Microsoft.Office.Interop.Outlook.ExplorerEvents_BeforeFolderSwitchEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.ExplorerEvents_Event_remove_BeforeViewSwitch(Microsoft.Office.Interop.Outlook.ExplorerEvents_BeforeViewSwitchEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.ExplorerEvents_Event_remove_Close(Microsoft.Office.Interop.Outlook.ExplorerEvents_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.ExplorerEvents_Event_remove_Deactivate(Microsoft.Office.Interop.Outlook.ExplorerEvents_DeactivateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.ExplorerEvents_Event_remove_FolderSwitch(Microsoft.Office.Interop.Outlook.ExplorerEvents_FolderSwitchEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.ExplorerEvents_Event_remove_SelectionChange(Microsoft.Office.Interop.Outlook.ExplorerEvents_SelectionChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.ExplorerEvents_Event_remove_ViewSwitch(Microsoft.Office.Interop.Outlook.ExplorerEvents_ViewSwitchEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.ExplorerClass.ExplorerEvents_Event_SelectionChange">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Explorer" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ExplorerClass.ExplorerEvents_Event_ViewSwitch">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Explorer" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ExplorerClass.FolderSwitch">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Explorer" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ExplorerClass.Height">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Explorer" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ExplorerClass.HTMLDocument">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Explorer" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.IsFolderSelected(Microsoft.Office.Interop.Outlook.MAPIFolder)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Explorer" />.</summary>
      <param name="Folder"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.IsItemSelectableInView(System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Explorer" />.</summary>
      <param name="Item"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.IsPaneVisible(Microsoft.Office.Interop.Outlook.OlPane)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Explorer" />.</summary>
      <param name="Pane"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ExplorerClass.Left">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Explorer" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ExplorerClass.NavigationPane">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Explorer" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ExplorerClass.Panes">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Explorer" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ExplorerClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Explorer" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.remove_Activate(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_ActivateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.remove_AttachmentSelectionChange(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_AttachmentSelectionChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.remove_BeforeFolderSwitch(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_BeforeFolderSwitchEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.remove_BeforeItemCopy(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_BeforeItemCopyEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.remove_BeforeItemCut(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_BeforeItemCutEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.remove_BeforeItemPaste(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_BeforeItemPasteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.remove_BeforeMaximize(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_BeforeMaximizeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.remove_BeforeMinimize(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_BeforeMinimizeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.remove_BeforeMove(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_BeforeMoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.remove_BeforeSize(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_BeforeSizeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.remove_BeforeViewSwitch(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_BeforeViewSwitchEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.remove_Close(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.remove_Deactivate(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_DeactivateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.remove_FolderSwitch(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_FolderSwitchEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.remove_SelectionChange(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_SelectionChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.remove_ViewSwitch(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_ViewSwitchEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.RemoveFromSelection(System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Explorer" />.</summary>
      <param name="Item"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.Search(System.String,Microsoft.Office.Interop.Outlook.OlSearchScope)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Explorer" />.</summary>
      <param name="Query"></param>
      <param name="SearchScope"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.SelectAllItems">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Explorer" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.SelectFolder(Microsoft.Office.Interop.Outlook.MAPIFolder)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Explorer" />.</summary>
      <param name="Folder"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ExplorerClass.Selection">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Explorer" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ExplorerClass.SelectionChange">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Explorer" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ExplorerClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Explorer" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.ShowPane(Microsoft.Office.Interop.Outlook.OlPane,System.Boolean)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Explorer" />.</summary>
      <param name="Pane"></param>
      <param name="Visible"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ExplorerClass.Top">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Explorer" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ExplorerClass.Views">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Explorer" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ExplorerClass.ViewSwitch">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Explorer" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ExplorerClass.Width">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Explorer" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ExplorerClass.WindowState">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Explorer" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ExplorerEvents">
      <summary>This is an event interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents.Activate">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents.BeforeFolderSwitch(System.Object,System.Boolean@)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="NewFolder"></param>
      <param name="Cancel"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents.BeforeViewSwitch(System.Object,System.Boolean@)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="NewView"></param>
      <param name="Cancel"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents.Close">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents.Deactivate">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents.FolderSwitch">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents.SelectionChange">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents.ViewSwitch">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ExplorerEvents_10">
      <summary>This is an event interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_10.Activate">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_10.AttachmentSelectionChange">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_10.BeforeFolderSwitch(System.Object,System.Boolean@)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="NewFolder"></param>
      <param name="Cancel"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_10.BeforeItemCopy(System.Boolean@)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Cancel"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_10.BeforeItemCut(System.Boolean@)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Cancel"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_10.BeforeItemPaste(System.Object@,Microsoft.Office.Interop.Outlook.MAPIFolder,System.Boolean@)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="ClipboardContent"></param>
      <param name="Target"></param>
      <param name="Cancel"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_10.BeforeMaximize(System.Boolean@)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Cancel"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_10.BeforeMinimize(System.Boolean@)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Cancel"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_10.BeforeMove(System.Boolean@)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Cancel"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_10.BeforeSize(System.Boolean@)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Cancel"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_10.BeforeViewSwitch(System.Object,System.Boolean@)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="NewView"></param>
      <param name="Cancel"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_10.Close">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_10.Deactivate">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_10.FolderSwitch">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_10.SelectionChange">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_10.ViewSwitch">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_ActivateEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_AttachmentSelectionChangeEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_BeforeFolderSwitchEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="NewFolder">The <see cref="T:Microsoft.Office.Interop.Outlook.Folder" />  object the explorer is switching to.</param>
      <param name="Cancel">False when the event occurs. If the event procedure sets this argument to True, navigation is cancelled, and the current folder is not changed.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_BeforeItemCopyEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Cancel">False when the event occurs. If the event procedure sets this argument to True, the operation is not completed and the item is not copied.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_BeforeItemCutEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Cancel">False when the event occurs. If the event procedure sets this argument to True, the operation is not completed and the item is not deleted.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_BeforeItemPasteEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="ClipboardContent">The content to be pasted.</param>
      <param name="Target">The destination of the paste.</param>
      <param name="Cancel">False when the event occurs. If the event procedure sets this argument to True, the operation is not completed and the item is not deleted.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_BeforeMaximizeEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Cancel">False when the event occurs. If the event procedure sets this argument to True, the operation is not completed and the explorer is not maximized.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_BeforeMinimizeEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Cancel">False when the event occurs. If the event procedure sets this argument to True, the operation is not completed and the explorer is not minimized.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_BeforeMoveEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Cancel">False when the event occurs. If the event procedure sets this argument to True, the operation is not completed and the explorer or inspector is not moved.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_BeforeSizeEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Cancel">False when the event occurs. If the event procedure sets this argument to True, the operation is not completed and the Explorer is not sized.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_BeforeViewSwitchEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="NewView">The name of the view the explorer is switching to.</param>
      <param name="Cancel">False when the event occurs. If the event procedure sets this argument to True, the switch is cancelled and the current view is not changed.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_CloseEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_DeactivateEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_Event">
      <summary>This is a .NET interface created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface implements all events of earlier interfaces and any additional new events.  Use this interface only when the event you want to use shares the same name as a method of the COM object; in this case, cast to this interface to connect to the event, and cast to the primary interface to call the method. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_Event.Activate">
      <summary>Occurs when an explorer becomes the active window, either as a result of user action or through program code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_Event.add_Activate(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_ActivateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_Event.add_AttachmentSelectionChange(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_AttachmentSelectionChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_Event.add_BeforeFolderSwitch(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_BeforeFolderSwitchEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_Event.add_BeforeItemCopy(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_BeforeItemCopyEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_Event.add_BeforeItemCut(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_BeforeItemCutEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_Event.add_BeforeItemPaste(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_BeforeItemPasteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_Event.add_BeforeMaximize(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_BeforeMaximizeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_Event.add_BeforeMinimize(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_BeforeMinimizeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_Event.add_BeforeMove(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_BeforeMoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_Event.add_BeforeSize(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_BeforeSizeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_Event.add_BeforeViewSwitch(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_BeforeViewSwitchEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_Event.add_Close(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_Event.add_Deactivate(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_DeactivateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_Event.add_FolderSwitch(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_FolderSwitchEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_Event.add_SelectionChange(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_SelectionChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_Event.add_ViewSwitch(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_ViewSwitchEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_Event.AttachmentSelectionChange">
      <summary>Occurs when the user selects a different or additional attachment in the active explorer programmatically or by interacting with the user interface.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_Event.BeforeFolderSwitch">
      <summary>Occurs before the explorer goes to a new folder, either as a result of user action or through program code.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_Event.BeforeItemCopy">
      <summary>Occurs when an Outlook item is copied.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_Event.BeforeItemCut">
      <summary>Occurs when an Outlook item is cut from a folder.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_Event.BeforeItemPaste">
      <summary>Occurs when an Outlook item is pasted.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_Event.BeforeMaximize">
      <summary>Occurs when an explorer is maximized by the user.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_Event.BeforeMinimize">
      <summary>Occurs when the active explorer is minimized by the user.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_Event.BeforeMove">
      <summary>Occurs when the  <see cref="T:Microsoft.Office.Interop.Outlook.Explorer" /> is moved by the user.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_Event.BeforeSize">
      <summary>Occurs when the user sizes the current <see cref="T:Microsoft.Office.Interop.Outlook.Explorer" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_Event.BeforeViewSwitch">
      <summary>Occurs before the explorer changes to a new view, either as a result of user action or through program code. </summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_Event.Close">
      <summary>Occurs when an explorer is being closed.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_Event.Deactivate">
      <summary>Occurs when an explorer stops being the active window, either as a result of user action or through program code.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_Event.FolderSwitch">
      <summary>Occurs when the explorer goes to a new folder, either as a result of user action or through program code. </summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_Event.remove_Activate(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_ActivateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_Event.remove_AttachmentSelectionChange(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_AttachmentSelectionChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_Event.remove_BeforeFolderSwitch(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_BeforeFolderSwitchEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_Event.remove_BeforeItemCopy(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_BeforeItemCopyEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_Event.remove_BeforeItemCut(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_BeforeItemCutEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_Event.remove_BeforeItemPaste(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_BeforeItemPasteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_Event.remove_BeforeMaximize(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_BeforeMaximizeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_Event.remove_BeforeMinimize(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_BeforeMinimizeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_Event.remove_BeforeMove(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_BeforeMoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_Event.remove_BeforeSize(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_BeforeSizeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_Event.remove_BeforeViewSwitch(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_BeforeViewSwitchEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_Event.remove_Close(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_Event.remove_Deactivate(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_DeactivateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_Event.remove_FolderSwitch(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_FolderSwitchEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_Event.remove_SelectionChange(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_SelectionChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_Event.remove_ViewSwitch(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_ViewSwitchEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_Event.SelectionChange">
      <summary>Occurs when the user switches to a different item in a folder using the user interface (UI) or programmatically.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_Event.ViewSwitch">
      <summary>Occurs when the view in the explorer changes, either as a result of user action or through program code. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_FolderSwitchEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_SelectionChangeEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_SinkHelper">
      <summary>This class and its members are reserved for internal use and are not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_SinkHelper.Activate"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_SinkHelper.AttachmentSelectionChange"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_SinkHelper.BeforeFolderSwitch(System.Object,System.Boolean@)">
      <param name="param0"></param>
      <param name="param1"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_SinkHelper.BeforeItemCopy(System.Boolean@)">
      <param name="param0"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_SinkHelper.BeforeItemCut(System.Boolean@)">
      <param name="param0"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_SinkHelper.BeforeItemPaste(System.Object@,Microsoft.Office.Interop.Outlook.MAPIFolder,System.Boolean@)">
      <param name="param0"></param>
      <param name="param1"></param>
      <param name="param2"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_SinkHelper.BeforeMaximize(System.Boolean@)">
      <param name="param0"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_SinkHelper.BeforeMinimize(System.Boolean@)">
      <param name="param0"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_SinkHelper.BeforeMove(System.Boolean@)">
      <param name="param0"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_SinkHelper.BeforeSize(System.Boolean@)">
      <param name="param0"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_SinkHelper.BeforeViewSwitch(System.Object,System.Boolean@)">
      <param name="param0"></param>
      <param name="param1"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_SinkHelper.Close"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_SinkHelper.Deactivate"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_SinkHelper.FolderSwitch"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_SinkHelper.m_ActivateDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_SinkHelper.m_AttachmentSelectionChangeDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_SinkHelper.m_BeforeFolderSwitchDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_SinkHelper.m_BeforeItemCopyDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_SinkHelper.m_BeforeItemCutDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_SinkHelper.m_BeforeItemPasteDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_SinkHelper.m_BeforeMaximizeDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_SinkHelper.m_BeforeMinimizeDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_SinkHelper.m_BeforeMoveDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_SinkHelper.m_BeforeSizeDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_SinkHelper.m_BeforeViewSwitchDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_SinkHelper.m_CloseDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_SinkHelper.m_DeactivateDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_SinkHelper.m_dwCookie"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_SinkHelper.m_FolderSwitchDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_SinkHelper.m_SelectionChangeDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_SinkHelper.m_ViewSwitchDelegate"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_SinkHelper.SelectionChange"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_SinkHelper.ViewSwitch"></member>
    <member name="T:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_ViewSwitchEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ExplorerEvents_ActivateEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ExplorerEvents_BeforeFolderSwitchEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="NewFolder"></param>
      <param name="Cancel"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ExplorerEvents_BeforeViewSwitchEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="NewView"></param>
      <param name="Cancel"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ExplorerEvents_CloseEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ExplorerEvents_DeactivateEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ExplorerEvents_Event">
      <summary>This is a .NET interface created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface is superseded by a later version that implements all events of earlier interfaces and any new events. For information about the latest version, see <see cref="T:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_Event" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ExplorerEvents_Event.Activate">
      <summary>This member in the .NET interface is superseded by a later version that implements all events of earlier interfaces and new events.  For information about this member as it is implemented in the latest interface, see the latest interface, <see cref="T:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_Event" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_Event.add_Activate(Microsoft.Office.Interop.Outlook.ExplorerEvents_ActivateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_Event.add_BeforeFolderSwitch(Microsoft.Office.Interop.Outlook.ExplorerEvents_BeforeFolderSwitchEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_Event.add_BeforeViewSwitch(Microsoft.Office.Interop.Outlook.ExplorerEvents_BeforeViewSwitchEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_Event.add_Close(Microsoft.Office.Interop.Outlook.ExplorerEvents_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_Event.add_Deactivate(Microsoft.Office.Interop.Outlook.ExplorerEvents_DeactivateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_Event.add_FolderSwitch(Microsoft.Office.Interop.Outlook.ExplorerEvents_FolderSwitchEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_Event.add_SelectionChange(Microsoft.Office.Interop.Outlook.ExplorerEvents_SelectionChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_Event.add_ViewSwitch(Microsoft.Office.Interop.Outlook.ExplorerEvents_ViewSwitchEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.ExplorerEvents_Event.BeforeFolderSwitch">
      <summary>This member in the .NET interface is superseded by a later version that implements all events of earlier interfaces and new events.  For information about this member as it is implemented in the latest interface, see the latest interface, <see cref="T:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_Event" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ExplorerEvents_Event.BeforeViewSwitch">
      <summary>This member in the .NET interface is superseded by a later version that implements all events of earlier interfaces and new events.  For information about this member as it is implemented in the latest interface, see the latest interface, <see cref="T:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_Event" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ExplorerEvents_Event.Close">
      <summary>This member in the .NET interface is superseded by a later version that implements all events of earlier interfaces and new events.  For information about this member as it is implemented in the latest interface, see the latest interface, <see cref="T:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_Event" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ExplorerEvents_Event.Deactivate">
      <summary>This member in the .NET interface is superseded by a later version that implements all events of earlier interfaces and new events.  For information about this member as it is implemented in the latest interface, see the latest interface, <see cref="T:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_Event" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ExplorerEvents_Event.FolderSwitch">
      <summary>This member in the .NET interface is superseded by a later version that implements all events of earlier interfaces and new events.  For information about this member as it is implemented in the latest interface, see the latest interface, <see cref="T:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_Event" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_Event.remove_Activate(Microsoft.Office.Interop.Outlook.ExplorerEvents_ActivateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_Event.remove_BeforeFolderSwitch(Microsoft.Office.Interop.Outlook.ExplorerEvents_BeforeFolderSwitchEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_Event.remove_BeforeViewSwitch(Microsoft.Office.Interop.Outlook.ExplorerEvents_BeforeViewSwitchEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_Event.remove_Close(Microsoft.Office.Interop.Outlook.ExplorerEvents_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_Event.remove_Deactivate(Microsoft.Office.Interop.Outlook.ExplorerEvents_DeactivateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_Event.remove_FolderSwitch(Microsoft.Office.Interop.Outlook.ExplorerEvents_FolderSwitchEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_Event.remove_SelectionChange(Microsoft.Office.Interop.Outlook.ExplorerEvents_SelectionChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_Event.remove_ViewSwitch(Microsoft.Office.Interop.Outlook.ExplorerEvents_ViewSwitchEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.ExplorerEvents_Event.SelectionChange">
      <summary>This member in the .NET interface is superseded by a later version that implements all events of earlier interfaces and new events.  For information about this member as it is implemented in the latest interface, see the latest interface, <see cref="T:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_Event" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ExplorerEvents_Event.ViewSwitch">
      <summary>This member in the .NET interface is superseded by a later version that implements all events of earlier interfaces and new events.  For information about this member as it is implemented in the latest interface, see the latest interface, <see cref="T:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_Event" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ExplorerEvents_FolderSwitchEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ExplorerEvents_SelectionChangeEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ExplorerEvents_SinkHelper">
      <summary>This class and its members are reserved for internal use and are not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_SinkHelper.Activate"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_SinkHelper.BeforeFolderSwitch(System.Object,System.Boolean@)">
      <param name="param0"></param>
      <param name="param1"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_SinkHelper.BeforeViewSwitch(System.Object,System.Boolean@)">
      <param name="param0"></param>
      <param name="param1"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_SinkHelper.Close"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_SinkHelper.Deactivate"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_SinkHelper.FolderSwitch"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ExplorerEvents_SinkHelper.m_ActivateDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ExplorerEvents_SinkHelper.m_BeforeFolderSwitchDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ExplorerEvents_SinkHelper.m_BeforeViewSwitchDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ExplorerEvents_SinkHelper.m_CloseDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ExplorerEvents_SinkHelper.m_DeactivateDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ExplorerEvents_SinkHelper.m_dwCookie"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ExplorerEvents_SinkHelper.m_FolderSwitchDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ExplorerEvents_SinkHelper.m_SelectionChangeDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ExplorerEvents_SinkHelper.m_ViewSwitchDelegate"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_SinkHelper.SelectionChange"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_SinkHelper.ViewSwitch"></member>
    <member name="T:Microsoft.Office.Interop.Outlook.ExplorerEvents_ViewSwitchEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.Explorers">
      <summary>Contains a set of <see cref="T:Microsoft.Office.Interop.Outlook.Explorer" />  objects representing all explorers.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ExplorersClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Explorers" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorersClass.Add(System.Object,Microsoft.Office.Interop.Outlook.OlFolderDisplayMode)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Explorers" />.</summary>
      <param name="Folder"></param>
      <param name="DisplayMode"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorersClass.add_NewExplorer(Microsoft.Office.Interop.Outlook.ExplorersEvents_NewExplorerEventHandler)"></member>
    <member name="P:Microsoft.Office.Interop.Outlook.ExplorersClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Explorers" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ExplorersClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Explorers" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ExplorersClass.Count">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Explorers" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ExplorersClass.Item(System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Explorers" />.</summary>
      <param name="Index"></param>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ExplorersClass.NewExplorer">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Explorers" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ExplorersClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Explorers" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorersClass.remove_NewExplorer(Microsoft.Office.Interop.Outlook.ExplorersEvents_NewExplorerEventHandler)"></member>
    <member name="P:Microsoft.Office.Interop.Outlook.ExplorersClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Explorers" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ExplorersEvents">
      <summary>This is an event interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorersEvents.NewExplorer(Microsoft.Office.Interop.Outlook.Explorer)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Explorer"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ExplorersEvents_Event">
      <summary>This is a .NET interface created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface implements all events of earlier interfaces and any additional new events.  Use this interface only when the event you want to use shares the same name as a method of the COM object; in this case, cast to this interface to connect to the event, and cast to the primary interface to call the method. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorersEvents_Event.add_NewExplorer(Microsoft.Office.Interop.Outlook.ExplorersEvents_NewExplorerEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.ExplorersEvents_Event.NewExplorer">
      <summary>Occurs whenever a new explorer window is opened, either as a result of user action or through program code. </summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorersEvents_Event.remove_NewExplorer(Microsoft.Office.Interop.Outlook.ExplorersEvents_NewExplorerEventHandler)"></member>
    <member name="T:Microsoft.Office.Interop.Outlook.ExplorersEvents_NewExplorerEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Explorer">The explorer that was opened.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ExplorersEvents_SinkHelper">
      <summary>This class and its members are reserved for internal use and are not intended to be used in your code.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.ExplorersEvents_SinkHelper.m_dwCookie"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ExplorersEvents_SinkHelper.m_NewExplorerDelegate"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ExplorersEvents_SinkHelper.NewExplorer(Microsoft.Office.Interop.Outlook.Explorer)">
      <param name="param0"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.Folder">
      <summary>Represents an Outlook folder.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.FolderClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Folder" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.FolderClass.add_BeforeFolderMove(Microsoft.Office.Interop.Outlook.MAPIFolderEvents_12_BeforeFolderMoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.FolderClass.add_BeforeItemMove(Microsoft.Office.Interop.Outlook.MAPIFolderEvents_12_BeforeItemMoveEventHandler)"></member>
    <member name="P:Microsoft.Office.Interop.Outlook.FolderClass.AddressBookName">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Folder" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.FolderClass.AddToFavorites(System.Object,System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Folder" />.</summary>
      <param name="fNoUI"></param>
      <param name="Name"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.FolderClass.AddToPFFavorites">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Folder" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.FolderClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Folder" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.FolderClass.BeforeFolderMove">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Folder" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.FolderClass.BeforeItemMove">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Folder" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.FolderClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Folder" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.FolderClass.CopyTo(Microsoft.Office.Interop.Outlook.MAPIFolder)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Folder" />.</summary>
      <param name="DestinationFolder"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.FolderClass.CurrentView">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Folder" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.FolderClass.CustomViewsOnly">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Folder" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.FolderClass.DefaultItemType">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Folder" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.FolderClass.DefaultMessageClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Folder" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.FolderClass.Delete">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Folder" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.FolderClass.Description">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Folder" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.FolderClass.Display">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Folder" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.FolderClass.EntryID">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Folder" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.FolderClass.FolderPath">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Folder" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.FolderClass.Folders">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Folder" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.FolderClass.FullFolderPath">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Folder" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.FolderClass.GetCalendarExporter">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Folder" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.FolderClass.GetCustomIcon">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Folder" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.FolderClass.GetExplorer(System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Folder" />.</summary>
      <param name="DisplayMode"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.FolderClass.GetStorage(System.String,Microsoft.Office.Interop.Outlook.OlStorageIdentifierType)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Folder" />.</summary>
      <param name="StorageIdentifier"></param>
      <param name="StorageIdentifierType"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.FolderClass.GetTable(System.Object,System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Folder" />.</summary>
      <param name="Filter"></param>
      <param name="TableContents"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.FolderClass.InAppFolderSyncObject">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Folder" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.FolderClass.IsSharePointFolder">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Folder" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.FolderClass.Items">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Folder" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.FolderClass.MAPIOBJECT">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.FolderClass.MoveTo(Microsoft.Office.Interop.Outlook.MAPIFolder)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Folder" />.</summary>
      <param name="DestinationFolder"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.FolderClass.Name">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Folder" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.FolderClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Folder" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.FolderClass.PropertyAccessor">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Folder" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.FolderClass.remove_BeforeFolderMove(Microsoft.Office.Interop.Outlook.MAPIFolderEvents_12_BeforeFolderMoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.FolderClass.remove_BeforeItemMove(Microsoft.Office.Interop.Outlook.MAPIFolderEvents_12_BeforeItemMoveEventHandler)"></member>
    <member name="P:Microsoft.Office.Interop.Outlook.FolderClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Folder" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.FolderClass.SetCustomIcon(stdole.StdPicture)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Folder" />.</summary>
      <param name="Picture"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.FolderClass.ShowAsOutlookAB">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Folder" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.FolderClass.ShowItemCount">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Folder" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.FolderClass.Store">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Folder" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.FolderClass.StoreID">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Folder" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.FolderClass.UnReadItemCount">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Folder" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.FolderClass.UserDefinedProperties">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Folder" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.FolderClass.UserPermissions">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Folder" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.FolderClass.Views">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Folder" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.FolderClass.WebViewAllowNavigation">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Folder" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.FolderClass.WebViewOn">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Folder" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.FolderClass.WebViewURL">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Folder" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.Folders">
      <summary>Contains a set of <see cref="T:Microsoft.Office.Interop.Outlook.Folder" />  objects that represent all the available Outlook folders in a specific subset at one level of the folder tree.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.FoldersClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Folders" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.FoldersClass.Add(System.String,System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Folders" />.</summary>
      <param name="Name"></param>
      <param name="Type"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.FoldersClass.add_FolderAdd(Microsoft.Office.Interop.Outlook.FoldersEvents_FolderAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.FoldersClass.add_FolderChange(Microsoft.Office.Interop.Outlook.FoldersEvents_FolderChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.FoldersClass.add_FolderRemove(Microsoft.Office.Interop.Outlook.FoldersEvents_FolderRemoveEventHandler)"></member>
    <member name="P:Microsoft.Office.Interop.Outlook.FoldersClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Folders" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.FoldersClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Folders" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.FoldersClass.Count">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Folders" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.FoldersClass.FolderAdd">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Folders" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.FoldersClass.FolderChange">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Folders" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.FoldersClass.FolderRemove">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Folders" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.FoldersClass.GetFirst">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Folders" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.FoldersClass.GetLast">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Folders" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.FoldersClass.GetNext">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Folders" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.FoldersClass.GetPrevious">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Folders" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.FoldersClass.Item(System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Folders" />.</summary>
      <param name="Index"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.FoldersClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Folders" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.FoldersClass.RawTable">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.FoldersClass.Remove(System.Int32)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Folders" />.</summary>
      <param name="Index"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.FoldersClass.remove_FolderAdd(Microsoft.Office.Interop.Outlook.FoldersEvents_FolderAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.FoldersClass.remove_FolderChange(Microsoft.Office.Interop.Outlook.FoldersEvents_FolderChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.FoldersClass.remove_FolderRemove(Microsoft.Office.Interop.Outlook.FoldersEvents_FolderRemoveEventHandler)"></member>
    <member name="P:Microsoft.Office.Interop.Outlook.FoldersClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Folders" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.FoldersEvents">
      <summary>This is an event interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.FoldersEvents.FolderAdd(Microsoft.Office.Interop.Outlook.MAPIFolder)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Folder"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.FoldersEvents.FolderChange(Microsoft.Office.Interop.Outlook.MAPIFolder)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Folder"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.FoldersEvents.FolderRemove">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.FoldersEvents_Event">
      <summary>This is a .NET interface created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface implements all events of earlier interfaces and any additional new events.  Use this interface only when the event you want to use shares the same name as a method of the COM object; in this case, cast to this interface to connect to the event, and cast to the primary interface to call the method. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.FoldersEvents_Event.add_FolderAdd(Microsoft.Office.Interop.Outlook.FoldersEvents_FolderAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.FoldersEvents_Event.add_FolderChange(Microsoft.Office.Interop.Outlook.FoldersEvents_FolderChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.FoldersEvents_Event.add_FolderRemove(Microsoft.Office.Interop.Outlook.FoldersEvents_FolderRemoveEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.FoldersEvents_Event.FolderAdd">
      <summary>Occurs when a folder is added to the specified <see cref="T:Microsoft.Office.Interop.Outlook.Folders" />  collection.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.FoldersEvents_Event.FolderChange">
      <summary>Occurs when a folder in the specified <see cref="T:Microsoft.Office.Interop.Outlook.Folders" />  collection is changed. </summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.FoldersEvents_Event.FolderRemove">
      <summary>Occurs when a folder is removed from the specified <see cref="T:Microsoft.Office.Interop.Outlook.Folders" />  collection. </summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.FoldersEvents_Event.remove_FolderAdd(Microsoft.Office.Interop.Outlook.FoldersEvents_FolderAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.FoldersEvents_Event.remove_FolderChange(Microsoft.Office.Interop.Outlook.FoldersEvents_FolderChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.FoldersEvents_Event.remove_FolderRemove(Microsoft.Office.Interop.Outlook.FoldersEvents_FolderRemoveEventHandler)"></member>
    <member name="T:Microsoft.Office.Interop.Outlook.FoldersEvents_FolderAddEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Folder">The Folder that is  added.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.FoldersEvents_FolderChangeEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Folder">The folder that has been changed.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.FoldersEvents_FolderRemoveEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.FoldersEvents_SinkHelper">
      <summary>This class and its members are reserved for internal use and are not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.FoldersEvents_SinkHelper.FolderAdd(Microsoft.Office.Interop.Outlook.MAPIFolder)">
      <param name="param0"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.FoldersEvents_SinkHelper.FolderChange(Microsoft.Office.Interop.Outlook.MAPIFolder)">
      <param name="param0"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.FoldersEvents_SinkHelper.FolderRemove"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.FoldersEvents_SinkHelper.m_dwCookie"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.FoldersEvents_SinkHelper.m_FolderAddDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.FoldersEvents_SinkHelper.m_FolderChangeDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.FoldersEvents_SinkHelper.m_FolderRemoveDelegate"></member>
    <member name="T:Microsoft.Office.Interop.Outlook.FormDescription">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.FormDescription.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.FormDescription.Category">
      <summary>Returns or sets a String (string in C#) representing the category assigned to the form description. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.FormDescription.CategorySub">
      <summary>Returns or sets a String (string in C#) representing the subcategory assigned to the form description. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.FormDescription.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.FormDescription.Comment">
      <summary>Returns or sets a String (string in C#) representing the text of a comment assigned to the form description. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.FormDescription.ContactName">
      <summary>Returns or sets a String (string in C#) representing the name of the person to contact for information regarding the custom form for this <see cref="T:Microsoft.Office.Interop.Outlook.FormDescription" />  object. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.FormDescription.DisplayName">
      <summary>Returns or sets a String (string in C#) representing the name of the form, which is displayed in the Choose Forms dialog box. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.FormDescription.Hidden">
      <summary>Returns a Boolean (bool in C#) value that indicates True to cause the specified custom form to be hidden.  Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.FormDescription.Icon">
      <summary>Returns or sets a String (string in C#) representing the file name of the icon to be displayed for the form. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.FormDescription.Locked">
      <summary>Returns a Boolean (bool in C#) value that indicates True if the form cannot be modified. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.FormDescription.MessageClass">
      <summary>Returns a String (string in C#) representing the message class for the <see cref="T:Microsoft.Office.Interop.Outlook.FormDescription" /> object.  Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.FormDescription.MiniIcon">
      <summary>Returns or sets a String (string in C#) representing the file name of the mini-icon to be displayed for the form. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.FormDescription.Name">
      <summary>Returns or sets a String (string in C#) value that represents the display name for a form. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.FormDescription.Number">
      <summary>Returns or sets a String (string in C#) corresponding to the number for the specified form. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.FormDescription.OneOff">
      <summary>Returns a Boolean (bool in C#) value that indicates True if the form will be discarded after using once (one-off), and False if the form is retained as a custom form. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.FormDescription.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.FormDescription.Password">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.FormDescription.PublishForm(Microsoft.Office.Interop.Outlook.OlFormRegistry,System.Object)">
      <summary>Saves the definition of the <see cref="T:Microsoft.Office.Interop.Outlook.FormDescription" />  object in the specified form registry (library).</summary>
      <param name="Registry">The form class.</param>
      <param name="Folder">Expression that returns a <see cref="T:Microsoft.Office.Interop.Outlook.Folder" />  object. Used only with Folder form registry. The folder object from which the forms must be accessed.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.FormDescription.ScriptText">
      <summary>Returns a String (string in C#) containing all the VBScript code in the form's Script Editor. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.FormDescription.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.FormDescription.Template">
      <summary>Returns or sets a String (string in C#) indicating the name of the template for the form. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.FormDescription.UseWordMail">
      <summary>Returns a Boolean (bool in C#) that indicates True to use Microsoft Office Word as the default editor for the form. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.FormDescription.Version">
      <summary>Returns or sets a String (string in C#) indicating the number of the version. Read/write.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.FormNameRuleCondition">
      <summary>Represents a rule condition that evaluates whether a form name was used to send or receive an item.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.FormNameRuleConditionClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.FormNameRuleCondition" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.FormNameRuleConditionClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.FormNameRuleCondition" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.FormNameRuleConditionClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.FormNameRuleCondition" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.FormNameRuleConditionClass.ConditionType">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.FormNameRuleCondition" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.FormNameRuleConditionClass.Enabled">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.FormNameRuleCondition" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.FormNameRuleConditionClass.FormName">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.FormNameRuleCondition" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.FormNameRuleConditionClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.FormNameRuleCondition" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.FormNameRuleConditionClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.FormNameRuleCondition" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.FormRegion">
      <summary>Represents a form region in an Outlook form.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.FormRegionClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.FormRegion" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.FormRegionClass.add_Close(Microsoft.Office.Interop.Outlook.FormRegionEvents_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.FormRegionClass.add_Expanded(Microsoft.Office.Interop.Outlook.FormRegionEvents_ExpandedEventHandler)"></member>
    <member name="P:Microsoft.Office.Interop.Outlook.FormRegionClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.FormRegion" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.FormRegionClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.FormRegion" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.FormRegionClass.Close">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.FormRegion" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.FormRegionClass.Detail">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.FormRegion" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.FormRegionClass.DisplayName">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.FormRegion" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.FormRegionClass.EnableAutoLayout">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.FormRegion" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.FormRegionClass.Expanded">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.FormRegion" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.FormRegionClass.Form">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.FormRegion" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.FormRegionClass.FormRegionMode">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.FormRegion" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.FormRegionClass.Inspector">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.FormRegion" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.FormRegionClass.InternalName">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.FormRegion" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.FormRegionClass.IsExpanded">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.FormRegion" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.FormRegionClass.Item">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.FormRegion" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.FormRegionClass.Language">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.FormRegion" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.FormRegionClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.FormRegion" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.FormRegionClass.Reflow">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.FormRegion" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.FormRegionClass.remove_Close(Microsoft.Office.Interop.Outlook.FormRegionEvents_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.FormRegionClass.remove_Expanded(Microsoft.Office.Interop.Outlook.FormRegionEvents_ExpandedEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.FormRegionClass.Select">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.FormRegion" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.FormRegionClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.FormRegion" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.FormRegionClass.SetControlItemProperty(System.Object,System.String)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.FormRegion" />.</summary>
      <param name="Control"></param>
      <param name="PropertyName"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.FormRegionClass.SuppressControlReplacement">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.FormRegion" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.FormRegionClass.Visible">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.FormRegion" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.FormRegionEvents">
      <summary>This is an event interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.FormRegionEvents.Close">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.FormRegionEvents.Expanded(System.Boolean)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Expand"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.FormRegionEvents_CloseEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.FormRegionEvents_Event">
      <summary>This is a .NET interface created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface implements all events of earlier interfaces and any additional new events.  Use this interface only when the event you want to use shares the same name as a method of the COM object; in this case, cast to this interface to connect to the event, and cast to the primary interface to call the method. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.FormRegionEvents_Event.add_Close(Microsoft.Office.Interop.Outlook.FormRegionEvents_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.FormRegionEvents_Event.add_Expanded(Microsoft.Office.Interop.Outlook.FormRegionEvents_ExpandedEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.FormRegionEvents_Event.Close">
      <summary>Represents the closing of the frame for a form region, which occurs just before the <see cref="E:Microsoft.Office.Interop.Outlook.InspectorEvents_10_Event.Close" /> event of the Inspector associated with the Outlook item. </summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.FormRegionEvents_Event.Expanded">
      <summary>Occurs when the form region expands or collapses</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.FormRegionEvents_Event.remove_Close(Microsoft.Office.Interop.Outlook.FormRegionEvents_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.FormRegionEvents_Event.remove_Expanded(Microsoft.Office.Interop.Outlook.FormRegionEvents_ExpandedEventHandler)"></member>
    <member name="T:Microsoft.Office.Interop.Outlook.FormRegionEvents_ExpandedEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Expand">True if the form region is expanding; False if the form region is collapsing.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.FormRegionEvents_SinkHelper">
      <summary>This class and its members are reserved for internal use and are not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.FormRegionEvents_SinkHelper.Close"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.FormRegionEvents_SinkHelper.Expanded(System.Boolean)">
      <param name="param0"></param>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.FormRegionEvents_SinkHelper.m_CloseDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.FormRegionEvents_SinkHelper.m_dwCookie"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.FormRegionEvents_SinkHelper.m_ExpandedDelegate"></member>
    <member name="T:Microsoft.Office.Interop.Outlook.FormRegionStartup">
      <summary>Defines an interface that allows an add-in to specify the storage and the user interface of a form region, obtains an object for that form region, and determines when the form region is about to be displayed in a form or in the Reading Pane.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.FormRegionStartupClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.FormRegionStartup" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.FormRegionStartupClass.BeforeFormRegionShow(Microsoft.Office.Interop.Outlook.FormRegion)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.FormRegionStartup" />.</summary>
      <param name="FormRegion"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.FormRegionStartupClass.GetFormRegionIcon(System.String,System.Int32,Microsoft.Office.Interop.Outlook.OlFormRegionIcon)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.FormRegionStartup" />.</summary>
      <param name="FormRegionName"></param>
      <param name="LCID"></param>
      <param name="Icon"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.FormRegionStartupClass.GetFormRegionManifest(System.String,System.Int32)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.FormRegionStartup" />.</summary>
      <param name="FormRegionName"></param>
      <param name="LCID"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.FormRegionStartupClass.GetFormRegionStorage(System.String,System.Object,System.Int32,Microsoft.Office.Interop.Outlook.OlFormRegionMode,Microsoft.Office.Interop.Outlook.OlFormRegionSize)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.FormRegionStartup" />.</summary>
      <param name="FormRegionName"></param>
      <param name="Item"></param>
      <param name="LCID"></param>
      <param name="FormRegionMode"></param>
      <param name="FormRegionSize"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.FromRssFeedRuleCondition">
      <summary>Represents a rule condition that evaluates whether an item is from a specified RSS subscription.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.FromRssFeedRuleConditionClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.FromRssFeedRuleCondition" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.FromRssFeedRuleConditionClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.FromRssFeedRuleCondition" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.FromRssFeedRuleConditionClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.FromRssFeedRuleCondition" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.FromRssFeedRuleConditionClass.ConditionType">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.FromRssFeedRuleCondition" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.FromRssFeedRuleConditionClass.Enabled">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.FromRssFeedRuleCondition" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.FromRssFeedRuleConditionClass.FromRssFeed">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.FromRssFeedRuleCondition" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.FromRssFeedRuleConditionClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.FromRssFeedRuleCondition" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.FromRssFeedRuleConditionClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.FromRssFeedRuleCondition" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.IconView">
      <summary>Represents a view that displays Outlook items as a series of labeled icons.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.IconViewClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.IconView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.IconViewClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.IconView" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.IconViewClass.Apply">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.IconView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.IconViewClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.IconView" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.IconViewClass.Copy(System.String,Microsoft.Office.Interop.Outlook.OlViewSaveOption)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.IconView" />.</summary>
      <param name="Name"></param>
      <param name="SaveOption"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.IconViewClass.Delete">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.IconView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.IconViewClass.Filter">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.IconView" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.IconViewClass.GoToDate(System.DateTime)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.IconView" />.</summary>
      <param name="Date"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.IconViewClass.IconPlacement">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.IconView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.IconViewClass.IconViewType">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.IconView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.IconViewClass.Language">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.IconView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.IconViewClass.LockUserChanges">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.IconView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.IconViewClass.Name">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.IconView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.IconViewClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.IconView" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.IconViewClass.Reset">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.IconView" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.IconViewClass.Save">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.IconView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.IconViewClass.SaveOption">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.IconView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.IconViewClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.IconView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.IconViewClass.SortFields">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.IconView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.IconViewClass.Standard">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.IconView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.IconViewClass.ViewType">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.IconView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.IconViewClass.XML">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.IconView" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ImportanceRuleCondition">
      <summary>Represents a rule condition that evaluates the importance of a message.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ImportanceRuleConditionClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ImportanceRuleCondition" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ImportanceRuleConditionClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ImportanceRuleCondition" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ImportanceRuleConditionClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ImportanceRuleCondition" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ImportanceRuleConditionClass.ConditionType">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ImportanceRuleCondition" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ImportanceRuleConditionClass.Enabled">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ImportanceRuleCondition" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ImportanceRuleConditionClass.Importance">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ImportanceRuleCondition" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ImportanceRuleConditionClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ImportanceRuleCondition" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ImportanceRuleConditionClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ImportanceRuleCondition" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.Inspector">
      <summary>Represents the window in which an Outlook item is displayed.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.InspectorClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorClass.Activate">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorClass.add_Activate(Microsoft.Office.Interop.Outlook.InspectorEvents_10_ActivateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorClass.add_AttachmentSelectionChange(Microsoft.Office.Interop.Outlook.InspectorEvents_10_AttachmentSelectionChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorClass.add_BeforeMaximize(Microsoft.Office.Interop.Outlook.InspectorEvents_10_BeforeMaximizeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorClass.add_BeforeMinimize(Microsoft.Office.Interop.Outlook.InspectorEvents_10_BeforeMinimizeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorClass.add_BeforeMove(Microsoft.Office.Interop.Outlook.InspectorEvents_10_BeforeMoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorClass.add_BeforeSize(Microsoft.Office.Interop.Outlook.InspectorEvents_10_BeforeSizeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorClass.add_Close(Microsoft.Office.Interop.Outlook.InspectorEvents_10_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorClass.add_Deactivate(Microsoft.Office.Interop.Outlook.InspectorEvents_10_DeactivateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorClass.add_PageChange(Microsoft.Office.Interop.Outlook.InspectorEvents_10_PageChangeEventHandler)"></member>
    <member name="P:Microsoft.Office.Interop.Outlook.InspectorClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.InspectorClass.AttachmentSelection">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.InspectorClass.AttachmentSelectionChange">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.InspectorClass.BeforeMaximize">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.InspectorClass.BeforeMinimize">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.InspectorClass.BeforeMove">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.InspectorClass.BeforeSize">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.InspectorClass.Caption">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.InspectorClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorClass.Close(Microsoft.Office.Interop.Outlook.OlInspectorClose)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" />.</summary>
      <param name="SaveMode"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.InspectorClass.CommandBars">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.InspectorClass.CurrentItem">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.InspectorClass.Deactivate">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorClass.Display(System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" />.</summary>
      <param name="Modal"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.InspectorClass.EditorType">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.InspectorClass.Height">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorClass.HideFormPage(System.String)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" />.</summary>
      <param name="PageName"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.InspectorClass.HTMLEditor">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.InspectorClass.InspectorEvents_10_Event_Activate">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.InspectorClass.InspectorEvents_10_Event_Close">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.InspectorClass.InspectorEvents_Event_Activate">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorClass.InspectorEvents_Event_add_Activate(Microsoft.Office.Interop.Outlook.InspectorEvents_ActivateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorClass.InspectorEvents_Event_add_Close(Microsoft.Office.Interop.Outlook.InspectorEvents_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorClass.InspectorEvents_Event_add_Deactivate(Microsoft.Office.Interop.Outlook.InspectorEvents_DeactivateEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.InspectorClass.InspectorEvents_Event_Close">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.InspectorClass.InspectorEvents_Event_Deactivate">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorClass.InspectorEvents_Event_remove_Activate(Microsoft.Office.Interop.Outlook.InspectorEvents_ActivateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorClass.InspectorEvents_Event_remove_Close(Microsoft.Office.Interop.Outlook.InspectorEvents_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorClass.InspectorEvents_Event_remove_Deactivate(Microsoft.Office.Interop.Outlook.InspectorEvents_DeactivateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorClass.IsWordMail">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.InspectorClass.Left">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.InspectorClass.ModifiedFormPages">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorClass.NewFormRegion">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorClass.OpenFormRegion(System.String)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" />.</summary>
      <param name="Path"></param>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.InspectorClass.PageChange">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.InspectorClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorClass.remove_Activate(Microsoft.Office.Interop.Outlook.InspectorEvents_10_ActivateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorClass.remove_AttachmentSelectionChange(Microsoft.Office.Interop.Outlook.InspectorEvents_10_AttachmentSelectionChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorClass.remove_BeforeMaximize(Microsoft.Office.Interop.Outlook.InspectorEvents_10_BeforeMaximizeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorClass.remove_BeforeMinimize(Microsoft.Office.Interop.Outlook.InspectorEvents_10_BeforeMinimizeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorClass.remove_BeforeMove(Microsoft.Office.Interop.Outlook.InspectorEvents_10_BeforeMoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorClass.remove_BeforeSize(Microsoft.Office.Interop.Outlook.InspectorEvents_10_BeforeSizeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorClass.remove_Close(Microsoft.Office.Interop.Outlook.InspectorEvents_10_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorClass.remove_Deactivate(Microsoft.Office.Interop.Outlook.InspectorEvents_10_DeactivateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorClass.remove_PageChange(Microsoft.Office.Interop.Outlook.InspectorEvents_10_PageChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorClass.SaveFormRegion(System.Object,System.String)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" />.</summary>
      <param name="Page"></param>
      <param name="FileName"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.InspectorClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorClass.SetControlItemProperty(System.Object,System.String)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" />.</summary>
      <param name="Control"></param>
      <param name="PropertyName"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorClass.SetCurrentFormPage(System.String)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" />.</summary>
      <param name="PageName"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorClass.SetSchedulingStartTime(System.DateTime)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" />.</summary>
      <param name="Start"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorClass.ShowFormPage(System.String)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" />.</summary>
      <param name="PageName"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.InspectorClass.Top">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.InspectorClass.Width">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.InspectorClass.WindowState">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.InspectorClass.WordEditor">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.InspectorEvents">
      <summary>This is an event interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorEvents.Activate">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorEvents.Close">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorEvents.Deactivate">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.InspectorEvents_10">
      <summary>This is an event interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorEvents_10.Activate">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorEvents_10.AttachmentSelectionChange">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorEvents_10.BeforeMaximize(System.Boolean@)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Cancel"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorEvents_10.BeforeMinimize(System.Boolean@)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Cancel"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorEvents_10.BeforeMove(System.Boolean@)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Cancel"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorEvents_10.BeforeSize(System.Boolean@)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Cancel"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorEvents_10.Close">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorEvents_10.Deactivate">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorEvents_10.PageChange(System.String@)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="ActivePageName"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.InspectorEvents_10_ActivateEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.InspectorEvents_10_AttachmentSelectionChangeEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.InspectorEvents_10_BeforeMaximizeEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Cancel">False when the event occurs. If the event procedure sets this argument to True, the operation is not completed and the explorer or inspector is not maximized.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.InspectorEvents_10_BeforeMinimizeEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Cancel">False when the event occurs. If the event procedure sets this argument to True, the operation is not completed and the explorer or inspector is not minimized.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.InspectorEvents_10_BeforeMoveEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Cancel">False when the event occurs. If the event procedure sets this argument to True, the operation is not completed and the inspector is not moved.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.InspectorEvents_10_BeforeSizeEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Cancel">False when the event occurs. If the event procedure sets this argument to True, the operation is not completed and the Inspector is not sized.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.InspectorEvents_10_CloseEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.InspectorEvents_10_DeactivateEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.InspectorEvents_10_Event">
      <summary>This is a .NET interface created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface implements all events of earlier interfaces and any additional new events.  Use this interface only when the event you want to use shares the same name as a method of the COM object; in this case, cast to this interface to connect to the event, and cast to the primary interface to call the method. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.InspectorEvents_10_Event.Activate">
      <summary>Occurs when an inspector becomes the active window, either as a result of user action or through program code. </summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorEvents_10_Event.add_Activate(Microsoft.Office.Interop.Outlook.InspectorEvents_10_ActivateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorEvents_10_Event.add_AttachmentSelectionChange(Microsoft.Office.Interop.Outlook.InspectorEvents_10_AttachmentSelectionChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorEvents_10_Event.add_BeforeMaximize(Microsoft.Office.Interop.Outlook.InspectorEvents_10_BeforeMaximizeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorEvents_10_Event.add_BeforeMinimize(Microsoft.Office.Interop.Outlook.InspectorEvents_10_BeforeMinimizeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorEvents_10_Event.add_BeforeMove(Microsoft.Office.Interop.Outlook.InspectorEvents_10_BeforeMoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorEvents_10_Event.add_BeforeSize(Microsoft.Office.Interop.Outlook.InspectorEvents_10_BeforeSizeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorEvents_10_Event.add_Close(Microsoft.Office.Interop.Outlook.InspectorEvents_10_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorEvents_10_Event.add_Deactivate(Microsoft.Office.Interop.Outlook.InspectorEvents_10_DeactivateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorEvents_10_Event.add_PageChange(Microsoft.Office.Interop.Outlook.InspectorEvents_10_PageChangeEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.InspectorEvents_10_Event.AttachmentSelectionChange">
      <summary>Occurs when the user selects a different or additional attachment of an item in the active inspector programmatically or by interacting with the user interface.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.InspectorEvents_10_Event.BeforeMaximize">
      <summary>Occurs when an inspector is maximized by the user.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.InspectorEvents_10_Event.BeforeMinimize">
      <summary>Occurs when the active inspector is minimized by the user.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.InspectorEvents_10_Event.BeforeMove">
      <summary>Occurs when the <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" /> is moved by the user.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.InspectorEvents_10_Event.BeforeSize">
      <summary>Occurs when the user sizes the current <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.InspectorEvents_10_Event.Close">
      <summary>Occurs when the inspector associated with a Microsoft Outlook item is being closed.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.InspectorEvents_10_Event.Deactivate">
      <summary>Occurs when an inspector stops being the active window, either as a result of user action or through program code.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.InspectorEvents_10_Event.PageChange">
      <summary>Occurs when the active form page changes, either programmatically or by user action, on an <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" /> object.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorEvents_10_Event.remove_Activate(Microsoft.Office.Interop.Outlook.InspectorEvents_10_ActivateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorEvents_10_Event.remove_AttachmentSelectionChange(Microsoft.Office.Interop.Outlook.InspectorEvents_10_AttachmentSelectionChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorEvents_10_Event.remove_BeforeMaximize(Microsoft.Office.Interop.Outlook.InspectorEvents_10_BeforeMaximizeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorEvents_10_Event.remove_BeforeMinimize(Microsoft.Office.Interop.Outlook.InspectorEvents_10_BeforeMinimizeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorEvents_10_Event.remove_BeforeMove(Microsoft.Office.Interop.Outlook.InspectorEvents_10_BeforeMoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorEvents_10_Event.remove_BeforeSize(Microsoft.Office.Interop.Outlook.InspectorEvents_10_BeforeSizeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorEvents_10_Event.remove_Close(Microsoft.Office.Interop.Outlook.InspectorEvents_10_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorEvents_10_Event.remove_Deactivate(Microsoft.Office.Interop.Outlook.InspectorEvents_10_DeactivateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorEvents_10_Event.remove_PageChange(Microsoft.Office.Interop.Outlook.InspectorEvents_10_PageChangeEventHandler)"></member>
    <member name="T:Microsoft.Office.Interop.Outlook.InspectorEvents_10_PageChangeEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="ActivePageName">The name of the active page.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.InspectorEvents_10_SinkHelper">
      <summary>This class and its members are reserved for internal use and are not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorEvents_10_SinkHelper.Activate"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorEvents_10_SinkHelper.AttachmentSelectionChange"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorEvents_10_SinkHelper.BeforeMaximize(System.Boolean@)">
      <param name="param0"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorEvents_10_SinkHelper.BeforeMinimize(System.Boolean@)">
      <param name="param0"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorEvents_10_SinkHelper.BeforeMove(System.Boolean@)">
      <param name="param0"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorEvents_10_SinkHelper.BeforeSize(System.Boolean@)">
      <param name="param0"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorEvents_10_SinkHelper.Close"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorEvents_10_SinkHelper.Deactivate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.InspectorEvents_10_SinkHelper.m_ActivateDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.InspectorEvents_10_SinkHelper.m_AttachmentSelectionChangeDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.InspectorEvents_10_SinkHelper.m_BeforeMaximizeDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.InspectorEvents_10_SinkHelper.m_BeforeMinimizeDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.InspectorEvents_10_SinkHelper.m_BeforeMoveDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.InspectorEvents_10_SinkHelper.m_BeforeSizeDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.InspectorEvents_10_SinkHelper.m_CloseDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.InspectorEvents_10_SinkHelper.m_DeactivateDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.InspectorEvents_10_SinkHelper.m_dwCookie"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.InspectorEvents_10_SinkHelper.m_PageChangeDelegate"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorEvents_10_SinkHelper.PageChange(System.String@)">
      <param name="param0"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.InspectorEvents_ActivateEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.InspectorEvents_CloseEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.InspectorEvents_DeactivateEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.InspectorEvents_Event">
      <summary>This is a .NET interface created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface is superseded by a later version that implements all events of earlier interfaces and any new events. For information about the latest version, see <see cref="T:Microsoft.Office.Interop.Outlook.InspectorEvents_10_Event" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.InspectorEvents_Event.Activate">
      <summary>This member in the .NET interface is superseded by a later version that implements all events of earlier interfaces and new events.  For information about this member as it is implemented in the latest interface, see the latest interface, <see cref="T:Microsoft.Office.Interop.Outlook.InspectorEvents_10_Event" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorEvents_Event.add_Activate(Microsoft.Office.Interop.Outlook.InspectorEvents_ActivateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorEvents_Event.add_Close(Microsoft.Office.Interop.Outlook.InspectorEvents_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorEvents_Event.add_Deactivate(Microsoft.Office.Interop.Outlook.InspectorEvents_DeactivateEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.InspectorEvents_Event.Close">
      <summary>This member in the .NET interface is superseded by a later version that implements all events of earlier interfaces and new events.  For information about this member as it is implemented in the latest interface, see the latest interface, <see cref="T:Microsoft.Office.Interop.Outlook.InspectorEvents_10_Event" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.InspectorEvents_Event.Deactivate">
      <summary>This member in the .NET interface is superseded by a later version that implements all events of earlier interfaces and new events.  For information about this member as it is implemented in the latest interface, see the latest interface, <see cref="T:Microsoft.Office.Interop.Outlook.InspectorEvents_10_Event" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorEvents_Event.remove_Activate(Microsoft.Office.Interop.Outlook.InspectorEvents_ActivateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorEvents_Event.remove_Close(Microsoft.Office.Interop.Outlook.InspectorEvents_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorEvents_Event.remove_Deactivate(Microsoft.Office.Interop.Outlook.InspectorEvents_DeactivateEventHandler)"></member>
    <member name="T:Microsoft.Office.Interop.Outlook.InspectorEvents_SinkHelper">
      <summary>This class and its members are reserved for internal use and are not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorEvents_SinkHelper.Activate"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorEvents_SinkHelper.Close"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorEvents_SinkHelper.Deactivate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.InspectorEvents_SinkHelper.m_ActivateDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.InspectorEvents_SinkHelper.m_CloseDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.InspectorEvents_SinkHelper.m_DeactivateDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.InspectorEvents_SinkHelper.m_dwCookie"></member>
    <member name="T:Microsoft.Office.Interop.Outlook.Inspectors">
      <summary>Contains a set of <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" />  objects representing all inspectors.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.InspectorsClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Inspectors" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorsClass.Add(System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Inspectors" />.</summary>
      <param name="Item"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorsClass.add_NewInspector(Microsoft.Office.Interop.Outlook.InspectorsEvents_NewInspectorEventHandler)"></member>
    <member name="P:Microsoft.Office.Interop.Outlook.InspectorsClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Inspectors" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.InspectorsClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Inspectors" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.InspectorsClass.Count">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Inspectors" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.InspectorsClass.Item(System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Inspectors" />.</summary>
      <param name="Index"></param>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.InspectorsClass.NewInspector">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Inspectors" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.InspectorsClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Inspectors" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorsClass.remove_NewInspector(Microsoft.Office.Interop.Outlook.InspectorsEvents_NewInspectorEventHandler)"></member>
    <member name="P:Microsoft.Office.Interop.Outlook.InspectorsClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Inspectors" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.InspectorsEvents">
      <summary>This is an event interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorsEvents.NewInspector(Microsoft.Office.Interop.Outlook.Inspector)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Inspector"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.InspectorsEvents_Event">
      <summary>This is a .NET interface created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface implements all events of earlier interfaces and any additional new events.  Use this interface only when the event you want to use shares the same name as a method of the COM object; in this case, cast to this interface to connect to the event, and cast to the primary interface to call the method. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorsEvents_Event.add_NewInspector(Microsoft.Office.Interop.Outlook.InspectorsEvents_NewInspectorEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.InspectorsEvents_Event.NewInspector">
      <summary>Occurs whenever a new inspector window is opened, either as a result of user action or through program code. </summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorsEvents_Event.remove_NewInspector(Microsoft.Office.Interop.Outlook.InspectorsEvents_NewInspectorEventHandler)"></member>
    <member name="T:Microsoft.Office.Interop.Outlook.InspectorsEvents_NewInspectorEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Inspector">The inspector that was opened.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.InspectorsEvents_SinkHelper">
      <summary>This class and its members are reserved for internal use and are not intended to be used in your code.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.InspectorsEvents_SinkHelper.m_dwCookie"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.InspectorsEvents_SinkHelper.m_NewInspectorDelegate"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.InspectorsEvents_SinkHelper.NewInspector(Microsoft.Office.Interop.Outlook.Inspector)">
      <param name="param0"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ItemEvents">
      <summary>This is an event interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents.AttachmentAdd(Microsoft.Office.Interop.Outlook.Attachment)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Attachment"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents.AttachmentRead(Microsoft.Office.Interop.Outlook.Attachment)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Attachment"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents.BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.Attachment,System.Boolean@)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Attachment"></param>
      <param name="Cancel"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents.BeforeCheckNames(System.Boolean@)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Cancel"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents.Close(System.Boolean@)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Cancel"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents.CustomAction(System.Object,System.Object,System.Boolean@)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Action"></param>
      <param name="Response"></param>
      <param name="Cancel"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents.CustomPropertyChange(System.String)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Name"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents.Forward(System.Object,System.Boolean@)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Forward"></param>
      <param name="Cancel"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents.Open(System.Boolean@)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Cancel"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents.PropertyChange(System.String)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Name"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents.Read">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents.Reply(System.Object,System.Boolean@)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Response"></param>
      <param name="Cancel"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents.ReplyAll(System.Object,System.Boolean@)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Response"></param>
      <param name="Cancel"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents.Send(System.Boolean@)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Cancel"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents.Write(System.Boolean@)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Cancel"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ItemEvents_10">
      <summary>This is an event interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10.AfterWrite">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10.AttachmentAdd(Microsoft.Office.Interop.Outlook.Attachment)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Attachment"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10.AttachmentRead(Microsoft.Office.Interop.Outlook.Attachment)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Attachment"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10.AttachmentRemove(Microsoft.Office.Interop.Outlook.Attachment)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Attachment"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10.BeforeAttachmentAdd(Microsoft.Office.Interop.Outlook.Attachment,System.Boolean@)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Attachment"></param>
      <param name="Cancel"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10.BeforeAttachmentPreview(Microsoft.Office.Interop.Outlook.Attachment,System.Boolean@)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Attachment"></param>
      <param name="Cancel"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10.BeforeAttachmentRead(Microsoft.Office.Interop.Outlook.Attachment,System.Boolean@)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Attachment"></param>
      <param name="Cancel"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10.BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.Attachment,System.Boolean@)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Attachment"></param>
      <param name="Cancel"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10.BeforeAttachmentWriteToTempFile(Microsoft.Office.Interop.Outlook.Attachment,System.Boolean@)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Attachment"></param>
      <param name="Cancel"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10.BeforeAutoSave(System.Boolean@)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Cancel"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10.BeforeCheckNames(System.Boolean@)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Cancel"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10.BeforeDelete(System.Object,System.Boolean@)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Item"></param>
      <param name="Cancel"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10.BeforeRead">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10.Close(System.Boolean@)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Cancel"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10.CustomAction(System.Object,System.Object,System.Boolean@)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Action"></param>
      <param name="Response"></param>
      <param name="Cancel"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10.CustomPropertyChange(System.String)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Name"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10.Forward(System.Object,System.Boolean@)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Forward"></param>
      <param name="Cancel"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10.Open(System.Boolean@)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Cancel"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10.PropertyChange(System.String)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Name"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10.Read">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10.Reply(System.Object,System.Boolean@)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Response"></param>
      <param name="Cancel"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10.ReplyAll(System.Object,System.Boolean@)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Response"></param>
      <param name="Cancel"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10.Send(System.Boolean@)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Cancel"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10.Unload">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10.Write(System.Boolean@)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Cancel"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ItemEvents_10_AfterWriteEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentAddEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Attachment">The Attachment that was added to the item.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentReadEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Attachment">The Attachment that was opened.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentRemoveEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Attachment">The Attachment that was removed from the item.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentAddEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Attachment">The Attachment to be added to the item.</param>
      <param name="Cancel">Set to True to cancel the operation; otherwise, set to False to allow the Attachment to be added.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentPreviewEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Attachment">The Attachment to be previewed.</param>
      <param name="Cancel">Set to True to cancel the operation; otherwise, set to False to allow the Attachment to be previewed.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentReadEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Attachment">The Attachment to be read.</param>
      <param name="Cancel">Set to True to cancel the operation; otherwise, set to False to allow the Attachment to be read.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentSaveEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Attachment">The Attachment to be saved.</param>
      <param name="Cancel">False when the event occurs. If the event procedure sets this argument to True, the save operation is not completed and the attachment is not changed.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentWriteToTempFileEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Attachment">The Attachment to be written.</param>
      <param name="Cancel">Set to True to cancel the operation; otherwise, set to False to allow the Attachment to be written.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAutoSaveEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Cancel">Set to True to cancel the operation; otherwise, set to False to allow the <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" /> to be saved.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeCheckNamesEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Cancel">False when the event occurs. If the event procedure sets this argument to True, the operation is not completed.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeDeleteEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Item">The item being deleted.</param>
      <param name="Cancel">False when the event occurs. If the event procedure sets this argument to True, the operation is not completed and the item is not deleted.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeReadEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ItemEvents_10_CloseEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Cancel">False when the event occurs. If the event procedure sets this argument to True, the close operation is not completed and the inspector is left open.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomActionEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Action">The <see cref="T:Microsoft.Office.Interop.Outlook.Action" /> object.</param>
      <param name="Response">The newly created item resulting from the custom action.</param>
      <param name="Cancel">False when the event occurs. If the event procedure sets this argument to True, the custom action is not completed.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomPropertyChangeEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Name">The name of the custom property that was changed.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event">
      <summary>This is a .NET interface created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface implements all events of earlier interfaces and any additional new events.  Use this interface only when the event you want to use shares the same name as a method of the COM object; in this case, cast to this interface to connect to the event, and cast to the primary interface to call the method. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event.add_AfterWrite(Microsoft.Office.Interop.Outlook.ItemEvents_10_AfterWriteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event.add_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event.add_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event.add_AttachmentRemove(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentRemoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event.add_BeforeAttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event.add_BeforeAttachmentPreview(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentPreviewEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event.add_BeforeAttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event.add_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event.add_BeforeAttachmentWriteToTempFile(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentWriteToTempFileEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event.add_BeforeAutoSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAutoSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event.add_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeCheckNamesEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event.add_BeforeDelete(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeDeleteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event.add_BeforeRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event.add_Close(Microsoft.Office.Interop.Outlook.ItemEvents_10_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event.add_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomActionEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event.add_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomPropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event.add_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_10_ForwardEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event.add_Open(Microsoft.Office.Interop.Outlook.ItemEvents_10_OpenEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event.add_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_PropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event.add_Read(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event.add_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event.add_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyAllEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event.add_Send(Microsoft.Office.Interop.Outlook.ItemEvents_10_SendEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event.add_Unload(Microsoft.Office.Interop.Outlook.ItemEvents_10_UnloadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event.add_Write(Microsoft.Office.Interop.Outlook.ItemEvents_10_WriteEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event.AfterWrite">
      <summary>Occurs after Microsoft Outlook has saved the item.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event.AttachmentAdd">
      <summary>Occurs when an attachment has been added to an instance of the parent object.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event.AttachmentRead">
      <summary>Occurs when an attachment in  an instance of the parent object has been opened for reading.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event.AttachmentRemove">
      <summary>Occurs when an attachment has been removed from an instance of the parent object.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event.BeforeAttachmentAdd">
      <summary>Occurs before an attachment is added to an instance of the parent object.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event.BeforeAttachmentPreview">
      <summary>Occurs before an attachment associated with an instance of the parent object is previewed.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event.BeforeAttachmentRead">
      <summary>Occurs before an attachment associated with an instance of the parent object is read from the file system, an attachment stream, or an <see cref="T:Microsoft.Office.Interop.Outlook.Attachment" /> object.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event.BeforeAttachmentSave">
      <summary>Occurs just before an attachment is saved.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event.BeforeAttachmentWriteToTempFile">
      <summary>Occurs before an attachment associated with an instance of the parent object is written to a temporary file.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event.BeforeAutoSave">
      <summary>Occurs before the item is automatically saved by Outlook.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event.BeforeCheckNames">
      <summary>Occurs just before Microsoft Outlook starts resolving names in the recipient collection for an item (which is an instance of the parent object).</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event.BeforeDelete">
      <summary>Occurs before an item (which is an instance of the parent object) is deleted.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event.BeforeRead">
      <summary>Occurs before Microsoft Outlook begins to read the properties for the item.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event.Close">
      <summary>Occurs when the inspector associated with an item (which is an instance of the parent object) is being closed.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event.CustomAction">
      <summary>Occurs when a custom action of an item (which is an instance of the parent object) executes.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event.CustomPropertyChange">
      <summary>Occurs when a custom property of an item (which is an instance of the parent object) is changed. </summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event.Forward">
      <summary>Occurs when the user selects the Forward action for an item (which is an instance of the parent object).</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event.Open">
      <summary>Occurs when an instance of the parent object is being opened in an <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" />. </summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event.PropertyChange">
      <summary>Occurs when an explicit built-in property of an instance of the parent object is changed. </summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event.Read">
      <summary>Occurs when an instance of the parent object is opened for editing by the user. </summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event.remove_AfterWrite(Microsoft.Office.Interop.Outlook.ItemEvents_10_AfterWriteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event.remove_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event.remove_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event.remove_AttachmentRemove(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentRemoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event.remove_BeforeAttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event.remove_BeforeAttachmentPreview(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentPreviewEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event.remove_BeforeAttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event.remove_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event.remove_BeforeAttachmentWriteToTempFile(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentWriteToTempFileEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event.remove_BeforeAutoSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAutoSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event.remove_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeCheckNamesEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event.remove_BeforeDelete(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeDeleteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event.remove_BeforeRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event.remove_Close(Microsoft.Office.Interop.Outlook.ItemEvents_10_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event.remove_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomActionEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event.remove_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomPropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event.remove_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_10_ForwardEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event.remove_Open(Microsoft.Office.Interop.Outlook.ItemEvents_10_OpenEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event.remove_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_PropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event.remove_Read(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event.remove_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event.remove_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyAllEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event.remove_Send(Microsoft.Office.Interop.Outlook.ItemEvents_10_SendEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event.remove_Unload(Microsoft.Office.Interop.Outlook.ItemEvents_10_UnloadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event.remove_Write(Microsoft.Office.Interop.Outlook.ItemEvents_10_WriteEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event.Reply">
      <summary>Occurs when the user selects the Reply action for an item (which is an instance of the parent object).</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event.ReplyAll">
      <summary>Occurs when the user selects the ReplyAll action for an item (which is an instance of the parent object).</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event.Send">
      <summary>Occurs when the user selects the Send action for an item (which is an instance of the parent object).</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event.Unload">
      <summary>Occurs before an Outlook item is unloaded from memory, either programmatically or by user action. </summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event.Write">
      <summary>Occurs when an instance of the parent object is saved, either explicitly or implicitly (for example, in response to a prompt when closing the item's inspector).</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ItemEvents_10_ForwardEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Forward">The new item being forwarded.</param>
      <param name="Cancel">False when the event occurs. If the event procedure sets this argument to True, the forward operation is not completed and the new item is not displayed.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ItemEvents_10_OpenEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Cancel">False when the event occurs. If the event procedure sets this argument to True, the open operation is not completed and the inspector is not displayed.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ItemEvents_10_PropertyChangeEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Name">The name of the property that was changed.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ItemEvents_10_ReadEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyAllEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Response">The new item being sent in response to the original message.</param>
      <param name="Cancel">False when the event occurs. If the event procedure sets this argument to True, the reply all operation is not completed and the new item is not displayed.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Response">The new item being sent in response to the original message.</param>
      <param name="Cancel">False when the event occurs. If the event procedure sets this argument to True, the reply operation is not completed and the new item is not displayed.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ItemEvents_10_SendEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Cancel">False when the event occurs. If the event procedure sets this argument to True, the send operation is not completed and the inspector is left open.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ItemEvents_10_SinkHelper">
      <summary>This class and its members are reserved for internal use and are not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_SinkHelper.AfterWrite"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_SinkHelper.AttachmentAdd(Microsoft.Office.Interop.Outlook.Attachment)">
      <param name="param0"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_SinkHelper.AttachmentRead(Microsoft.Office.Interop.Outlook.Attachment)">
      <param name="param0"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_SinkHelper.AttachmentRemove(Microsoft.Office.Interop.Outlook.Attachment)">
      <param name="param0"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_SinkHelper.BeforeAttachmentAdd(Microsoft.Office.Interop.Outlook.Attachment,System.Boolean@)">
      <param name="param0"></param>
      <param name="param1"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_SinkHelper.BeforeAttachmentPreview(Microsoft.Office.Interop.Outlook.Attachment,System.Boolean@)">
      <param name="param0"></param>
      <param name="param1"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_SinkHelper.BeforeAttachmentRead(Microsoft.Office.Interop.Outlook.Attachment,System.Boolean@)">
      <param name="param0"></param>
      <param name="param1"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_SinkHelper.BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.Attachment,System.Boolean@)">
      <param name="param0"></param>
      <param name="param1"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_SinkHelper.BeforeAttachmentWriteToTempFile(Microsoft.Office.Interop.Outlook.Attachment,System.Boolean@)">
      <param name="param0"></param>
      <param name="param1"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_SinkHelper.BeforeAutoSave(System.Boolean@)">
      <param name="param0"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_SinkHelper.BeforeCheckNames(System.Boolean@)">
      <param name="param0"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_SinkHelper.BeforeDelete(System.Object,System.Boolean@)">
      <param name="param0"></param>
      <param name="param1"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_SinkHelper.BeforeRead"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_SinkHelper.Close(System.Boolean@)">
      <param name="param0"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_SinkHelper.CustomAction(System.Object,System.Object,System.Boolean@)">
      <param name="param0"></param>
      <param name="param1"></param>
      <param name="param2"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_SinkHelper.CustomPropertyChange(System.String)">
      <param name="param0"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_SinkHelper.Forward(System.Object,System.Boolean@)">
      <param name="param0"></param>
      <param name="param1"></param>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.ItemEvents_10_SinkHelper.m_AfterWriteDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ItemEvents_10_SinkHelper.m_AttachmentAddDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ItemEvents_10_SinkHelper.m_AttachmentReadDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ItemEvents_10_SinkHelper.m_AttachmentRemoveDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ItemEvents_10_SinkHelper.m_BeforeAttachmentAddDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ItemEvents_10_SinkHelper.m_BeforeAttachmentPreviewDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ItemEvents_10_SinkHelper.m_BeforeAttachmentReadDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ItemEvents_10_SinkHelper.m_BeforeAttachmentSaveDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ItemEvents_10_SinkHelper.m_BeforeAttachmentWriteToTempFileDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ItemEvents_10_SinkHelper.m_BeforeAutoSaveDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ItemEvents_10_SinkHelper.m_BeforeCheckNamesDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ItemEvents_10_SinkHelper.m_BeforeDeleteDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ItemEvents_10_SinkHelper.m_BeforeReadDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ItemEvents_10_SinkHelper.m_CloseDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ItemEvents_10_SinkHelper.m_CustomActionDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ItemEvents_10_SinkHelper.m_CustomPropertyChangeDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ItemEvents_10_SinkHelper.m_dwCookie"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ItemEvents_10_SinkHelper.m_ForwardDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ItemEvents_10_SinkHelper.m_OpenDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ItemEvents_10_SinkHelper.m_PropertyChangeDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ItemEvents_10_SinkHelper.m_ReadDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ItemEvents_10_SinkHelper.m_ReplyAllDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ItemEvents_10_SinkHelper.m_ReplyDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ItemEvents_10_SinkHelper.m_SendDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ItemEvents_10_SinkHelper.m_UnloadDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ItemEvents_10_SinkHelper.m_WriteDelegate"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_SinkHelper.Open(System.Boolean@)">
      <param name="param0"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_SinkHelper.PropertyChange(System.String)">
      <param name="param0"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_SinkHelper.Read"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_SinkHelper.Reply(System.Object,System.Boolean@)">
      <param name="param0"></param>
      <param name="param1"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_SinkHelper.ReplyAll(System.Object,System.Boolean@)">
      <param name="param0"></param>
      <param name="param1"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_SinkHelper.Send(System.Boolean@)">
      <param name="param0"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_SinkHelper.Unload"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_SinkHelper.Write(System.Boolean@)">
      <param name="param0"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ItemEvents_10_UnloadEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ItemEvents_10_WriteEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Cancel">False when the event occurs. If the event procedure sets this argument to True, the save operation is not completed.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentAddEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Attachment"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentReadEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Attachment"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ItemEvents_BeforeAttachmentSaveEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Attachment"></param>
      <param name="Cancel"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ItemEvents_BeforeCheckNamesEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Cancel"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ItemEvents_CloseEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Cancel"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ItemEvents_CustomActionEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Action"></param>
      <param name="Response"></param>
      <param name="Cancel"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ItemEvents_CustomPropertyChangeEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Name"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ItemEvents_Event">
      <summary>This is a .NET interface created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface is superseded by a later version that implements all events of earlier interfaces and any new events. For information about the latest version, see <see cref="T:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_Event.add_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_Event.add_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_Event.add_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeAttachmentSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_Event.add_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeCheckNamesEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_Event.add_Close(Microsoft.Office.Interop.Outlook.ItemEvents_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_Event.add_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_CustomActionEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_Event.add_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_CustomPropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_Event.add_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_ForwardEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_Event.add_Open(Microsoft.Office.Interop.Outlook.ItemEvents_OpenEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_Event.add_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_PropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_Event.add_Read(Microsoft.Office.Interop.Outlook.ItemEvents_ReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_Event.add_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_Event.add_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyAllEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_Event.add_Send(Microsoft.Office.Interop.Outlook.ItemEvents_SendEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_Event.add_Write(Microsoft.Office.Interop.Outlook.ItemEvents_WriteEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.ItemEvents_Event.AttachmentAdd">
      <summary>This member in the .NET interface is superseded by a later version that implements all events of earlier interfaces and new events.  For information about this member as it is implemented in the latest interface, see the latest interface, <see cref="T:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ItemEvents_Event.AttachmentRead">
      <summary>This member in the .NET interface is superseded by a later version that implements all events of earlier interfaces and new events.  For information about this member as it is implemented in the latest interface, see the latest interface, <see cref="T:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ItemEvents_Event.BeforeAttachmentSave">
      <summary>This member in the .NET interface is superseded by a later version that implements all events of earlier interfaces and new events.  For information about this member as it is implemented in the latest interface, see the latest interface, <see cref="T:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ItemEvents_Event.BeforeCheckNames">
      <summary>This member in the .NET interface is superseded by a later version that implements all events of earlier interfaces and new events.  For information about this member as it is implemented in the latest interface, see the latest interface, <see cref="T:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ItemEvents_Event.Close">
      <summary>This member in the .NET interface is superseded by a later version that implements all events of earlier interfaces and new events.  For information about this member as it is implemented in the latest interface, see the latest interface, <see cref="T:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ItemEvents_Event.CustomAction">
      <summary>This member in the .NET interface is superseded by a later version that implements all events of earlier interfaces and new events.  For information about this member as it is implemented in the latest interface, see the latest interface, <see cref="T:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ItemEvents_Event.CustomPropertyChange">
      <summary>This member in the .NET interface is superseded by a later version that implements all events of earlier interfaces and new events.  For information about this member as it is implemented in the latest interface, see the latest interface, <see cref="T:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ItemEvents_Event.Forward">
      <summary>This member in the .NET interface is superseded by a later version that implements all events of earlier interfaces and new events.  For information about this member as it is implemented in the latest interface, see the latest interface, <see cref="T:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ItemEvents_Event.Open">
      <summary>This member in the .NET interface is superseded by a later version that implements all events of earlier interfaces and new events.  For information about this member as it is implemented in the latest interface, see the latest interface, <see cref="T:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ItemEvents_Event.PropertyChange">
      <summary>This member in the .NET interface is superseded by a later version that implements all events of earlier interfaces and new events.  For information about this member as it is implemented in the latest interface, see the latest interface, <see cref="T:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ItemEvents_Event.Read">
      <summary>This member in the .NET interface is superseded by a later version that implements all events of earlier interfaces and new events.  For information about this member as it is implemented in the latest interface, see the latest interface, <see cref="T:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_Event.remove_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_Event.remove_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_Event.remove_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeAttachmentSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_Event.remove_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeCheckNamesEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_Event.remove_Close(Microsoft.Office.Interop.Outlook.ItemEvents_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_Event.remove_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_CustomActionEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_Event.remove_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_CustomPropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_Event.remove_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_ForwardEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_Event.remove_Open(Microsoft.Office.Interop.Outlook.ItemEvents_OpenEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_Event.remove_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_PropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_Event.remove_Read(Microsoft.Office.Interop.Outlook.ItemEvents_ReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_Event.remove_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_Event.remove_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyAllEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_Event.remove_Send(Microsoft.Office.Interop.Outlook.ItemEvents_SendEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_Event.remove_Write(Microsoft.Office.Interop.Outlook.ItemEvents_WriteEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.ItemEvents_Event.Reply">
      <summary>This member in the .NET interface is superseded by a later version that implements all events of earlier interfaces and new events.  For information about this member as it is implemented in the latest interface, see the latest interface, <see cref="T:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ItemEvents_Event.ReplyAll">
      <summary>This member in the .NET interface is superseded by a later version that implements all events of earlier interfaces and new events.  For information about this member as it is implemented in the latest interface, see the latest interface, <see cref="T:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ItemEvents_Event.Send">
      <summary>This member in the .NET interface is superseded by a later version that implements all events of earlier interfaces and new events.  For information about this member as it is implemented in the latest interface, see the latest interface, <see cref="T:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ItemEvents_Event.Write">
      <summary>This member in the .NET interface is superseded by a later version that implements all events of earlier interfaces and new events.  For information about this member as it is implemented in the latest interface, see the latest interface, <see cref="T:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ItemEvents_ForwardEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Forward"></param>
      <param name="Cancel"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ItemEvents_OpenEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Cancel"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ItemEvents_PropertyChangeEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Name"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ItemEvents_ReadEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ItemEvents_ReplyAllEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Response"></param>
      <param name="Cancel"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ItemEvents_ReplyEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Response"></param>
      <param name="Cancel"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ItemEvents_SendEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Cancel"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ItemEvents_SinkHelper">
      <summary>This class and its members are reserved for internal use and are not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_SinkHelper.AttachmentAdd(Microsoft.Office.Interop.Outlook.Attachment)">
      <param name="param0"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_SinkHelper.AttachmentRead(Microsoft.Office.Interop.Outlook.Attachment)">
      <param name="param0"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_SinkHelper.BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.Attachment,System.Boolean@)">
      <param name="param0"></param>
      <param name="param1"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_SinkHelper.BeforeCheckNames(System.Boolean@)">
      <param name="param0"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_SinkHelper.Close(System.Boolean@)">
      <param name="param0"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_SinkHelper.CustomAction(System.Object,System.Object,System.Boolean@)">
      <param name="param0"></param>
      <param name="param1"></param>
      <param name="param2"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_SinkHelper.CustomPropertyChange(System.String)">
      <param name="param0"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_SinkHelper.Forward(System.Object,System.Boolean@)">
      <param name="param0"></param>
      <param name="param1"></param>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.ItemEvents_SinkHelper.m_AttachmentAddDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ItemEvents_SinkHelper.m_AttachmentReadDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ItemEvents_SinkHelper.m_BeforeAttachmentSaveDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ItemEvents_SinkHelper.m_BeforeCheckNamesDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ItemEvents_SinkHelper.m_CloseDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ItemEvents_SinkHelper.m_CustomActionDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ItemEvents_SinkHelper.m_CustomPropertyChangeDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ItemEvents_SinkHelper.m_dwCookie"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ItemEvents_SinkHelper.m_ForwardDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ItemEvents_SinkHelper.m_OpenDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ItemEvents_SinkHelper.m_PropertyChangeDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ItemEvents_SinkHelper.m_ReadDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ItemEvents_SinkHelper.m_ReplyAllDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ItemEvents_SinkHelper.m_ReplyDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ItemEvents_SinkHelper.m_SendDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ItemEvents_SinkHelper.m_WriteDelegate"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_SinkHelper.Open(System.Boolean@)">
      <param name="param0"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_SinkHelper.PropertyChange(System.String)">
      <param name="param0"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_SinkHelper.Read"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_SinkHelper.Reply(System.Object,System.Boolean@)">
      <param name="param0"></param>
      <param name="param1"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_SinkHelper.ReplyAll(System.Object,System.Boolean@)">
      <param name="param0"></param>
      <param name="param1"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_SinkHelper.Send(System.Boolean@)">
      <param name="param0"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_SinkHelper.Write(System.Boolean@)">
      <param name="param0"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ItemEvents_WriteEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Cancel"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ItemProperties">
      <summary>A collection of all properties associated with the item.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemProperties.Add(System.String,Microsoft.Office.Interop.Outlook.OlUserPropertyType,System.Object,System.Object)">
      <summary>Adds an ItemProperty object to the ItemProperties collection.</summary>
      <param name="Name">The name of the new item property object.</param>
      <param name="Type">The type of the new ItemProperty.</param>
      <param name="AddToFolderFields">Determines if the item property will be added to the folder fields.</param>
      <param name="DisplayFormat">Defines the format of the field as it appears in a given folder.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ItemProperties.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ItemProperties.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ItemProperties.Count">
      <summary>Returns an Integer (int in C#) value indicating the count of objects in the specified collection. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemProperties.GetEnumerator">
      <returns>This member is inherited from the base type of the parent interface.</returns>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ItemProperties.Item(System.Object)">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.ItemProperty" /> object from the collection.</summary>
      <returns>An ItemProperty object that represents the specified object.</returns>
      <param name="Index">Either the zero-based index number of the object, or a value used to match the default property of an object in the collection.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ItemProperties.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemProperties.Remove(System.Int32)">
      <summary>Removes an object from the collection.</summary>
      <param name="Index">The zero-based index value of the object within the collection.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ItemProperties.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ItemProperty">
      <summary>Represents information about a given item property for a Microsoft Outlook item object.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ItemProperty.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ItemProperty.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemProperty.Delete">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ItemProperty.Formula">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ItemProperty.IsUserProperty">
      <summary>Returns a Boolean (bool in C#) value that indicates if the item property is a custom property created by the user. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ItemProperty.Name">
      <summary>Returns a String (string in C#) value that represents the display name for the object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ItemProperty.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ItemProperty.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ItemProperty.Type">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlUserPropertyType" /> constant indicating the type of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ItemProperty.ValidationFormula">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ItemProperty.ValidationText">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ItemProperty.Value">
      <summary>Returns or sets an Object indicating the value for the specified custom or explicit built-in property. Read/write.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.Items">
      <summary>Contains a collection of Outlook item objects in a folder.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ItemsClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Items" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemsClass.Add(System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Items" />.</summary>
      <param name="Type"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemsClass.add_ItemAdd(Microsoft.Office.Interop.Outlook.ItemsEvents_ItemAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemsClass.add_ItemChange(Microsoft.Office.Interop.Outlook.ItemsEvents_ItemChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemsClass.add_ItemRemove(Microsoft.Office.Interop.Outlook.ItemsEvents_ItemRemoveEventHandler)"></member>
    <member name="P:Microsoft.Office.Interop.Outlook.ItemsClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Items" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ItemsClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Items" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ItemsClass.Count">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Items" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemsClass.Find(System.String)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Items" />.</summary>
      <param name="Filter"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemsClass.FindNext">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Items" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemsClass.GetFirst">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Items" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemsClass.GetLast">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Items" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemsClass.GetNext">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Items" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemsClass.GetPrevious">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Items" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ItemsClass.IncludeRecurrences">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Items" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ItemsClass.Item(System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Items" />.</summary>
      <param name="Index"></param>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ItemsClass.ItemAdd">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Items" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ItemsClass.ItemChange">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Items" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ItemsClass.ItemRemove">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Items" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ItemsClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Items" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ItemsClass.RawTable">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemsClass.Remove(System.Int32)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Items" />.</summary>
      <param name="Index"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemsClass.remove_ItemAdd(Microsoft.Office.Interop.Outlook.ItemsEvents_ItemAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemsClass.remove_ItemChange(Microsoft.Office.Interop.Outlook.ItemsEvents_ItemChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemsClass.remove_ItemRemove(Microsoft.Office.Interop.Outlook.ItemsEvents_ItemRemoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemsClass.ResetColumns">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Items" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemsClass.Restrict(System.String)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Items" />.</summary>
      <param name="Filter"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ItemsClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Items" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemsClass.SetColumns(System.String)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Items" />.</summary>
      <param name="Columns"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemsClass.Sort(System.String,System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Items" />.</summary>
      <param name="Property"></param>
      <param name="Descending"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ItemsEvents">
      <summary>This is an event interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemsEvents.ItemAdd(System.Object)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Item"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemsEvents.ItemChange(System.Object)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Item"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemsEvents.ItemRemove">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ItemsEvents_Event">
      <summary>This is a .NET interface created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface implements all events of earlier interfaces and any additional new events.  Use this interface only when the event you want to use shares the same name as a method of the COM object; in this case, cast to this interface to connect to the event, and cast to the primary interface to call the method. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemsEvents_Event.add_ItemAdd(Microsoft.Office.Interop.Outlook.ItemsEvents_ItemAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemsEvents_Event.add_ItemChange(Microsoft.Office.Interop.Outlook.ItemsEvents_ItemChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemsEvents_Event.add_ItemRemove(Microsoft.Office.Interop.Outlook.ItemsEvents_ItemRemoveEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.ItemsEvents_Event.ItemAdd">
      <summary>Occurs when one or more items are added to the specified collection. This event does not run when a large number of items are added to the folder at once. </summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ItemsEvents_Event.ItemChange">
      <summary>Occurs when an item in the specified collection is changed. </summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ItemsEvents_Event.ItemRemove">
      <summary>Occurs when an item is deleted from the specified collection. This event does not run when the last item in  a Personal Folders file (.pst) is deleted, or if 16 or more items are deleted  at once from a PST file, Microsoft Exchange mailbox, or an Exchange public folder. </summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemsEvents_Event.remove_ItemAdd(Microsoft.Office.Interop.Outlook.ItemsEvents_ItemAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemsEvents_Event.remove_ItemChange(Microsoft.Office.Interop.Outlook.ItemsEvents_ItemChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemsEvents_Event.remove_ItemRemove(Microsoft.Office.Interop.Outlook.ItemsEvents_ItemRemoveEventHandler)"></member>
    <member name="T:Microsoft.Office.Interop.Outlook.ItemsEvents_ItemAddEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Item">The item that was added.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ItemsEvents_ItemChangeEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Item">The item that was changed.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ItemsEvents_ItemRemoveEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ItemsEvents_SinkHelper">
      <summary>This class and its members are reserved for internal use and are not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemsEvents_SinkHelper.ItemAdd(System.Object)">
      <param name="param0"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemsEvents_SinkHelper.ItemChange(System.Object)">
      <param name="param0"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ItemsEvents_SinkHelper.ItemRemove"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ItemsEvents_SinkHelper.m_dwCookie"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ItemsEvents_SinkHelper.m_ItemAddDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ItemsEvents_SinkHelper.m_ItemChangeDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ItemsEvents_SinkHelper.m_ItemRemoveDelegate"></member>
    <member name="T:Microsoft.Office.Interop.Outlook.JournalItem">
      <summary>Represents a journal entry in a Journal folder. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.JournalItemClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.Actions">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.add_AfterWrite(Microsoft.Office.Interop.Outlook.ItemEvents_10_AfterWriteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.add_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.add_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.add_AttachmentRemove(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentRemoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.add_BeforeAttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.add_BeforeAttachmentPreview(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentPreviewEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.add_BeforeAttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.add_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.add_BeforeAttachmentWriteToTempFile(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentWriteToTempFileEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.add_BeforeAutoSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAutoSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.add_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeCheckNamesEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.add_BeforeDelete(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeDeleteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.add_BeforeRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.add_Close(Microsoft.Office.Interop.Outlook.ItemEvents_10_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.add_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomActionEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.add_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomPropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.add_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_10_ForwardEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.add_Open(Microsoft.Office.Interop.Outlook.ItemEvents_10_OpenEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.add_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_PropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.add_Read(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.add_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.add_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyAllEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.add_Send(Microsoft.Office.Interop.Outlook.ItemEvents_10_SendEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.add_Unload(Microsoft.Office.Interop.Outlook.ItemEvents_10_UnloadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.add_Write(Microsoft.Office.Interop.Outlook.ItemEvents_10_WriteEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.JournalItemClass.AfterWrite">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.JournalItemClass.AttachmentAdd">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.JournalItemClass.AttachmentRead">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.JournalItemClass.AttachmentRemove">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.Attachments">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.AutoResolvedWinner">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.JournalItemClass.BeforeAttachmentAdd">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.JournalItemClass.BeforeAttachmentPreview">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.JournalItemClass.BeforeAttachmentRead">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.JournalItemClass.BeforeAttachmentSave">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.JournalItemClass.BeforeAttachmentWriteToTempFile">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.JournalItemClass.BeforeAutoSave">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.JournalItemClass.BeforeCheckNames">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.JournalItemClass.BeforeDelete">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.JournalItemClass.BeforeRead">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.BillingInformation">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.Body">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.Categories">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.Close(Microsoft.Office.Interop.Outlook.OlInspectorClose)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
      <param name="SaveMode"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.Companies">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.Conflicts">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.ContactNames">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.ConversationID">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.ConversationIndex">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.ConversationTopic">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.Copy">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.CreationTime">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.JournalItemClass.CustomAction">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.JournalItemClass.CustomPropertyChange">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.Delete">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.Display(System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
      <param name="Modal"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.DocPosted">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.DocPrinted">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.DocRouted">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.DocSaved">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.DownloadState">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.Duration">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.End">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.EntryID">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.FormDescription">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.Forward">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.GetConversation">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.GetInspector">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.Importance">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.IsConflict">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_10_Event_Close">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_10_Event_Forward">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_10_Event_Reply">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_10_Event_ReplyAll">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_add_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_add_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_add_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeAttachmentSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_add_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeCheckNamesEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_add_Close(Microsoft.Office.Interop.Outlook.ItemEvents_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_add_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_CustomActionEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_add_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_CustomPropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_add_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_ForwardEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_add_Open(Microsoft.Office.Interop.Outlook.ItemEvents_OpenEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_add_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_PropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_add_Read(Microsoft.Office.Interop.Outlook.ItemEvents_ReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_add_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_add_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyAllEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_add_Send(Microsoft.Office.Interop.Outlook.ItemEvents_SendEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_add_Write(Microsoft.Office.Interop.Outlook.ItemEvents_WriteEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_AttachmentAdd">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_AttachmentRead">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_BeforeAttachmentSave">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_BeforeCheckNames">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_Close">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_CustomAction">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_CustomPropertyChange">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_Forward">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_Open">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_PropertyChange">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_Read">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_remove_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_remove_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_remove_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeAttachmentSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_remove_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeCheckNamesEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_remove_Close(Microsoft.Office.Interop.Outlook.ItemEvents_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_remove_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_CustomActionEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_remove_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_CustomPropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_remove_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_ForwardEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_remove_Open(Microsoft.Office.Interop.Outlook.ItemEvents_OpenEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_remove_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_PropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_remove_Read(Microsoft.Office.Interop.Outlook.ItemEvents_ReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_remove_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_remove_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyAllEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_remove_Send(Microsoft.Office.Interop.Outlook.ItemEvents_SendEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_remove_Write(Microsoft.Office.Interop.Outlook.ItemEvents_WriteEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_Reply">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_ReplyAll">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_Send">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_Write">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemProperties">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.LastModificationTime">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.Links">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.MAPIOBJECT">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.MarkForDownload">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.MessageClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.Mileage">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.Move(Microsoft.Office.Interop.Outlook.MAPIFolder)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
      <param name="DestFldr"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.NoAging">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.JournalItemClass.Open">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.OutlookInternalVersion">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.OutlookVersion">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.PrintOut">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.PropertyAccessor">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.JournalItemClass.PropertyChange">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.JournalItemClass.Read">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.Recipients">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.remove_AfterWrite(Microsoft.Office.Interop.Outlook.ItemEvents_10_AfterWriteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.remove_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.remove_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.remove_AttachmentRemove(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentRemoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.remove_BeforeAttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.remove_BeforeAttachmentPreview(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentPreviewEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.remove_BeforeAttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.remove_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.remove_BeforeAttachmentWriteToTempFile(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentWriteToTempFileEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.remove_BeforeAutoSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAutoSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.remove_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeCheckNamesEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.remove_BeforeDelete(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeDeleteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.remove_BeforeRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.remove_Close(Microsoft.Office.Interop.Outlook.ItemEvents_10_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.remove_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomActionEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.remove_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomPropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.remove_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_10_ForwardEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.remove_Open(Microsoft.Office.Interop.Outlook.ItemEvents_10_OpenEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.remove_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_PropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.remove_Read(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.remove_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.remove_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyAllEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.remove_Send(Microsoft.Office.Interop.Outlook.ItemEvents_10_SendEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.remove_Unload(Microsoft.Office.Interop.Outlook.ItemEvents_10_UnloadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.remove_Write(Microsoft.Office.Interop.Outlook.ItemEvents_10_WriteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.Reply">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.ReplyAll">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.Save">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.SaveAs(System.String,System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
      <param name="Path"></param>
      <param name="Type"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.Saved">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.JournalItemClass.Send">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.Sensitivity">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.ShowCategoriesDialog">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.Size">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.Start">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.StartTimer">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.StopTimer">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.Subject">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.Type">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.JournalItemClass.Unload">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.UnRead">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.UserProperties">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.JournalItemClass.Write">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.JournalModule">
      <summary>Represents the Journal navigation module in the Navigation Pane of an explorer.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.JournalModuleClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalModule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.JournalModuleClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalModule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.JournalModuleClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalModule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.JournalModuleClass.Name">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalModule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.JournalModuleClass.NavigationGroups">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalModule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.JournalModuleClass.NavigationModuleType">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalModule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.JournalModuleClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalModule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.JournalModuleClass.Position">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalModule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.JournalModuleClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalModule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.JournalModuleClass.Visible">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.JournalModule" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.Link">
      <summary>Represents an Outlook Item Object  that is linked to another Outlook item.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Link.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Link.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Link.Item">
      <summary>Returns an Object corresponding to the specified Outlook item. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Link.Name">
      <summary>Returns a String (string in C#) value that represents the display name for the object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Link.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Link.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Link.Type">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the type of item represented by the <see cref="T:Microsoft.Office.Interop.Outlook.Link" /> object. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.Links">
      <summary>Contains a set of <see cref="T:Microsoft.Office.Interop.Outlook.Link" />  objects representing all items  linked to a particular Outlook item.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.Links.Add(System.Object)">
      <summary>Links a contact item to another item by adding a <see cref="T:Microsoft.Office.Interop.Outlook.Link" /> object to the <see cref="T:Microsoft.Office.Interop.Outlook.Links" /> collection associated with the latter item.</summary>
      <param name="Item">The item to be linked to the item associated with the Links collection.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Links.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Links.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Links.Count">
      <summary>Returns an Integer (int in C#) value indicating the count of objects in the specified collection. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Links.Item(System.Object)">
      <summary>Returns a  <see cref="T:Microsoft.Office.Interop.Outlook.Link" /> object from the collection.</summary>
      <returns>A Link object that represents the specified object.</returns>
      <param name="Index">Either the index number of the object, or a value used to match the default property of an object in the collection.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Links.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.Links.Remove(System.Object)">
      <summary>Removes an object from the collection.</summary>
      <param name="Index">The name or 1-based index value of an object within a collection.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Links.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.MailItem">
      <summary>Represents a mail message.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.MailItemClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.Actions">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.add_AfterWrite(Microsoft.Office.Interop.Outlook.ItemEvents_10_AfterWriteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.add_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.add_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.add_AttachmentRemove(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentRemoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.add_BeforeAttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.add_BeforeAttachmentPreview(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentPreviewEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.add_BeforeAttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.add_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.add_BeforeAttachmentWriteToTempFile(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentWriteToTempFileEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.add_BeforeAutoSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAutoSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.add_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeCheckNamesEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.add_BeforeDelete(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeDeleteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.add_BeforeRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.add_Close(Microsoft.Office.Interop.Outlook.ItemEvents_10_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.add_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomActionEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.add_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomPropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.add_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_10_ForwardEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.add_Open(Microsoft.Office.Interop.Outlook.ItemEvents_10_OpenEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.add_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_PropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.add_Read(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.add_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.add_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyAllEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.add_Send(Microsoft.Office.Interop.Outlook.ItemEvents_10_SendEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.add_Unload(Microsoft.Office.Interop.Outlook.ItemEvents_10_UnloadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.add_Write(Microsoft.Office.Interop.Outlook.ItemEvents_10_WriteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.AddBusinessCard(Microsoft.Office.Interop.Outlook.ContactItem)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
      <param name="contact"></param>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MailItemClass.AfterWrite">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.AlternateRecipientAllowed">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MailItemClass.AttachmentAdd">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MailItemClass.AttachmentRead">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MailItemClass.AttachmentRemove">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.Attachments">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.AutoForwarded">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.AutoResolvedWinner">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.BCC">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MailItemClass.BeforeAttachmentAdd">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MailItemClass.BeforeAttachmentPreview">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MailItemClass.BeforeAttachmentRead">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MailItemClass.BeforeAttachmentSave">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MailItemClass.BeforeAttachmentWriteToTempFile">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MailItemClass.BeforeAutoSave">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MailItemClass.BeforeCheckNames">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MailItemClass.BeforeDelete">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MailItemClass.BeforeRead">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.BillingInformation">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.Body">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.BodyFormat">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.Categories">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.CC">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.ClearConversationIndex">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.ClearTaskFlag">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.Close(Microsoft.Office.Interop.Outlook.OlInspectorClose)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
      <param name="SaveMode"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.Companies">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.Conflicts">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.ConversationID">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.ConversationIndex">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.ConversationTopic">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.Copy">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.CreationTime">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MailItemClass.CustomAction">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MailItemClass.CustomPropertyChange">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.DeferredDeliveryTime">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.Delete">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.DeleteAfterSubmit">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.Display(System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
      <param name="Modal"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.DownloadState">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.EnableSharedAttachments">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.EntryID">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.ExpiryTime">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.FlagDueBy">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.FlagIcon">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.FlagRequest">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.FlagStatus">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.FormDescription">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.Forward">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.GetConversation">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.GetInspector">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.HasCoverSheet">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.HTMLBody">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.Importance">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.InternetCodepage">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.IsConflict">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.IsIPFax">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.IsMarkedAsTask">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_10_Event_Close">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_10_Event_Forward">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_10_Event_Reply">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_10_Event_ReplyAll">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_10_Event_Send">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_add_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_add_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_add_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeAttachmentSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_add_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeCheckNamesEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_add_Close(Microsoft.Office.Interop.Outlook.ItemEvents_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_add_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_CustomActionEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_add_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_CustomPropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_add_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_ForwardEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_add_Open(Microsoft.Office.Interop.Outlook.ItemEvents_OpenEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_add_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_PropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_add_Read(Microsoft.Office.Interop.Outlook.ItemEvents_ReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_add_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_add_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyAllEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_add_Send(Microsoft.Office.Interop.Outlook.ItemEvents_SendEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_add_Write(Microsoft.Office.Interop.Outlook.ItemEvents_WriteEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_AttachmentAdd">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_AttachmentRead">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_BeforeAttachmentSave">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_BeforeCheckNames">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_Close">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_CustomAction">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_CustomPropertyChange">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_Forward">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_Open">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_PropertyChange">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_Read">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_remove_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_remove_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_remove_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeAttachmentSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_remove_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeCheckNamesEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_remove_Close(Microsoft.Office.Interop.Outlook.ItemEvents_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_remove_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_CustomActionEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_remove_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_CustomPropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_remove_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_ForwardEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_remove_Open(Microsoft.Office.Interop.Outlook.ItemEvents_OpenEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_remove_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_PropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_remove_Read(Microsoft.Office.Interop.Outlook.ItemEvents_ReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_remove_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_remove_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyAllEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_remove_Send(Microsoft.Office.Interop.Outlook.ItemEvents_SendEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_remove_Write(Microsoft.Office.Interop.Outlook.ItemEvents_WriteEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_Reply">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_ReplyAll">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_Send">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_Write">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.ItemProperties">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.LastModificationTime">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.Links">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.MAPIOBJECT">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.MarkAsTask(Microsoft.Office.Interop.Outlook.OlMarkInterval)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
      <param name="MarkInterval"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.MarkForDownload">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.MessageClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.Mileage">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.Move(Microsoft.Office.Interop.Outlook.MAPIFolder)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
      <param name="DestFldr"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.NoAging">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MailItemClass.Open">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.OriginatorDeliveryReportRequested">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.OutlookInternalVersion">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.OutlookVersion">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.Permission">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.PermissionService">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.PermissionTemplateGuid">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.PrintOut">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.PropertyAccessor">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MailItemClass.PropertyChange">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MailItemClass.Read">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.ReadReceiptRequested">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.ReceivedByEntryID">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.ReceivedByName">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.ReceivedOnBehalfOfEntryID">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.ReceivedOnBehalfOfName">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.ReceivedTime">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.RecipientReassignmentProhibited">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.Recipients">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.ReminderOverrideDefault">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.ReminderPlaySound">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.ReminderSet">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.ReminderSoundFile">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.ReminderTime">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.RemoteStatus">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.remove_AfterWrite(Microsoft.Office.Interop.Outlook.ItemEvents_10_AfterWriteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.remove_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.remove_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.remove_AttachmentRemove(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentRemoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.remove_BeforeAttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.remove_BeforeAttachmentPreview(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentPreviewEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.remove_BeforeAttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.remove_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.remove_BeforeAttachmentWriteToTempFile(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentWriteToTempFileEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.remove_BeforeAutoSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAutoSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.remove_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeCheckNamesEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.remove_BeforeDelete(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeDeleteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.remove_BeforeRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.remove_Close(Microsoft.Office.Interop.Outlook.ItemEvents_10_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.remove_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomActionEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.remove_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomPropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.remove_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_10_ForwardEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.remove_Open(Microsoft.Office.Interop.Outlook.ItemEvents_10_OpenEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.remove_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_PropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.remove_Read(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.remove_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.remove_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyAllEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.remove_Send(Microsoft.Office.Interop.Outlook.ItemEvents_10_SendEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.remove_Unload(Microsoft.Office.Interop.Outlook.ItemEvents_10_UnloadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.remove_Write(Microsoft.Office.Interop.Outlook.ItemEvents_10_WriteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.Reply">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.ReplyAll">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.ReplyRecipientNames">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.ReplyRecipients">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.RetentionExpirationDate">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.RetentionPolicyName">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.RTFBody">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.Save">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.SaveAs(System.String,System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
      <param name="Path"></param>
      <param name="Type"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.Saved">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.SaveSentMessageFolder">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.Send">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.Sender">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.SenderEmailAddress">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.SenderEmailType">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.SenderName">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.SendUsingAccount">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.Sensitivity">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.Sent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.SentOn">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.SentOnBehalfOfName">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.ShowCategoriesDialog">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.Size">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.Subject">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.Submitted">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.TaskCompletedDate">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.TaskDueDate">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.TaskStartDate">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.TaskSubject">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.To">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.ToDoTaskOrdinal">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MailItemClass.Unload">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.UnRead">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.UserProperties">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.VotingOptions">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.VotingResponse">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MailItemClass.Write">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.MailModule">
      <summary>Represents the Mail navigation module in the Navigation Pane of an explorer.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.MailModuleClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailModule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailModuleClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailModule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailModuleClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailModule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailModuleClass.Name">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailModule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailModuleClass.NavigationGroups">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailModule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailModuleClass.NavigationModuleType">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailModule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailModuleClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailModule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailModuleClass.Position">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailModule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailModuleClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailModule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MailModuleClass.Visible">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MailModule" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.MAPIFolder">
      <summary>This interface is deprecated; do not use this interface. Instead use the interface <see cref="T:Microsoft.Office.Interop.Outlook.Folder" /> to access all method, property, and event members of the COM object Folder. Refer to this topic for information about the method and property members of the COM object. For information about the event members of the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.MAPIFolderEvents_12_Event" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MAPIFolder.AddressBookName">
      <summary>Returns or sets a String (string in C#) that indicates the Address Book name for the <see cref="T:Microsoft.Office.Interop.Outlook.Folder" />  object representing a Contacts folder. Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.MAPIFolder.AddToFavorites(System.Object,System.Object)">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
      <param name="fNoUI"></param>
      <param name="Name"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.MAPIFolder.AddToPFFavorites">
      <summary>Adds a Microsoft Exchange public folder to the public folder's Favorites folder.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MAPIFolder.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MAPIFolder.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.MAPIFolder.CopyTo(Microsoft.Office.Interop.Outlook.MAPIFolder)">
      <summary>Copies the current folder in its entirety to the destination folder. </summary>
      <returns>A Folder object that represents the new copy of the current folder.</returns>
      <param name="DestinationFolder">Required Folder object  that represents the destination folder.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MAPIFolder.CurrentView">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.View" /> object representing the current view. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MAPIFolder.CustomViewsOnly">
      <summary>Returns or sets a Boolean (bool in C#) that determines which views are displayed on the View menu for a given folder. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MAPIFolder.DefaultItemType">
      <summary>Returns a constant from the <see cref="T:Microsoft.Office.Interop.Outlook.OlItemType" /> enumeration indicating the default Outlook item type contained in the folder. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MAPIFolder.DefaultMessageClass">
      <summary>Returns a String (string in C#) representing the default message class for items in the folder. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.MAPIFolder.Delete">
      <summary>Deletes an object from the collection.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MAPIFolder.Description">
      <summary>Returns or sets a String (string in C#) representing the description of the folder.  Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.MAPIFolder.Display">
      <summary>Displays a new <see cref="T:Microsoft.Office.Interop.Outlook.Explorer" /> object for the folder.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MAPIFolder.EntryID">
      <summary>Returns a String (string in C#) representing the unique Entry ID of the object.  Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MAPIFolder.FolderPath">
      <summary>Returns a String (string in C#) that indicates the path of the current folder. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MAPIFolder.Folders">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.Folders" />  collection that represents all the folders contained in the specified <see cref="T:Microsoft.Office.Interop.Outlook.Folder" />. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MAPIFolder.FullFolderPath">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.MAPIFolder.GetCalendarExporter">
      <summary>Creates a <see cref="T:Microsoft.Office.Interop.Outlook.CalendarSharing" /> object for the specified <see cref="T:Microsoft.Office.Interop.Outlook.Folder" />.</summary>
      <returns>A CalendarSharing object for the specified folder.</returns>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.MAPIFolder.GetCustomIcon">
      <summary>Returns an <see cref="T:stdole.StdPicture" /> object that represents the custom icon for the folder.</summary>
      <returns>Returns an StdPicture object that represents a custom icon for the folder.</returns>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.MAPIFolder.GetExplorer(System.Object)">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Explorer" />  object that represents a new, inactive Explorer object initialized with the specified folder as the current folder. </summary>
      <returns>An Explorer object that represents a new, inactive Explorer initialized with the specified folder as the current folder.</returns>
      <param name="DisplayMode">The display mode of the folder. Can be one of the constants in the <see cref="T:Microsoft.Office.Interop.Outlook.OlFolderDisplayMode" /> enumeration.</param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.MAPIFolder.GetStorage(System.String,Microsoft.Office.Interop.Outlook.OlStorageIdentifierType)">
      <summary>Gets a <see cref="T:Microsoft.Office.Interop.Outlook.StorageItem" /> object on the parent <see cref="T:Microsoft.Office.Interop.Outlook.Folder" /> to store data for an Outlook solution.</summary>
      <returns>A StorageItem object that is used to store data for a solution.</returns>
      <param name="StorageIdentifier">An identifier for the StorageItem object; depending on the identifier type, the value can represent an Entry ID, a message class, or a subject.</param>
      <param name="StorageIdentifierType">Specifies the type of identifier for the StorageItem object.</param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.MAPIFolder.GetTable(System.Object,System.Object)">
      <summary>Obtains a <see cref="T:Microsoft.Office.Interop.Outlook.Table" /> object that contains items filtered by <paramref name="Filter" />.</summary>
      <returns>A Table that contains items in the parent <see cref="T:Microsoft.Office.Interop.Outlook.Folder" /> that meet the criteria in <paramref name="Filter" />. By default, <paramref name="TableContents" /> is olUserItems and the returned Table contains only the filtered items that are not hidden.</returns>
      <param name="Filter">A filter in Microsoft Jet or DAV Searching and Locating (DASL) syntax that specifies the criteria for items in the parent Folder.</param>
      <param name="TableContents">Specifies the type of items in the folder that GetTable returns. The default is olUserItems.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MAPIFolder.InAppFolderSyncObject">
      <summary>Returns or sets a Boolean (bool in C#) that determines if the specified folder will be synchronized with the e-mail server. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MAPIFolder.IsSharePointFolder">
      <summary>Returns a Boolean (bool in C#) that determines if the folder is a Microsoft SharePoint Foundation folder. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MAPIFolder.Items">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Items" />  collection object as a collection of Outlook items in the specified folder. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MAPIFolder.MAPIOBJECT">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.MAPIFolder.MoveTo(Microsoft.Office.Interop.Outlook.MAPIFolder)">
      <summary>Moves a folder to the specified destination folder.</summary>
      <param name="DestinationFolder">The destination Folder for the Folder that is being moved.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MAPIFolder.Name">
      <summary>Returns or sets a String (string in C#) value that represents the display name for the object. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MAPIFolder.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MAPIFolder.PropertyAccessor">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.PropertyAccessor" /> object that supports creating, getting, setting, and deleting properties of the parent <see cref="T:Microsoft.Office.Interop.Outlook.Folder" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MAPIFolder.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.MAPIFolder.SetCustomIcon(stdole.StdPicture)">
      <summary>Sets a custom icon that is specified by <paramref name="Picture" /> for the folder.</summary>
      <param name="Picture">Specifies the custom icon for the folder.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MAPIFolder.ShowAsOutlookAB">
      <summary>Returns or sets a Boolean (bool in C#) value that specifies whether the contact items folder will be displayed as an address list in the Outlook Address Book. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MAPIFolder.ShowItemCount">
      <summary>Sets or returns a constant in the <see cref="T:Microsoft.Office.Interop.Outlook.OlShowItemCount" /> enumeration that indicates whether to display the number of unread messages in the folder or the total number of items in the folder in the Navigation Pane. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MAPIFolder.Store">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.Store" /> object representing the store that contains the <see cref="T:Microsoft.Office.Interop.Outlook.Folder" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MAPIFolder.StoreID">
      <summary>Returns a String (string in C#) indicating the store ID for the folder. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MAPIFolder.UnReadItemCount">
      <summary>Returns an Integer (int in C#) value indicating the number of unread items in the folder. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MAPIFolder.UserDefinedProperties">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.UserDefinedProperties" /> object that represents the user-defined custom properties for the <see cref="T:Microsoft.Office.Interop.Outlook.Folder" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MAPIFolder.UserPermissions">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MAPIFolder.Views">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.Views" /> collection of the <see cref="T:Microsoft.Office.Interop.Outlook.Folder" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MAPIFolder.WebViewAllowNavigation">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MAPIFolder.WebViewOn">
      <summary>Returns or sets a Boolean (bool in C#) indicating the Web view state for a folder.  Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MAPIFolder.WebViewURL">
      <summary>Returns or sets a String (string in C#) indicating the URL of the Web page that is assigned to a folder. Read/write.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.MAPIFolderEvents_12">
      <summary>This is an event interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.MAPIFolderEvents_12.BeforeFolderMove(Microsoft.Office.Interop.Outlook.MAPIFolder,System.Boolean@)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="MoveTo"></param>
      <param name="Cancel"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.MAPIFolderEvents_12.BeforeItemMove(System.Object,Microsoft.Office.Interop.Outlook.MAPIFolder,System.Boolean@)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Item"></param>
      <param name="MoveTo"></param>
      <param name="Cancel"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.MAPIFolderEvents_12_BeforeFolderMoveEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="MoveTo">Represents the folder to which the item is being moved. </param>
      <param name="Cancel">Set this to True to cancel the move or delete action.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.MAPIFolderEvents_12_BeforeItemMoveEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Item">Represents the Outlook item that is to be moved or deleted.</param>
      <param name="MoveTo">Represents the folder to which the item is being moved. </param>
      <param name="Cancel">Set this to True to cancel the move or delete action.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.MAPIFolderEvents_12_Event">
      <summary>This is a .NET interface created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface implements all events of earlier interfaces and any additional new events. Refer to this interface for information about all events of the COM object. However, use the <see cref="T:Microsoft.Office.Interop.Outlook.Folder" /> interface to access methods, properties, and events of the COM object.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.MAPIFolderEvents_12_Event.add_BeforeFolderMove(Microsoft.Office.Interop.Outlook.MAPIFolderEvents_12_BeforeFolderMoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MAPIFolderEvents_12_Event.add_BeforeItemMove(Microsoft.Office.Interop.Outlook.MAPIFolderEvents_12_BeforeItemMoveEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.MAPIFolderEvents_12_Event.BeforeFolderMove">
      <summary>Occurs when a folder is about to be moved or deleted, either as a result of user action or through program code. </summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MAPIFolderEvents_12_Event.BeforeItemMove">
      <summary>Occurs when an item is about to be moved or deleted from a folder, either as a result of user action or through program code. </summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.MAPIFolderEvents_12_Event.remove_BeforeFolderMove(Microsoft.Office.Interop.Outlook.MAPIFolderEvents_12_BeforeFolderMoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MAPIFolderEvents_12_Event.remove_BeforeItemMove(Microsoft.Office.Interop.Outlook.MAPIFolderEvents_12_BeforeItemMoveEventHandler)"></member>
    <member name="T:Microsoft.Office.Interop.Outlook.MAPIFolderEvents_12_SinkHelper">
      <summary>This class and its members are reserved for internal use and are not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.MAPIFolderEvents_12_SinkHelper.BeforeFolderMove(Microsoft.Office.Interop.Outlook.MAPIFolder,System.Boolean@)">
      <param name="param0"></param>
      <param name="param1"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.MAPIFolderEvents_12_SinkHelper.BeforeItemMove(System.Object,Microsoft.Office.Interop.Outlook.MAPIFolder,System.Boolean@)">
      <param name="param0"></param>
      <param name="param1"></param>
      <param name="param2"></param>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.MAPIFolderEvents_12_SinkHelper.m_BeforeFolderMoveDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.MAPIFolderEvents_12_SinkHelper.m_BeforeItemMoveDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.MAPIFolderEvents_12_SinkHelper.m_dwCookie"></member>
    <member name="T:Microsoft.Office.Interop.Outlook.MarkAsTaskRuleAction">
      <summary>Represents an action that marks a message as a task.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.MarkAsTaskRuleActionClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MarkAsTaskRuleAction" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MarkAsTaskRuleActionClass.ActionType">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MarkAsTaskRuleAction" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MarkAsTaskRuleActionClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MarkAsTaskRuleAction" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MarkAsTaskRuleActionClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MarkAsTaskRuleAction" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MarkAsTaskRuleActionClass.Enabled">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MarkAsTaskRuleAction" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MarkAsTaskRuleActionClass.FlagTo">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MarkAsTaskRuleAction" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MarkAsTaskRuleActionClass.MarkInterval">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MarkAsTaskRuleAction" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MarkAsTaskRuleActionClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MarkAsTaskRuleAction" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MarkAsTaskRuleActionClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MarkAsTaskRuleAction" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.MeetingItem">
      <summary>Represents a change to the recipient's Calendar folder initiated by another party or as a result of a group action.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.MeetingItemClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.Actions">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.add_AfterWrite(Microsoft.Office.Interop.Outlook.ItemEvents_10_AfterWriteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.add_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.add_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.add_AttachmentRemove(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentRemoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.add_BeforeAttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.add_BeforeAttachmentPreview(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentPreviewEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.add_BeforeAttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.add_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.add_BeforeAttachmentWriteToTempFile(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentWriteToTempFileEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.add_BeforeAutoSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAutoSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.add_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeCheckNamesEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.add_BeforeDelete(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeDeleteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.add_BeforeRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.add_Close(Microsoft.Office.Interop.Outlook.ItemEvents_10_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.add_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomActionEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.add_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomPropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.add_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_10_ForwardEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.add_Open(Microsoft.Office.Interop.Outlook.ItemEvents_10_OpenEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.add_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_PropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.add_Read(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.add_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.add_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyAllEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.add_Send(Microsoft.Office.Interop.Outlook.ItemEvents_10_SendEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.add_Unload(Microsoft.Office.Interop.Outlook.ItemEvents_10_UnloadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.add_Write(Microsoft.Office.Interop.Outlook.ItemEvents_10_WriteEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.MeetingItemClass.AfterWrite">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MeetingItemClass.AttachmentAdd">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MeetingItemClass.AttachmentRead">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MeetingItemClass.AttachmentRemove">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.Attachments">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.AutoForwarded">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.AutoResolvedWinner">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MeetingItemClass.BeforeAttachmentAdd">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MeetingItemClass.BeforeAttachmentPreview">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MeetingItemClass.BeforeAttachmentRead">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MeetingItemClass.BeforeAttachmentSave">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MeetingItemClass.BeforeAttachmentWriteToTempFile">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MeetingItemClass.BeforeAutoSave">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MeetingItemClass.BeforeCheckNames">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MeetingItemClass.BeforeDelete">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MeetingItemClass.BeforeRead">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.BillingInformation">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.Body">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.Categories">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.Close(Microsoft.Office.Interop.Outlook.OlInspectorClose)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
      <param name="SaveMode"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.Companies">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.Conflicts">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.ConversationID">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.ConversationIndex">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.ConversationTopic">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.Copy">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.CreationTime">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MeetingItemClass.CustomAction">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MeetingItemClass.CustomPropertyChange">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.DeferredDeliveryTime">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.Delete">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.DeleteAfterSubmit">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.Display(System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
      <param name="Modal"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.DownloadState">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.EntryID">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.ExpiryTime">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.FlagDueBy">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.FlagIcon">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.FlagRequest">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.FlagStatus">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.FormDescription">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.Forward">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.GetAssociatedAppointment(System.Boolean)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
      <param name="AddToCalendar"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.GetConversation">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.GetInspector">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.Importance">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.IsConflict">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.IsLatestVersion">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_10_Event_Close">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_10_Event_Forward">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_10_Event_Reply">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_10_Event_ReplyAll">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_10_Event_Send">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_add_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_add_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_add_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeAttachmentSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_add_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeCheckNamesEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_add_Close(Microsoft.Office.Interop.Outlook.ItemEvents_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_add_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_CustomActionEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_add_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_CustomPropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_add_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_ForwardEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_add_Open(Microsoft.Office.Interop.Outlook.ItemEvents_OpenEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_add_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_PropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_add_Read(Microsoft.Office.Interop.Outlook.ItemEvents_ReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_add_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_add_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyAllEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_add_Send(Microsoft.Office.Interop.Outlook.ItemEvents_SendEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_add_Write(Microsoft.Office.Interop.Outlook.ItemEvents_WriteEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_AttachmentAdd">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_AttachmentRead">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_BeforeAttachmentSave">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_BeforeCheckNames">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_Close">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_CustomAction">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_CustomPropertyChange">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_Forward">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_Open">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_PropertyChange">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_Read">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_remove_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_remove_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_remove_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeAttachmentSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_remove_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeCheckNamesEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_remove_Close(Microsoft.Office.Interop.Outlook.ItemEvents_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_remove_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_CustomActionEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_remove_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_CustomPropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_remove_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_ForwardEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_remove_Open(Microsoft.Office.Interop.Outlook.ItemEvents_OpenEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_remove_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_PropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_remove_Read(Microsoft.Office.Interop.Outlook.ItemEvents_ReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_remove_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_remove_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyAllEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_remove_Send(Microsoft.Office.Interop.Outlook.ItemEvents_SendEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_remove_Write(Microsoft.Office.Interop.Outlook.ItemEvents_WriteEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_Reply">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_ReplyAll">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_Send">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_Write">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemProperties">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.LastModificationTime">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.Links">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.MAPIOBJECT">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.MarkForDownload">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.MeetingWorkspaceURL">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.MessageClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.Mileage">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.Move(Microsoft.Office.Interop.Outlook.MAPIFolder)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
      <param name="DestFldr"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.NoAging">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MeetingItemClass.Open">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.OriginatorDeliveryReportRequested">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.OutlookInternalVersion">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.OutlookVersion">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.PrintOut">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.PropertyAccessor">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MeetingItemClass.PropertyChange">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MeetingItemClass.Read">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.ReceivedTime">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.Recipients">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.ReminderSet">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.ReminderTime">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.remove_AfterWrite(Microsoft.Office.Interop.Outlook.ItemEvents_10_AfterWriteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.remove_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.remove_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.remove_AttachmentRemove(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentRemoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.remove_BeforeAttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.remove_BeforeAttachmentPreview(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentPreviewEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.remove_BeforeAttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.remove_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.remove_BeforeAttachmentWriteToTempFile(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentWriteToTempFileEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.remove_BeforeAutoSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAutoSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.remove_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeCheckNamesEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.remove_BeforeDelete(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeDeleteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.remove_BeforeRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.remove_Close(Microsoft.Office.Interop.Outlook.ItemEvents_10_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.remove_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomActionEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.remove_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomPropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.remove_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_10_ForwardEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.remove_Open(Microsoft.Office.Interop.Outlook.ItemEvents_10_OpenEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.remove_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_PropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.remove_Read(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.remove_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.remove_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyAllEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.remove_Send(Microsoft.Office.Interop.Outlook.ItemEvents_10_SendEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.remove_Unload(Microsoft.Office.Interop.Outlook.ItemEvents_10_UnloadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.remove_Write(Microsoft.Office.Interop.Outlook.ItemEvents_10_WriteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.Reply">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.ReplyAll">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.ReplyRecipients">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.RetentionExpirationDate">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.RetentionPolicyName">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.RTFBody">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.Save">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.SaveAs(System.String,System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
      <param name="Path"></param>
      <param name="Type"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.Saved">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.SaveSentMessageFolder">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.Send">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.SenderEmailAddress">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.SenderEmailType">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.SenderName">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.SendUsingAccount">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.Sensitivity">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.Sent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.SentOn">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.ShowCategoriesDialog">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.Size">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.Subject">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.Submitted">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MeetingItemClass.Unload">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.UnRead">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.UserProperties">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MeetingItemClass.Write">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.MobileItem">
      <summary>Represents a text message item (Short Message Service (SMS) message) or a multimedia message item (Multimedia Messaging Service (MMS) message).</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.MobileItemClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MobileItemClass.Actions">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.add_AfterWrite(Microsoft.Office.Interop.Outlook.ItemEvents_10_AfterWriteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.add_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.add_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.add_AttachmentRemove(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentRemoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.add_BeforeAttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.add_BeforeAttachmentPreview(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentPreviewEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.add_BeforeAttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.add_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.add_BeforeAttachmentWriteToTempFile(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentWriteToTempFileEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.add_BeforeAutoSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAutoSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.add_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeCheckNamesEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.add_BeforeDelete(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeDeleteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.add_BeforeRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.add_Close(Microsoft.Office.Interop.Outlook.ItemEvents_10_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.add_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomActionEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.add_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomPropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.add_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_10_ForwardEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.add_Open(Microsoft.Office.Interop.Outlook.ItemEvents_10_OpenEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.add_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_PropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.add_Read(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.add_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.add_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyAllEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.add_Send(Microsoft.Office.Interop.Outlook.ItemEvents_10_SendEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.add_Unload(Microsoft.Office.Interop.Outlook.ItemEvents_10_UnloadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.add_Write(Microsoft.Office.Interop.Outlook.ItemEvents_10_WriteEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.MobileItemClass.AfterWrite">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MobileItemClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MobileItemClass.AttachmentAdd">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MobileItemClass.AttachmentRead">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MobileItemClass.AttachmentRemove">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MobileItemClass.Attachments">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MobileItemClass.BeforeAttachmentAdd">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MobileItemClass.BeforeAttachmentPreview">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MobileItemClass.BeforeAttachmentRead">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MobileItemClass.BeforeAttachmentSave">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MobileItemClass.BeforeAttachmentWriteToTempFile">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MobileItemClass.BeforeAutoSave">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MobileItemClass.BeforeCheckNames">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MobileItemClass.BeforeDelete">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MobileItemClass.BeforeRead">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MobileItemClass.BillingInformation">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MobileItemClass.Body">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MobileItemClass.Categories">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MobileItemClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.Close(Microsoft.Office.Interop.Outlook.OlInspectorClose)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
      <param name="SaveMode"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MobileItemClass.Companies">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MobileItemClass.ConversationIndex">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MobileItemClass.ConversationTopic">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.Copy">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MobileItemClass.Count">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MobileItemClass.CreationTime">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MobileItemClass.CustomAction">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MobileItemClass.CustomPropertyChange">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.Delete">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.Display(System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
      <param name="Modal"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MobileItemClass.EntryID">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MobileItemClass.FormDescription">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.Forward">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MobileItemClass.GetInspector">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MobileItemClass.HTMLBody">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MobileItemClass.Importance">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MobileItemClass.ItemEvents_10_Event_Close">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MobileItemClass.ItemEvents_10_Event_Forward">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MobileItemClass.ItemEvents_10_Event_Reply">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MobileItemClass.ItemEvents_10_Event_ReplyAll">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MobileItemClass.ItemEvents_10_Event_Send">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.ItemEvents_Event_add_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.ItemEvents_Event_add_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.ItemEvents_Event_add_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeAttachmentSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.ItemEvents_Event_add_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeCheckNamesEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.ItemEvents_Event_add_Close(Microsoft.Office.Interop.Outlook.ItemEvents_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.ItemEvents_Event_add_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_CustomActionEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.ItemEvents_Event_add_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_CustomPropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.ItemEvents_Event_add_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_ForwardEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.ItemEvents_Event_add_Open(Microsoft.Office.Interop.Outlook.ItemEvents_OpenEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.ItemEvents_Event_add_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_PropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.ItemEvents_Event_add_Read(Microsoft.Office.Interop.Outlook.ItemEvents_ReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.ItemEvents_Event_add_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.ItemEvents_Event_add_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyAllEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.ItemEvents_Event_add_Send(Microsoft.Office.Interop.Outlook.ItemEvents_SendEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.ItemEvents_Event_add_Write(Microsoft.Office.Interop.Outlook.ItemEvents_WriteEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.MobileItemClass.ItemEvents_Event_AttachmentAdd">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MobileItemClass.ItemEvents_Event_AttachmentRead">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MobileItemClass.ItemEvents_Event_BeforeAttachmentSave">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MobileItemClass.ItemEvents_Event_BeforeCheckNames">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MobileItemClass.ItemEvents_Event_Close">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MobileItemClass.ItemEvents_Event_CustomAction">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MobileItemClass.ItemEvents_Event_CustomPropertyChange">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MobileItemClass.ItemEvents_Event_Forward">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MobileItemClass.ItemEvents_Event_Open">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MobileItemClass.ItemEvents_Event_PropertyChange">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MobileItemClass.ItemEvents_Event_Read">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.ItemEvents_Event_remove_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.ItemEvents_Event_remove_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.ItemEvents_Event_remove_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeAttachmentSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.ItemEvents_Event_remove_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeCheckNamesEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.ItemEvents_Event_remove_Close(Microsoft.Office.Interop.Outlook.ItemEvents_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.ItemEvents_Event_remove_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_CustomActionEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.ItemEvents_Event_remove_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_CustomPropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.ItemEvents_Event_remove_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_ForwardEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.ItemEvents_Event_remove_Open(Microsoft.Office.Interop.Outlook.ItemEvents_OpenEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.ItemEvents_Event_remove_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_PropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.ItemEvents_Event_remove_Read(Microsoft.Office.Interop.Outlook.ItemEvents_ReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.ItemEvents_Event_remove_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.ItemEvents_Event_remove_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyAllEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.ItemEvents_Event_remove_Send(Microsoft.Office.Interop.Outlook.ItemEvents_SendEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.ItemEvents_Event_remove_Write(Microsoft.Office.Interop.Outlook.ItemEvents_WriteEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.MobileItemClass.ItemEvents_Event_Reply">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MobileItemClass.ItemEvents_Event_ReplyAll">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MobileItemClass.ItemEvents_Event_Send">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MobileItemClass.ItemEvents_Event_Write">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MobileItemClass.ItemProperties">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MobileItemClass.LastModificationTime">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MobileItemClass.MAPIOBJECT">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MobileItemClass.MessageClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MobileItemClass.Mileage">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MobileItemClass.MobileFormat">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.Move(Microsoft.Office.Interop.Outlook.MAPIFolder)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
      <param name="DestFldr"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MobileItemClass.NoAging">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MobileItemClass.Open">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MobileItemClass.OutlookInternalVersion">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MobileItemClass.OutlookVersion">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MobileItemClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.PrintOut">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MobileItemClass.PropertyAccessor">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MobileItemClass.PropertyChange">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MobileItemClass.Read">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MobileItemClass.ReceivedByEntryID">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MobileItemClass.ReceivedByName">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MobileItemClass.ReceivedTime">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MobileItemClass.Recipients">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.remove_AfterWrite(Microsoft.Office.Interop.Outlook.ItemEvents_10_AfterWriteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.remove_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.remove_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.remove_AttachmentRemove(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentRemoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.remove_BeforeAttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.remove_BeforeAttachmentPreview(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentPreviewEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.remove_BeforeAttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.remove_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.remove_BeforeAttachmentWriteToTempFile(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentWriteToTempFileEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.remove_BeforeAutoSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAutoSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.remove_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeCheckNamesEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.remove_BeforeDelete(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeDeleteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.remove_BeforeRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.remove_Close(Microsoft.Office.Interop.Outlook.ItemEvents_10_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.remove_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomActionEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.remove_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomPropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.remove_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_10_ForwardEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.remove_Open(Microsoft.Office.Interop.Outlook.ItemEvents_10_OpenEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.remove_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_PropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.remove_Read(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.remove_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.remove_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyAllEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.remove_Send(Microsoft.Office.Interop.Outlook.ItemEvents_10_SendEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.remove_Unload(Microsoft.Office.Interop.Outlook.ItemEvents_10_UnloadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.remove_Write(Microsoft.Office.Interop.Outlook.ItemEvents_10_WriteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.Reply">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.ReplyAll">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MobileItemClass.ReplyRecipientNames">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MobileItemClass.ReplyRecipients">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.Save">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.SaveAs(System.String,System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
      <param name="Path"></param>
      <param name="Type"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MobileItemClass.Saved">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.MobileItemClass.Send(System.Boolean)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
      <param name="ForceSend"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MobileItemClass.SenderEmailAddress">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MobileItemClass.SenderEmailType">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MobileItemClass.SenderName">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MobileItemClass.SendUsingAccount">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MobileItemClass.Sensitivity">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MobileItemClass.Sent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MobileItemClass.SentOn">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MobileItemClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MobileItemClass.Size">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MobileItemClass.SMILBody">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MobileItemClass.Subject">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MobileItemClass.Submitted">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MobileItemClass.To">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MobileItemClass.Unload">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MobileItemClass.UnRead">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MobileItemClass.UserProperties">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.MobileItemClass.Write">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.MoveOrCopyRuleAction">
      <summary>Represents an action that moves or copies a message.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.MoveOrCopyRuleActionClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MoveOrCopyRuleAction" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MoveOrCopyRuleActionClass.ActionType">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MoveOrCopyRuleAction" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MoveOrCopyRuleActionClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MoveOrCopyRuleAction" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MoveOrCopyRuleActionClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MoveOrCopyRuleAction" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MoveOrCopyRuleActionClass.Enabled">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MoveOrCopyRuleAction" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MoveOrCopyRuleActionClass.Folder">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MoveOrCopyRuleAction" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MoveOrCopyRuleActionClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MoveOrCopyRuleAction" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.MoveOrCopyRuleActionClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.MoveOrCopyRuleAction" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.NameSpace">
      <summary>Represents an abstract root object for any data source.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.NameSpaceClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NameSpaceClass.Accounts">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.NameSpaceClass.add_AutoDiscoverComplete(Microsoft.Office.Interop.Outlook.NameSpaceEvents_AutoDiscoverCompleteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.NameSpaceClass.add_OptionsPagesAdd(Microsoft.Office.Interop.Outlook.NameSpaceEvents_OptionsPagesAddEventHandler)"></member>
    <member name="P:Microsoft.Office.Interop.Outlook.NameSpaceClass.AddressLists">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.NameSpaceClass.AddStore(System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />.</summary>
      <param name="Store"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.NameSpaceClass.AddStoreEx(System.Object,Microsoft.Office.Interop.Outlook.OlStoreType)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />.</summary>
      <param name="Store"></param>
      <param name="Type"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NameSpaceClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.NameSpaceClass.AutoDiscoverComplete">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NameSpaceClass.AutoDiscoverConnectionMode">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NameSpaceClass.AutoDiscoverXml">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NameSpaceClass.Categories">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NameSpaceClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.NameSpaceClass.CompareEntryIDs(System.String,System.String)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />.</summary>
      <param name="FirstEntryID"></param>
      <param name="SecondEntryID"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.NameSpaceClass.CreateContactCard(Microsoft.Office.Interop.Outlook.AddressEntry)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />.</summary>
      <param name="AddressEntry"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.NameSpaceClass.CreateRecipient(System.String)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />.</summary>
      <param name="RecipientName"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.NameSpaceClass.CreateSharingItem(System.Object,System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />.</summary>
      <param name="Context"></param>
      <param name="Provider"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NameSpaceClass.CurrentProfileName">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NameSpaceClass.CurrentUser">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NameSpaceClass.DefaultStore">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.NameSpaceClass.Dial(System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />.</summary>
      <param name="ContactItem"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NameSpaceClass.ExchangeConnectionMode">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NameSpaceClass.ExchangeMailboxServerName">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NameSpaceClass.ExchangeMailboxServerVersion">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NameSpaceClass.Folders">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.NameSpaceClass.GetAddressEntryFromID(System.String)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />.</summary>
      <param name="ID"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.NameSpaceClass.GetDefaultFolder(Microsoft.Office.Interop.Outlook.OlDefaultFolders)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />.</summary>
      <param name="FolderType"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.NameSpaceClass.GetFolderFromID(System.String,System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />.</summary>
      <param name="EntryIDFolder"></param>
      <param name="EntryIDStore"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.NameSpaceClass.GetGlobalAddressList">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.NameSpaceClass.GetItemFromID(System.String,System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />.</summary>
      <param name="EntryIDItem"></param>
      <param name="EntryIDStore"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.NameSpaceClass.GetRecipientFromID(System.String)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />.</summary>
      <param name="EntryID"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.NameSpaceClass.GetSelectNamesDialog">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.NameSpaceClass.GetSharedDefaultFolder(Microsoft.Office.Interop.Outlook.Recipient,Microsoft.Office.Interop.Outlook.OlDefaultFolders)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />.</summary>
      <param name="Recipient"></param>
      <param name="FolderType"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.NameSpaceClass.GetStoreFromID(System.String)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />.</summary>
      <param name="ID"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.NameSpaceClass.Logoff">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.NameSpaceClass.Logon(System.Object,System.Object,System.Object,System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />.</summary>
      <param name="Profile"></param>
      <param name="Password"></param>
      <param name="ShowDialog"></param>
      <param name="NewSession"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NameSpaceClass.MAPIOBJECT">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NameSpaceClass.Offline">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.NameSpaceClass.OpenSharedFolder(System.String,System.Object,System.Object,System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />.</summary>
      <param name="Path"></param>
      <param name="Name"></param>
      <param name="DownloadAttachments"></param>
      <param name="UseTTL"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.NameSpaceClass.OpenSharedItem(System.String)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />.</summary>
      <param name="Path"></param>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.NameSpaceClass.OptionsPagesAdd">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NameSpaceClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.NameSpaceClass.PickFolder">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.NameSpaceClass.RefreshRemoteHeaders">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.NameSpaceClass.remove_AutoDiscoverComplete(Microsoft.Office.Interop.Outlook.NameSpaceEvents_AutoDiscoverCompleteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.NameSpaceClass.remove_OptionsPagesAdd(Microsoft.Office.Interop.Outlook.NameSpaceEvents_OptionsPagesAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.NameSpaceClass.RemoveStore(Microsoft.Office.Interop.Outlook.MAPIFolder)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />.</summary>
      <param name="Folder"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.NameSpaceClass.SendAndReceive(System.Boolean)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />.</summary>
      <param name="showProgressDialog"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NameSpaceClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NameSpaceClass.Stores">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NameSpaceClass.SyncObjects">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NameSpaceClass.Type">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.NameSpaceEvents">
      <summary>This is an event interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.NameSpaceEvents.AutoDiscoverComplete">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.NameSpaceEvents.OptionsPagesAdd(Microsoft.Office.Interop.Outlook.PropertyPages,Microsoft.Office.Interop.Outlook.MAPIFolder)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Pages"></param>
      <param name="Folder"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.NameSpaceEvents_AutoDiscoverCompleteEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.NameSpaceEvents_Event">
      <summary>This is a .NET interface created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface implements all events of earlier interfaces and any additional new events.  Use this interface only when the event you want to use shares the same name as a method of the COM object; in this case, cast to this interface to connect to the event, and cast to the primary interface to call the method. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.NameSpaceEvents_Event.add_AutoDiscoverComplete(Microsoft.Office.Interop.Outlook.NameSpaceEvents_AutoDiscoverCompleteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.NameSpaceEvents_Event.add_OptionsPagesAdd(Microsoft.Office.Interop.Outlook.NameSpaceEvents_OptionsPagesAddEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.NameSpaceEvents_Event.AutoDiscoverComplete">
      <summary>Occurs after Outlook has finished accessing the auto-discovery service of an Exchange server and has the related information available in <see cref="P:Microsoft.Office.Interop.Outlook._NameSpace.AutoDiscoverXml" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.NameSpaceEvents_Event.OptionsPagesAdd">
      <summary>Occurs whenever the Properties dialog box for a folder is opened.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.NameSpaceEvents_Event.remove_AutoDiscoverComplete(Microsoft.Office.Interop.Outlook.NameSpaceEvents_AutoDiscoverCompleteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.NameSpaceEvents_Event.remove_OptionsPagesAdd(Microsoft.Office.Interop.Outlook.NameSpaceEvents_OptionsPagesAddEventHandler)"></member>
    <member name="T:Microsoft.Office.Interop.Outlook.NameSpaceEvents_OptionsPagesAddEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Pages">The collection of property pages that have been added to the dialog box. This collection includes only custom property pages. It does not include standard Microsoft Outlook property pages.</param>
      <param name="Folder">This argument is only used with the Folder object. The Folder object for which the Properties dialog box is being opened.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.NameSpaceEvents_SinkHelper">
      <summary>This class and its members are reserved for internal use and are not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.NameSpaceEvents_SinkHelper.AutoDiscoverComplete"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.NameSpaceEvents_SinkHelper.m_AutoDiscoverCompleteDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.NameSpaceEvents_SinkHelper.m_dwCookie"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.NameSpaceEvents_SinkHelper.m_OptionsPagesAddDelegate"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.NameSpaceEvents_SinkHelper.OptionsPagesAdd(Microsoft.Office.Interop.Outlook.PropertyPages,Microsoft.Office.Interop.Outlook.MAPIFolder)">
      <param name="param0"></param>
      <param name="param1"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.NavigationFolder">
      <summary>Represents a navigation folder displayed in a navigation group of a navigation module in the Navigation Pane.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.NavigationFolderClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NavigationFolder" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NavigationFolderClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NavigationFolder" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NavigationFolderClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NavigationFolder" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NavigationFolderClass.DisplayName">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NavigationFolder" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NavigationFolderClass.Folder">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NavigationFolder" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NavigationFolderClass.IsRemovable">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NavigationFolder" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NavigationFolderClass.IsSelected">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NavigationFolder" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NavigationFolderClass.IsSideBySide">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NavigationFolder" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NavigationFolderClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NavigationFolder" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NavigationFolderClass.Position">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NavigationFolder" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NavigationFolderClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NavigationFolder" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.NavigationFolders">
      <summary>Contains a set of <see cref="T:Microsoft.Office.Interop.Outlook.NavigationFolder" /> objects that represent the navigation folders associated with a navigation group.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.NavigationFoldersClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NavigationFolders" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.NavigationFoldersClass.Add(Microsoft.Office.Interop.Outlook.MAPIFolder)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NavigationFolders" />.</summary>
      <param name="Folder"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NavigationFoldersClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NavigationFolders" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NavigationFoldersClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NavigationFolders" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NavigationFoldersClass.Count">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NavigationFolders" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NavigationFoldersClass.Item(System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NavigationFolders" />.</summary>
      <param name="Index"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NavigationFoldersClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NavigationFolders" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.NavigationFoldersClass.Remove(Microsoft.Office.Interop.Outlook.NavigationFolder)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NavigationFolders" />.</summary>
      <param name="RemovableFolder"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NavigationFoldersClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NavigationFolders" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.NavigationGroup">
      <summary>Represents a navigation group displayed by a navigation module in the Navigation Pane.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.NavigationGroupClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NavigationGroup" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NavigationGroupClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NavigationGroup" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NavigationGroupClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NavigationGroup" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NavigationGroupClass.GroupType">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NavigationGroup" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NavigationGroupClass.Name">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NavigationGroup" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NavigationGroupClass.NavigationFolders">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NavigationGroup" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NavigationGroupClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NavigationGroup" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NavigationGroupClass.Position">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NavigationGroup" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NavigationGroupClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NavigationGroup" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.NavigationGroups">
      <summary>Contains a set of <see cref="T:Microsoft.Office.Interop.Outlook.NavigationGroup" /> objects that represent the navigation groups displayed by a navigation module in the Navigation Pane.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.NavigationGroupsClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NavigationGroups" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.NavigationGroupsClass.add_NavigationFolderAdd(Microsoft.Office.Interop.Outlook.NavigationGroupsEvents_12_NavigationFolderAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.NavigationGroupsClass.add_NavigationFolderRemove(Microsoft.Office.Interop.Outlook.NavigationGroupsEvents_12_NavigationFolderRemoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.NavigationGroupsClass.add_SelectedChange(Microsoft.Office.Interop.Outlook.NavigationGroupsEvents_12_SelectedChangeEventHandler)"></member>
    <member name="P:Microsoft.Office.Interop.Outlook.NavigationGroupsClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NavigationGroups" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NavigationGroupsClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NavigationGroups" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NavigationGroupsClass.Count">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NavigationGroups" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.NavigationGroupsClass.Create(System.String)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NavigationGroups" />.</summary>
      <param name="GroupDisplayName"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.NavigationGroupsClass.Delete(Microsoft.Office.Interop.Outlook.NavigationGroup)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NavigationGroups" />.</summary>
      <param name="Group"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.NavigationGroupsClass.GetDefaultNavigationGroup(Microsoft.Office.Interop.Outlook.OlGroupType)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NavigationGroups" />.</summary>
      <param name="DefaultFolderGroup"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NavigationGroupsClass.Item(System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NavigationGroups" />.</summary>
      <param name="Index"></param>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.NavigationGroupsClass.NavigationFolderAdd">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NavigationGroups" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.NavigationGroupsClass.NavigationFolderRemove">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NavigationGroups" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NavigationGroupsClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NavigationGroups" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.NavigationGroupsClass.remove_NavigationFolderAdd(Microsoft.Office.Interop.Outlook.NavigationGroupsEvents_12_NavigationFolderAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.NavigationGroupsClass.remove_NavigationFolderRemove(Microsoft.Office.Interop.Outlook.NavigationGroupsEvents_12_NavigationFolderRemoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.NavigationGroupsClass.remove_SelectedChange(Microsoft.Office.Interop.Outlook.NavigationGroupsEvents_12_SelectedChangeEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.NavigationGroupsClass.SelectedChange">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NavigationGroups" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NavigationGroupsClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NavigationGroups" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.NavigationGroupsEvents_12">
      <summary>This is an event interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.NavigationGroupsEvents_12.NavigationFolderAdd(Microsoft.Office.Interop.Outlook.NavigationFolder)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="NavigationFolder"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.NavigationGroupsEvents_12.NavigationFolderRemove">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.NavigationGroupsEvents_12.SelectedChange(Microsoft.Office.Interop.Outlook.NavigationFolder)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="NavigationFolder"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.NavigationGroupsEvents_12_Event">
      <summary>This is a .NET interface created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface implements all events of earlier interfaces and any additional new events.  Use this interface only when the event you want to use shares the same name as a method of the COM object; in this case, cast to this interface to connect to the event, and cast to the primary interface to call the method. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.NavigationGroupsEvents_12_Event.add_NavigationFolderAdd(Microsoft.Office.Interop.Outlook.NavigationGroupsEvents_12_NavigationFolderAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.NavigationGroupsEvents_12_Event.add_NavigationFolderRemove(Microsoft.Office.Interop.Outlook.NavigationGroupsEvents_12_NavigationFolderRemoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.NavigationGroupsEvents_12_Event.add_SelectedChange(Microsoft.Office.Interop.Outlook.NavigationGroupsEvents_12_SelectedChangeEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.NavigationGroupsEvents_12_Event.NavigationFolderAdd">
      <summary>Occurs after a folder is added to a <see cref="T:Microsoft.Office.Interop.Outlook.NavigationGroups" /> collection.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.NavigationGroupsEvents_12_Event.NavigationFolderRemove">
      <summary>Occurs after a navigation folder has been removed from the <see cref="T:Microsoft.Office.Interop.Outlook.NavigationGroups" /> collection.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.NavigationGroupsEvents_12_Event.remove_NavigationFolderAdd(Microsoft.Office.Interop.Outlook.NavigationGroupsEvents_12_NavigationFolderAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.NavigationGroupsEvents_12_Event.remove_NavigationFolderRemove(Microsoft.Office.Interop.Outlook.NavigationGroupsEvents_12_NavigationFolderRemoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.NavigationGroupsEvents_12_Event.remove_SelectedChange(Microsoft.Office.Interop.Outlook.NavigationGroupsEvents_12_SelectedChangeEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.NavigationGroupsEvents_12_Event.SelectedChange">
      <summary>Occurs after the selection state is changed for a navigation folder contained in a Calendar navigation module.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.NavigationGroupsEvents_12_NavigationFolderAddEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="NavigationFolder">The navigation folder added to the collection.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.NavigationGroupsEvents_12_NavigationFolderRemoveEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.NavigationGroupsEvents_12_SelectedChangeEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="NavigationFolder">The selected navigation folder.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.NavigationGroupsEvents_12_SinkHelper">
      <summary>This class and its members are reserved for internal use and are not intended to be used in your code.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.NavigationGroupsEvents_12_SinkHelper.m_dwCookie"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.NavigationGroupsEvents_12_SinkHelper.m_NavigationFolderAddDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.NavigationGroupsEvents_12_SinkHelper.m_NavigationFolderRemoveDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.NavigationGroupsEvents_12_SinkHelper.m_SelectedChangeDelegate"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.NavigationGroupsEvents_12_SinkHelper.NavigationFolderAdd(Microsoft.Office.Interop.Outlook.NavigationFolder)">
      <param name="param0"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.NavigationGroupsEvents_12_SinkHelper.NavigationFolderRemove"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.NavigationGroupsEvents_12_SinkHelper.SelectedChange(Microsoft.Office.Interop.Outlook.NavigationFolder)">
      <param name="param0"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.NavigationModule">
      <summary>Represents a navigation module in the Navigation Pane of an explorer.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.NavigationModuleClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NavigationModule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NavigationModuleClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NavigationModule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NavigationModuleClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NavigationModule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NavigationModuleClass.Name">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NavigationModule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NavigationModuleClass.NavigationModuleType">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NavigationModule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NavigationModuleClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NavigationModule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NavigationModuleClass.Position">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NavigationModule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NavigationModuleClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NavigationModule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NavigationModuleClass.Visible">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NavigationModule" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.NavigationModules">
      <summary>Contains a read-only set of <see cref="T:Microsoft.Office.Interop.Outlook.NavigationModule" /> objects that represent the navigation modules displayed by the Navigation Pane.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.NavigationModulesClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NavigationModules" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NavigationModulesClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NavigationModules" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NavigationModulesClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NavigationModules" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NavigationModulesClass.Count">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NavigationModules" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.NavigationModulesClass.GetNavigationModule(Microsoft.Office.Interop.Outlook.OlNavigationModuleType)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NavigationModules" />.</summary>
      <param name="ModuleType"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NavigationModulesClass.Item(System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NavigationModules" />.</summary>
      <param name="Index"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NavigationModulesClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NavigationModules" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NavigationModulesClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NavigationModules" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.NavigationPane">
      <summary>Represents the Navigation Pane displayed by the active <see cref="T:Microsoft.Office.Interop.Outlook.Explorer" /> object.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.NavigationPaneClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NavigationPane" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.NavigationPaneClass.add_ModuleSwitch(Microsoft.Office.Interop.Outlook.NavigationPaneEvents_12_ModuleSwitchEventHandler)"></member>
    <member name="P:Microsoft.Office.Interop.Outlook.NavigationPaneClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NavigationPane" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NavigationPaneClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NavigationPane" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NavigationPaneClass.CurrentModule">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NavigationPane" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NavigationPaneClass.DisplayedModuleCount">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NavigationPane" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NavigationPaneClass.IsCollapsed">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NavigationPane" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NavigationPaneClass.Modules">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NavigationPane" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.NavigationPaneClass.ModuleSwitch">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NavigationPane" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NavigationPaneClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NavigationPane" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.NavigationPaneClass.remove_ModuleSwitch(Microsoft.Office.Interop.Outlook.NavigationPaneEvents_12_ModuleSwitchEventHandler)"></member>
    <member name="P:Microsoft.Office.Interop.Outlook.NavigationPaneClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NavigationPane" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.NavigationPaneEvents_12">
      <summary>This is an event interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.NavigationPaneEvents_12.ModuleSwitch(Microsoft.Office.Interop.Outlook.NavigationModule)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="CurrentModule"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.NavigationPaneEvents_12_Event">
      <summary>This is a .NET interface created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface implements all events of earlier interfaces and any additional new events.  Use this interface only when the event you want to use shares the same name as a method of the COM object; in this case, cast to this interface to connect to the event, and cast to the primary interface to call the method. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.NavigationPaneEvents_12_Event.add_ModuleSwitch(Microsoft.Office.Interop.Outlook.NavigationPaneEvents_12_ModuleSwitchEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.NavigationPaneEvents_12_Event.ModuleSwitch">
      <summary>Occurs after the selection changes for a navigation module in the <see cref="T:Microsoft.Office.Interop.Outlook.NavigationModules" /> collection of the <see cref="T:Microsoft.Office.Interop.Outlook.NavigationPane" /> object.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.NavigationPaneEvents_12_Event.remove_ModuleSwitch(Microsoft.Office.Interop.Outlook.NavigationPaneEvents_12_ModuleSwitchEventHandler)"></member>
    <member name="T:Microsoft.Office.Interop.Outlook.NavigationPaneEvents_12_ModuleSwitchEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="CurrentModule">The selected navigation module.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.NavigationPaneEvents_12_SinkHelper">
      <summary>This class and its members are reserved for internal use and are not intended to be used in your code.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.NavigationPaneEvents_12_SinkHelper.m_dwCookie"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.NavigationPaneEvents_12_SinkHelper.m_ModuleSwitchDelegate"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.NavigationPaneEvents_12_SinkHelper.ModuleSwitch(Microsoft.Office.Interop.Outlook.NavigationModule)">
      <param name="param0"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.NewItemAlertRuleAction">
      <summary>Represents an action that displays a new item alert to the user.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.NewItemAlertRuleActionClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NewItemAlertRuleAction" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NewItemAlertRuleActionClass.ActionType">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NewItemAlertRuleAction" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NewItemAlertRuleActionClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NewItemAlertRuleAction" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NewItemAlertRuleActionClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NewItemAlertRuleAction" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NewItemAlertRuleActionClass.Enabled">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NewItemAlertRuleAction" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NewItemAlertRuleActionClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NewItemAlertRuleAction" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NewItemAlertRuleActionClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NewItemAlertRuleAction" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NewItemAlertRuleActionClass.Text">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NewItemAlertRuleAction" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.NoteItem">
      <summary>Represents a note in a Notes folder.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.NoteItemClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NoteItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NoteItemClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NoteItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NoteItemClass.AutoResolvedWinner">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NoteItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NoteItemClass.Body">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NoteItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NoteItemClass.Categories">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NoteItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NoteItemClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NoteItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.NoteItemClass.Close(Microsoft.Office.Interop.Outlook.OlInspectorClose)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NoteItem" />.</summary>
      <param name="SaveMode"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NoteItemClass.Color">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NoteItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NoteItemClass.Conflicts">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NoteItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.NoteItemClass.Copy">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NoteItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NoteItemClass.CreationTime">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NoteItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.NoteItemClass.Delete">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NoteItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.NoteItemClass.Display(System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NoteItem" />.</summary>
      <param name="Modal"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NoteItemClass.DownloadState">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NoteItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NoteItemClass.EntryID">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NoteItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NoteItemClass.GetInspector">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NoteItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NoteItemClass.Height">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NoteItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NoteItemClass.IsConflict">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NoteItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NoteItemClass.ItemProperties">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NoteItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NoteItemClass.LastModificationTime">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NoteItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NoteItemClass.Left">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NoteItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NoteItemClass.Links">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NoteItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NoteItemClass.MarkForDownload">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NoteItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NoteItemClass.MessageClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NoteItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.NoteItemClass.Move(Microsoft.Office.Interop.Outlook.MAPIFolder)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NoteItem" />.</summary>
      <param name="DestFldr"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NoteItemClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NoteItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.NoteItemClass.PrintOut">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NoteItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NoteItemClass.PropertyAccessor">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NoteItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.NoteItemClass.Save">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NoteItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.NoteItemClass.SaveAs(System.String,System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NoteItem" />.</summary>
      <param name="Path"></param>
      <param name="Type"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NoteItemClass.Saved">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NoteItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NoteItemClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NoteItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NoteItemClass.Size">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NoteItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NoteItemClass.Subject">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NoteItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NoteItemClass.Top">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NoteItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NoteItemClass.Width">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NoteItem" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.NotesModule">
      <summary>Represents the Notes navigation module in the Navigation Pane of an explorer.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.NotesModuleClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NotesModule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NotesModuleClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NotesModule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NotesModuleClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NotesModule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NotesModuleClass.Name">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NotesModule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NotesModuleClass.NavigationGroups">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NotesModule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NotesModuleClass.NavigationModuleType">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NotesModule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NotesModuleClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NotesModule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NotesModuleClass.Position">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NotesModule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NotesModuleClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NotesModule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.NotesModuleClass.Visible">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.NotesModule" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlAccountType">
      <summary>Specifies the type of an <see cref="T:Microsoft.Office.Interop.Outlook.Account" />.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlAccountType.olExchange">
      <summary>An Exchange account.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlAccountType.olImap">
      <summary>An IMAP account.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlAccountType.olPop3">
      <summary>A POP3 account.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlAccountType.olHttp">
      <summary>An HTTP account.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlAccountType.olOtherAccount">
      <summary>Other or unknown account.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlActionCopyLike">
      <summary>Specifies how item properties will be copied.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlActionCopyLike.olReply">
      <summary>Properties of the new item will be set such that the new item is a reply to the original item.    If creating a new <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />, the value of the original To field will be copied to  the SenderEmailAddress property of the new item, the CC field will be blank and the Subject field of the new item will be the original Subject with a prefix such as "RE:" (see <see cref="P:Microsoft.Office.Interop.Outlook.Action.Prefix" /> property) added.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlActionCopyLike.olReplyAll">
      <summary>Properties of the new item will be set such that the new item is a reply to all of the senders of the original item.  If creating a new <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />, the value of the SenderEmailAddress and CC properties will be copied to  the To property of the new item and the Subject property of the new item will be the Subject of the original item with a prefix such as "RE:" (see <see cref="P:Microsoft.Office.Interop.Outlook.Action.Prefix" /> property) added.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlActionCopyLike.olForward">
      <summary>Properties of the new item will be set such that the new item is a forward of the original item.  If creating a new <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" />, the value of the To and CC properties in the new item will be empty and the Subject property of the new item will be the original Subject with a prefix such as "FW:" (see <see cref="P:Microsoft.Office.Interop.Outlook.Action.Prefix" /> property) added.    The   attachments on the original item will be copied to the new item.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlActionCopyLike.olReplyFolder">
      <summary>  If creating a new <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" /> based on an old one, the Post To property of the new item will contain the active folder address, the Subject property of the original item will be copied to the ConversationTopic property of the new item, and the Subject property of the new item will be empty.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlActionCopyLike.olRespond">
      <summary>Used exclusively for voting button actions.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlActionReplyStyle">
      <summary>Specifies the reply style.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlActionReplyStyle.olOmitOriginalText">
      <summary>The reply will not include any references to the original item or its text.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlActionReplyStyle.olEmbedOriginalItem">
      <summary>The reply will include the original item embedded in it. </summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlActionReplyStyle.olIncludeOriginalText">
      <summary>The reply will include the text of the original item.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlActionReplyStyle.olIndentOriginalText">
      <summary>The reply will include the indented text of the original item.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlActionReplyStyle.olLinkOriginalItem">
      <summary>The reply will include a link to the original item.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlActionReplyStyle.olUserPreference">
      <summary>The reply style will be set based on the user's preference.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlActionReplyStyle.olReplyTickOriginalText">
      <summary>The reply will include the original text with each line preceded by a symbol such as "&gt;".</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlActionResponseStyle">
      <summary>Specifies the response style.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlActionResponseStyle.olOpen">
      <summary>Indicates that a form will be opened.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlActionResponseStyle.olSend">
      <summary>Indicates that the form will be sent immediately.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlActionResponseStyle.olPrompt">
      <summary>Indicates that the user will be prompted to open or send the form.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlActionShowOn">
      <summary>Identifies where an <see cref="T:Microsoft.Office.Interop.Outlook.Action" /> is displayed as an available action.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlActionShowOn.olDontShow">
      <summary>Indicates that the Action will not be displayed on the menu or toolbar.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlActionShowOn.olMenu">
      <summary>Indicates that the Action will be displayed as an available action on the menu.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlActionShowOn.olMenuAndToolbar">
      <summary>Indicates that the Action will be displayed as an available action on the menu and the toolbar.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlAddressEntryUserType">
      <summary>Represents the type of user for the <see cref="T:Microsoft.Office.Interop.Outlook.AddressEntry" /> or object derived from AddressEntry.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlAddressEntryUserType.olExchangeUserAddressEntry">
      <summary>An Exchange user that belongs to the same Exchange  forest.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlAddressEntryUserType.olExchangeDistributionListAddressEntry">
      <summary>An address entry that is an Exchange distribution list.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlAddressEntryUserType.olExchangePublicFolderAddressEntry">
      <summary>An address entry that is an Exchange public folder.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlAddressEntryUserType.olExchangeAgentAddressEntry">
      <summary>An address entry that is an Exchange agent.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlAddressEntryUserType.olExchangeOrganizationAddressEntry">
      <summary>An address entry that is an Exchange organization.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlAddressEntryUserType.olExchangeRemoteUserAddressEntry">
      <summary>An Exchange user that belongs to a different Exchange forest.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlAddressEntryUserType.olOutlookContactAddressEntry">
      <summary>An address entry in an Outlook Contacts folder.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlAddressEntryUserType.olOutlookDistributionListAddressEntry">
      <summary>An address entry that is an Outlook distribution list.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlAddressEntryUserType.olLdapAddressEntry">
      <summary>An address entry that uses the Lightweight Directory Access Protocol (LDAP).</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlAddressEntryUserType.olSmtpAddressEntry">
      <summary>An address entry that uses the Simple Mail Transfer Protocol (SMTP).</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlAddressEntryUserType.olOtherAddressEntry">
      <summary>A custom or some other type of address entry such as FAX.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlAddressListType">
      <summary>Represents the type of <see cref="T:Microsoft.Office.Interop.Outlook.AddressList" />.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlAddressListType.olExchangeGlobalAddressList">
      <summary>An Exchange Global Address List.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlAddressListType.olExchangeContainer">
      <summary>A container for address lists on an Exchange server.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlAddressListType.olOutlookAddressList">
      <summary>An address list that corresponds to the Outlook Contacts Address Book.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlAddressListType.olOutlookLdapAddressList">
      <summary>An address list that uses the Lightweight Directory Access Protocol (LDAP).</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlAddressListType.olCustomAddressList">
      <summary>A custom address book provider.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlAlign">
      <summary>Specifies the alignment for the <see cref="P:Microsoft.Office.Interop.Outlook._ColumnFormat.Label" /> property of the <see cref="T:Microsoft.Office.Interop.Outlook.ColumnFormat" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlAlign.olAlignLeft">
      <summary>Indicates that the label for the specified column should be left-aligned.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlAlign.olAlignCenter">
      <summary>Indicates that the label for the specified column should be centered.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlAlign.olAlignRight">
      <summary>Indicates that the label for the specified column should be right-aligned.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlAlignment">
      <summary>Specifies how a caption is aligned with the edge of a control.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlAlignment.olAlignmentLeft">
      <summary>Places the caption to the left of the control.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlAlignment.olAlignmentRight">
      <summary>Places the caption to the right of the control.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlAlwaysDeleteConversation">
      <summary>Specifies constants that determine whether new items of the conversation are always moved to the Deleted Items folder of the specified delivery store.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlAlwaysDeleteConversation.olDoNotDelete">
      <summary>New items joining the conversation are not moved to the Deleted Items folder on the specified delivery store, and existing conversation items in the Deleted Items folder are moved to the Inbox.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlAlwaysDeleteConversation.olAlwaysDelete">
      <summary>New items of the conversation are always moved to the Deleted Items folder for the store that contains the items</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlAlwaysDeleteConversation.olAlwaysDeleteUnsupported">
      <summary>The specified store does not support the action of always moving items to the Deleted Items folder of that store.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlAppointmentCopyOptions">
      <summary>Specifies what actions to take when copying an <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" /> object to a folder.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlAppointmentCopyOptions.olPromptUser">
      <summary>Copies the appointment to the destination folder and prompts the user to accept the request before completing the copy operation.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlAppointmentCopyOptions.olCreateAppointment">
      <summary>Creates an appointment in the destination folder without defaulting to a response or prompting for a response.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlAppointmentCopyOptions.olCopyAsAccept">
      <summary>Creates an appointment in the destination folder and accepts the meeting request automatically.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlAppointmentTimeField">
      <summary>Specifies the time field in an appointment that the control is bound to.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlAppointmentTimeField.olAppointmentTimeFieldNone">
      <summary>The control is not bound. </summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlAppointmentTimeField.olAppointmentTimeFieldStart">
      <summary>The control is bound to the start time of the appointment.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlAppointmentTimeField.olAppointmentTimeFieldEnd">
      <summary>The control is bound to the end time of the appointment. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlAttachmentBlockLevel">
      <summary>Specifies whether there is any restriction on the type of attachments for an item.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlAttachmentBlockLevel.olAttachmentBlockLevelNone">
      <summary>There is no restriction on the type of the attachment based on its file extension.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlAttachmentBlockLevel.olAttachmentBlockLevelOpen">
      <summary>There is a restriction on the type of the attachment based on its file extension such that users must first save the attachment to disk before opening it.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlAttachmentType">
      <summary>Specifies the attachment type.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlAttachmentType.olByValue">
      <summary>The attachment is a copy of the  original file and can be accessed even if the original file is removed.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlAttachmentType.olByReference">
      <summary>The attachment is a shortcut to the location of the original file.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlAttachmentType.olEmbeddeditem">
      <summary>The attachment is an Outlook message format file (.msg) and is a copy of the original message.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlAttachmentType.olOLE">
      <summary>The attachment is an OLE document.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlAutoDiscoverConnectionMode">
      <summary>Specifies the type of connection to the Exchange server for the auto-discovery service.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlAutoDiscoverConnectionMode.olAutoDiscoverConnectionUnknown">
      <summary>Other or unknown connection, or no connection.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlAutoDiscoverConnectionMode.olAutoDiscoverConnectionExternal">
      <summary>Connection  is over the Internet.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlAutoDiscoverConnectionMode.olAutoDiscoverConnectionInternal">
      <summary>Connection  is over the Intranet.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlAutoDiscoverConnectionMode.olAutoDiscoverConnectionInternalDomain">
      <summary>Connection  is in the same domain over the Intranet.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlAutoPreview">
      <summary>Indicates how items will be automatically previewed.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlAutoPreview.olAutoPreviewAll">
      <summary>All items are automatically previewed. </summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlAutoPreview.olAutoPreviewUnread">
      <summary>            Only unread items are automatically previewed.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlAutoPreview.olAutoPreviewNone">
      <summary>No items are automatically previewed.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlBackStyle">
      <summary>Specifies how the background of a control is rendered.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlBackStyle.olBackStyleTransparent">
      <summary>Indicates that the background color of the control is the background color of the parent control.  It is not a truly transparent display.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlBackStyle.olBackStyleOpaque">
      <summary>Indicates the background color of the control is rendered.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlBodyFormat">
      <summary>Specifies the format of the body text of an item.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlBodyFormat.olFormatUnspecified">
      <summary>Unspecified format</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlBodyFormat.olFormatPlain">
      <summary>Plain format</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlBodyFormat.olFormatHTML">
      <summary>HTML format</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlBodyFormat.olFormatRichText">
      <summary>Rich text format</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlBorderStyle">
      <summary>Specifies how the border of a control is rendered.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlBorderStyle.olBorderStyleNone">
      <summary>The control is rendered without any border.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlBorderStyle.olBorderStyleSingle">
      <summary>The control is rendered with a single-line border.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlBusinessCardType">
      <summary>Identifies the type of Electronic Business Card (EBC) format associated with a <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlBusinessCardType.olBusinessCardTypeOutlook">
      <summary>Indicates that the ContactItem object uses the Microsoft Outlook format for the associated Electronic Business Card.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlBusinessCardType.olBusinessCardTypeInterConnect">
      <summary>Indicates that the ContactItem uses the Microsoft Office InterConnect format for the associated Electronic Business Card.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlBusyStatus">
      <summary>Indicates a user's availability.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlBusyStatus.olFree">
      <summary>The user is available.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlBusyStatus.olTentative">
      <summary>The user has a tentative appointment scheduled.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlBusyStatus.olBusy">
      <summary>The user is busy.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlBusyStatus.olOutOfOffice">
      <summary>The user is out of office.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlCalendarDetail">
      <summary>Indicates the level of detail for calendar items that will be exported to an iCalendar (.ics) file. </summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlCalendarDetail.olFreeBusyOnly">
      <summary>Only free/busy information is exported to the iCalendar file.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlCalendarDetail.olFreeBusyAndSubject">
      <summary>Free/busy information and the appointment subjects are exported to the iCalendar file. </summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlCalendarDetail.olFullDetails">
      <summary>Full details of each appointment item are exported to the iCalendar file. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlCalendarMailFormat">
      <summary>Determines the format of the calendar information in the body of the <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" /> created by the <see cref="M:Microsoft.Office.Interop.Outlook._CalendarSharing.ForwardAsICal(Microsoft.Office.Interop.Outlook.OlCalendarMailFormat)" /> method.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlCalendarMailFormat.olCalendarMailFormatDailySchedule">
      <summary>The calendar information is formatted as a daily schedule of appointments, containing an hour-by-hour breakdown of the calendar, showing both free and busy time blocks along with working-hour information.  This layout is intended to help show recipients which times you are available.  </summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlCalendarMailFormat.olCalendarMailFormatEventList">
      <summary>The calendar information is formatted as a list of events, containing a list of the calendar appointments without showing any time blocks.  This layout is intended to help show recipients the events scheduled for a given time period.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlCalendarViewMode">
      <summary>Indicates the view mode specified in the <see cref="P:Microsoft.Office.Interop.Outlook._CalendarView.CalendarViewMode" /> property of the <see cref="T:Microsoft.Office.Interop.Outlook.CalendarView" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlCalendarViewMode.olCalendarViewDay">
      <summary>Displays a single day.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlCalendarViewMode.olCalendarViewWeek">
      <summary>Displays a 7-day week.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlCalendarViewMode.olCalendarViewMonth">
      <summary>Displays a month.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlCalendarViewMode.olCalendarViewMultiDay">
      <summary>Displays a number of days equal to the <see cref="P:Microsoft.Office.Interop.Outlook._CalendarView.DaysInMultiDayMode" /> property value of the  CalendarView object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlCalendarViewMode.olCalendarView5DayWeek">
      <summary>Displays a 5-day week.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlCategoryColor">
      <summary>Indicates the color specified in the <see cref="P:Microsoft.Office.Interop.Outlook._Category.Color" /> property of the <see cref="T:Microsoft.Office.Interop.Outlook.Category" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlCategoryColor.olCategoryColorNone">
      <summary>No color assigned.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlCategoryColor.olCategoryColorRed">
      <summary>Red</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlCategoryColor.olCategoryColorOrange">
      <summary>Orange</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlCategoryColor.olCategoryColorPeach">
      <summary>Peach</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlCategoryColor.olCategoryColorYellow">
      <summary>Yellow</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlCategoryColor.olCategoryColorGreen">
      <summary>Green</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlCategoryColor.olCategoryColorTeal">
      <summary>Teal</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlCategoryColor.olCategoryColorOlive">
      <summary>Olive</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlCategoryColor.olCategoryColorBlue">
      <summary>Blue</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlCategoryColor.olCategoryColorPurple">
      <summary>Purple</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlCategoryColor.olCategoryColorMaroon">
      <summary>Maroon</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlCategoryColor.olCategoryColorSteel">
      <summary>Steel</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlCategoryColor.olCategoryColorDarkSteel">
      <summary>Dark Steel</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlCategoryColor.olCategoryColorGray">
      <summary>Gray</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlCategoryColor.olCategoryColorDarkGray">
      <summary>Dark Gray</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlCategoryColor.olCategoryColorBlack">
      <summary>Black</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlCategoryColor.olCategoryColorDarkRed">
      <summary>Dark Red</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlCategoryColor.olCategoryColorDarkOrange">
      <summary>Dark Orange</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlCategoryColor.olCategoryColorDarkPeach">
      <summary>Dark Peach</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlCategoryColor.olCategoryColorDarkYellow">
      <summary>Dark Yellow</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlCategoryColor.olCategoryColorDarkGreen">
      <summary>Dark Green</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlCategoryColor.olCategoryColorDarkTeal">
      <summary>Dark Teal</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlCategoryColor.olCategoryColorDarkOlive">
      <summary>Dark Olive</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlCategoryColor.olCategoryColorDarkBlue">
      <summary>Dark Blue</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlCategoryColor.olCategoryColorDarkPurple">
      <summary>Dark Purple</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlCategoryColor.olCategoryColorDarkMaroon">
      <summary>Dark Maroon</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlCategoryShortcutKey">
      <summary>Identifies the shortcut key specified for the <see cref="P:Microsoft.Office.Interop.Outlook._Category.ShortcutKey" /> property of the <see cref="T:Microsoft.Office.Interop.Outlook.Category" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlCategoryShortcutKey.olCategoryShortcutKeyNone">
      <summary>No shortcut key specified.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlCategoryShortcutKey.olCategoryShortcutKeyCtrlF2">
      <summary>CTRL+F2</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlCategoryShortcutKey.olCategoryShortcutKeyCtrlF3">
      <summary>CTRL+F3</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlCategoryShortcutKey.olCategoryShortcutKeyCtrlF4">
      <summary>CTRL+F4</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlCategoryShortcutKey.olCategoryShortcutKeyCtrlF5">
      <summary>CTRL+F5</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlCategoryShortcutKey.olCategoryShortcutKeyCtrlF6">
      <summary>CTRL+F6</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlCategoryShortcutKey.olCategoryShortcutKeyCtrlF7">
      <summary>CTRL+F7</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlCategoryShortcutKey.olCategoryShortcutKeyCtrlF8">
      <summary>CTRL+F8</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlCategoryShortcutKey.olCategoryShortcutKeyCtrlF9">
      <summary>CTRL+F9</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlCategoryShortcutKey.olCategoryShortcutKeyCtrlF10">
      <summary>CTRL+F10</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlCategoryShortcutKey.olCategoryShortcutKeyCtrlF11">
      <summary>CTRL+F11</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlCategoryShortcutKey.olCategoryShortcutKeyCtrlF12">
      <summary>CTRL+F12</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlColor">
      <summary>Constants representing colors.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlColor.olAutoColor">
      <summary>Color is based on OS preferences</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlColor.olColorBlack">
      <summary>Black</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlColor.olColorMaroon">
      <summary>Maroon</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlColor.olColorGreen">
      <summary>Green</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlColor.olColorOlive">
      <summary>Olive</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlColor.olColorNavy">
      <summary>Navy</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlColor.olColorPurple">
      <summary>Purple</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlColor.olColorTeal">
      <summary>Teal</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlColor.olColorGray">
      <summary>Gray</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlColor.olColorSilver">
      <summary>Silver</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlColor.olColorRed">
      <summary>Red</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlColor.olColorLime">
      <summary>Lime</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlColor.olColorYellow">
      <summary>Yellow</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlColor.olColorBlue">
      <summary>Blue</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlColor.olColorFuchsia">
      <summary>Fuschsia</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlColor.olColorAqua">
      <summary>Aqua</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlColor.olColorWhite">
      <summary>White</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlComboBoxStyle">
      <summary>Indicates the behavior of  a combo box control.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlComboBoxStyle.olComboBoxStyleCombo">
      <summary>Indicates that the combo box behaves like a traditional combo box in which the user can type a value in the edit box or select a value from the drop-down list.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlComboBoxStyle.olComboBoxStyleList">
      <summary>Indicates that the combo box behaves like a drop-down list from which the user can only select a value.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlContactPhoneNumber">
      <summary>Specfies the telephone number type.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlContactPhoneNumber.olContactPhoneAssistant">
      <summary>Telephone number of the person who is the assistant for the contact</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlContactPhoneNumber.olContactPhoneBusiness">
      <summary>Business telephone number</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlContactPhoneNumber.olContactPhoneBusiness2">
      <summary>Second business telephone number</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlContactPhoneNumber.olContactPhoneBusinessFax">
      <summary>Business fax number</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlContactPhoneNumber.olContactPhoneCallback">
      <summary>Callback telephone number</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlContactPhoneNumber.olContactPhoneCar">
      <summary>Car telephone number</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlContactPhoneNumber.olContactPhoneCompany">
      <summary>Main company telephone number</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlContactPhoneNumber.olContactPhoneHome">
      <summary>Home telephone number</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlContactPhoneNumber.olContactPhoneHome2">
      <summary>Second home telephone number</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlContactPhoneNumber.olContactPhoneHomeFax">
      <summary>Home fax number</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlContactPhoneNumber.olContactPhoneISDN">
      <summary>Integrated Services Digital Network (ISDN) phone number</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlContactPhoneNumber.olContactPhoneMobile">
      <summary>Mobile telephone number</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlContactPhoneNumber.olContactPhoneOther">
      <summary>Other telephone number</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlContactPhoneNumber.olContactPhoneOtherFax">
      <summary>Other fax number</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlContactPhoneNumber.olContactPhonePager">
      <summary>Pager telephone number</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlContactPhoneNumber.olContactPhonePrimary">
      <summary>Primary telephone number</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlContactPhoneNumber.olContactPhoneRadio">
      <summary>Radio telephone number</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlContactPhoneNumber.olContactPhoneTelex">
      <summary>Telex telephone number</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlContactPhoneNumber.olContactPhoneTTYTTD">
      <summary>TTD/TTY (Teletypewriting Device for the Deaf/Teletypewriter) telephone number</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlContextMenu">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlContextMenu.olItemContextMenu">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlContextMenu.olViewContextMenu">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlContextMenu.olFolderContextMenu">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlContextMenu.olAttachmentContextMenu">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlContextMenu.olStoreContextMenu">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlContextMenu.olShortcutContextMenu">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlDaysOfWeek">
      <summary>Constants representing days of the week.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlDaysOfWeek.olSunday">
      <summary>Sunday</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlDaysOfWeek.olMonday">
      <summary>Monday</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlDaysOfWeek.olTuesday">
      <summary>Tuesday</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlDaysOfWeek.olWednesday">
      <summary>Wednesday</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlDaysOfWeek.olThursday">
      <summary>Thursday</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlDaysOfWeek.olFriday">
      <summary>Friday</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlDaysOfWeek.olSaturday">
      <summary>Saturday</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlDayWeekTimeScale">
      <summary>Specifies the scale of time periods used to display Outlook items in a <see cref="T:Microsoft.Office.Interop.Outlook.CalendarView" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlDayWeekTimeScale.olTimeScale5Minutes">
      <summary>Indicates that each time period represents 5 minutes.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlDayWeekTimeScale.olTimeScale6Minutes">
      <summary>Indicates that each time period represents 6 minutes.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlDayWeekTimeScale.olTimeScale10Minutes">
      <summary>Indicates that each time period represents 10 minutes.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlDayWeekTimeScale.olTimeScale15Minutes">
      <summary>Indicates that each time period represents 15 minutes.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlDayWeekTimeScale.olTimeScale30Minutes">
      <summary>Indicates that each time period represents 30 minutes.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlDayWeekTimeScale.olTimeScale60Minutes">
      <summary>Indicates that each time period represents 60 minutes.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlDefaultExpandCollapseSetting">
      <summary>Specifies the expand/collapse default value specified in the <see cref="P:Microsoft.Office.Interop.Outlook._TableView.DefaultExpandCollapseSetting" /> property of the <see cref="T:Microsoft.Office.Interop.Outlook.TableView" /> and <see cref="T:Microsoft.Office.Interop.Outlook.TimelineView" /> objects.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlDefaultExpandCollapseSetting.olAllExpanded">
      <summary>All groups are expanded when the view is initially displayed.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlDefaultExpandCollapseSetting.olAllCollapsed">
      <summary>All groups are collapsed when the view is initially displayed.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlDefaultExpandCollapseSetting.olLastViewed">
      <summary>Groups are displayed expanded or collapsed depending on the state the groups were in when the view was last closed.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlDefaultFolders">
      <summary>Specifies the folder type for the current Microsoft Outlook profile.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlDefaultFolders.olFolderDeletedItems">
      <summary>The Deleted Items folder.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlDefaultFolders.olFolderOutbox">
      <summary>The Outbox folder.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlDefaultFolders.olFolderSentMail">
      <summary>The Sent Mail folder.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlDefaultFolders.olFolderInbox">
      <summary>The Inbox folder.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlDefaultFolders.olFolderCalendar">
      <summary>The Calendar folder.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlDefaultFolders.olFolderContacts">
      <summary>The Contacts folder.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlDefaultFolders.olFolderJournal">
      <summary>The Journal folder.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlDefaultFolders.olFolderNotes">
      <summary>The Notes folder.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlDefaultFolders.olFolderTasks">
      <summary>The Tasks folder.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlDefaultFolders.olFolderDrafts">
      <summary>The Drafts folder.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlDefaultFolders.olPublicFoldersAllPublicFolders">
      <summary>The All Public Folders folder in the Exchange Public Folders store. Only available for an Exchange account.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlDefaultFolders.olFolderConflicts">
      <summary>The Conflicts folder (subfolder of Sync Issues folder). Only available for an Exchange account.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlDefaultFolders.olFolderSyncIssues">
      <summary>The Sync Issues folder.  Only available for an Exchange account.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlDefaultFolders.olFolderLocalFailures">
      <summary>The Local Failures folder (subfolder of Sync Issues folder). Only available for an Exchange account.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlDefaultFolders.olFolderServerFailures">
      <summary>The Server Failures folder (subfolder of Sync Issues folder). Only available for an Exchange account.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlDefaultFolders.olFolderJunk">
      <summary>The Junk E-Mail folder.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlDefaultFolders.olFolderRssFeeds">
      <summary>The RSS Feeds folder.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlDefaultFolders.olFolderToDo">
      <summary>The To Do folder.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlDefaultFolders.olFolderManagedEmail">
      <summary>The top-level folder in the Managed Folders group. For more information on Managed Folders, see Help in Outlook. Only available for an Exchange account.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlDefaultFolders.olFolderSuggestedContacts">
      <summary>The Suggested Contacts folder.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlDefaultSelectNamesDisplayMode">
      <summary>Specifies the default caption, the number of buttons, the button labels, and the address lists  to display in the Select Names dialog box without requiring a resource file for any localized caption and labels.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlDefaultSelectNamesDisplayMode.olDefaultMail">
      <summary>Displays three edit boxes for To, Cc, and Bcc recipients, uses localized strings representing "To", "Cc", and "Bcc" for To, Cc, and Bcc buttons, and localized string representing "Select Names" for the caption. Sets AllowMultipleSelection to True and NumberOfRecipientSelectors to olToCcBcc.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlDefaultSelectNamesDisplayMode.olDefaultMeeting">
      <summary>Displays three edit boxes for Required, Optional, and Resource recipients, uses localized strings representing "Required", "Optional", and "Resources" for the To, Cc, and Bcc buttons, and localized string representing "Select Attendees and Resources" for the caption. Sets AllowMultipleSelection to True and NumberOfRecipientSelectors to olToCcBcc.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlDefaultSelectNamesDisplayMode.olDefaultSharingRequest">
      <summary>Displays one edit box for To recipients, uses localized string representing "To" for To button, and localized string representing "Select Names" for caption. CcLabel and BccLabel are set to an empty string. Sets AllowMultipleSelection to True and NumberOfRecipientSelectors to olTo.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlDefaultSelectNamesDisplayMode.olDefaultTask">
      <summary>Displays one edit box for To recipients, uses localized string representing "To" for To button, and localized string representing "Select Task Recipient" for caption. CcLabel and BccLabel are set to an empty string. Sets AllowMultipleSelection to True and NumberOfRecipientSelectors to olTo.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlDefaultSelectNamesDisplayMode.olDefaultMembers">
      <summary>Displays one edit box for To recipients, uses localized string representing "To" for the To button, and localized string representing "Select Members" for caption. CcLabel and BccLabel are set to an empty string. Sets AllowMultipleSelection to True and NumberOfRecipientSelectors to olTo.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlDefaultSelectNamesDisplayMode.olDefaultDelegates">
      <summary>Displays one edit box for To recipients, uses localized string representing "Add" for the To button, and localized string representing "Add Users" for the caption. CcLabel and BccLabel are set to an empty string. Sets <see cref="P:Microsoft.Office.Interop.Outlook._SelectNamesDialog.AllowMultipleSelection" /> to  True and <see cref="P:Microsoft.Office.Interop.Outlook._SelectNamesDialog.NumberOfRecipientSelectors" /> to olTo.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlDefaultSelectNamesDisplayMode.olDefaultSingleName">
      <summary>Displays no edit boxes for recipients, uses localized string representing "Select Name" for caption. ToLabel, CcLabel, and Bcc label are set to an empty string. Sets AllowMultipleSelection to False and NumberOfRecipientSelectors to olNone. </summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlDefaultSelectNamesDisplayMode.olDefaultPickRooms">
      <summary>Displays one edit box for Resource recipients, uses localized string representing "Rooms" for To button, and localized string representing "Select Rooms" for caption. CcLabel and BccLabel are set to an empty string. Sets AllowMultipleSelection to True and NumberOfRecipientSelectors to olShowTo. InitialDisplayList is set to the Global Address List.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlDisplayType">
      <summary>Describes the nature of the address.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlDisplayType.olUser">
      <summary>User address</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlDisplayType.olDistList">
      <summary>Exchange distribution list</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlDisplayType.olForum">
      <summary>Forum address</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlDisplayType.olAgent">
      <summary>Agent address</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlDisplayType.olOrganization">
      <summary>Organization address</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlDisplayType.olPrivateDistList">
      <summary>Outlook private distribution list</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlDisplayType.olRemoteUser">
      <summary>Remote user address</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlDownloadState">
      <summary>Indicates the download state.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlDownloadState.olHeaderOnly">
      <summary>Only the header has been downloaded.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlDownloadState.olFullItem">
      <summary>Full item has been downloaded.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlDragBehavior">
      <summary>Specifies the drag behavior of a control.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlDragBehavior.olDragBehaviorDisabled">
      <summary>The control does not support drag-and-drop activities.  It will always display the "no" cursor when an item is dragged over the control.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlDragBehavior.olDragBehaviorEnabled">
      <summary>The control can support drag-and-drop activities.  Use the drag and drop events to control this behavior.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlEditorType">
      <summary>Specifies the editor type.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlEditorType.olEditorText">
      <summary>Text editor</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlEditorType.olEditorHTML">
      <summary>HTML editor</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlEditorType.olEditorRTF">
      <summary>Real Text Format (RTF) editor</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlEditorType.olEditorWord">
      <summary>Microsoft Office Word editor</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlEnterFieldBehavior">
      <summary>Specifies the behavior when focus enters a control.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlEnterFieldBehavior.olEnterFieldBehaviorSelectAll">
      <summary>The contents of the control are selected and any previous selection is ignored.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlEnterFieldBehavior.olEnterFieldBehaviorRecallSelection">
      <summary>The previous selection is displayed.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlExchangeConnectionMode">
      <summary>Specifies whether the account is connected to an Exchange server and if so, the connection mode.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlExchangeConnectionMode.olNoExchange">
      <summary>The account does not use an Exchange server.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlExchangeConnectionMode.olOffline">
      <summary>The account is not connected to an Exchange server and is in the classic offline mode.  This also occurs when the user selects   Work Offline from the File menu.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlExchangeConnectionMode.olCachedOffline">
      <summary>The account is using cached Exchange mode and the user has selected   Work Offline from the File menu.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlExchangeConnectionMode.olDisconnected">
      <summary>The account has a disconnected connection to the Exchange server. </summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlExchangeConnectionMode.olCachedDisconnected">
      <summary>The account is using cached Exchange mode with a disconnected connection to the Exchange server. </summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlExchangeConnectionMode.olCachedConnectedHeaders">
      <summary>The account is using cached Exchange mode on a dial-up or slow connection with the Exchange server, such that only headers are downloaded. Full item bodies and attachments remain on the server. The user can also select this state manually regardless of connection speed.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlExchangeConnectionMode.olCachedConnectedDrizzle">
      <summary>The account is using cached Exchange mode such that headers are downloaded first, followed by the bodies and attachments of full items.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlExchangeConnectionMode.olCachedConnectedFull">
      <summary>The account is using cached Exchange mode on a Local Area Network or a fast connection with the Exchange server. The user can also select this state manually, disabling auto-detect logic and always downloading full items regardless of connection speed.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlExchangeConnectionMode.olOnline">
      <summary>The account is connected to an Exchange server and is in the classic online mode. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlExchangeStoreType">
      <summary>Specifies the type of Exchange store.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlExchangeStoreType.olPrimaryExchangeMailbox">
      <summary>Specifies a primary Exchange mailbox store.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlExchangeStoreType.olExchangeMailbox">
      <summary>Specifies  an Exchange delegate mailbox store.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlExchangeStoreType.olExchangePublicFolder">
      <summary>Specifies an Exchange Public Folder store.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlExchangeStoreType.olNotExchange">
      <summary>Specifies that the store is not an Exchange store.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlExchangeStoreType.olAdditionalExchangeMailbox">
      <summary>Specifies an additional Exchange mailbox store.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlFlagIcon">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlFlagIcon.olNoFlagIcon">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlFlagIcon.olPurpleFlagIcon">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlFlagIcon.olOrangeFlagIcon">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlFlagIcon.olGreenFlagIcon">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlFlagIcon.olYellowFlagIcon">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlFlagIcon.olBlueFlagIcon">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlFlagIcon.olRedFlagIcon">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlFlagStatus">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlFlagStatus.olNoFlag">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlFlagStatus.olFlagComplete">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlFlagStatus.olFlagMarked">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlFolderDisplayMode">
      <summary>Specifies the folder display mode.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlFolderDisplayMode.olFolderDisplayNormal">
      <summary>Folder is displayed with navigation pane on the left and folder contents on the right.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlFolderDisplayMode.olFolderDisplayFolderOnly">
      <summary>Only the contents of the selected folder are displayed.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlFolderDisplayMode.olFolderDisplayNoNavigation">
      <summary>Folder contents are displayed but no navigation pane is shown.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlFormatCurrency">
      <summary>Indicates the format used to display currency Outlook item properties.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlFormatCurrency.olFormatCurrencyDecimal">
      <summary>Displays currency values with decimal places.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlFormatCurrency.olFormatCurrencyNonDecimal">
      <summary>Displays currency values without decimal places, rounding the currency value to the nearest integer.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlFormatDateTime">
      <summary>Indicates the format used to display Date/Time Outlook item properties.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlFormatDateTime.olFormatDateTimeLongDayDateTime">
      <summary>Displays a  long date and long time according to your locale's format.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlFormatDateTime.olFormatDateTimeShortDateTime">
      <summary>Displays a short date and short time according to your locale's format. </summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlFormatDateTime.olFormatDateTimeShortDayDateTime">
      <summary>Displays a day abbreviation, short date, and short time according to your locale's format.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlFormatDateTime.olFormatDateTimeShortDayMonthDateTime">
      <summary>Displays a day abbreviation, day number, month number, and short time according to your locale's format.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlFormatDateTime.OlFormatDateTimeLongDayDate">
      <summary>Displays a long date, with the day name, according to your locale's format.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlFormatDateTime.olFormatDateTimeLongDate">
      <summary>Displays a long date, without the day name, according to your locale's format.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlFormatDateTime.olFormatDateTimeLongDateReversed">
      <summary>Displays a long date, reversing the day number and month name, according to your locale's format.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlFormatDateTime.olFormatDateTimeShortDate">
      <summary>Displays a short date according to your locale's format.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlFormatDateTime.olFormatDateTimeShortDateNumOnly">
      <summary>Displays a short date, using numeric representations of the day, month, and year, according to your locale's format.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlFormatDateTime.olFormatDateTimeShortDayMonth">
      <summary>Displays the month and the day of a date, with the day abbreviation, according to your locale's format.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlFormatDateTime.olFormatDateTimeShortMonthYear">
      <summary>Displays the month and year of a date, according to your locale's format.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlFormatDateTime.olFormatDateTimeShortMonthYearNumOnly">
      <summary>Displays the month and year of a date, using numeric representations of the month and year, according to your locale's format.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlFormatDateTime.olFormatDateTimeShortDayDate">
      <summary>Displays a short date, with the day abbreviation, according to your locale's format.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlFormatDateTime.olFormatDateTimeLongTime">
      <summary>Displays a long time according to your locale's format.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlFormatDateTime.olFormatDateTimeShortTime">
      <summary>Displays a short time according to your locale's format. </summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlFormatDateTime.olFormatDateTimeBestFit">
      <summary>Displays the Date/Time value using the best fit for the data contained in the column.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlFormatDuration">
      <summary>Indicates the format used to display duration Outlook item properties.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlFormatDuration.olFormatDurationShort">
      <summary>Displays duration values using abbreviations for time period descriptions.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlFormatDuration.olFormatDurationLong">
      <summary>Displays duration values using full names for time period descriptions.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlFormatDuration.olFormatDurationShortBusiness">
      <summary>Displays duration values, taking into consideration specified calendar work week settings and using abbreviations for time period descriptions.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlFormatDuration.olFormatDurationLongBusiness">
      <summary>Displays duration values, taking into consideration specified calendar work week settings and using full names for time period descriptions.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlFormatEnumeration">
      <summary>Indicates the format used to display enumeration Outlook item properties.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlFormatEnumeration.olFormatEnumBitmap">
      <summary>Display as a bitmap with a pop-up list.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlFormatEnumeration.olFormatEnumText">
      <summary>Display as text with a pop-up list.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlFormatInteger">
      <summary>Indicates the format used to display integer Outlook item properties.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlFormatInteger.olFormatIntegerPlain">
      <summary>Displays integer values using the number format specified in your computer's regional settings.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlFormatInteger.olFormatIntegerComputer1">
      <summary>Displays integer values, representing bytes, as kilobytes (with the abbreviation "K") depending on the value. For example, the integer value of 1048576 is displayed as "1,024 K".</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlFormatInteger.olFormatIntegerComputer2">
      <summary>Displays integer values, representing bytes, as either kilobytes (with the abbreviation "K"), megabytes (with the abbreviation "M"), or gigabytes (with the abbreviation "G"), depending on the value. For example, the integer value of 2048 is displayed as "2 K".</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlFormatInteger.olFormatIntegerComputer3">
      <summary>Displays integer values, representing bytes, as either bytes (with the abbreviation "B"), kilobytes (with the abbreviation "KB"), megabytes (with the abbreviation "MB"), or gigabytes (with the abbreviation "GB"), depending on the value. For example, the integer value of 1000 is displayed as "1,000 B".</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlFormatKeywords">
      <summary>Indicates the format used to display keyword Outlook item properties.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlFormatKeywords.olFormatKeywordsText">
      <summary>Displays values as text.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlFormatNumber">
      <summary>Indicates the format used to display number Outlook item properties.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlFormatNumber.olFormatNumberAllDigits">
      <summary>Displays formatted number values, including any decimal places specified in the value, using the group and decimal delimiters specified in the system's regional settings. For example, the value 4010.155 is displayed as "4,010.155".</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlFormatNumber.olFormatNumberTruncated">
      <summary>Displays formatted number values as integers, rounding all decimal values, using the group and decimal delimiters specified in the system's regional settings. For example, the value 4010.1 is displayed as "4,010". </summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlFormatNumber.olFormatNumber1Decimal">
      <summary>Displays formatted number values, including one fixed decimal place, using the group and decimal delimiters specified in the system's regional settings. For example, the value 4010.155 is displayed as "4,010.2".</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlFormatNumber.olFormatNumber2Decimal">
      <summary>Displays formatted number values, including two fixed decimal places, using the group and decimal delimiters specified in the system's regional settings. For example, the value 4010.155 is displayed as "4,010.16".</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlFormatNumber.olFormatNumberScientific">
      <summary>Displays formatted number values, using scientific notation. For example, the value 1048576 is displayed as "1.049E+06".</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlFormatNumber.olFormatNumberComputer1">
      <summary>Displays formatted number values, representing bytes, as kilobytes (with the abbreviation "K") depending on the value. For example, the integer value of 1048576 is displayed as "1,024 K".</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlFormatNumber.olFormatNumberComputer2">
      <summary>Displays formatted number values, representing bytes, as either kilobytes (with the abbreviation "K"), megabytes (with the abbreviation "M"), or gigabytes (with the abbreviation "G"), depending on the value. For example, the integer value of 2048 is displayed as "2 K".</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlFormatNumber.olFormatNumberComputer3">
      <summary>Displays formatted number values, representing bytes, as either bytes (with the abbreviation "B"), kilobytes (with the abbreviation "KB"), megabytes (with the abbreviation "MB"), or gigabytes (with the abbreviation "GB"), depending on the value. For example, the integer value of 1000 is displayed as "1,000 B".</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlFormatNumber.olFormatNumberRaw">
      <summary>Displays unformatted number values, including any decimal places specified in the value. For example, the value 1048576 is displayed as "1048576".</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlFormatPercent">
      <summary>Indicates the format used to display percent Outlook item properties.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlFormatPercent.olFormatPercentRounded">
      <summary>Displays formatted number values as integers, rounding all decimal values, using the group and decimal delimiters specified in the system's regional settings. For example, the value 4010.155 is displayed as "4,010%". </summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlFormatPercent.olFormatPercent1Decimal">
      <summary>Displays formatted number values, including one fixed decimal place, using the group and decimal delimiters specified in the system's regional settings. For example, the value 4010.155 is displayed as "4,010.2%".</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlFormatPercent.olFormatPercent2Decimal">
      <summary>Displays formatted number values, including two fixed decimal places, using the group and decimal delimiters specified in the system's regional settings. For example, the value 4010.155 is displayed as "4,010.16%"</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlFormatPercent.olFormatPercentAllDigits">
      <summary>Displays formatted number values, including any decimal places specified in the value, using the group and decimal delimiters specified in the system's regional settings. For example, the value 4010.155 is displayed as "4,010.155%"</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlFormatSmartFrom">
      <summary>Indicates the format used to display the From Outlook item property.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlFormatSmartFrom.olFormatSmartFromFromTo">
      <summary>Display the value of the From Outlook item property. If no value is available, display instead the value of the To Outlook item property.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlFormatSmartFrom.olFormatSmartFromFromOnly">
      <summary>Display the value of the From Outlook item property. If no value is available, display an empty string.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlFormatText">
      <summary>Indicates the format used to display text Outlook item properties.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlFormatText.olFormatTextText">
      <summary>Display values as text.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlFormatYesNo">
      <summary>Indicates the format used to display yes/no Outlook item properties.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlFormatYesNo.olFormatYesNoYesNo">
      <summary>Displays "Yes" or "No".</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlFormatYesNo.olFormatYesNoOnOff">
      <summary>Displays "On" or "Off".</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlFormatYesNo.olFormatYesNoTrueFalse">
      <summary>Displays "True" or "False".</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlFormatYesNo.olFormatYesNoIcon">
      <summary>Displays a check box icon.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlFormRegionIcon">
      <summary>Types of icons that Outlook can display for an item that uses a specified replacement form region.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlFormRegionIcon.olFormRegionIconDefault">
      <summary>The default icon for an item.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlFormRegionIcon.olFormRegionIconUnread">
      <summary>The icon to display when an item has not been read.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlFormRegionIcon.olFormRegionIconRead">
      <summary>The icon to display when an item has been read.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlFormRegionIcon.olFormRegionIconReplied">
      <summary>The icon to display when an item has been replied to.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlFormRegionIcon.olFormRegionIconForwarded">
      <summary>The icon to display when an item has been forwarded.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlFormRegionIcon.olFormRegionIconUnsent">
      <summary>The icon to display when an item has not been sent.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlFormRegionIcon.olFormRegionIconSubmitted">
      <summary>The icon to display when an item has been sent.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlFormRegionIcon.olFormRegionIconSigned">
      <summary>The icon to display when an item has been signed with a digital signature.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlFormRegionIcon.olFormRegionIconEncrypted">
      <summary>The icon to display when an item has been encrypted.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlFormRegionIcon.olFormRegionIconWindow">
      <summary>The icon to display on the Inspector when an item has been opened.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlFormRegionIcon.olFormRegionIconPage">
      <summary>The icon to display in the Microsoft Office Fluent ribbon for the replacement form region.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlFormRegionIcon.olFormRegionIconRecurring">
      <summary>The icon to display when an item is a recurring appointment, meeting, or task.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlFormRegionMode">
      <summary>Identifies the mode that the form region is being loaded into, which corresponds with the container displaying the form region.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlFormRegionMode.olFormRegionRead">
      <summary>The form region is in the read page of a received message or a post note.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlFormRegionMode.olFormRegionCompose">
      <summary>The form region is in a compose page of a message or any unsendable item such as a contact item. </summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlFormRegionMode.olFormRegionPreview">
      <summary>The form region is in the Reading Pane.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlFormRegionSize">
      <summary>Identifies the type of form region.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlFormRegionSize.olFormRegionTypeSeparate">
      <summary>The form region is a separate form region. This includes a separate form region that is added to a standard form as a custom page, a separate form region that replaces the default page of a standard form, or a separate form region that replaces all pages in a standard form.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlFormRegionSize.olFormRegionTypeAdjoining">
      <summary>The form region is an adjoining form region.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlFormRegistry">
      <summary>Indicates the form registry (library) where the Form is stored.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlFormRegistry.olDefaultRegistry">
      <summary>The Form is registered in the user's default form  registry.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlFormRegistry.olPersonalRegistry">
      <summary>The Form is registered in the user's personal registry and is only accessible to that user.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlFormRegistry.olFolderRegistry">
      <summary>The Form is registered in a form registry specific to a particular folder, and can only be accessed from that folder.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlFormRegistry.olOrganizationRegistry">
      <summary>The Form is registered in the organizational form registry.  The form is available to all users.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlGender">
      <summary>Constants representing gender.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlGender.olUnspecified">
      <summary>Unspecified gender</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlGender.olFemale">
      <summary>Female</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlGender.olMale">
      <summary>Male</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlGridLineStyle">
      <summary>Indicates the line style used to display grid lines for <see cref="T:Microsoft.Office.Interop.Outlook.TableView" /> objects.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlGridLineStyle.olGridLineNone">
      <summary>No lines are displayed.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlGridLineStyle.olGridLineSmallDots">
      <summary>Lines using small dots are used to draw the grid.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlGridLineStyle.olGridLineLargeDots">
      <summary>Lines using large dots are used to draw the grid.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlGridLineStyle.olGridLineDashes">
      <summary>Dashed lines are used to draw the grid. </summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlGridLineStyle.olGridLineSolid">
      <summary>Solid lines are used to draw the grid.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlGroupType">
      <summary>Identifies the group type of a <see cref="T:Microsoft.Office.Interop.Outlook.NavigationGroup" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlGroupType.olCustomFoldersGroup">
      <summary>Identifies a user-defined navigation group, added using either the Outlook user interface or an add-in.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlGroupType.olMyFoldersGroup">
      <summary>Identifies a navigation group that, by default, contains any folders that are part of the local store.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlGroupType.olPeopleFoldersGroup">
      <summary>Identifies a navigation group that, by default, contains shared folders from other persons.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlGroupType.olOtherFoldersGroup">
      <summary>Identifies a navigation group that, by default, contains shared folders from sources other than that of other persons.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlGroupType.olFavoriteFoldersGroup">
      <summary>Identifies the Favorite Folders navigation group. This navigation group exists only within the <see cref="P:Microsoft.Office.Interop.Outlook._MailModule.NavigationGroups" /> collection of a <see cref="T:Microsoft.Office.Interop.Outlook.MailModule" /> object and cannot be created in or accessed from other modules.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlGroupType.olRoomsGroup">
      <summary>Identifies the Rooms navigation group in the Calendar navigation module.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlGroupType.olReadOnlyGroup">
      <summary>Identifies a navigation group that is, by default, read-only and no folders can be added or removed from that navigation group. This does not imply the folders themselves are read-only, and write access to the folders depends on how the folders are set up.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlHorizontalLayout">
      <summary>Specifies the alignment of controls in the horizontal direction.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlHorizontalLayout.olHorizontalLayoutAlignLeft">
      <summary>Align controls horizontally by the left edge of each control.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlHorizontalLayout.olHorizontalLayoutAlignCenter">
      <summary>Align controls horizontally by the center of each control.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlHorizontalLayout.olHorizontalLayoutAlignRight">
      <summary>Align controls horizontally by the right edge of each control.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlHorizontalLayout.olHorizontalLayoutGrow">
      <summary>Resize control horizontally with the form.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlIconViewPlacement">
      <summary>Indicates how icons are arranged in an <see cref="T:Microsoft.Office.Interop.Outlook.IconView" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlIconViewPlacement.olIconDoNotArrange">
      <summary>Icons are not automatically sorted, lined up, or arranged.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlIconViewPlacement.olIconLineUp">
      <summary>Icons are automatically lined up, but are not sorted or arranged.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlIconViewPlacement.olIconAutoArrange">
      <summary>Icons are automatically lined up and arranged to prevent gaps or overlaps, but are not sorted.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlIconViewPlacement.olIconSortAndAutoArrange">
      <summary>Icons are automatically sorted, lined up, and arranged to prevent gaps or overlaps.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlIconViewType">
      <summary>Indicates the view mode when using an <see cref="T:Microsoft.Office.Interop.Outlook.IconView" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlIconViewType.olIconViewLarge">
      <summary>Displays Outlook items as large icons, with the description for the Outlook item below the icon.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlIconViewType.olIconViewSmall">
      <summary>Displays Outlook items as a collection of small icons, with the description for the Outlook item next to the icon.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlIconViewType.olIconViewList">
      <summary>Displays Outlook items as a list of small icons, with the description for the Outlook item next to the icon.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlImportance">
      <summary>Specifies the level of importance for an item marked by the creator of the item.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlImportance.olImportanceLow">
      <summary>Item is marked as low importance.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlImportance.olImportanceNormal">
      <summary>Item is marked as medium importance.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlImportance.olImportanceHigh">
      <summary>Item is marked as high importance.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlInspectorClose">
      <summary>Indicates the save mode.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlInspectorClose.olSave">
      <summary>Documents are saved.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlInspectorClose.olDiscard">
      <summary>Changes to the document are discarded.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlInspectorClose.olPromptForSave">
      <summary>User is prompted to save documents.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlItemType">
      <summary>Indicates the Outlook Item type.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlItemType.olMailItem">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" /></summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlItemType.olAppointmentItem">
      <summary>Represents an <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" /></summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlItemType.olContactItem">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" /></summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlItemType.olTaskItem">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" /></summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlItemType.olJournalItem">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" /></summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlItemType.olNoteItem">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.NoteItem" /></summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlItemType.olPostItem">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" /></summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlItemType.olDistributionListItem">
      <summary>Represents an <see cref="T:Microsoft.Office.Interop.Outlook.DistListItem" /></summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlItemType.olMobileItemSMS">
      <summary>A <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" /> object that is a Short Message Service (SMS) message.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlItemType.olMobileItemMMS">
      <summary>A <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" /> object that is a Multimedia Messaging Service (MMS) message.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlJournalRecipientType">
      <summary>Indicates the recipient type for Journal items.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlJournalRecipientType.olAssociatedContact">
      <summary>The Contact associated with the Journal item.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkBusinessCardControl">
      <summary>This control displays a business card.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkBusinessCardControlClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkBusinessCardControl" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkBusinessCardControlClass.#ctor">
      <summary>This member is inherited from the base type of the parent interface.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkBusinessCardControlClass.add_Click(Microsoft.Office.Interop.Outlook.OlkBusinessCardControlEvents_ClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkBusinessCardControlClass.add_DoubleClick(Microsoft.Office.Interop.Outlook.OlkBusinessCardControlEvents_DoubleClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkBusinessCardControlClass.add_MouseDown(Microsoft.Office.Interop.Outlook.OlkBusinessCardControlEvents_MouseDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkBusinessCardControlClass.add_MouseMove(Microsoft.Office.Interop.Outlook.OlkBusinessCardControlEvents_MouseMoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkBusinessCardControlClass.add_MouseUp(Microsoft.Office.Interop.Outlook.OlkBusinessCardControlEvents_MouseUpEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkBusinessCardControlClass.Click">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkBusinessCardControl" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkBusinessCardControlClass.DoubleClick">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkBusinessCardControl" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkBusinessCardControlClass.MouseDown">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkBusinessCardControl" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkBusinessCardControlClass.MouseIcon">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkBusinessCardControl" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkBusinessCardControlClass.MouseMove">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkBusinessCardControl" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkBusinessCardControlClass.MousePointer">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkBusinessCardControl" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkBusinessCardControlClass.MouseUp">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkBusinessCardControl" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkBusinessCardControlClass.remove_Click(Microsoft.Office.Interop.Outlook.OlkBusinessCardControlEvents_ClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkBusinessCardControlClass.remove_DoubleClick(Microsoft.Office.Interop.Outlook.OlkBusinessCardControlEvents_DoubleClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkBusinessCardControlClass.remove_MouseDown(Microsoft.Office.Interop.Outlook.OlkBusinessCardControlEvents_MouseDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkBusinessCardControlClass.remove_MouseMove(Microsoft.Office.Interop.Outlook.OlkBusinessCardControlEvents_MouseMoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkBusinessCardControlClass.remove_MouseUp(Microsoft.Office.Interop.Outlook.OlkBusinessCardControlEvents_MouseUpEventHandler)"></member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkBusinessCardControlEvents">
      <summary>This is an event interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkBusinessCardControlEvents.Click">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkBusinessCardControlEvents.DoubleClick">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkBusinessCardControlEvents.MouseDown(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Button"></param>
      <param name="Shift"></param>
      <param name="X"></param>
      <param name="Y"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkBusinessCardControlEvents.MouseMove(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Button"></param>
      <param name="Shift"></param>
      <param name="X"></param>
      <param name="Y"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkBusinessCardControlEvents.MouseUp(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Button"></param>
      <param name="Shift"></param>
      <param name="X"></param>
      <param name="Y"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkBusinessCardControlEvents_ClickEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkBusinessCardControlEvents_DoubleClickEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkBusinessCardControlEvents_Event">
      <summary>This is a .NET interface created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface implements all events of earlier interfaces and any additional new events.  Use this interface only when the event you want to use shares the same name as a method of the COM object; in this case, cast to this interface to connect to the event, and cast to the primary interface to call the method. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkBusinessCardControlEvents_Event.add_Click(Microsoft.Office.Interop.Outlook.OlkBusinessCardControlEvents_ClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkBusinessCardControlEvents_Event.add_DoubleClick(Microsoft.Office.Interop.Outlook.OlkBusinessCardControlEvents_DoubleClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkBusinessCardControlEvents_Event.add_MouseDown(Microsoft.Office.Interop.Outlook.OlkBusinessCardControlEvents_MouseDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkBusinessCardControlEvents_Event.add_MouseMove(Microsoft.Office.Interop.Outlook.OlkBusinessCardControlEvents_MouseMoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkBusinessCardControlEvents_Event.add_MouseUp(Microsoft.Office.Interop.Outlook.OlkBusinessCardControlEvents_MouseUpEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkBusinessCardControlEvents_Event.Click">
      <summary>Occurs when the control is clicked, either through user action or programmatically.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkBusinessCardControlEvents_Event.DoubleClick">
      <summary>Occurs when the control is double-clicked through user action or programmatically.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkBusinessCardControlEvents_Event.MouseDown">
      <summary>Occurs when the user presses a mouse button on the control.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkBusinessCardControlEvents_Event.MouseMove">
      <summary>Occurs after a mouse movement has been registered over the control.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkBusinessCardControlEvents_Event.MouseUp">
      <summary>Occurs after the user releases a mouse button that has been pressed on the control.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkBusinessCardControlEvents_Event.remove_Click(Microsoft.Office.Interop.Outlook.OlkBusinessCardControlEvents_ClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkBusinessCardControlEvents_Event.remove_DoubleClick(Microsoft.Office.Interop.Outlook.OlkBusinessCardControlEvents_DoubleClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkBusinessCardControlEvents_Event.remove_MouseDown(Microsoft.Office.Interop.Outlook.OlkBusinessCardControlEvents_MouseDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkBusinessCardControlEvents_Event.remove_MouseMove(Microsoft.Office.Interop.Outlook.OlkBusinessCardControlEvents_MouseMoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkBusinessCardControlEvents_Event.remove_MouseUp(Microsoft.Office.Interop.Outlook.OlkBusinessCardControlEvents_MouseUpEventHandler)"></member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkBusinessCardControlEvents_MouseDownEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Button">An  <see cref="T:Microsoft.Office.Interop.Outlook.OlMouseButton" /> constant that specifies which button on the mouse has been pressed.</param>
      <param name="Shift">A bitwise-OR mask of constants in the <see cref="T:Microsoft.Office.Interop.Outlook.OlShiftState" /> enumeration that specifies whether the SHIFT, CTRL, or ALT keys have been pressed.</param>
      <param name="X">Identifies the location of the mouse cursor on the X-axis relative to the  form.</param>
      <param name="Y">Identifies the location of the mouse cursor on the Y-axis relative to the  form.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkBusinessCardControlEvents_MouseMoveEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Button">An  <see cref="T:Microsoft.Office.Interop.Outlook.OlMouseButton" /> constant that specifies which button on the mouse has been pressed.</param>
      <param name="Shift">A bitwise-OR mask of constants in the <see cref="T:Microsoft.Office.Interop.Outlook.OlShiftState" /> enumeration that specifies whether the SHIFT, CTRL, or ALT keys have been pressed.</param>
      <param name="X">Identifies the location of the mouse cursor on the X-axis relative to the  form.</param>
      <param name="Y">Identifies the location of the mouse cursor on the Y-axis relative to the  form.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkBusinessCardControlEvents_MouseUpEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Button">An  <see cref="T:Microsoft.Office.Interop.Outlook.OlMouseButton" /> constant that specifies which button on the mouse has been pressed.</param>
      <param name="Shift">A bitwise-OR mask of constants in the <see cref="T:Microsoft.Office.Interop.Outlook.OlShiftState" /> enumeration that specifies whether the SHIFT, CTRL, or ALT keys have been pressed.</param>
      <param name="X">Identifies the location of the mouse cursor on the X-axis relative to the  form.</param>
      <param name="Y">Identifies the location of the mouse cursor on the Y-axis relative to the  form.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkBusinessCardControlEvents_SinkHelper">
      <summary>This class and its members are reserved for internal use and are not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkBusinessCardControlEvents_SinkHelper.Click"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkBusinessCardControlEvents_SinkHelper.DoubleClick"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkBusinessCardControlEvents_SinkHelper.m_ClickDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkBusinessCardControlEvents_SinkHelper.m_DoubleClickDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkBusinessCardControlEvents_SinkHelper.m_dwCookie"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkBusinessCardControlEvents_SinkHelper.m_MouseDownDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkBusinessCardControlEvents_SinkHelper.m_MouseMoveDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkBusinessCardControlEvents_SinkHelper.m_MouseUpDelegate"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkBusinessCardControlEvents_SinkHelper.MouseDown(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <param name="param0"></param>
      <param name="param1"></param>
      <param name="param2"></param>
      <param name="param3"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkBusinessCardControlEvents_SinkHelper.MouseMove(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <param name="param0"></param>
      <param name="param1"></param>
      <param name="param2"></param>
      <param name="param3"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkBusinessCardControlEvents_SinkHelper.MouseUp(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <param name="param0"></param>
      <param name="param1"></param>
      <param name="param2"></param>
      <param name="param3"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkCategory">
      <summary>A control that displays the selected categories.  </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkCategoryClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkCategory" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCategoryClass.#ctor">
      <summary>This member is inherited from the base type of the parent interface.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCategoryClass.add_Change(Microsoft.Office.Interop.Outlook.OlkCategoryEvents_ChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCategoryClass.add_Click(Microsoft.Office.Interop.Outlook.OlkCategoryEvents_ClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCategoryClass.add_DoubleClick(Microsoft.Office.Interop.Outlook.OlkCategoryEvents_DoubleClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCategoryClass.add_Enter(Microsoft.Office.Interop.Outlook.OlkCategoryEvents_EnterEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCategoryClass.add_Exit(Microsoft.Office.Interop.Outlook.OlkCategoryEvents_ExitEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCategoryClass.add_KeyDown(Microsoft.Office.Interop.Outlook.OlkCategoryEvents_KeyDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCategoryClass.add_KeyPress(Microsoft.Office.Interop.Outlook.OlkCategoryEvents_KeyPressEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCategoryClass.add_KeyUp(Microsoft.Office.Interop.Outlook.OlkCategoryEvents_KeyUpEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCategoryClass.add_MouseDown(Microsoft.Office.Interop.Outlook.OlkCategoryEvents_MouseDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCategoryClass.add_MouseMove(Microsoft.Office.Interop.Outlook.OlkCategoryEvents_MouseMoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCategoryClass.add_MouseUp(Microsoft.Office.Interop.Outlook.OlkCategoryEvents_MouseUpEventHandler)"></member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkCategoryClass.AutoSize">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkCategory" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkCategoryClass.BackColor">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkCategory" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkCategoryClass.BackStyle">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkCategory" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkCategoryClass.Change">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkCategory" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkCategoryClass.Click">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkCategory" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkCategoryClass.DoubleClick">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkCategory" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkCategoryClass.Enabled">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkCategory" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkCategoryClass.Enter">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkCategory" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkCategoryClass.Exit">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkCategory" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkCategoryClass.ForeColor">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkCategory" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkCategoryClass.KeyDown">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkCategory" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkCategoryClass.KeyPress">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkCategory" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkCategoryClass.KeyUp">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkCategory" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkCategoryClass.MouseDown">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkCategory" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkCategoryClass.MouseIcon">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkCategory" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkCategoryClass.MouseMove">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkCategory" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkCategoryClass.MousePointer">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkCategory" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkCategoryClass.MouseUp">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkCategory" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCategoryClass.remove_Change(Microsoft.Office.Interop.Outlook.OlkCategoryEvents_ChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCategoryClass.remove_Click(Microsoft.Office.Interop.Outlook.OlkCategoryEvents_ClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCategoryClass.remove_DoubleClick(Microsoft.Office.Interop.Outlook.OlkCategoryEvents_DoubleClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCategoryClass.remove_Enter(Microsoft.Office.Interop.Outlook.OlkCategoryEvents_EnterEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCategoryClass.remove_Exit(Microsoft.Office.Interop.Outlook.OlkCategoryEvents_ExitEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCategoryClass.remove_KeyDown(Microsoft.Office.Interop.Outlook.OlkCategoryEvents_KeyDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCategoryClass.remove_KeyPress(Microsoft.Office.Interop.Outlook.OlkCategoryEvents_KeyPressEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCategoryClass.remove_KeyUp(Microsoft.Office.Interop.Outlook.OlkCategoryEvents_KeyUpEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCategoryClass.remove_MouseDown(Microsoft.Office.Interop.Outlook.OlkCategoryEvents_MouseDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCategoryClass.remove_MouseMove(Microsoft.Office.Interop.Outlook.OlkCategoryEvents_MouseMoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCategoryClass.remove_MouseUp(Microsoft.Office.Interop.Outlook.OlkCategoryEvents_MouseUpEventHandler)"></member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkCategoryEvents">
      <summary>This is an event interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCategoryEvents.Change">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCategoryEvents.Click">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCategoryEvents.DoubleClick">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCategoryEvents.Enter">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCategoryEvents.Exit(System.Boolean@)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Cancel"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCategoryEvents.KeyDown(System.Int32@,Microsoft.Office.Interop.Outlook.OlShiftState)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="KeyCode"></param>
      <param name="Shift"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCategoryEvents.KeyPress(System.Int32@)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="KeyAscii"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCategoryEvents.KeyUp(System.Int32@,Microsoft.Office.Interop.Outlook.OlShiftState)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="KeyCode"></param>
      <param name="Shift"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCategoryEvents.MouseDown(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Button"></param>
      <param name="Shift"></param>
      <param name="X"></param>
      <param name="Y"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCategoryEvents.MouseMove(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Button"></param>
      <param name="Shift"></param>
      <param name="X"></param>
      <param name="Y"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCategoryEvents.MouseUp(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Button"></param>
      <param name="Shift"></param>
      <param name="X"></param>
      <param name="Y"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkCategoryEvents_ChangeEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkCategoryEvents_ClickEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkCategoryEvents_DoubleClickEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkCategoryEvents_EnterEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkCategoryEvents_Event">
      <summary>This is a .NET interface created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface implements all events of earlier interfaces and any additional new events.  Use this interface only when the event you want to use shares the same name as a method of the COM object; in this case, cast to this interface to connect to the event, and cast to the primary interface to call the method. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCategoryEvents_Event.add_Change(Microsoft.Office.Interop.Outlook.OlkCategoryEvents_ChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCategoryEvents_Event.add_Click(Microsoft.Office.Interop.Outlook.OlkCategoryEvents_ClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCategoryEvents_Event.add_DoubleClick(Microsoft.Office.Interop.Outlook.OlkCategoryEvents_DoubleClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCategoryEvents_Event.add_Enter(Microsoft.Office.Interop.Outlook.OlkCategoryEvents_EnterEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCategoryEvents_Event.add_Exit(Microsoft.Office.Interop.Outlook.OlkCategoryEvents_ExitEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCategoryEvents_Event.add_KeyDown(Microsoft.Office.Interop.Outlook.OlkCategoryEvents_KeyDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCategoryEvents_Event.add_KeyPress(Microsoft.Office.Interop.Outlook.OlkCategoryEvents_KeyPressEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCategoryEvents_Event.add_KeyUp(Microsoft.Office.Interop.Outlook.OlkCategoryEvents_KeyUpEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCategoryEvents_Event.add_MouseDown(Microsoft.Office.Interop.Outlook.OlkCategoryEvents_MouseDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCategoryEvents_Event.add_MouseMove(Microsoft.Office.Interop.Outlook.OlkCategoryEvents_MouseMoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCategoryEvents_Event.add_MouseUp(Microsoft.Office.Interop.Outlook.OlkCategoryEvents_MouseUpEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkCategoryEvents_Event.Change">
      <summary>Occurs when a category selection has changed.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkCategoryEvents_Event.Click">
      <summary>Occurs when the user clicks inside the control.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkCategoryEvents_Event.DoubleClick">
      <summary>Occurs when the user double-clicks inside the control.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkCategoryEvents_Event.Enter">
      <summary>Occurs before the control actually receives the focus from a control on the same form.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkCategoryEvents_Event.Exit">
      <summary>Occurs just after the focus passes from this control  to another control on the same form.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkCategoryEvents_Event.KeyDown"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkCategoryEvents_Event.KeyPress">
      <summary>Occurs when the user presses an ANSI key.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkCategoryEvents_Event.KeyUp">
      <summary>Occurs when the user releases a key.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkCategoryEvents_Event.MouseDown">
      <summary>Occurs when the user presses a mouse button on the control.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkCategoryEvents_Event.MouseMove">
      <summary>Occurs after a mouse movement has been registered over the control.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkCategoryEvents_Event.MouseUp">
      <summary>Occurs after the user releases a mouse button that has been pressed on the control.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCategoryEvents_Event.remove_Change(Microsoft.Office.Interop.Outlook.OlkCategoryEvents_ChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCategoryEvents_Event.remove_Click(Microsoft.Office.Interop.Outlook.OlkCategoryEvents_ClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCategoryEvents_Event.remove_DoubleClick(Microsoft.Office.Interop.Outlook.OlkCategoryEvents_DoubleClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCategoryEvents_Event.remove_Enter(Microsoft.Office.Interop.Outlook.OlkCategoryEvents_EnterEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCategoryEvents_Event.remove_Exit(Microsoft.Office.Interop.Outlook.OlkCategoryEvents_ExitEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCategoryEvents_Event.remove_KeyDown(Microsoft.Office.Interop.Outlook.OlkCategoryEvents_KeyDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCategoryEvents_Event.remove_KeyPress(Microsoft.Office.Interop.Outlook.OlkCategoryEvents_KeyPressEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCategoryEvents_Event.remove_KeyUp(Microsoft.Office.Interop.Outlook.OlkCategoryEvents_KeyUpEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCategoryEvents_Event.remove_MouseDown(Microsoft.Office.Interop.Outlook.OlkCategoryEvents_MouseDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCategoryEvents_Event.remove_MouseMove(Microsoft.Office.Interop.Outlook.OlkCategoryEvents_MouseMoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCategoryEvents_Event.remove_MouseUp(Microsoft.Office.Interop.Outlook.OlkCategoryEvents_MouseUpEventHandler)"></member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkCategoryEvents_ExitEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Cancel">False when the event occurs. If the event procedure sets this argument to True, the exit operation is not completed and the focus remains in this control.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkCategoryEvents_KeyDownEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="KeyCode">The numerical value of the key pressed.</param>
      <param name="Shift">A bitwise-OR mask of  constants in the <see cref="T:Microsoft.Office.Interop.Outlook.OlShiftState" /> enumeration that specifies whether the SHIFT, CTRL, or ALT keys have been pressed.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkCategoryEvents_KeyPressEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="KeyAscii">The numerical value of the key pressed.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkCategoryEvents_KeyUpEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="KeyCode">The numerical value of the key pressed.</param>
      <param name="Shift">A bitwise-OR mask of  constants in the <see cref="T:Microsoft.Office.Interop.Outlook.OlShiftState" /> enumeration that specifies whether  the SHIFT, CTRL, or ALT keys have been pressed.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkCategoryEvents_MouseDownEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Button">An  <see cref="T:Microsoft.Office.Interop.Outlook.OlMouseButton" /> constant that specifies which button on the mouse has been pressed.</param>
      <param name="Shift">A bitwise-OR mask of constants in the <see cref="T:Microsoft.Office.Interop.Outlook.OlShiftState" /> enumeration that specifies whether the SHIFT, CTRL, or ALT keys have been pressed.</param>
      <param name="X">Identifies the location of the mouse cursor on the X-axis relative to the  form.</param>
      <param name="Y">Identifies the location of the mouse cursor on the Y-axis relative to the  form.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkCategoryEvents_MouseMoveEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Button">An  <see cref="T:Microsoft.Office.Interop.Outlook.OlMouseButton" /> constant that specifies which button on the mouse has been pressed.</param>
      <param name="Shift">A bitwise-OR mask of constants in the <see cref="T:Microsoft.Office.Interop.Outlook.OlShiftState" /> enumeration that specifies whether the SHIFT, CTRL, or ALT keys have been pressed.</param>
      <param name="X">Identifies the location of the mouse cursor on the X-axis relative to the  form.</param>
      <param name="Y">Identifies the location of the mouse cursor on the Y-axis relative to the  form.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkCategoryEvents_MouseUpEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Button">An  <see cref="T:Microsoft.Office.Interop.Outlook.OlMouseButton" /> constant that specifies which button on the mouse has been pressed.</param>
      <param name="Shift">A bitwise-OR mask of constants in the <see cref="T:Microsoft.Office.Interop.Outlook.OlShiftState" /> enumeration that specifies whether the SHIFT, CTRL, or ALT keys have been pressed.</param>
      <param name="X">Identifies the location of the mouse cursor on the X-axis relative to the  form.</param>
      <param name="Y">Identifies the location of the mouse cursor on the Y-axis relative to the  form.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkCategoryEvents_SinkHelper">
      <summary>This class and its members are reserved for internal use and are not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCategoryEvents_SinkHelper.Change"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCategoryEvents_SinkHelper.Click"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCategoryEvents_SinkHelper.DoubleClick"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCategoryEvents_SinkHelper.Enter"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCategoryEvents_SinkHelper.Exit(System.Boolean@)">
      <param name="param0"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCategoryEvents_SinkHelper.KeyDown(System.Int32@,Microsoft.Office.Interop.Outlook.OlShiftState)">
      <param name="param0"></param>
      <param name="param1"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCategoryEvents_SinkHelper.KeyPress(System.Int32@)">
      <param name="param0"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCategoryEvents_SinkHelper.KeyUp(System.Int32@,Microsoft.Office.Interop.Outlook.OlShiftState)">
      <param name="param0"></param>
      <param name="param1"></param>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkCategoryEvents_SinkHelper.m_ChangeDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkCategoryEvents_SinkHelper.m_ClickDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkCategoryEvents_SinkHelper.m_DoubleClickDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkCategoryEvents_SinkHelper.m_dwCookie"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkCategoryEvents_SinkHelper.m_EnterDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkCategoryEvents_SinkHelper.m_ExitDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkCategoryEvents_SinkHelper.m_KeyDownDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkCategoryEvents_SinkHelper.m_KeyPressDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkCategoryEvents_SinkHelper.m_KeyUpDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkCategoryEvents_SinkHelper.m_MouseDownDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkCategoryEvents_SinkHelper.m_MouseMoveDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkCategoryEvents_SinkHelper.m_MouseUpDelegate"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCategoryEvents_SinkHelper.MouseDown(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <param name="param0"></param>
      <param name="param1"></param>
      <param name="param2"></param>
      <param name="param3"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCategoryEvents_SinkHelper.MouseMove(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <param name="param0"></param>
      <param name="param1"></param>
      <param name="param2"></param>
      <param name="param3"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCategoryEvents_SinkHelper.MouseUp(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <param name="param0"></param>
      <param name="param1"></param>
      <param name="param2"></param>
      <param name="param3"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkCheckBox">
      <summary>A control that supports one or more selections in a defined group of check box choices.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkCheckBoxClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkCheckBox" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCheckBoxClass.#ctor">
      <summary>This member is inherited from the base type of the parent interface.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkCheckBoxClass.Accelerator">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkCheckBox" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCheckBoxClass.add_AfterUpdate(Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_AfterUpdateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCheckBoxClass.add_BeforeUpdate(Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_BeforeUpdateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCheckBoxClass.add_Change(Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_ChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCheckBoxClass.add_Click(Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_ClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCheckBoxClass.add_DoubleClick(Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_DoubleClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCheckBoxClass.add_Enter(Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_EnterEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCheckBoxClass.add_Exit(Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_ExitEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCheckBoxClass.add_KeyDown(Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_KeyDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCheckBoxClass.add_KeyPress(Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_KeyPressEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCheckBoxClass.add_KeyUp(Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_KeyUpEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCheckBoxClass.add_MouseDown(Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_MouseDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCheckBoxClass.add_MouseMove(Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_MouseMoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCheckBoxClass.add_MouseUp(Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_MouseUpEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkCheckBoxClass.AfterUpdate">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkCheckBox" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkCheckBoxClass.Alignment">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkCheckBox" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkCheckBoxClass.BackColor">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkCheckBox" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkCheckBoxClass.BackStyle">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkCheckBox" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkCheckBoxClass.BeforeUpdate">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkCheckBox" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkCheckBoxClass.Caption">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkCheckBox" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkCheckBoxClass.Change">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkCheckBox" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkCheckBoxClass.Click">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkCheckBox" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkCheckBoxClass.DoubleClick">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkCheckBox" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkCheckBoxClass.Enabled">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkCheckBox" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkCheckBoxClass.Enter">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkCheckBox" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkCheckBoxClass.Exit">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkCheckBox" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkCheckBoxClass.Font">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkCheckBox" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkCheckBoxClass.ForeColor">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkCheckBox" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkCheckBoxClass.KeyDown">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkCheckBox" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkCheckBoxClass.KeyPress">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkCheckBox" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkCheckBoxClass.KeyUp">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkCheckBox" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkCheckBoxClass.MouseDown">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkCheckBox" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkCheckBoxClass.MouseIcon">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkCheckBox" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkCheckBoxClass.MouseMove">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkCheckBox" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkCheckBoxClass.MousePointer">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkCheckBox" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkCheckBoxClass.MouseUp">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkCheckBox" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCheckBoxClass.remove_AfterUpdate(Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_AfterUpdateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCheckBoxClass.remove_BeforeUpdate(Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_BeforeUpdateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCheckBoxClass.remove_Change(Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_ChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCheckBoxClass.remove_Click(Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_ClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCheckBoxClass.remove_DoubleClick(Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_DoubleClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCheckBoxClass.remove_Enter(Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_EnterEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCheckBoxClass.remove_Exit(Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_ExitEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCheckBoxClass.remove_KeyDown(Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_KeyDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCheckBoxClass.remove_KeyPress(Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_KeyPressEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCheckBoxClass.remove_KeyUp(Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_KeyUpEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCheckBoxClass.remove_MouseDown(Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_MouseDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCheckBoxClass.remove_MouseMove(Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_MouseMoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCheckBoxClass.remove_MouseUp(Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_MouseUpEventHandler)"></member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkCheckBoxClass.TripleState">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkCheckBox" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkCheckBoxClass.Value">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkCheckBox" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkCheckBoxClass.WordWrap">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkCheckBox" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents">
      <summary>This is an event interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents.AfterUpdate">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents.BeforeUpdate(System.Boolean@)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Cancel"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents.Change">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents.Click">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents.DoubleClick">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents.Enter">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents.Exit(System.Boolean@)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Cancel"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents.KeyDown(System.Int32@,Microsoft.Office.Interop.Outlook.OlShiftState)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="KeyCode"></param>
      <param name="Shift"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents.KeyPress(System.Int32@)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="KeyAscii"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents.KeyUp(System.Int32@,Microsoft.Office.Interop.Outlook.OlShiftState)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="KeyCode"></param>
      <param name="Shift"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents.MouseDown(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Button"></param>
      <param name="Shift"></param>
      <param name="X"></param>
      <param name="Y"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents.MouseMove(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Button"></param>
      <param name="Shift"></param>
      <param name="X"></param>
      <param name="Y"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents.MouseUp(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Button"></param>
      <param name="Shift"></param>
      <param name="X"></param>
      <param name="Y"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_AfterUpdateEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_BeforeUpdateEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Cancel">False when the event occurs. If the event procedure sets this argument to True, the operation will not be completed and the property bound to the control will not be updated.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_ChangeEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_ClickEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_DoubleClickEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_EnterEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_Event">
      <summary>This is a .NET interface created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface implements all events of earlier interfaces and any additional new events.  Use this interface only when the event you want to use shares the same name as a method of the COM object; in this case, cast to this interface to connect to the event, and cast to the primary interface to call the method. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_Event.add_AfterUpdate(Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_AfterUpdateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_Event.add_BeforeUpdate(Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_BeforeUpdateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_Event.add_Change(Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_ChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_Event.add_Click(Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_ClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_Event.add_DoubleClick(Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_DoubleClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_Event.add_Enter(Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_EnterEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_Event.add_Exit(Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_ExitEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_Event.add_KeyDown(Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_KeyDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_Event.add_KeyPress(Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_KeyPressEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_Event.add_KeyUp(Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_KeyUpEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_Event.add_MouseDown(Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_MouseDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_Event.add_MouseMove(Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_MouseMoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_Event.add_MouseUp(Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_MouseUpEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_Event.AfterUpdate">
      <summary>Occurs after the data in the control has been changed through the user interface.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_Event.BeforeUpdate">
      <summary>Occurs when  the data in the control is changed through the user interface and is about to be saved to the item.  </summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_Event.Change">
      <summary>Occurs when the <see cref="P:Microsoft.Office.Interop.Outlook._OlkCheckBox.Value" /> property changes.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_Event.Click">
      <summary>Occurs when the user clicks inside the control.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_Event.DoubleClick">
      <summary>Occurs when the user double-clicks inside the control.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_Event.Enter">
      <summary>Occurs when the control receives focus, immediately after the previous control's Exit event.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_Event.Exit">
      <summary>Occurs just after the focus passes from this control  to another control on the same form.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_Event.KeyDown"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_Event.KeyPress">
      <summary>Occurs when the user presses an ANSI key.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_Event.KeyUp">
      <summary>Occurs when the user releases a key.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_Event.MouseDown">
      <summary>Occurs when the user presses a mouse button on the control.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_Event.MouseMove">
      <summary>Occurs after a mouse movement has been registered over the control.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_Event.MouseUp">
      <summary>Occurs after the user releases a mouse button that has been pressed on the control.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_Event.remove_AfterUpdate(Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_AfterUpdateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_Event.remove_BeforeUpdate(Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_BeforeUpdateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_Event.remove_Change(Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_ChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_Event.remove_Click(Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_ClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_Event.remove_DoubleClick(Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_DoubleClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_Event.remove_Enter(Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_EnterEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_Event.remove_Exit(Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_ExitEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_Event.remove_KeyDown(Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_KeyDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_Event.remove_KeyPress(Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_KeyPressEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_Event.remove_KeyUp(Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_KeyUpEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_Event.remove_MouseDown(Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_MouseDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_Event.remove_MouseMove(Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_MouseMoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_Event.remove_MouseUp(Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_MouseUpEventHandler)"></member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_ExitEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Cancel">False when the event occurs. If the event procedure sets this argument to True, the exit operation is not completed and the focus remains in this control.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_KeyDownEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="KeyCode">The numerical value of the key pressed.</param>
      <param name="Shift">A bitwise-OR mask of  constants in the <see cref="T:Microsoft.Office.Interop.Outlook.OlShiftState" /> enumeration that specifies whether the SHIFT, CTRL, or ALT keys have been pressed.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_KeyPressEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="KeyAscii">The numerical value of the key pressed.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_KeyUpEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="KeyCode">The numerical value of the key pressed.</param>
      <param name="Shift">A bitwise-OR mask of  constants in the <see cref="T:Microsoft.Office.Interop.Outlook.OlShiftState" /> enumeration that specifies whether the SHIFT, CTRL, or ALT keys have been pressed.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_MouseDownEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Button">An  <see cref="T:Microsoft.Office.Interop.Outlook.OlMouseButton" /> constant that specifies which button on the mouse has been pressed.</param>
      <param name="Shift">A bitwise-OR mask of constants in the <see cref="T:Microsoft.Office.Interop.Outlook.OlShiftState" /> enumeration that specifies whether the SHIFT, CTRL, or ALT keys have been pressed.</param>
      <param name="X">Identifies the location of the mouse cursor on the X-axis relative to the  form.</param>
      <param name="Y">Identifies the location of the mouse cursor on the Y-axis relative to the  form.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_MouseMoveEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Button">An  <see cref="T:Microsoft.Office.Interop.Outlook.OlMouseButton" /> constant that specifies which button on the mouse has been pressed.</param>
      <param name="Shift">A bitwise-OR mask of constants in the <see cref="T:Microsoft.Office.Interop.Outlook.OlShiftState" /> enumeration that specifies whether the SHIFT, CTRL, or ALT keys have been pressed.</param>
      <param name="X">Identifies the location of the mouse cursor on the X-axis relative to the  form.</param>
      <param name="Y">Identifies the location of the mouse cursor on the Y-axis relative to the  form.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_MouseUpEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Button">An  <see cref="T:Microsoft.Office.Interop.Outlook.OlMouseButton" /> constant that specifies which button on the mouse has been pressed.</param>
      <param name="Shift">A bitwise-OR mask of constants in the <see cref="T:Microsoft.Office.Interop.Outlook.OlShiftState" /> enumeration that specifies whether the SHIFT, CTRL, or ALT keys have been pressed.</param>
      <param name="X">Identifies the location of the mouse cursor on the X-axis relative to the  form.</param>
      <param name="Y">Identifies the location of the mouse cursor on the Y-axis relative to the  form.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_SinkHelper">
      <summary>This class and its members are reserved for internal use and are not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_SinkHelper.AfterUpdate"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_SinkHelper.BeforeUpdate(System.Boolean@)">
      <param name="param0"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_SinkHelper.Change"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_SinkHelper.Click"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_SinkHelper.DoubleClick"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_SinkHelper.Enter"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_SinkHelper.Exit(System.Boolean@)">
      <param name="param0"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_SinkHelper.KeyDown(System.Int32@,Microsoft.Office.Interop.Outlook.OlShiftState)">
      <param name="param0"></param>
      <param name="param1"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_SinkHelper.KeyPress(System.Int32@)">
      <param name="param0"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_SinkHelper.KeyUp(System.Int32@,Microsoft.Office.Interop.Outlook.OlShiftState)">
      <param name="param0"></param>
      <param name="param1"></param>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_SinkHelper.m_AfterUpdateDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_SinkHelper.m_BeforeUpdateDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_SinkHelper.m_ChangeDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_SinkHelper.m_ClickDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_SinkHelper.m_DoubleClickDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_SinkHelper.m_dwCookie"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_SinkHelper.m_EnterDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_SinkHelper.m_ExitDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_SinkHelper.m_KeyDownDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_SinkHelper.m_KeyPressDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_SinkHelper.m_KeyUpDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_SinkHelper.m_MouseDownDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_SinkHelper.m_MouseMoveDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_SinkHelper.m_MouseUpDelegate"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_SinkHelper.MouseDown(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <param name="param0"></param>
      <param name="param1"></param>
      <param name="param2"></param>
      <param name="param3"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_SinkHelper.MouseMove(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <param name="param0"></param>
      <param name="param1"></param>
      <param name="param2"></param>
      <param name="param3"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCheckBoxEvents_SinkHelper.MouseUp(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <param name="param0"></param>
      <param name="param1"></param>
      <param name="param2"></param>
      <param name="param3"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkComboBox">
      <summary>A control that supports the display of a selection from a drop-down list of all choices.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkComboBoxClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkComboBox" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxClass.#ctor">
      <summary>This member is inherited from the base type of the parent interface.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxClass.add_AfterUpdate(Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_AfterUpdateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxClass.add_BeforeUpdate(Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_BeforeUpdateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxClass.add_Change(Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_ChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxClass.add_Click(Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_ClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxClass.add_DoubleClick(Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_DoubleClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxClass.add_DropButtonClick(Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_DropButtonClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxClass.add_Enter(Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_EnterEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxClass.add_Exit(Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_ExitEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxClass.add_KeyDown(Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_KeyDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxClass.add_KeyPress(Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_KeyPressEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxClass.add_KeyUp(Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_KeyUpEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxClass.add_MouseDown(Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_MouseDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxClass.add_MouseMove(Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_MouseMoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxClass.add_MouseUp(Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_MouseUpEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxClass.AddItem(System.String,System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkComboBox" />.</summary>
      <param name="ItemText"></param>
      <param name="Index"></param>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkComboBoxClass.AfterUpdate">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkComboBox" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkComboBoxClass.AutoSize">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkComboBox" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkComboBoxClass.AutoTab">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkComboBox" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkComboBoxClass.AutoWordSelect">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkComboBox" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkComboBoxClass.BackColor">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkComboBox" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkComboBoxClass.BeforeUpdate">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkComboBox" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkComboBoxClass.BorderStyle">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkComboBox" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkComboBoxClass.Change">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkComboBox" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxClass.Clear">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkComboBox" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkComboBoxClass.Click">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkComboBox" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxClass.Copy">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkComboBox" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxClass.Cut">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkComboBox" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkComboBoxClass.DoubleClick">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkComboBox" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkComboBoxClass.DragBehavior">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkComboBox" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkComboBoxClass.DropButtonClick">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkComboBox" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxClass.DropDown">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkComboBox" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkComboBoxClass.Enabled">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkComboBox" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkComboBoxClass.Enter">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkComboBox" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkComboBoxClass.EnterFieldBehavior">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkComboBox" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkComboBoxClass.Exit">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkComboBox" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkComboBoxClass.Font">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkComboBox" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkComboBoxClass.ForeColor">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkComboBox" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxClass.GetItem(System.Int32)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkComboBox" />.</summary>
      <param name="Index"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkComboBoxClass.HideSelection">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkComboBox" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkComboBoxClass.KeyDown">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkComboBox" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkComboBoxClass.KeyPress">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkComboBox" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkComboBoxClass.KeyUp">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkComboBox" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkComboBoxClass.ListCount">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkComboBox" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkComboBoxClass.ListIndex">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkComboBox" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkComboBoxClass.Locked">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkComboBox" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkComboBoxClass.MaxLength">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkComboBox" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkComboBoxClass.MouseDown">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkComboBox" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkComboBoxClass.MouseIcon">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkComboBox" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkComboBoxClass.MouseMove">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkComboBox" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkComboBoxClass.MousePointer">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkComboBox" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkComboBoxClass.MouseUp">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkComboBox" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxClass.Paste">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkComboBox" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxClass.remove_AfterUpdate(Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_AfterUpdateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxClass.remove_BeforeUpdate(Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_BeforeUpdateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxClass.remove_Change(Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_ChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxClass.remove_Click(Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_ClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxClass.remove_DoubleClick(Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_DoubleClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxClass.remove_DropButtonClick(Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_DropButtonClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxClass.remove_Enter(Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_EnterEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxClass.remove_Exit(Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_ExitEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxClass.remove_KeyDown(Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_KeyDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxClass.remove_KeyPress(Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_KeyPressEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxClass.remove_KeyUp(Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_KeyUpEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxClass.remove_MouseDown(Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_MouseDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxClass.remove_MouseMove(Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_MouseMoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxClass.remove_MouseUp(Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_MouseUpEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxClass.RemoveItem(System.Int32)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkComboBox" />.</summary>
      <param name="Index"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkComboBoxClass.SelectionMargin">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkComboBox" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkComboBoxClass.SelLength">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkComboBox" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkComboBoxClass.SelStart">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkComboBox" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkComboBoxClass.SelText">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkComboBox" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxClass.SetItem(System.Int32,System.String)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkComboBox" />.</summary>
      <param name="Index"></param>
      <param name="Item"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkComboBoxClass.Style">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkComboBox" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkComboBoxClass.Text">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkComboBox" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkComboBoxClass.TextAlign">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkComboBox" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkComboBoxClass.TopIndex">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkComboBox" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkComboBoxClass.Value">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkComboBox" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents">
      <summary>This is an event interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents.AfterUpdate">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents.BeforeUpdate(System.Boolean@)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Cancel"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents.Change">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents.Click">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents.DoubleClick">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents.DropButtonClick">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents.Enter">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents.Exit(System.Boolean@)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Cancel"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents.KeyDown(System.Int32@,Microsoft.Office.Interop.Outlook.OlShiftState)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="KeyCode"></param>
      <param name="Shift"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents.KeyPress(System.Int32@)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="KeyAscii"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents.KeyUp(System.Int32@,Microsoft.Office.Interop.Outlook.OlShiftState)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="KeyCode"></param>
      <param name="Shift"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents.MouseDown(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Button"></param>
      <param name="Shift"></param>
      <param name="X"></param>
      <param name="Y"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents.MouseMove(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Button"></param>
      <param name="Shift"></param>
      <param name="X"></param>
      <param name="Y"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents.MouseUp(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Button"></param>
      <param name="Shift"></param>
      <param name="X"></param>
      <param name="Y"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_AfterUpdateEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_BeforeUpdateEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Cancel">False when the event occurs. If the event procedure sets this argument to True, the operation will not be completed and the property bound to the control will not be updated.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_ChangeEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_ClickEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_DoubleClickEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_DropButtonClickEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_EnterEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_Event">
      <summary>This is a .NET interface created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface implements all events of earlier interfaces and any additional new events.  Use this interface only when the event you want to use shares the same name as a method of the COM object; in this case, cast to this interface to connect to the event, and cast to the primary interface to call the method. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_Event.add_AfterUpdate(Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_AfterUpdateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_Event.add_BeforeUpdate(Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_BeforeUpdateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_Event.add_Change(Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_ChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_Event.add_Click(Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_ClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_Event.add_DoubleClick(Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_DoubleClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_Event.add_DropButtonClick(Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_DropButtonClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_Event.add_Enter(Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_EnterEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_Event.add_Exit(Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_ExitEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_Event.add_KeyDown(Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_KeyDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_Event.add_KeyPress(Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_KeyPressEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_Event.add_KeyUp(Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_KeyUpEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_Event.add_MouseDown(Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_MouseDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_Event.add_MouseMove(Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_MouseMoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_Event.add_MouseUp(Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_MouseUpEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_Event.AfterUpdate">
      <summary>Occurs after the data in the control has been changed through the user interface.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_Event.BeforeUpdate">
      <summary>Occurs when  the data in the control is changed through the user interface and is about to be saved to the item.  </summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_Event.Change">
      <summary>Occurs when the selection in the list displayed by the control changes.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_Event.Click">
      <summary>Occurs when the user clicks inside the control.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_Event.DoubleClick">
      <summary>Occurs when the user double-clicks inside the control.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_Event.DropButtonClick">
      <summary>Occurs when the user clicks the drop button to expand the drop-down list in the combo box control, or when the <see cref="M:Microsoft.Office.Interop.Outlook._OlkComboBox.DropDown" /> method is called programmatically.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_Event.Enter">
      <summary>Occurs when the control receives focus, immediately after the previous control's Exit event.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_Event.Exit">
      <summary>Occurs just after the focus passes from this control  to another control on the same form.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_Event.KeyDown"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_Event.KeyPress">
      <summary>Occurs when the user presses an ANSI key.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_Event.KeyUp">
      <summary>Occurs when the user releases a key.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_Event.MouseDown">
      <summary>Occurs when the user presses a mouse button on the control.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_Event.MouseMove">
      <summary>Occurs after a mouse movement has been registered over the control.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_Event.MouseUp">
      <summary>Occurs after the user releases a mouse button that has been pressed on the control.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_Event.remove_AfterUpdate(Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_AfterUpdateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_Event.remove_BeforeUpdate(Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_BeforeUpdateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_Event.remove_Change(Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_ChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_Event.remove_Click(Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_ClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_Event.remove_DoubleClick(Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_DoubleClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_Event.remove_DropButtonClick(Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_DropButtonClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_Event.remove_Enter(Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_EnterEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_Event.remove_Exit(Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_ExitEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_Event.remove_KeyDown(Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_KeyDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_Event.remove_KeyPress(Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_KeyPressEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_Event.remove_KeyUp(Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_KeyUpEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_Event.remove_MouseDown(Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_MouseDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_Event.remove_MouseMove(Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_MouseMoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_Event.remove_MouseUp(Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_MouseUpEventHandler)"></member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_ExitEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Cancel">False when the event occurs. If the event procedure sets this argument to True, the exit operation is not completed and the focus remains in this control.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_KeyDownEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="KeyCode">The numerical value of the key pressed.</param>
      <param name="Shift">A bitwise-OR mask of  constants in the <see cref="T:Microsoft.Office.Interop.Outlook.OlShiftState" /> enumeration that specifies whether  the SHIFT, CTRL, or ALT keys have been pressed.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_KeyPressEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="KeyAscii">The numerical value of the key pressed.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_KeyUpEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="KeyCode">The numerical value of the key pressed.</param>
      <param name="Shift">A bitwise-OR mask of  constants in the <see cref="T:Microsoft.Office.Interop.Outlook.OlShiftState" /> enumeration that specifies whether the SHIFT, CTRL, or ALT keys have been pressed.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_MouseDownEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Button">An  <see cref="T:Microsoft.Office.Interop.Outlook.OlMouseButton" /> constant that specifies which button on the mouse has been pressed.</param>
      <param name="Shift">A bitwise-OR mask of constants in the <see cref="T:Microsoft.Office.Interop.Outlook.OlShiftState" /> enumeration that specifies whether the SHIFT, CTRL, or ALT keys have been pressed.</param>
      <param name="X">Identifies the location of the mouse cursor on the X-axis relative to the  form.</param>
      <param name="Y">Identifies the location of the mouse cursor on the Y-axis relative to the  form.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_MouseMoveEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Button">An  <see cref="T:Microsoft.Office.Interop.Outlook.OlMouseButton" /> constant that specifies which button on the mouse has been pressed.</param>
      <param name="Shift">A bitwise-OR mask of constants in the <see cref="T:Microsoft.Office.Interop.Outlook.OlShiftState" /> enumeration that specifies whether the SHIFT, CTRL, or ALT keys have been pressed.</param>
      <param name="X">Identifies the location of the mouse cursor on the X-axis relative to the  form.</param>
      <param name="Y">Identifies the location of the mouse cursor on the Y-axis relative to the  form.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_MouseUpEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Button">An  <see cref="T:Microsoft.Office.Interop.Outlook.OlMouseButton" /> constant that specifies which button on the mouse has been pressed.</param>
      <param name="Shift">A bitwise-OR mask of constants in the <see cref="T:Microsoft.Office.Interop.Outlook.OlShiftState" /> enumeration that specifies whether the SHIFT, CTRL, or ALT keys have been pressed.</param>
      <param name="X">Identifies the location of the mouse cursor on the X-axis relative to the  form.</param>
      <param name="Y">Identifies the location of the mouse cursor on the Y-axis relative to the  form.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_SinkHelper">
      <summary>This class and its members are reserved for internal use and are not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_SinkHelper.AfterUpdate"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_SinkHelper.BeforeUpdate(System.Boolean@)">
      <param name="param0"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_SinkHelper.Change"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_SinkHelper.Click"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_SinkHelper.DoubleClick"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_SinkHelper.DropButtonClick"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_SinkHelper.Enter"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_SinkHelper.Exit(System.Boolean@)">
      <param name="param0"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_SinkHelper.KeyDown(System.Int32@,Microsoft.Office.Interop.Outlook.OlShiftState)">
      <param name="param0"></param>
      <param name="param1"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_SinkHelper.KeyPress(System.Int32@)">
      <param name="param0"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_SinkHelper.KeyUp(System.Int32@,Microsoft.Office.Interop.Outlook.OlShiftState)">
      <param name="param0"></param>
      <param name="param1"></param>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_SinkHelper.m_AfterUpdateDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_SinkHelper.m_BeforeUpdateDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_SinkHelper.m_ChangeDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_SinkHelper.m_ClickDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_SinkHelper.m_DoubleClickDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_SinkHelper.m_DropButtonClickDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_SinkHelper.m_dwCookie"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_SinkHelper.m_EnterDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_SinkHelper.m_ExitDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_SinkHelper.m_KeyDownDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_SinkHelper.m_KeyPressDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_SinkHelper.m_KeyUpDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_SinkHelper.m_MouseDownDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_SinkHelper.m_MouseMoveDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_SinkHelper.m_MouseUpDelegate"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_SinkHelper.MouseDown(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <param name="param0"></param>
      <param name="param1"></param>
      <param name="param2"></param>
      <param name="param3"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_SinkHelper.MouseMove(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <param name="param0"></param>
      <param name="param1"></param>
      <param name="param2"></param>
      <param name="param3"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_SinkHelper.MouseUp(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <param name="param0"></param>
      <param name="param1"></param>
      <param name="param2"></param>
      <param name="param3"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkCommandButton">
      <summary>A control that supports a user action specified as a command.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkCommandButtonClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkCommandButton" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCommandButtonClass.#ctor">
      <summary>This member is inherited from the base type of the parent interface.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkCommandButtonClass.Accelerator">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkCommandButton" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCommandButtonClass.add_AfterUpdate(Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_AfterUpdateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCommandButtonClass.add_BeforeUpdate(Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_BeforeUpdateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCommandButtonClass.add_Click(Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_ClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCommandButtonClass.add_DoubleClick(Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_DoubleClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCommandButtonClass.add_Enter(Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_EnterEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCommandButtonClass.add_Exit(Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_ExitEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCommandButtonClass.add_KeyDown(Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_KeyDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCommandButtonClass.add_KeyPress(Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_KeyPressEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCommandButtonClass.add_KeyUp(Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_KeyUpEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCommandButtonClass.add_MouseDown(Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_MouseDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCommandButtonClass.add_MouseMove(Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_MouseMoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCommandButtonClass.add_MouseUp(Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_MouseUpEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkCommandButtonClass.AfterUpdate">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkCommandButton" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkCommandButtonClass.AutoSize">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkCommandButton" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkCommandButtonClass.BeforeUpdate">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkCommandButton" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkCommandButtonClass.Caption">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkCommandButton" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkCommandButtonClass.Click">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkCommandButton" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkCommandButtonClass.DisplayDropArrow">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkCommandButton" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkCommandButtonClass.DoubleClick">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkCommandButton" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkCommandButtonClass.Enabled">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkCommandButton" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkCommandButtonClass.Enter">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkCommandButton" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkCommandButtonClass.Exit">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkCommandButton" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkCommandButtonClass.Font">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkCommandButton" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkCommandButtonClass.KeyDown">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkCommandButton" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkCommandButtonClass.KeyPress">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkCommandButton" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkCommandButtonClass.KeyUp">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkCommandButton" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkCommandButtonClass.MouseDown">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkCommandButton" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkCommandButtonClass.MouseIcon">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkCommandButton" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkCommandButtonClass.MouseMove">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkCommandButton" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkCommandButtonClass.MousePointer">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkCommandButton" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkCommandButtonClass.MouseUp">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkCommandButton" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkCommandButtonClass.Picture">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkCommandButton" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkCommandButtonClass.PictureAlignment">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkCommandButton" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCommandButtonClass.remove_AfterUpdate(Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_AfterUpdateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCommandButtonClass.remove_BeforeUpdate(Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_BeforeUpdateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCommandButtonClass.remove_Click(Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_ClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCommandButtonClass.remove_DoubleClick(Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_DoubleClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCommandButtonClass.remove_Enter(Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_EnterEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCommandButtonClass.remove_Exit(Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_ExitEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCommandButtonClass.remove_KeyDown(Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_KeyDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCommandButtonClass.remove_KeyPress(Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_KeyPressEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCommandButtonClass.remove_KeyUp(Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_KeyUpEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCommandButtonClass.remove_MouseDown(Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_MouseDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCommandButtonClass.remove_MouseMove(Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_MouseMoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCommandButtonClass.remove_MouseUp(Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_MouseUpEventHandler)"></member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkCommandButtonClass.TextAlign">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkCommandButton" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkCommandButtonClass.WordWrap">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkCommandButton" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents">
      <summary>This is an event interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents.AfterUpdate">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents.BeforeUpdate(System.Boolean@)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Cancel"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents.Click">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents.DoubleClick">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents.Enter">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents.Exit(System.Boolean@)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Cancel"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents.KeyDown(System.Int32@,Microsoft.Office.Interop.Outlook.OlShiftState)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="KeyCode"></param>
      <param name="Shift"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents.KeyPress(System.Int32@)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="KeyAscii"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents.KeyUp(System.Int32@,Microsoft.Office.Interop.Outlook.OlShiftState)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="KeyCode"></param>
      <param name="Shift"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents.MouseDown(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Button"></param>
      <param name="Shift"></param>
      <param name="X"></param>
      <param name="Y"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents.MouseMove(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Button"></param>
      <param name="Shift"></param>
      <param name="X"></param>
      <param name="Y"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents.MouseUp(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Button"></param>
      <param name="Shift"></param>
      <param name="X"></param>
      <param name="Y"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_AfterUpdateEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_BeforeUpdateEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Cancel">False when the event occurs. If the event procedure sets this argument to True, the operation will not be completed and the property bound to the control will not be updated.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_ClickEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_DoubleClickEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_EnterEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_Event">
      <summary>This is a .NET interface created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface implements all events of earlier interfaces and any additional new events.  Use this interface only when the event you want to use shares the same name as a method of the COM object; in this case, cast to this interface to connect to the event, and cast to the primary interface to call the method. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_Event.add_AfterUpdate(Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_AfterUpdateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_Event.add_BeforeUpdate(Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_BeforeUpdateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_Event.add_Click(Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_ClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_Event.add_DoubleClick(Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_DoubleClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_Event.add_Enter(Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_EnterEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_Event.add_Exit(Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_ExitEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_Event.add_KeyDown(Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_KeyDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_Event.add_KeyPress(Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_KeyPressEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_Event.add_KeyUp(Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_KeyUpEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_Event.add_MouseDown(Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_MouseDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_Event.add_MouseMove(Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_MouseMoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_Event.add_MouseUp(Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_MouseUpEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_Event.AfterUpdate">
      <summary>Occurs after the data in the control has been changed through the user interface.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_Event.BeforeUpdate">
      <summary>Occurs when  the data in the control is changed through the user interface and is about to be saved to the item.  </summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_Event.Click">
      <summary>Occurs when the user clicks inside the control.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_Event.DoubleClick">
      <summary>Occurs when the user double-clicks inside the control.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_Event.Enter">
      <summary>Occurs before the control actually receives the focus from a control on the same form.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_Event.Exit">
      <summary>Occurs just after the focus passes from this control  to another control on the same form.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_Event.KeyDown">
      <summary>Occurs when a user presses a key.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_Event.KeyPress">
      <summary>Occurs when the user presses an ANSI key.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_Event.KeyUp">
      <summary>Occurs when the user releases a key.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_Event.MouseDown">
      <summary>Occurs when the user presses a mouse button on the control.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_Event.MouseMove">
      <summary>Occurs after a mouse movement has been registered over the control.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_Event.MouseUp">
      <summary>Occurs after the user releases a mouse button that has been pressed on the control.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_Event.remove_AfterUpdate(Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_AfterUpdateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_Event.remove_BeforeUpdate(Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_BeforeUpdateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_Event.remove_Click(Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_ClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_Event.remove_DoubleClick(Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_DoubleClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_Event.remove_Enter(Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_EnterEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_Event.remove_Exit(Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_ExitEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_Event.remove_KeyDown(Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_KeyDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_Event.remove_KeyPress(Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_KeyPressEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_Event.remove_KeyUp(Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_KeyUpEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_Event.remove_MouseDown(Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_MouseDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_Event.remove_MouseMove(Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_MouseMoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_Event.remove_MouseUp(Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_MouseUpEventHandler)"></member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_ExitEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Cancel">False when the event occurs. If the event procedure sets this argument to True, the exit operation is not completed and the focus remains in this control.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_KeyDownEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="KeyCode">The numerical value of the key pressed.</param>
      <param name="Shift">A bitwise-OR mask of  constants in the <see cref="T:Microsoft.Office.Interop.Outlook.OlShiftState" /> enumeration that specifies whether the SHIFT, CTRL, or ALT keys have been pressed.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_KeyPressEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="KeyAscii">The numerical value of the key pressed.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_KeyUpEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="KeyCode">The numerical value of the key pressed.</param>
      <param name="Shift">A bitwise-OR mask of  constants in the <see cref="T:Microsoft.Office.Interop.Outlook.OlShiftState" /> enumeration that specifies whether the SHIFT, CTRL, or ALT keys have been pressed.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_MouseDownEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Button">An  <see cref="T:Microsoft.Office.Interop.Outlook.OlMouseButton" /> constant that specifies which button on the mouse has been pressed.</param>
      <param name="Shift">A bitwise-OR mask of constants in the <see cref="T:Microsoft.Office.Interop.Outlook.OlShiftState" /> enumeration that specifies whether the SHIFT, CTRL, or ALT keys have been pressed.</param>
      <param name="X">Identifies the location of the mouse cursor on the X-axis relative to the  form.</param>
      <param name="Y">Identifies the location of the mouse cursor on the Y-axis relative to the  form.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_MouseMoveEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Button">An  <see cref="T:Microsoft.Office.Interop.Outlook.OlMouseButton" /> constant that specifies which button on the mouse has been pressed.</param>
      <param name="Shift">A bitwise-OR mask of constants in the <see cref="T:Microsoft.Office.Interop.Outlook.OlShiftState" /> enumeration that specifies whether the SHIFT, CTRL, or ALT keys have been pressed.</param>
      <param name="X">Identifies the location of the mouse cursor on the X-axis relative to the  form.</param>
      <param name="Y">Identifies the location of the mouse cursor on the Y-axis relative to the  form.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_MouseUpEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Button">An  <see cref="T:Microsoft.Office.Interop.Outlook.OlMouseButton" /> constant that specifies which button on the mouse has been pressed.</param>
      <param name="Shift">A bitwise-OR mask of constants in the <see cref="T:Microsoft.Office.Interop.Outlook.OlShiftState" /> enumeration that specifies whether the SHIFT, CTRL, or ALT keys have been pressed.</param>
      <param name="X">Identifies the location of the mouse cursor on the X-axis relative to the  form.</param>
      <param name="Y">Identifies the location of the mouse cursor on the Y-axis relative to the  form.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_SinkHelper">
      <summary>This class and its members are reserved for internal use and are not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_SinkHelper.AfterUpdate"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_SinkHelper.BeforeUpdate(System.Boolean@)">
      <param name="param0"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_SinkHelper.Click"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_SinkHelper.DoubleClick"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_SinkHelper.Enter"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_SinkHelper.Exit(System.Boolean@)">
      <param name="param0"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_SinkHelper.KeyDown(System.Int32@,Microsoft.Office.Interop.Outlook.OlShiftState)">
      <param name="param0"></param>
      <param name="param1"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_SinkHelper.KeyPress(System.Int32@)">
      <param name="param0"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_SinkHelper.KeyUp(System.Int32@,Microsoft.Office.Interop.Outlook.OlShiftState)">
      <param name="param0"></param>
      <param name="param1"></param>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_SinkHelper.m_AfterUpdateDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_SinkHelper.m_BeforeUpdateDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_SinkHelper.m_ClickDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_SinkHelper.m_DoubleClickDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_SinkHelper.m_dwCookie"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_SinkHelper.m_EnterDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_SinkHelper.m_ExitDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_SinkHelper.m_KeyDownDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_SinkHelper.m_KeyPressDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_SinkHelper.m_KeyUpDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_SinkHelper.m_MouseDownDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_SinkHelper.m_MouseMoveDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_SinkHelper.m_MouseUpDelegate"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_SinkHelper.MouseDown(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <param name="param0"></param>
      <param name="param1"></param>
      <param name="param2"></param>
      <param name="param3"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_SinkHelper.MouseMove(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <param name="param0"></param>
      <param name="param1"></param>
      <param name="param2"></param>
      <param name="param3"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_SinkHelper.MouseUp(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <param name="param0"></param>
      <param name="param1"></param>
      <param name="param2"></param>
      <param name="param3"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkContactPhoto">
      <summary>A control that shows the contact picture for a contact item if a contact picture has been defined, or the contact picture button if no contact picture has been assigned.  </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkContactPhotoClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkContactPhoto" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkContactPhotoClass.#ctor">
      <summary>This member is inherited from the base type of the parent interface.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkContactPhotoClass.add_Change(Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_ChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkContactPhotoClass.add_Click(Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_ClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkContactPhotoClass.add_DoubleClick(Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_DoubleClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkContactPhotoClass.add_Enter(Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_EnterEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkContactPhotoClass.add_Exit(Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_ExitEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkContactPhotoClass.add_KeyDown(Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_KeyDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkContactPhotoClass.add_KeyPress(Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_KeyPressEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkContactPhotoClass.add_KeyUp(Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_KeyUpEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkContactPhotoClass.add_MouseDown(Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_MouseDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkContactPhotoClass.add_MouseMove(Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_MouseMoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkContactPhotoClass.add_MouseUp(Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_MouseUpEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkContactPhotoClass.Change">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkContactPhoto" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkContactPhotoClass.Click">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkContactPhoto" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkContactPhotoClass.DoubleClick">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkContactPhoto" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkContactPhotoClass.Enabled">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkContactPhoto" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkContactPhotoClass.Enter">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkContactPhoto" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkContactPhotoClass.Exit">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkContactPhoto" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkContactPhotoClass.KeyDown">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkContactPhoto" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkContactPhotoClass.KeyPress">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkContactPhoto" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkContactPhotoClass.KeyUp">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkContactPhoto" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkContactPhotoClass.MouseDown">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkContactPhoto" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkContactPhotoClass.MouseIcon">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkContactPhoto" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkContactPhotoClass.MouseMove">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkContactPhoto" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkContactPhotoClass.MousePointer">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkContactPhoto" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkContactPhotoClass.MouseUp">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkContactPhoto" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkContactPhotoClass.remove_Change(Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_ChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkContactPhotoClass.remove_Click(Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_ClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkContactPhotoClass.remove_DoubleClick(Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_DoubleClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkContactPhotoClass.remove_Enter(Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_EnterEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkContactPhotoClass.remove_Exit(Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_ExitEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkContactPhotoClass.remove_KeyDown(Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_KeyDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkContactPhotoClass.remove_KeyPress(Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_KeyPressEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkContactPhotoClass.remove_KeyUp(Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_KeyUpEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkContactPhotoClass.remove_MouseDown(Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_MouseDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkContactPhotoClass.remove_MouseMove(Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_MouseMoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkContactPhotoClass.remove_MouseUp(Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_MouseUpEventHandler)"></member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents">
      <summary>This is an event interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents.Change">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents.Click">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents.DoubleClick">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents.Enter">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents.Exit(System.Boolean@)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Cancel"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents.KeyDown(System.Int32@,Microsoft.Office.Interop.Outlook.OlShiftState)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="KeyCode"></param>
      <param name="Shift"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents.KeyPress(System.Int32@)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="KeyAscii"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents.KeyUp(System.Int32@,Microsoft.Office.Interop.Outlook.OlShiftState)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="KeyCode"></param>
      <param name="Shift"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents.MouseDown(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Button"></param>
      <param name="Shift"></param>
      <param name="X"></param>
      <param name="Y"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents.MouseMove(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Button"></param>
      <param name="Shift"></param>
      <param name="X"></param>
      <param name="Y"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents.MouseUp(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Button"></param>
      <param name="Shift"></param>
      <param name="X"></param>
      <param name="Y"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_ChangeEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_ClickEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_DoubleClickEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_EnterEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_Event">
      <summary>This is a .NET interface created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface implements all events of earlier interfaces and any additional new events.  Use this interface only when the event you want to use shares the same name as a method of the COM object; in this case, cast to this interface to connect to the event, and cast to the primary interface to call the method. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_Event.add_Change(Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_ChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_Event.add_Click(Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_ClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_Event.add_DoubleClick(Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_DoubleClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_Event.add_Enter(Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_EnterEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_Event.add_Exit(Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_ExitEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_Event.add_KeyDown(Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_KeyDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_Event.add_KeyPress(Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_KeyPressEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_Event.add_KeyUp(Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_KeyUpEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_Event.add_MouseDown(Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_MouseDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_Event.add_MouseMove(Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_MouseMoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_Event.add_MouseUp(Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_MouseUpEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_Event.Change">
      <summary>Occurs when the contact picture has changed.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_Event.Click">
      <summary>Occurs when the control is clicked, either through user action or programmatically.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_Event.DoubleClick">
      <summary>Occurs when the control is double-clicked through user action or programmatically.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_Event.Enter">
      <summary>Occurs before the control actually receives the focus from a control on the same form.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_Event.Exit">
      <summary>Occurs just after the focus passes from this control  to another control on the same form.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_Event.KeyDown">
      <summary>Occurs when a user presses a key.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_Event.KeyPress">
      <summary>Occurs when the user presses an ANSI key.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_Event.KeyUp">
      <summary>Occurs when the user releases a key.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_Event.MouseDown">
      <summary>Occurs when the user presses a mouse button on the control.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_Event.MouseMove">
      <summary>Occurs after a mouse movement has been registered over the control.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_Event.MouseUp">
      <summary>Occurs after the user releases a mouse button that has been pressed on the control.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_Event.remove_Change(Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_ChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_Event.remove_Click(Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_ClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_Event.remove_DoubleClick(Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_DoubleClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_Event.remove_Enter(Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_EnterEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_Event.remove_Exit(Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_ExitEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_Event.remove_KeyDown(Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_KeyDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_Event.remove_KeyPress(Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_KeyPressEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_Event.remove_KeyUp(Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_KeyUpEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_Event.remove_MouseDown(Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_MouseDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_Event.remove_MouseMove(Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_MouseMoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_Event.remove_MouseUp(Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_MouseUpEventHandler)"></member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_ExitEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Cancel">False when the event occurs. If the event procedure sets this argument to True, the exit operation is not completed and the focus remains in this control.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_KeyDownEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="KeyCode">The numerical value of the key pressed.</param>
      <param name="Shift">A bitwise-OR mask of  constants in the <see cref="T:Microsoft.Office.Interop.Outlook.OlShiftState" /> enumeration that specifies whether the SHIFT, CTRL, or ALT keys have been pressed.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_KeyPressEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="KeyAscii">The numerical value of the key pressed.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_KeyUpEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="KeyCode">The numerical value of the key pressed.</param>
      <param name="Shift">A bitwise-OR mask of  constants in the <see cref="T:Microsoft.Office.Interop.Outlook.OlShiftState" /> enumeration that specifies whether the SHIFT, CTRL, or ALT keys have been pressed.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_MouseDownEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Button">An  <see cref="T:Microsoft.Office.Interop.Outlook.OlMouseButton" /> constant that specifies which button on the mouse has been pressed.</param>
      <param name="Shift">A bitwise-OR mask of constants in the <see cref="T:Microsoft.Office.Interop.Outlook.OlShiftState" /> enumeration that specifies whether the SHIFT, CTRL, or ALT keys have been pressed.</param>
      <param name="X">Identifies the location of the mouse cursor on the X-axis relative to the  form.</param>
      <param name="Y">Identifies the location of the mouse cursor on the Y-axis relative to the  form.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_MouseMoveEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Button">An  <see cref="T:Microsoft.Office.Interop.Outlook.OlMouseButton" /> constant that specifies which button on the mouse has been pressed.</param>
      <param name="Shift">A bitwise-OR mask of constants in the <see cref="T:Microsoft.Office.Interop.Outlook.OlShiftState" /> enumeration that specifies whether the SHIFT, CTRL, or ALT keys have been pressed.</param>
      <param name="X">Identifies the location of the mouse cursor on the X-axis relative to the  form.</param>
      <param name="Y">Identifies the location of the mouse cursor on the Y-axis relative to the  form.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_MouseUpEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Button">An  <see cref="T:Microsoft.Office.Interop.Outlook.OlMouseButton" /> constant that specifies which button on the mouse has been pressed.</param>
      <param name="Shift">A bitwise-OR mask of constants in the <see cref="T:Microsoft.Office.Interop.Outlook.OlShiftState" /> enumeration that specifies whether the SHIFT, CTRL, or ALT keys have been pressed.</param>
      <param name="X">Identifies the location of the mouse cursor on the X-axis relative to the  form.</param>
      <param name="Y">Identifies the location of the mouse cursor on the Y-axis relative to the  form.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_SinkHelper">
      <summary>This class and its members are reserved for internal use and are not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_SinkHelper.Change"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_SinkHelper.Click"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_SinkHelper.DoubleClick"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_SinkHelper.Enter"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_SinkHelper.Exit(System.Boolean@)">
      <param name="param0"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_SinkHelper.KeyDown(System.Int32@,Microsoft.Office.Interop.Outlook.OlShiftState)">
      <param name="param0"></param>
      <param name="param1"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_SinkHelper.KeyPress(System.Int32@)">
      <param name="param0"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_SinkHelper.KeyUp(System.Int32@,Microsoft.Office.Interop.Outlook.OlShiftState)">
      <param name="param0"></param>
      <param name="param1"></param>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_SinkHelper.m_ChangeDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_SinkHelper.m_ClickDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_SinkHelper.m_DoubleClickDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_SinkHelper.m_dwCookie"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_SinkHelper.m_EnterDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_SinkHelper.m_ExitDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_SinkHelper.m_KeyDownDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_SinkHelper.m_KeyPressDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_SinkHelper.m_KeyUpDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_SinkHelper.m_MouseDownDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_SinkHelper.m_MouseMoveDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_SinkHelper.m_MouseUpDelegate"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_SinkHelper.MouseDown(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <param name="param0"></param>
      <param name="param1"></param>
      <param name="param2"></param>
      <param name="param3"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_SinkHelper.MouseMove(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <param name="param0"></param>
      <param name="param1"></param>
      <param name="param2"></param>
      <param name="param3"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_SinkHelper.MouseUp(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <param name="param0"></param>
      <param name="param1"></param>
      <param name="param2"></param>
      <param name="param3"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkControl">
      <summary>Defines a set of control properties common to some Microsoft Outlook controls.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkControl.ControlProperty">
      <summary>Returns or sets a String (string in C#) that represents the property on the control that the databind occurs with. Read/write</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkControl.EnableAutoLayout">
      <summary>Returns or sets a Boolean (bool in C#) that enables automatic adjustments of  the layout for the control with respect to the rest of the form. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkControl.Format">
      <summary>Returns or sets an Integer (int in C#) value that specifies how a value is to be displayed in  the control. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkControl.HorizontalLayout">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlHorizontalLayout" /> constant that specifies any alignment in the horizontal direction of this control with other selected controls on the form, or whether the control is adjusted in the horizontal direction automatically when the form's width is changed. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkControl.ItemProperty">
      <summary>Returns or sets a String (string in C#) that specifies the name of the property in the Outlook object model that the control is bound to. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkControl.MinimumHeight">
      <summary>Returns or sets an Integer (int in C#) value that specifies the minimum height the control can be automatically sized down to. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkControl.MinimumWidth">
      <summary>Returns or sets an Integer (int in C#) value that specifies the minimum width the control can be automatically sized down to. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkControl.PossibleValues">
      <summary>Returns or sets a String (string in C#) that represents a list of possible values for the drop-down list for the control, seperated by semicolons. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkControl.VerticalLayout">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlVerticalLayout" /> constant that specifies any alignment in the vertical direction of this control with other selected controls on the form, or whether the control is adjusted in the vertical direction automatically when the form's length is changed. Read/write.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkDateControl">
      <summary>A control that supports the drop-down date picker used in inspectors for task and appointment items to select a date.  </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkDateControlClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkDateControl" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkDateControlClass.#ctor"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkDateControlClass.add_AfterUpdate(Microsoft.Office.Interop.Outlook.OlkDateControlEvents_AfterUpdateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkDateControlClass.add_BeforeUpdate(Microsoft.Office.Interop.Outlook.OlkDateControlEvents_BeforeUpdateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkDateControlClass.add_Change(Microsoft.Office.Interop.Outlook.OlkDateControlEvents_ChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkDateControlClass.add_Click(Microsoft.Office.Interop.Outlook.OlkDateControlEvents_ClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkDateControlClass.add_DoubleClick(Microsoft.Office.Interop.Outlook.OlkDateControlEvents_DoubleClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkDateControlClass.add_DropButtonClick(Microsoft.Office.Interop.Outlook.OlkDateControlEvents_DropButtonClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkDateControlClass.add_Enter(Microsoft.Office.Interop.Outlook.OlkDateControlEvents_EnterEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkDateControlClass.add_Exit(Microsoft.Office.Interop.Outlook.OlkDateControlEvents_ExitEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkDateControlClass.add_KeyDown(Microsoft.Office.Interop.Outlook.OlkDateControlEvents_KeyDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkDateControlClass.add_KeyPress(Microsoft.Office.Interop.Outlook.OlkDateControlEvents_KeyPressEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkDateControlClass.add_KeyUp(Microsoft.Office.Interop.Outlook.OlkDateControlEvents_KeyUpEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkDateControlClass.add_MouseDown(Microsoft.Office.Interop.Outlook.OlkDateControlEvents_MouseDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkDateControlClass.add_MouseMove(Microsoft.Office.Interop.Outlook.OlkDateControlEvents_MouseMoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkDateControlClass.add_MouseUp(Microsoft.Office.Interop.Outlook.OlkDateControlEvents_MouseUpEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkDateControlClass.AfterUpdate">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkDateControl" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkDateControlClass.AutoSize">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkDateControl" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkDateControlClass.AutoWordSelect">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkDateControl" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkDateControlClass.BackColor">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkDateControl" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkDateControlClass.BackStyle">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkDateControl" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkDateControlClass.BeforeUpdate">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkDateControl" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkDateControlClass.Change">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkDateControl" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkDateControlClass.Click">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkDateControl" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkDateControlClass.Date">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkDateControl" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkDateControlClass.DoubleClick">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkDateControl" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkDateControlClass.DropButtonClick">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkDateControl" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkDateControlClass.DropDown">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkDateControl" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkDateControlClass.Enabled">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkDateControl" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkDateControlClass.Enter">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkDateControl" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkDateControlClass.EnterFieldBehavior">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkDateControl" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkDateControlClass.Exit">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkDateControl" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkDateControlClass.Font">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkDateControl" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkDateControlClass.ForeColor">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkDateControl" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkDateControlClass.HideSelection">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkDateControl" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkDateControlClass.KeyDown">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkDateControl" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkDateControlClass.KeyPress">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkDateControl" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkDateControlClass.KeyUp">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkDateControl" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkDateControlClass.Locked">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkDateControl" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkDateControlClass.MouseDown">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkDateControl" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkDateControlClass.MouseIcon">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkDateControl" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkDateControlClass.MouseMove">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkDateControl" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkDateControlClass.MousePointer">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkDateControl" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkDateControlClass.MouseUp">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkDateControl" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkDateControlClass.remove_AfterUpdate(Microsoft.Office.Interop.Outlook.OlkDateControlEvents_AfterUpdateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkDateControlClass.remove_BeforeUpdate(Microsoft.Office.Interop.Outlook.OlkDateControlEvents_BeforeUpdateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkDateControlClass.remove_Change(Microsoft.Office.Interop.Outlook.OlkDateControlEvents_ChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkDateControlClass.remove_Click(Microsoft.Office.Interop.Outlook.OlkDateControlEvents_ClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkDateControlClass.remove_DoubleClick(Microsoft.Office.Interop.Outlook.OlkDateControlEvents_DoubleClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkDateControlClass.remove_DropButtonClick(Microsoft.Office.Interop.Outlook.OlkDateControlEvents_DropButtonClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkDateControlClass.remove_Enter(Microsoft.Office.Interop.Outlook.OlkDateControlEvents_EnterEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkDateControlClass.remove_Exit(Microsoft.Office.Interop.Outlook.OlkDateControlEvents_ExitEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkDateControlClass.remove_KeyDown(Microsoft.Office.Interop.Outlook.OlkDateControlEvents_KeyDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkDateControlClass.remove_KeyPress(Microsoft.Office.Interop.Outlook.OlkDateControlEvents_KeyPressEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkDateControlClass.remove_KeyUp(Microsoft.Office.Interop.Outlook.OlkDateControlEvents_KeyUpEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkDateControlClass.remove_MouseDown(Microsoft.Office.Interop.Outlook.OlkDateControlEvents_MouseDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkDateControlClass.remove_MouseMove(Microsoft.Office.Interop.Outlook.OlkDateControlEvents_MouseMoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkDateControlClass.remove_MouseUp(Microsoft.Office.Interop.Outlook.OlkDateControlEvents_MouseUpEventHandler)"></member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkDateControlClass.ShowNoneButton">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkDateControl" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkDateControlClass.Text">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkDateControl" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkDateControlClass.TextAlign">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkDateControl" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkDateControlClass.Value">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkDateControl" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkDateControlEvents">
      <summary>This is an event interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkDateControlEvents.AfterUpdate">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkDateControlEvents.BeforeUpdate(System.Boolean@)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Cancel"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkDateControlEvents.Change">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkDateControlEvents.Click">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkDateControlEvents.DoubleClick">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkDateControlEvents.DropButtonClick">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkDateControlEvents.Enter">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkDateControlEvents.Exit(System.Boolean@)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Cancel"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkDateControlEvents.KeyDown(System.Int32@,Microsoft.Office.Interop.Outlook.OlShiftState)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="KeyCode"></param>
      <param name="Shift"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkDateControlEvents.KeyPress(System.Int32@)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="KeyAscii"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkDateControlEvents.KeyUp(System.Int32@,Microsoft.Office.Interop.Outlook.OlShiftState)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="KeyCode"></param>
      <param name="Shift"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkDateControlEvents.MouseDown(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Button"></param>
      <param name="Shift"></param>
      <param name="X"></param>
      <param name="Y"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkDateControlEvents.MouseMove(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Button"></param>
      <param name="Shift"></param>
      <param name="X"></param>
      <param name="Y"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkDateControlEvents.MouseUp(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Button"></param>
      <param name="Shift"></param>
      <param name="X"></param>
      <param name="Y"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkDateControlEvents_AfterUpdateEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkDateControlEvents_BeforeUpdateEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Cancel">False when the event occurs. If the event procedure sets this argument to True, the operation will not be completed and the property bound to the control will not be updated.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkDateControlEvents_ChangeEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkDateControlEvents_ClickEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkDateControlEvents_DoubleClickEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkDateControlEvents_DropButtonClickEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkDateControlEvents_EnterEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkDateControlEvents_Event">
      <summary>This is a .NET interface created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface implements all events of earlier interfaces and any additional new events.  Use this interface only when the event you want to use shares the same name as a method of the COM object; in this case, cast to this interface to connect to the event, and cast to the primary interface to call the method. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkDateControlEvents_Event.add_AfterUpdate(Microsoft.Office.Interop.Outlook.OlkDateControlEvents_AfterUpdateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkDateControlEvents_Event.add_BeforeUpdate(Microsoft.Office.Interop.Outlook.OlkDateControlEvents_BeforeUpdateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkDateControlEvents_Event.add_Change(Microsoft.Office.Interop.Outlook.OlkDateControlEvents_ChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkDateControlEvents_Event.add_Click(Microsoft.Office.Interop.Outlook.OlkDateControlEvents_ClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkDateControlEvents_Event.add_DoubleClick(Microsoft.Office.Interop.Outlook.OlkDateControlEvents_DoubleClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkDateControlEvents_Event.add_DropButtonClick(Microsoft.Office.Interop.Outlook.OlkDateControlEvents_DropButtonClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkDateControlEvents_Event.add_Enter(Microsoft.Office.Interop.Outlook.OlkDateControlEvents_EnterEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkDateControlEvents_Event.add_Exit(Microsoft.Office.Interop.Outlook.OlkDateControlEvents_ExitEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkDateControlEvents_Event.add_KeyDown(Microsoft.Office.Interop.Outlook.OlkDateControlEvents_KeyDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkDateControlEvents_Event.add_KeyPress(Microsoft.Office.Interop.Outlook.OlkDateControlEvents_KeyPressEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkDateControlEvents_Event.add_KeyUp(Microsoft.Office.Interop.Outlook.OlkDateControlEvents_KeyUpEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkDateControlEvents_Event.add_MouseDown(Microsoft.Office.Interop.Outlook.OlkDateControlEvents_MouseDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkDateControlEvents_Event.add_MouseMove(Microsoft.Office.Interop.Outlook.OlkDateControlEvents_MouseMoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkDateControlEvents_Event.add_MouseUp(Microsoft.Office.Interop.Outlook.OlkDateControlEvents_MouseUpEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkDateControlEvents_Event.AfterUpdate">
      <summary>Occurs after the data in the control has been changed through the user interface.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkDateControlEvents_Event.BeforeUpdate">
      <summary>Occurs when  the data in the control is changed through the user interface and is about to be saved to the item.  </summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkDateControlEvents_Event.Change">
      <summary>Occurs when the <see cref="P:Microsoft.Office.Interop.Outlook._OlkDateControl.Value" /> property changes.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkDateControlEvents_Event.Click">
      <summary>Occurs when the user clicks inside the control.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkDateControlEvents_Event.DoubleClick">
      <summary>Occurs when the user double-clicks inside the control.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkDateControlEvents_Event.DropButtonClick">
      <summary>Occurs when the user clicks the drop button to expand the calendar in the date control.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkDateControlEvents_Event.Enter">
      <summary>Occurs before the control actually receives the focus from a control on the same form.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkDateControlEvents_Event.Exit">
      <summary>Occurs just after the focus passes from this control  to another control on the same form.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkDateControlEvents_Event.KeyDown"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkDateControlEvents_Event.KeyPress">
      <summary>Occurs when the user presses an ANSI key.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkDateControlEvents_Event.KeyUp">
      <summary>Occurs when the user releases a key.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkDateControlEvents_Event.MouseDown">
      <summary>Occurs when the user presses a mouse button on the control.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkDateControlEvents_Event.MouseMove">
      <summary>Occurs after a mouse movement has been registered over the control.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkDateControlEvents_Event.MouseUp">
      <summary>Occurs after the user releases a mouse button that has been pressed on the control.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkDateControlEvents_Event.remove_AfterUpdate(Microsoft.Office.Interop.Outlook.OlkDateControlEvents_AfterUpdateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkDateControlEvents_Event.remove_BeforeUpdate(Microsoft.Office.Interop.Outlook.OlkDateControlEvents_BeforeUpdateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkDateControlEvents_Event.remove_Change(Microsoft.Office.Interop.Outlook.OlkDateControlEvents_ChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkDateControlEvents_Event.remove_Click(Microsoft.Office.Interop.Outlook.OlkDateControlEvents_ClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkDateControlEvents_Event.remove_DoubleClick(Microsoft.Office.Interop.Outlook.OlkDateControlEvents_DoubleClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkDateControlEvents_Event.remove_DropButtonClick(Microsoft.Office.Interop.Outlook.OlkDateControlEvents_DropButtonClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkDateControlEvents_Event.remove_Enter(Microsoft.Office.Interop.Outlook.OlkDateControlEvents_EnterEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkDateControlEvents_Event.remove_Exit(Microsoft.Office.Interop.Outlook.OlkDateControlEvents_ExitEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkDateControlEvents_Event.remove_KeyDown(Microsoft.Office.Interop.Outlook.OlkDateControlEvents_KeyDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkDateControlEvents_Event.remove_KeyPress(Microsoft.Office.Interop.Outlook.OlkDateControlEvents_KeyPressEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkDateControlEvents_Event.remove_KeyUp(Microsoft.Office.Interop.Outlook.OlkDateControlEvents_KeyUpEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkDateControlEvents_Event.remove_MouseDown(Microsoft.Office.Interop.Outlook.OlkDateControlEvents_MouseDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkDateControlEvents_Event.remove_MouseMove(Microsoft.Office.Interop.Outlook.OlkDateControlEvents_MouseMoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkDateControlEvents_Event.remove_MouseUp(Microsoft.Office.Interop.Outlook.OlkDateControlEvents_MouseUpEventHandler)"></member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkDateControlEvents_ExitEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Cancel">False when the event occurs. If the event procedure sets this argument to True, the exit operation is not completed and the focus remains in this control.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkDateControlEvents_KeyDownEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="KeyCode">The numerical value of the key pressed.</param>
      <param name="Shift">A bitwise-OR mask of  constants in the <see cref="T:Microsoft.Office.Interop.Outlook.OlShiftState" /> enumeration that specifies whether the SHIFT, CTRL, or ALT keys have been pressed.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkDateControlEvents_KeyPressEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="KeyAscii">The numerical value of the key pressed.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkDateControlEvents_KeyUpEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="KeyCode">The numerical value of the key pressed.</param>
      <param name="Shift">A bitwise-OR mask of  constants in the <see cref="T:Microsoft.Office.Interop.Outlook.OlShiftState" /> enumeration that specifies whether the SHIFT, CTRL, or ALT keys have been pressed.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkDateControlEvents_MouseDownEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Button">An  <see cref="T:Microsoft.Office.Interop.Outlook.OlMouseButton" /> constant that specifies which button on the mouse has been pressed.</param>
      <param name="Shift">A bitwise-OR mask of constants in the <see cref="T:Microsoft.Office.Interop.Outlook.OlShiftState" /> enumeration that specifies whether the SHIFT, CTRL, or ALT keys have been pressed.</param>
      <param name="X">Identifies the location of the mouse cursor on the X-axis relative to the  form.</param>
      <param name="Y">Identifies the location of the mouse cursor on the Y-axis relative to the  form.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkDateControlEvents_MouseMoveEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Button">An  <see cref="T:Microsoft.Office.Interop.Outlook.OlMouseButton" /> constant that specifies which button on the mouse has been pressed.</param>
      <param name="Shift">A bitwise-OR mask of constants in the <see cref="T:Microsoft.Office.Interop.Outlook.OlShiftState" /> enumeration that specifies whether the SHIFT, CTRL, or ALT keys have been pressed.</param>
      <param name="X">Identifies the location of the mouse cursor on the X-axis relative to the  form.</param>
      <param name="Y">Identifies the location of the mouse cursor on the Y-axis relative to the  form.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkDateControlEvents_MouseUpEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Button">An  <see cref="T:Microsoft.Office.Interop.Outlook.OlMouseButton" /> constant that specifies which button on the mouse has been pressed.</param>
      <param name="Shift">A bitwise-OR mask of constants in the <see cref="T:Microsoft.Office.Interop.Outlook.OlShiftState" /> enumeration that specifies whether the SHIFT, CTRL, or ALT keys have been pressed.</param>
      <param name="X">Identifies the location of the mouse cursor on the X-axis relative to the  form.</param>
      <param name="Y">Identifies the location of the mouse cursor on the Y-axis relative to the  form.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkDateControlEvents_SinkHelper">
      <summary>This class and its members are reserved for internal use and are not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkDateControlEvents_SinkHelper.AfterUpdate"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkDateControlEvents_SinkHelper.BeforeUpdate(System.Boolean@)">
      <param name="param0"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkDateControlEvents_SinkHelper.Change"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkDateControlEvents_SinkHelper.Click"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkDateControlEvents_SinkHelper.DoubleClick"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkDateControlEvents_SinkHelper.DropButtonClick"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkDateControlEvents_SinkHelper.Enter"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkDateControlEvents_SinkHelper.Exit(System.Boolean@)">
      <param name="param0"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkDateControlEvents_SinkHelper.KeyDown(System.Int32@,Microsoft.Office.Interop.Outlook.OlShiftState)">
      <param name="param0"></param>
      <param name="param1"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkDateControlEvents_SinkHelper.KeyPress(System.Int32@)">
      <param name="param0"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkDateControlEvents_SinkHelper.KeyUp(System.Int32@,Microsoft.Office.Interop.Outlook.OlShiftState)">
      <param name="param0"></param>
      <param name="param1"></param>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkDateControlEvents_SinkHelper.m_AfterUpdateDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkDateControlEvents_SinkHelper.m_BeforeUpdateDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkDateControlEvents_SinkHelper.m_ChangeDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkDateControlEvents_SinkHelper.m_ClickDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkDateControlEvents_SinkHelper.m_DoubleClickDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkDateControlEvents_SinkHelper.m_DropButtonClickDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkDateControlEvents_SinkHelper.m_dwCookie"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkDateControlEvents_SinkHelper.m_EnterDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkDateControlEvents_SinkHelper.m_ExitDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkDateControlEvents_SinkHelper.m_KeyDownDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkDateControlEvents_SinkHelper.m_KeyPressDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkDateControlEvents_SinkHelper.m_KeyUpDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkDateControlEvents_SinkHelper.m_MouseDownDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkDateControlEvents_SinkHelper.m_MouseMoveDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkDateControlEvents_SinkHelper.m_MouseUpDelegate"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkDateControlEvents_SinkHelper.MouseDown(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <param name="param0"></param>
      <param name="param1"></param>
      <param name="param2"></param>
      <param name="param3"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkDateControlEvents_SinkHelper.MouseMove(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <param name="param0"></param>
      <param name="param1"></param>
      <param name="param2"></param>
      <param name="param3"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkDateControlEvents_SinkHelper.MouseUp(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <param name="param0"></param>
      <param name="param1"></param>
      <param name="param2"></param>
      <param name="param3"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkFrameHeader">
      <summary>A control that provides a separator between sections in a form.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkFrameHeaderClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkFrameHeader" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkFrameHeaderClass.#ctor">
      <summary>This member is inherited from the base type of the parent interface.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkFrameHeaderClass.Alignment">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkFrameHeader" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkFrameHeaderClass.Caption">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkFrameHeader" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkFrameHeaderClass.Enabled">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkFrameHeader" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkFrameHeaderClass.Font">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkFrameHeader" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkFrameHeaderClass.ForeColor">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkFrameHeader" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkFrameHeaderClass.MouseIcon">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkFrameHeader" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkFrameHeaderClass.MousePointer">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkFrameHeader" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkFrameHeaderEvents">
      <summary>This is an event interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface is not intended to be used in your code.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkFrameHeaderEvents_Event">
      <summary>This is a .NET interface created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface implements all events of earlier interfaces and any additional new events.  Use this interface only when the event you want to use shares the same name as a method of the COM object; in this case, cast to this interface to connect to the event, and cast to the primary interface to call the method. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkFrameHeaderEvents_SinkHelper">
      <summary>This class and its members are reserved for internal use and are not intended to be used in your code.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkFrameHeaderEvents_SinkHelper.m_dwCookie"></member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkInfoBar">
      <summary>A control that provides an area to display specific information on  a custom form.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkInfoBarClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkInfoBar" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkInfoBarClass.#ctor">
      <summary>This member is inherited from the base type of the parent interface.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkInfoBarClass.add_Click(Microsoft.Office.Interop.Outlook.OlkInfoBarEvents_ClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkInfoBarClass.add_DoubleClick(Microsoft.Office.Interop.Outlook.OlkInfoBarEvents_DoubleClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkInfoBarClass.add_MouseDown(Microsoft.Office.Interop.Outlook.OlkInfoBarEvents_MouseDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkInfoBarClass.add_MouseMove(Microsoft.Office.Interop.Outlook.OlkInfoBarEvents_MouseMoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkInfoBarClass.add_MouseUp(Microsoft.Office.Interop.Outlook.OlkInfoBarEvents_MouseUpEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkInfoBarClass.Click">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkInfoBar" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkInfoBarClass.DoubleClick">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkInfoBar" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkInfoBarClass.MouseDown">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkInfoBar" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkInfoBarClass.MouseIcon">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkInfoBar" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkInfoBarClass.MouseMove">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkInfoBar" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkInfoBarClass.MousePointer">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkInfoBar" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkInfoBarClass.MouseUp">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkInfoBar" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkInfoBarClass.remove_Click(Microsoft.Office.Interop.Outlook.OlkInfoBarEvents_ClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkInfoBarClass.remove_DoubleClick(Microsoft.Office.Interop.Outlook.OlkInfoBarEvents_DoubleClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkInfoBarClass.remove_MouseDown(Microsoft.Office.Interop.Outlook.OlkInfoBarEvents_MouseDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkInfoBarClass.remove_MouseMove(Microsoft.Office.Interop.Outlook.OlkInfoBarEvents_MouseMoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkInfoBarClass.remove_MouseUp(Microsoft.Office.Interop.Outlook.OlkInfoBarEvents_MouseUpEventHandler)"></member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkInfoBarEvents">
      <summary>This is an event interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkInfoBarEvents.Click">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkInfoBarEvents.DoubleClick">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkInfoBarEvents.MouseDown(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Button"></param>
      <param name="Shift"></param>
      <param name="X"></param>
      <param name="Y"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkInfoBarEvents.MouseMove(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Button"></param>
      <param name="Shift"></param>
      <param name="X"></param>
      <param name="Y"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkInfoBarEvents.MouseUp(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Button"></param>
      <param name="Shift"></param>
      <param name="X"></param>
      <param name="Y"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkInfoBarEvents_ClickEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkInfoBarEvents_DoubleClickEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkInfoBarEvents_Event">
      <summary>This is a .NET interface created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface implements all events of earlier interfaces and any additional new events.  Use this interface only when the event you want to use shares the same name as a method of the COM object; in this case, cast to this interface to connect to the event, and cast to the primary interface to call the method. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkInfoBarEvents_Event.add_Click(Microsoft.Office.Interop.Outlook.OlkInfoBarEvents_ClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkInfoBarEvents_Event.add_DoubleClick(Microsoft.Office.Interop.Outlook.OlkInfoBarEvents_DoubleClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkInfoBarEvents_Event.add_MouseDown(Microsoft.Office.Interop.Outlook.OlkInfoBarEvents_MouseDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkInfoBarEvents_Event.add_MouseMove(Microsoft.Office.Interop.Outlook.OlkInfoBarEvents_MouseMoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkInfoBarEvents_Event.add_MouseUp(Microsoft.Office.Interop.Outlook.OlkInfoBarEvents_MouseUpEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkInfoBarEvents_Event.Click">
      <summary>Occurs when the control is clicked, either through user action or programmatically.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkInfoBarEvents_Event.DoubleClick">
      <summary>Occurs when the control is double-clicked through user action.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkInfoBarEvents_Event.MouseDown">
      <summary>Occurs when the user presses a mouse button on the control.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkInfoBarEvents_Event.MouseMove">
      <summary>Occurs after a mouse movement has been registered over the control.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkInfoBarEvents_Event.MouseUp">
      <summary>Occurs after the user releases a mouse button that has been pressed on the control.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkInfoBarEvents_Event.remove_Click(Microsoft.Office.Interop.Outlook.OlkInfoBarEvents_ClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkInfoBarEvents_Event.remove_DoubleClick(Microsoft.Office.Interop.Outlook.OlkInfoBarEvents_DoubleClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkInfoBarEvents_Event.remove_MouseDown(Microsoft.Office.Interop.Outlook.OlkInfoBarEvents_MouseDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkInfoBarEvents_Event.remove_MouseMove(Microsoft.Office.Interop.Outlook.OlkInfoBarEvents_MouseMoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkInfoBarEvents_Event.remove_MouseUp(Microsoft.Office.Interop.Outlook.OlkInfoBarEvents_MouseUpEventHandler)"></member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkInfoBarEvents_MouseDownEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Button">An  <see cref="T:Microsoft.Office.Interop.Outlook.OlMouseButton" /> constant that specifies which button on the mouse has been pressed.</param>
      <param name="Shift">A bitwise-OR mask of constants in the <see cref="T:Microsoft.Office.Interop.Outlook.OlShiftState" /> enumeration that specifies whether the SHIFT, CTRL, or ALT keys have been pressed.</param>
      <param name="X">Identifies the location of the mouse cursor on the X-axis relative to the  form.</param>
      <param name="Y">Identifies the location of the mouse cursor on the Y-axis relative to the  form.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkInfoBarEvents_MouseMoveEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Button">An  <see cref="T:Microsoft.Office.Interop.Outlook.OlMouseButton" /> constant that specifies which button on the mouse has been pressed.</param>
      <param name="Shift">A bitwise-OR mask of constants in the <see cref="T:Microsoft.Office.Interop.Outlook.OlShiftState" /> enumeration that specifies whether the SHIFT, CTRL, or ALT keys have been pressed.</param>
      <param name="X">Identifies the location of the mouse cursor on the X-axis relative to the  form.</param>
      <param name="Y">Identifies the location of the mouse cursor on the Y-axis relative to the  form.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkInfoBarEvents_MouseUpEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Button">An  <see cref="T:Microsoft.Office.Interop.Outlook.OlMouseButton" /> constant that specifies which button on the mouse has been pressed.</param>
      <param name="Shift">A bitwise-OR mask of constants in the <see cref="T:Microsoft.Office.Interop.Outlook.OlShiftState" /> enumeration that specifies whether the SHIFT, CTRL, or ALT keys have been pressed.</param>
      <param name="X">Identifies the location of the mouse cursor on the X-axis relative to the  form.</param>
      <param name="Y">Identifies the location of the mouse cursor on the Y-axis relative to the  form.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkInfoBarEvents_SinkHelper">
      <summary>This class and its members are reserved for internal use and are not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkInfoBarEvents_SinkHelper.Click"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkInfoBarEvents_SinkHelper.DoubleClick"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkInfoBarEvents_SinkHelper.m_ClickDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkInfoBarEvents_SinkHelper.m_DoubleClickDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkInfoBarEvents_SinkHelper.m_dwCookie"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkInfoBarEvents_SinkHelper.m_MouseDownDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkInfoBarEvents_SinkHelper.m_MouseMoveDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkInfoBarEvents_SinkHelper.m_MouseUpDelegate"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkInfoBarEvents_SinkHelper.MouseDown(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <param name="param0"></param>
      <param name="param1"></param>
      <param name="param2"></param>
      <param name="param3"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkInfoBarEvents_SinkHelper.MouseMove(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <param name="param0"></param>
      <param name="param1"></param>
      <param name="param2"></param>
      <param name="param3"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkInfoBarEvents_SinkHelper.MouseUp(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <param name="param0"></param>
      <param name="param1"></param>
      <param name="param2"></param>
      <param name="param3"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkLabel">
      <summary>The basic label control, used for displaying text for read-only purposes.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkLabelClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkLabel" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkLabelClass.#ctor">
      <summary>This member is inherited from the base type of the parent interface.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkLabelClass.Accelerator">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkLabel" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkLabelClass.add_Click(Microsoft.Office.Interop.Outlook.OlkLabelEvents_ClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkLabelClass.add_DoubleClick(Microsoft.Office.Interop.Outlook.OlkLabelEvents_DoubleClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkLabelClass.add_MouseDown(Microsoft.Office.Interop.Outlook.OlkLabelEvents_MouseDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkLabelClass.add_MouseMove(Microsoft.Office.Interop.Outlook.OlkLabelEvents_MouseMoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkLabelClass.add_MouseUp(Microsoft.Office.Interop.Outlook.OlkLabelEvents_MouseUpEventHandler)"></member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkLabelClass.AutoSize">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkLabel" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkLabelClass.BackColor">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkLabel" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkLabelClass.BackStyle">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkLabel" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkLabelClass.BorderStyle">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkLabel" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkLabelClass.Caption">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkLabel" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkLabelClass.Click">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkLabel" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkLabelClass.DoubleClick">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkLabel" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkLabelClass.Enabled">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkLabel" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkLabelClass.Font">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkLabel" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkLabelClass.ForeColor">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkLabel" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkLabelClass.MouseDown">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkLabel" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkLabelClass.MouseIcon">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkLabel" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkLabelClass.MouseMove">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkLabel" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkLabelClass.MousePointer">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkLabel" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkLabelClass.MouseUp">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkLabel" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkLabelClass.remove_Click(Microsoft.Office.Interop.Outlook.OlkLabelEvents_ClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkLabelClass.remove_DoubleClick(Microsoft.Office.Interop.Outlook.OlkLabelEvents_DoubleClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkLabelClass.remove_MouseDown(Microsoft.Office.Interop.Outlook.OlkLabelEvents_MouseDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkLabelClass.remove_MouseMove(Microsoft.Office.Interop.Outlook.OlkLabelEvents_MouseMoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkLabelClass.remove_MouseUp(Microsoft.Office.Interop.Outlook.OlkLabelEvents_MouseUpEventHandler)"></member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkLabelClass.TextAlign">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkLabel" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkLabelClass.UseHeaderColor">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkLabel" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkLabelClass.Value">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkLabel" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkLabelClass.WordWrap">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkLabel" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkLabelEvents">
      <summary>This is an event interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkLabelEvents.Click">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkLabelEvents.DoubleClick">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkLabelEvents.MouseDown(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Button"></param>
      <param name="Shift"></param>
      <param name="X"></param>
      <param name="Y"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkLabelEvents.MouseMove(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Button"></param>
      <param name="Shift"></param>
      <param name="X"></param>
      <param name="Y"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkLabelEvents.MouseUp(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Button"></param>
      <param name="Shift"></param>
      <param name="X"></param>
      <param name="Y"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkLabelEvents_ClickEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkLabelEvents_DoubleClickEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkLabelEvents_Event">
      <summary>This is a .NET interface created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface implements all events of earlier interfaces and any additional new events.  Use this interface only when the event you want to use shares the same name as a method of the COM object; in this case, cast to this interface to connect to the event, and cast to the primary interface to call the method. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkLabelEvents_Event.add_Click(Microsoft.Office.Interop.Outlook.OlkLabelEvents_ClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkLabelEvents_Event.add_DoubleClick(Microsoft.Office.Interop.Outlook.OlkLabelEvents_DoubleClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkLabelEvents_Event.add_MouseDown(Microsoft.Office.Interop.Outlook.OlkLabelEvents_MouseDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkLabelEvents_Event.add_MouseMove(Microsoft.Office.Interop.Outlook.OlkLabelEvents_MouseMoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkLabelEvents_Event.add_MouseUp(Microsoft.Office.Interop.Outlook.OlkLabelEvents_MouseUpEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkLabelEvents_Event.Click">
      <summary>Occurs when the user clicks inside the control.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkLabelEvents_Event.DoubleClick">
      <summary>Occurs when the user double-clicks inside the control.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkLabelEvents_Event.MouseDown">
      <summary>Occurs when the user presses a mouse button on the control.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkLabelEvents_Event.MouseMove">
      <summary>Occurs after a mouse movement has been registered over the control.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkLabelEvents_Event.MouseUp">
      <summary>Occurs after the user releases a mouse button that has been pressed on the control.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkLabelEvents_Event.remove_Click(Microsoft.Office.Interop.Outlook.OlkLabelEvents_ClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkLabelEvents_Event.remove_DoubleClick(Microsoft.Office.Interop.Outlook.OlkLabelEvents_DoubleClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkLabelEvents_Event.remove_MouseDown(Microsoft.Office.Interop.Outlook.OlkLabelEvents_MouseDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkLabelEvents_Event.remove_MouseMove(Microsoft.Office.Interop.Outlook.OlkLabelEvents_MouseMoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkLabelEvents_Event.remove_MouseUp(Microsoft.Office.Interop.Outlook.OlkLabelEvents_MouseUpEventHandler)"></member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkLabelEvents_MouseDownEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Button">An  <see cref="T:Microsoft.Office.Interop.Outlook.OlMouseButton" /> constant that specifies which button on the mouse has been pressed.</param>
      <param name="Shift">A bitwise-OR mask of constants in the <see cref="T:Microsoft.Office.Interop.Outlook.OlShiftState" /> enumeration that specifies whether the SHIFT, CTRL, or ALT keys have been pressed.</param>
      <param name="X">Identifies the location of the mouse cursor on the X-axis relative to the  form.</param>
      <param name="Y">Identifies the location of the mouse cursor on the Y-axis relative to the  form.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkLabelEvents_MouseMoveEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Button">An  <see cref="T:Microsoft.Office.Interop.Outlook.OlMouseButton" /> constant that specifies which button on the mouse has been pressed.</param>
      <param name="Shift">A bitwise-OR mask of constants in the <see cref="T:Microsoft.Office.Interop.Outlook.OlShiftState" /> enumeration that specifies whether the SHIFT, CTRL, or ALT keys have been pressed.</param>
      <param name="X">Identifies the location of the mouse cursor on the X-axis relative to the  form.</param>
      <param name="Y">Identifies the location of the mouse cursor on the Y-axis relative to the  form.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkLabelEvents_MouseUpEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Button">An  <see cref="T:Microsoft.Office.Interop.Outlook.OlMouseButton" /> constant that specifies which button on the mouse has been pressed.</param>
      <param name="Shift">A bitwise-OR mask of constants in the <see cref="T:Microsoft.Office.Interop.Outlook.OlShiftState" /> enumeration that specifies whether the SHIFT, CTRL, or ALT keys have been pressed.</param>
      <param name="X">Identifies the location of the mouse cursor on the X-axis relative to the  form.</param>
      <param name="Y">Identifies the location of the mouse cursor on the Y-axis relative to the  form.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkLabelEvents_SinkHelper">
      <summary>This class and its members are reserved for internal use and are not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkLabelEvents_SinkHelper.Click"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkLabelEvents_SinkHelper.DoubleClick"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkLabelEvents_SinkHelper.m_ClickDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkLabelEvents_SinkHelper.m_DoubleClickDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkLabelEvents_SinkHelper.m_dwCookie"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkLabelEvents_SinkHelper.m_MouseDownDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkLabelEvents_SinkHelper.m_MouseMoveDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkLabelEvents_SinkHelper.m_MouseUpDelegate"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkLabelEvents_SinkHelper.MouseDown(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <param name="param0"></param>
      <param name="param1"></param>
      <param name="param2"></param>
      <param name="param3"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkLabelEvents_SinkHelper.MouseMove(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <param name="param0"></param>
      <param name="param1"></param>
      <param name="param2"></param>
      <param name="param3"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkLabelEvents_SinkHelper.MouseUp(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <param name="param0"></param>
      <param name="param1"></param>
      <param name="param2"></param>
      <param name="param3"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkListBox">
      <summary>A control that supports displaying a scrollable list of items.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkListBoxClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkListBox" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkListBoxClass.#ctor">
      <summary>This member is inherited from the base type of the parent interface.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkListBoxClass.add_AfterUpdate(Microsoft.Office.Interop.Outlook.OlkListBoxEvents_AfterUpdateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkListBoxClass.add_BeforeUpdate(Microsoft.Office.Interop.Outlook.OlkListBoxEvents_BeforeUpdateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkListBoxClass.add_Change(Microsoft.Office.Interop.Outlook.OlkListBoxEvents_ChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkListBoxClass.add_Click(Microsoft.Office.Interop.Outlook.OlkListBoxEvents_ClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkListBoxClass.add_DoubleClick(Microsoft.Office.Interop.Outlook.OlkListBoxEvents_DoubleClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkListBoxClass.add_Enter(Microsoft.Office.Interop.Outlook.OlkListBoxEvents_EnterEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkListBoxClass.add_Exit(Microsoft.Office.Interop.Outlook.OlkListBoxEvents_ExitEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkListBoxClass.add_KeyDown(Microsoft.Office.Interop.Outlook.OlkListBoxEvents_KeyDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkListBoxClass.add_KeyPress(Microsoft.Office.Interop.Outlook.OlkListBoxEvents_KeyPressEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkListBoxClass.add_KeyUp(Microsoft.Office.Interop.Outlook.OlkListBoxEvents_KeyUpEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkListBoxClass.add_MouseDown(Microsoft.Office.Interop.Outlook.OlkListBoxEvents_MouseDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkListBoxClass.add_MouseMove(Microsoft.Office.Interop.Outlook.OlkListBoxEvents_MouseMoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkListBoxClass.add_MouseUp(Microsoft.Office.Interop.Outlook.OlkListBoxEvents_MouseUpEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkListBoxClass.AddItem(System.String,System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkListBox" />.</summary>
      <param name="ItemText"></param>
      <param name="Index"></param>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkListBoxClass.AfterUpdate">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkListBox" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkListBoxClass.BackColor">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkListBox" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkListBoxClass.BeforeUpdate">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkListBox" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkListBoxClass.BorderStyle">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkListBox" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkListBoxClass.Change">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkListBox" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkListBoxClass.Clear">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkListBox" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkListBoxClass.Click">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkListBox" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkListBoxClass.Copy">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkListBox" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkListBoxClass.DoubleClick">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkListBox" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkListBoxClass.Enabled">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkListBox" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkListBoxClass.Enter">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkListBox" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkListBoxClass.Exit">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkListBox" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkListBoxClass.Font">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkListBox" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkListBoxClass.ForeColor">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkListBox" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkListBoxClass.GetItem(System.Int32)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkListBox" />.</summary>
      <param name="Index"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkListBoxClass.GetSelected(System.Int32)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkListBox" />.</summary>
      <param name="Index"></param>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkListBoxClass.KeyDown">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkListBox" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkListBoxClass.KeyPress">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkListBox" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkListBoxClass.KeyUp">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkListBox" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkListBoxClass.ListCount">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkListBox" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkListBoxClass.ListIndex">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkListBox" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkListBoxClass.Locked">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkListBox" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkListBoxClass.MatchEntry">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkListBox" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkListBoxClass.MouseDown">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkListBox" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkListBoxClass.MouseIcon">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkListBox" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkListBoxClass.MouseMove">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkListBox" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkListBoxClass.MousePointer">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkListBox" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkListBoxClass.MouseUp">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkListBox" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkListBoxClass.MultiSelect">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkListBox" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkListBoxClass.remove_AfterUpdate(Microsoft.Office.Interop.Outlook.OlkListBoxEvents_AfterUpdateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkListBoxClass.remove_BeforeUpdate(Microsoft.Office.Interop.Outlook.OlkListBoxEvents_BeforeUpdateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkListBoxClass.remove_Change(Microsoft.Office.Interop.Outlook.OlkListBoxEvents_ChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkListBoxClass.remove_Click(Microsoft.Office.Interop.Outlook.OlkListBoxEvents_ClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkListBoxClass.remove_DoubleClick(Microsoft.Office.Interop.Outlook.OlkListBoxEvents_DoubleClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkListBoxClass.remove_Enter(Microsoft.Office.Interop.Outlook.OlkListBoxEvents_EnterEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkListBoxClass.remove_Exit(Microsoft.Office.Interop.Outlook.OlkListBoxEvents_ExitEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkListBoxClass.remove_KeyDown(Microsoft.Office.Interop.Outlook.OlkListBoxEvents_KeyDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkListBoxClass.remove_KeyPress(Microsoft.Office.Interop.Outlook.OlkListBoxEvents_KeyPressEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkListBoxClass.remove_KeyUp(Microsoft.Office.Interop.Outlook.OlkListBoxEvents_KeyUpEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkListBoxClass.remove_MouseDown(Microsoft.Office.Interop.Outlook.OlkListBoxEvents_MouseDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkListBoxClass.remove_MouseMove(Microsoft.Office.Interop.Outlook.OlkListBoxEvents_MouseMoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkListBoxClass.remove_MouseUp(Microsoft.Office.Interop.Outlook.OlkListBoxEvents_MouseUpEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkListBoxClass.RemoveItem(System.Int32)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkListBox" />.</summary>
      <param name="Index"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkListBoxClass.SetItem(System.Int32,System.String)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkListBox" />.</summary>
      <param name="Index"></param>
      <param name="Item"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkListBoxClass.SetSelected(System.Int32,System.Boolean)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkListBox" />.</summary>
      <param name="Index"></param>
      <param name="Selected"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkListBoxClass.Text">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkListBox" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkListBoxClass.TextAlign">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkListBox" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkListBoxClass.TopIndex">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkListBox" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkListBoxClass.Value">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkListBox" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkListBoxEvents">
      <summary>This is an event interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkListBoxEvents.AfterUpdate">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkListBoxEvents.BeforeUpdate(System.Boolean@)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Cancel"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkListBoxEvents.Change">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkListBoxEvents.Click">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkListBoxEvents.DoubleClick">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkListBoxEvents.Enter">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkListBoxEvents.Exit(System.Boolean@)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Cancel"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkListBoxEvents.KeyDown(System.Int32@,Microsoft.Office.Interop.Outlook.OlShiftState)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="KeyCode"></param>
      <param name="Shift"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkListBoxEvents.KeyPress(System.Int32@)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="KeyAscii"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkListBoxEvents.KeyUp(System.Int32@,Microsoft.Office.Interop.Outlook.OlShiftState)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="KeyCode"></param>
      <param name="Shift"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkListBoxEvents.MouseDown(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Button"></param>
      <param name="Shift"></param>
      <param name="X"></param>
      <param name="Y"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkListBoxEvents.MouseMove(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Button"></param>
      <param name="Shift"></param>
      <param name="X"></param>
      <param name="Y"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkListBoxEvents.MouseUp(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Button"></param>
      <param name="Shift"></param>
      <param name="X"></param>
      <param name="Y"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkListBoxEvents_AfterUpdateEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkListBoxEvents_BeforeUpdateEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Cancel">False when the event occurs. If the event procedure sets this argument to True, the operation will not be completed and the property bound to the control will not be updated.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkListBoxEvents_ChangeEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkListBoxEvents_ClickEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkListBoxEvents_DoubleClickEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkListBoxEvents_EnterEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkListBoxEvents_Event">
      <summary>This is a .NET interface created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface implements all events of earlier interfaces and any additional new events.  Use this interface only when the event you want to use shares the same name as a method of the COM object; in this case, cast to this interface to connect to the event, and cast to the primary interface to call the method. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkListBoxEvents_Event.add_AfterUpdate(Microsoft.Office.Interop.Outlook.OlkListBoxEvents_AfterUpdateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkListBoxEvents_Event.add_BeforeUpdate(Microsoft.Office.Interop.Outlook.OlkListBoxEvents_BeforeUpdateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkListBoxEvents_Event.add_Change(Microsoft.Office.Interop.Outlook.OlkListBoxEvents_ChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkListBoxEvents_Event.add_Click(Microsoft.Office.Interop.Outlook.OlkListBoxEvents_ClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkListBoxEvents_Event.add_DoubleClick(Microsoft.Office.Interop.Outlook.OlkListBoxEvents_DoubleClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkListBoxEvents_Event.add_Enter(Microsoft.Office.Interop.Outlook.OlkListBoxEvents_EnterEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkListBoxEvents_Event.add_Exit(Microsoft.Office.Interop.Outlook.OlkListBoxEvents_ExitEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkListBoxEvents_Event.add_KeyDown(Microsoft.Office.Interop.Outlook.OlkListBoxEvents_KeyDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkListBoxEvents_Event.add_KeyPress(Microsoft.Office.Interop.Outlook.OlkListBoxEvents_KeyPressEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkListBoxEvents_Event.add_KeyUp(Microsoft.Office.Interop.Outlook.OlkListBoxEvents_KeyUpEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkListBoxEvents_Event.add_MouseDown(Microsoft.Office.Interop.Outlook.OlkListBoxEvents_MouseDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkListBoxEvents_Event.add_MouseMove(Microsoft.Office.Interop.Outlook.OlkListBoxEvents_MouseMoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkListBoxEvents_Event.add_MouseUp(Microsoft.Office.Interop.Outlook.OlkListBoxEvents_MouseUpEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkListBoxEvents_Event.AfterUpdate">
      <summary>Occurs after the data in the control has been changed through the user interface.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkListBoxEvents_Event.BeforeUpdate">
      <summary>Occurs when  the data in the control is changed through the user interface and is about to be saved to the item.  </summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkListBoxEvents_Event.Change">
      <summary>Occurs when the selection in the list displayed by the control changes.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkListBoxEvents_Event.Click">
      <summary>Occurs when the user clicks inside the control.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkListBoxEvents_Event.DoubleClick">
      <summary>Occurs when the user double-clicks inside the control.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkListBoxEvents_Event.Enter">
      <summary>Occurs when the control receives focus, immediately after the previous control's Exit event.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkListBoxEvents_Event.Exit">
      <summary>Occurs just after the focus passes from this control  to another control on the same form.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkListBoxEvents_Event.KeyDown"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkListBoxEvents_Event.KeyPress">
      <summary>Occurs when the user presses an ANSI key.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkListBoxEvents_Event.KeyUp">
      <summary>Occurs when the user releases a key.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkListBoxEvents_Event.MouseDown">
      <summary>Occurs when the user presses a mouse button on the control.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkListBoxEvents_Event.MouseMove">
      <summary>Occurs after a mouse movement has been registered over the control.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkListBoxEvents_Event.MouseUp">
      <summary>Occurs after the user releases a mouse button that has been pressed on the control.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkListBoxEvents_Event.remove_AfterUpdate(Microsoft.Office.Interop.Outlook.OlkListBoxEvents_AfterUpdateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkListBoxEvents_Event.remove_BeforeUpdate(Microsoft.Office.Interop.Outlook.OlkListBoxEvents_BeforeUpdateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkListBoxEvents_Event.remove_Change(Microsoft.Office.Interop.Outlook.OlkListBoxEvents_ChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkListBoxEvents_Event.remove_Click(Microsoft.Office.Interop.Outlook.OlkListBoxEvents_ClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkListBoxEvents_Event.remove_DoubleClick(Microsoft.Office.Interop.Outlook.OlkListBoxEvents_DoubleClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkListBoxEvents_Event.remove_Enter(Microsoft.Office.Interop.Outlook.OlkListBoxEvents_EnterEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkListBoxEvents_Event.remove_Exit(Microsoft.Office.Interop.Outlook.OlkListBoxEvents_ExitEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkListBoxEvents_Event.remove_KeyDown(Microsoft.Office.Interop.Outlook.OlkListBoxEvents_KeyDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkListBoxEvents_Event.remove_KeyPress(Microsoft.Office.Interop.Outlook.OlkListBoxEvents_KeyPressEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkListBoxEvents_Event.remove_KeyUp(Microsoft.Office.Interop.Outlook.OlkListBoxEvents_KeyUpEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkListBoxEvents_Event.remove_MouseDown(Microsoft.Office.Interop.Outlook.OlkListBoxEvents_MouseDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkListBoxEvents_Event.remove_MouseMove(Microsoft.Office.Interop.Outlook.OlkListBoxEvents_MouseMoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkListBoxEvents_Event.remove_MouseUp(Microsoft.Office.Interop.Outlook.OlkListBoxEvents_MouseUpEventHandler)"></member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkListBoxEvents_ExitEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Cancel">False when the event occurs. If the event procedure sets this argument to True, the exit operation is not completed and the focus remains in this control.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkListBoxEvents_KeyDownEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="KeyCode">The numerical value of the key pressed.</param>
      <param name="Shift">A bitwise-OR mask of  constants in the <see cref="T:Microsoft.Office.Interop.Outlook.OlShiftState" /> enumeration that specifies whether the SHIFT, CTRL, or ALT keys have been pressed.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkListBoxEvents_KeyPressEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="KeyAscii">The numerical value of the key pressed.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkListBoxEvents_KeyUpEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="KeyCode">The numerical value of the key pressed.</param>
      <param name="Shift">A bitwise-OR mask of  constants in the <see cref="T:Microsoft.Office.Interop.Outlook.OlShiftState" /> enumeration that specifies whether the SHIFT, CTRL, or ALT keys have been pressed.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkListBoxEvents_MouseDownEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Button">An  <see cref="T:Microsoft.Office.Interop.Outlook.OlMouseButton" /> constant that specifies which button on the mouse has been pressed.</param>
      <param name="Shift">A bitwise-OR mask of constants in the <see cref="T:Microsoft.Office.Interop.Outlook.OlShiftState" /> enumeration that specifies whether the SHIFT, CTRL, or ALT keys have been pressed.</param>
      <param name="X">Identifies the location of the mouse cursor on the X-axis relative to the  form.</param>
      <param name="Y">Identifies the location of the mouse cursor on the Y-axis relative to the  form.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkListBoxEvents_MouseMoveEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Button">An  <see cref="T:Microsoft.Office.Interop.Outlook.OlMouseButton" /> constant that specifies which button on the mouse has been pressed.</param>
      <param name="Shift">A bitwise-OR mask of constants in the <see cref="T:Microsoft.Office.Interop.Outlook.OlShiftState" /> enumeration that specifies whether the SHIFT, CTRL, or ALT keys have been pressed.</param>
      <param name="X">Identifies the location of the mouse cursor on the X-axis relative to the  form.</param>
      <param name="Y">Identifies the location of the mouse cursor on the Y-axis relative to the  form.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkListBoxEvents_MouseUpEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Button">An  <see cref="T:Microsoft.Office.Interop.Outlook.OlMouseButton" /> constant that specifies which button on the mouse has been pressed.</param>
      <param name="Shift">A bitwise-OR mask of constants in the <see cref="T:Microsoft.Office.Interop.Outlook.OlShiftState" /> enumeration that specifies whether the SHIFT, CTRL, or ALT keys have been pressed.</param>
      <param name="X">Identifies the location of the mouse cursor on the X-axis relative to the  form.</param>
      <param name="Y">Identifies the location of the mouse cursor on the Y-axis relative to the  form.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkListBoxEvents_SinkHelper">
      <summary>This class and its members are reserved for internal use and are not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkListBoxEvents_SinkHelper.AfterUpdate"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkListBoxEvents_SinkHelper.BeforeUpdate(System.Boolean@)">
      <param name="param0"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkListBoxEvents_SinkHelper.Change"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkListBoxEvents_SinkHelper.Click"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkListBoxEvents_SinkHelper.DoubleClick"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkListBoxEvents_SinkHelper.Enter"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkListBoxEvents_SinkHelper.Exit(System.Boolean@)">
      <param name="param0"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkListBoxEvents_SinkHelper.KeyDown(System.Int32@,Microsoft.Office.Interop.Outlook.OlShiftState)">
      <param name="param0"></param>
      <param name="param1"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkListBoxEvents_SinkHelper.KeyPress(System.Int32@)">
      <param name="param0"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkListBoxEvents_SinkHelper.KeyUp(System.Int32@,Microsoft.Office.Interop.Outlook.OlShiftState)">
      <param name="param0"></param>
      <param name="param1"></param>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkListBoxEvents_SinkHelper.m_AfterUpdateDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkListBoxEvents_SinkHelper.m_BeforeUpdateDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkListBoxEvents_SinkHelper.m_ChangeDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkListBoxEvents_SinkHelper.m_ClickDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkListBoxEvents_SinkHelper.m_DoubleClickDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkListBoxEvents_SinkHelper.m_dwCookie"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkListBoxEvents_SinkHelper.m_EnterDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkListBoxEvents_SinkHelper.m_ExitDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkListBoxEvents_SinkHelper.m_KeyDownDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkListBoxEvents_SinkHelper.m_KeyPressDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkListBoxEvents_SinkHelper.m_KeyUpDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkListBoxEvents_SinkHelper.m_MouseDownDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkListBoxEvents_SinkHelper.m_MouseMoveDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkListBoxEvents_SinkHelper.m_MouseUpDelegate"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkListBoxEvents_SinkHelper.MouseDown(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <param name="param0"></param>
      <param name="param1"></param>
      <param name="param2"></param>
      <param name="param3"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkListBoxEvents_SinkHelper.MouseMove(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <param name="param0"></param>
      <param name="param1"></param>
      <param name="param2"></param>
      <param name="param3"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkListBoxEvents_SinkHelper.MouseUp(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <param name="param0"></param>
      <param name="param1"></param>
      <param name="param2"></param>
      <param name="param3"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkOptionButton">
      <summary>A control that supports a single  exclusive selection within a defined group of option button choices.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkOptionButtonClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkOptionButton" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkOptionButtonClass.#ctor">
      <summary>This member is inherited from the base type of the parent interface.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkOptionButtonClass.Accelerator">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkOptionButton" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkOptionButtonClass.add_AfterUpdate(Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_AfterUpdateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkOptionButtonClass.add_BeforeUpdate(Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_BeforeUpdateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkOptionButtonClass.add_Change(Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_ChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkOptionButtonClass.add_Click(Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_ClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkOptionButtonClass.add_DoubleClick(Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_DoubleClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkOptionButtonClass.add_Enter(Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_EnterEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkOptionButtonClass.add_Exit(Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_ExitEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkOptionButtonClass.add_KeyDown(Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_KeyDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkOptionButtonClass.add_KeyPress(Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_KeyPressEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkOptionButtonClass.add_KeyUp(Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_KeyUpEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkOptionButtonClass.add_MouseDown(Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_MouseDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkOptionButtonClass.add_MouseMove(Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_MouseMoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkOptionButtonClass.add_MouseUp(Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_MouseUpEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkOptionButtonClass.AfterUpdate">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkOptionButton" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkOptionButtonClass.Alignment">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkOptionButton" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkOptionButtonClass.BackColor">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkOptionButton" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkOptionButtonClass.BackStyle">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkOptionButton" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkOptionButtonClass.BeforeUpdate">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkOptionButton" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkOptionButtonClass.Caption">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkOptionButton" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkOptionButtonClass.Change">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkOptionButton" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkOptionButtonClass.Click">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkOptionButton" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkOptionButtonClass.DoubleClick">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkOptionButton" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkOptionButtonClass.Enabled">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkOptionButton" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkOptionButtonClass.Enter">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkOptionButton" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkOptionButtonClass.Exit">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkOptionButton" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkOptionButtonClass.Font">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkOptionButton" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkOptionButtonClass.ForeColor">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkOptionButton" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkOptionButtonClass.GroupName">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkOptionButton" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkOptionButtonClass.KeyDown">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkOptionButton" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkOptionButtonClass.KeyPress">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkOptionButton" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkOptionButtonClass.KeyUp">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkOptionButton" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkOptionButtonClass.MouseDown">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkOptionButton" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkOptionButtonClass.MouseIcon">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkOptionButton" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkOptionButtonClass.MouseMove">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkOptionButton" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkOptionButtonClass.MousePointer">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkOptionButton" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkOptionButtonClass.MouseUp">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkOptionButton" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkOptionButtonClass.remove_AfterUpdate(Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_AfterUpdateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkOptionButtonClass.remove_BeforeUpdate(Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_BeforeUpdateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkOptionButtonClass.remove_Change(Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_ChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkOptionButtonClass.remove_Click(Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_ClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkOptionButtonClass.remove_DoubleClick(Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_DoubleClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkOptionButtonClass.remove_Enter(Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_EnterEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkOptionButtonClass.remove_Exit(Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_ExitEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkOptionButtonClass.remove_KeyDown(Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_KeyDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkOptionButtonClass.remove_KeyPress(Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_KeyPressEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkOptionButtonClass.remove_KeyUp(Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_KeyUpEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkOptionButtonClass.remove_MouseDown(Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_MouseDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkOptionButtonClass.remove_MouseMove(Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_MouseMoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkOptionButtonClass.remove_MouseUp(Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_MouseUpEventHandler)"></member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkOptionButtonClass.Value">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkOptionButton" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkOptionButtonClass.WordWrap">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkOptionButton" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents">
      <summary>This is an event interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents.AfterUpdate">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents.BeforeUpdate(System.Boolean@)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Cancel"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents.Change">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents.Click">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents.DoubleClick">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents.Enter">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents.Exit(System.Boolean@)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Cancel"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents.KeyDown(System.Int32@,Microsoft.Office.Interop.Outlook.OlShiftState)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="KeyCode"></param>
      <param name="Shift"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents.KeyPress(System.Int32@)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="KeyAscii"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents.KeyUp(System.Int32@,Microsoft.Office.Interop.Outlook.OlShiftState)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="KeyCode"></param>
      <param name="Shift"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents.MouseDown(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Button"></param>
      <param name="Shift"></param>
      <param name="X"></param>
      <param name="Y"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents.MouseMove(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Button"></param>
      <param name="Shift"></param>
      <param name="X"></param>
      <param name="Y"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents.MouseUp(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Button"></param>
      <param name="Shift"></param>
      <param name="X"></param>
      <param name="Y"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_AfterUpdateEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_BeforeUpdateEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Cancel">False when the event occurs. If the event procedure sets this argument to True, the operation will not be completed and the property bound to the control will not be updated.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_ChangeEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_ClickEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_DoubleClickEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_EnterEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_Event">
      <summary>This is a .NET interface created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface implements all events of earlier interfaces and any additional new events.  Use this interface only when the event you want to use shares the same name as a method of the COM object; in this case, cast to this interface to connect to the event, and cast to the primary interface to call the method. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_Event.add_AfterUpdate(Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_AfterUpdateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_Event.add_BeforeUpdate(Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_BeforeUpdateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_Event.add_Change(Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_ChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_Event.add_Click(Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_ClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_Event.add_DoubleClick(Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_DoubleClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_Event.add_Enter(Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_EnterEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_Event.add_Exit(Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_ExitEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_Event.add_KeyDown(Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_KeyDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_Event.add_KeyPress(Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_KeyPressEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_Event.add_KeyUp(Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_KeyUpEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_Event.add_MouseDown(Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_MouseDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_Event.add_MouseMove(Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_MouseMoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_Event.add_MouseUp(Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_MouseUpEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_Event.AfterUpdate">
      <summary>Occurs after the data in the control has been changed through the user interface.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_Event.BeforeUpdate">
      <summary>Occurs when  the data in the control is changed through the user interface and is about to be saved to the item.  </summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_Event.Change">
      <summary>Occurs when the <see cref="P:Microsoft.Office.Interop.Outlook._OlkOptionButton.Value" /> property changes.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_Event.Click">
      <summary>Occurs when the user clicks inside the control.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_Event.DoubleClick">
      <summary>Occurs when the user double-clicks inside the control.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_Event.Enter">
      <summary>Occurs when the control receives focus, immediately after the previous control's Exit event.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_Event.Exit">
      <summary>Occurs just after the focus passes from this control  to another control on the same form.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_Event.KeyDown"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_Event.KeyPress">
      <summary>Occurs when the user presses an ANSI key.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_Event.KeyUp">
      <summary>Occurs when the user releases a key.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_Event.MouseDown">
      <summary>Occurs when the user presses a mouse button on the control.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_Event.MouseMove">
      <summary>Occurs after a mouse movement has been registered over the control.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_Event.MouseUp">
      <summary>Occurs after the user releases a mouse button that has been pressed on the control.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_Event.remove_AfterUpdate(Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_AfterUpdateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_Event.remove_BeforeUpdate(Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_BeforeUpdateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_Event.remove_Change(Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_ChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_Event.remove_Click(Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_ClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_Event.remove_DoubleClick(Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_DoubleClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_Event.remove_Enter(Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_EnterEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_Event.remove_Exit(Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_ExitEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_Event.remove_KeyDown(Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_KeyDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_Event.remove_KeyPress(Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_KeyPressEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_Event.remove_KeyUp(Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_KeyUpEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_Event.remove_MouseDown(Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_MouseDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_Event.remove_MouseMove(Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_MouseMoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_Event.remove_MouseUp(Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_MouseUpEventHandler)"></member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_ExitEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Cancel">False when the event occurs. If the event procedure sets this argument to True, the exit operation is not completed and the focus remains in this control.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_KeyDownEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="KeyCode">The numerical value of the key pressed.</param>
      <param name="Shift">A bitwise-OR mask of  constants in the <see cref="T:Microsoft.Office.Interop.Outlook.OlShiftState" /> enumeration that specifies whether the SHIFT, CTRL, or ALT keys have been pressed.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_KeyPressEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="KeyAscii">The numerical value of the key pressed.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_KeyUpEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="KeyCode">The numerical value of the key pressed.</param>
      <param name="Shift">A bitwise-OR mask of  constants in the <see cref="T:Microsoft.Office.Interop.Outlook.OlShiftState" /> enumeration that specifies whether the SHIFT, CTRL, or ALT keys have been pressed.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_MouseDownEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Button">An  <see cref="T:Microsoft.Office.Interop.Outlook.OlMouseButton" /> constant that specifies which button on the mouse has been pressed.</param>
      <param name="Shift">A bitwise-OR mask of constants in the <see cref="T:Microsoft.Office.Interop.Outlook.OlShiftState" /> enumeration that specifies whether the SHIFT, CTRL, or ALT keys have been pressed.</param>
      <param name="X">Identifies the location of the mouse cursor on the X-axis relative to the  form.</param>
      <param name="Y">Identifies the location of the mouse cursor on the Y-axis relative to the  form.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_MouseMoveEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Button">An  <see cref="T:Microsoft.Office.Interop.Outlook.OlMouseButton" /> constant that specifies which button on the mouse has been pressed.</param>
      <param name="Shift">A bitwise-OR mask of constants in the <see cref="T:Microsoft.Office.Interop.Outlook.OlShiftState" /> enumeration that specifies whether the SHIFT, CTRL, or ALT keys have been pressed.</param>
      <param name="X">Identifies the location of the mouse cursor on the X-axis relative to the  form.</param>
      <param name="Y">Identifies the location of the mouse cursor on the Y-axis relative to the  form.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_MouseUpEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Button">An  <see cref="T:Microsoft.Office.Interop.Outlook.OlMouseButton" /> constant that specifies which button on the mouse has been pressed.</param>
      <param name="Shift">A bitwise-OR mask of constants in the <see cref="T:Microsoft.Office.Interop.Outlook.OlShiftState" /> enumeration that specifies whether the SHIFT, CTRL, or ALT keys have been pressed.</param>
      <param name="X">Identifies the location of the mouse cursor on the X-axis relative to the  form.</param>
      <param name="Y">Identifies the location of the mouse cursor on the Y-axis relative to the  form.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_SinkHelper">
      <summary>This class and its members are reserved for internal use and are not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_SinkHelper.AfterUpdate"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_SinkHelper.BeforeUpdate(System.Boolean@)">
      <param name="param0"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_SinkHelper.Change"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_SinkHelper.Click"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_SinkHelper.DoubleClick"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_SinkHelper.Enter"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_SinkHelper.Exit(System.Boolean@)">
      <param name="param0"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_SinkHelper.KeyDown(System.Int32@,Microsoft.Office.Interop.Outlook.OlShiftState)">
      <param name="param0"></param>
      <param name="param1"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_SinkHelper.KeyPress(System.Int32@)">
      <param name="param0"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_SinkHelper.KeyUp(System.Int32@,Microsoft.Office.Interop.Outlook.OlShiftState)">
      <param name="param0"></param>
      <param name="param1"></param>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_SinkHelper.m_AfterUpdateDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_SinkHelper.m_BeforeUpdateDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_SinkHelper.m_ChangeDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_SinkHelper.m_ClickDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_SinkHelper.m_DoubleClickDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_SinkHelper.m_dwCookie"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_SinkHelper.m_EnterDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_SinkHelper.m_ExitDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_SinkHelper.m_KeyDownDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_SinkHelper.m_KeyPressDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_SinkHelper.m_KeyUpDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_SinkHelper.m_MouseDownDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_SinkHelper.m_MouseMoveDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_SinkHelper.m_MouseUpDelegate"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_SinkHelper.MouseDown(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <param name="param0"></param>
      <param name="param1"></param>
      <param name="param2"></param>
      <param name="param3"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_SinkHelper.MouseMove(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <param name="param0"></param>
      <param name="param1"></param>
      <param name="param2"></param>
      <param name="param3"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_SinkHelper.MouseUp(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <param name="param0"></param>
      <param name="param1"></param>
      <param name="param2"></param>
      <param name="param3"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkPageControl">
      <summary>A control that displays the contents of a page.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkPageControlClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkPageControl" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkPageControlClass.#ctor">
      <summary>This member is inherited from the base type of the parent interface.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkPageControlClass.Page">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkPageControl" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkPageControlEvents">
      <summary>This is an event interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface is not intended to be used in your code.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkPageControlEvents_Event">
      <summary>This is a .NET interface created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface implements all events of earlier interfaces and any additional new events.  Use this interface only when the event you want to use shares the same name as a method of the COM object; in this case, cast to this interface to connect to the event, and cast to the primary interface to call the method. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkPageControlEvents_SinkHelper">
      <summary>This class and its members are reserved for internal use and are not intended to be used in your code.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkPageControlEvents_SinkHelper.m_dwCookie"></member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkSenderPhoto">
      <summary>A control that  displays the sender’s contact picture for items that can be received via e-mail.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkSenderPhotoClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkSenderPhoto" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkSenderPhotoClass.#ctor">
      <summary>This member is inherited from the base type of the parent interface.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkSenderPhotoClass.add_Change(Microsoft.Office.Interop.Outlook.OlkSenderPhotoEvents_ChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkSenderPhotoClass.add_Click(Microsoft.Office.Interop.Outlook.OlkSenderPhotoEvents_ClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkSenderPhotoClass.add_DoubleClick(Microsoft.Office.Interop.Outlook.OlkSenderPhotoEvents_DoubleClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkSenderPhotoClass.add_MouseDown(Microsoft.Office.Interop.Outlook.OlkSenderPhotoEvents_MouseDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkSenderPhotoClass.add_MouseMove(Microsoft.Office.Interop.Outlook.OlkSenderPhotoEvents_MouseMoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkSenderPhotoClass.add_MouseUp(Microsoft.Office.Interop.Outlook.OlkSenderPhotoEvents_MouseUpEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkSenderPhotoClass.Change">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkSenderPhoto" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkSenderPhotoClass.Click">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkSenderPhoto" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkSenderPhotoClass.DoubleClick">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkSenderPhoto" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkSenderPhotoClass.Enabled">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkSenderPhoto" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkSenderPhotoClass.MouseDown">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkSenderPhoto" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkSenderPhotoClass.MouseIcon">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkSenderPhoto" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkSenderPhotoClass.MouseMove">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkSenderPhoto" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkSenderPhotoClass.MousePointer">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkSenderPhoto" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkSenderPhotoClass.MouseUp">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkSenderPhoto" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkSenderPhotoClass.PreferredHeight">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkSenderPhoto" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkSenderPhotoClass.PreferredWidth">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkSenderPhoto" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkSenderPhotoClass.remove_Change(Microsoft.Office.Interop.Outlook.OlkSenderPhotoEvents_ChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkSenderPhotoClass.remove_Click(Microsoft.Office.Interop.Outlook.OlkSenderPhotoEvents_ClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkSenderPhotoClass.remove_DoubleClick(Microsoft.Office.Interop.Outlook.OlkSenderPhotoEvents_DoubleClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkSenderPhotoClass.remove_MouseDown(Microsoft.Office.Interop.Outlook.OlkSenderPhotoEvents_MouseDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkSenderPhotoClass.remove_MouseMove(Microsoft.Office.Interop.Outlook.OlkSenderPhotoEvents_MouseMoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkSenderPhotoClass.remove_MouseUp(Microsoft.Office.Interop.Outlook.OlkSenderPhotoEvents_MouseUpEventHandler)"></member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkSenderPhotoEvents">
      <summary>This is an event interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkSenderPhotoEvents.Change">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkSenderPhotoEvents.Click">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkSenderPhotoEvents.DoubleClick">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkSenderPhotoEvents.MouseDown(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Button"></param>
      <param name="Shift"></param>
      <param name="X"></param>
      <param name="Y"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkSenderPhotoEvents.MouseMove(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Button"></param>
      <param name="Shift"></param>
      <param name="X"></param>
      <param name="Y"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkSenderPhotoEvents.MouseUp(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Button"></param>
      <param name="Shift"></param>
      <param name="X"></param>
      <param name="Y"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkSenderPhotoEvents_ChangeEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkSenderPhotoEvents_ClickEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkSenderPhotoEvents_DoubleClickEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkSenderPhotoEvents_Event">
      <summary>This is a .NET interface created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface implements all events of earlier interfaces and any additional new events.  Use this interface only when the event you want to use shares the same name as a method of the COM object; in this case, cast to this interface to connect to the event, and cast to the primary interface to call the method. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkSenderPhotoEvents_Event.add_Change(Microsoft.Office.Interop.Outlook.OlkSenderPhotoEvents_ChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkSenderPhotoEvents_Event.add_Click(Microsoft.Office.Interop.Outlook.OlkSenderPhotoEvents_ClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkSenderPhotoEvents_Event.add_DoubleClick(Microsoft.Office.Interop.Outlook.OlkSenderPhotoEvents_DoubleClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkSenderPhotoEvents_Event.add_MouseDown(Microsoft.Office.Interop.Outlook.OlkSenderPhotoEvents_MouseDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkSenderPhotoEvents_Event.add_MouseMove(Microsoft.Office.Interop.Outlook.OlkSenderPhotoEvents_MouseMoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkSenderPhotoEvents_Event.add_MouseUp(Microsoft.Office.Interop.Outlook.OlkSenderPhotoEvents_MouseUpEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkSenderPhotoEvents_Event.Change">
      <summary>Occurs when the sender's contact picture has changed.  </summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkSenderPhotoEvents_Event.Click">
      <summary>Occurs when the control is clicked, either through user action or programmatically.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkSenderPhotoEvents_Event.DoubleClick">
      <summary>Occurs when the control is double-clicked through user action.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkSenderPhotoEvents_Event.MouseDown">
      <summary>Occurs when the user presses a mouse button on the control.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkSenderPhotoEvents_Event.MouseMove">
      <summary>Occurs after a mouse movement has been registered over the control.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkSenderPhotoEvents_Event.MouseUp">
      <summary>Occurs after the user releases a mouse button that has been pressed on the control.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkSenderPhotoEvents_Event.remove_Change(Microsoft.Office.Interop.Outlook.OlkSenderPhotoEvents_ChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkSenderPhotoEvents_Event.remove_Click(Microsoft.Office.Interop.Outlook.OlkSenderPhotoEvents_ClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkSenderPhotoEvents_Event.remove_DoubleClick(Microsoft.Office.Interop.Outlook.OlkSenderPhotoEvents_DoubleClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkSenderPhotoEvents_Event.remove_MouseDown(Microsoft.Office.Interop.Outlook.OlkSenderPhotoEvents_MouseDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkSenderPhotoEvents_Event.remove_MouseMove(Microsoft.Office.Interop.Outlook.OlkSenderPhotoEvents_MouseMoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkSenderPhotoEvents_Event.remove_MouseUp(Microsoft.Office.Interop.Outlook.OlkSenderPhotoEvents_MouseUpEventHandler)"></member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkSenderPhotoEvents_MouseDownEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Button">An  <see cref="T:Microsoft.Office.Interop.Outlook.OlMouseButton" /> constant that specifies which button on the mouse has been pressed.</param>
      <param name="Shift">A bitwise-OR mask of constants in the <see cref="T:Microsoft.Office.Interop.Outlook.OlShiftState" /> enumeration that specifies whether the SHIFT, CTRL, or ALT keys have been pressed.</param>
      <param name="X">Identifies the location of the mouse cursor on the X-axis relative to the  form.</param>
      <param name="Y">Identifies the location of the mouse cursor on the Y-axis relative to the  form.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkSenderPhotoEvents_MouseMoveEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Button">An  <see cref="T:Microsoft.Office.Interop.Outlook.OlMouseButton" /> constant that specifies which button on the mouse has been pressed.</param>
      <param name="Shift">A bitwise-OR mask of constants in the <see cref="T:Microsoft.Office.Interop.Outlook.OlShiftState" /> enumeration that specifies whether  the SHIFT, CTRL, or ALT keys have been pressed.</param>
      <param name="X">Identifies the location of the mouse cursor on the X-axis relative to the  form.</param>
      <param name="Y">Identifies the location of the mouse cursor on the Y-axis relative to the  form.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkSenderPhotoEvents_MouseUpEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Button">An  <see cref="T:Microsoft.Office.Interop.Outlook.OlMouseButton" /> constant that specifies which button on the mouse has been pressed.</param>
      <param name="Shift">A bitwise-OR mask of constants in the <see cref="T:Microsoft.Office.Interop.Outlook.OlShiftState" /> enumeration that specifies whether the SHIFT, CTRL, or ALT keys have been pressed.</param>
      <param name="X">Identifies the location of the mouse cursor on the X-axis relative to the  form.</param>
      <param name="Y">Identifies the location of the mouse cursor on the Y-axis relative to the  form.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkSenderPhotoEvents_SinkHelper">
      <summary>This class and its members are reserved for internal use and are not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkSenderPhotoEvents_SinkHelper.Change"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkSenderPhotoEvents_SinkHelper.Click"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkSenderPhotoEvents_SinkHelper.DoubleClick"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkSenderPhotoEvents_SinkHelper.m_ChangeDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkSenderPhotoEvents_SinkHelper.m_ClickDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkSenderPhotoEvents_SinkHelper.m_DoubleClickDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkSenderPhotoEvents_SinkHelper.m_dwCookie"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkSenderPhotoEvents_SinkHelper.m_MouseDownDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkSenderPhotoEvents_SinkHelper.m_MouseMoveDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkSenderPhotoEvents_SinkHelper.m_MouseUpDelegate"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkSenderPhotoEvents_SinkHelper.MouseDown(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <param name="param0"></param>
      <param name="param1"></param>
      <param name="param2"></param>
      <param name="param3"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkSenderPhotoEvents_SinkHelper.MouseMove(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <param name="param0"></param>
      <param name="param1"></param>
      <param name="param2"></param>
      <param name="param3"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkSenderPhotoEvents_SinkHelper.MouseUp(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <param name="param0"></param>
      <param name="param1"></param>
      <param name="param2"></param>
      <param name="param3"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkTextBox">
      <summary>A control that supports a single or multiple-line data entry.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkTextBoxClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTextBox" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTextBoxClass.#ctor">
      <summary>This member is inherited from the base type of the parent interface.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTextBoxClass.add_AfterUpdate(Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_AfterUpdateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTextBoxClass.add_BeforeUpdate(Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_BeforeUpdateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTextBoxClass.add_Change(Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_ChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTextBoxClass.add_Click(Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_ClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTextBoxClass.add_DoubleClick(Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_DoubleClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTextBoxClass.add_Enter(Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_EnterEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTextBoxClass.add_Exit(Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_ExitEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTextBoxClass.add_KeyDown(Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_KeyDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTextBoxClass.add_KeyPress(Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_KeyPressEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTextBoxClass.add_KeyUp(Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_KeyUpEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTextBoxClass.add_MouseDown(Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_MouseDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTextBoxClass.add_MouseMove(Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_MouseMoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTextBoxClass.add_MouseUp(Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_MouseUpEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkTextBoxClass.AfterUpdate">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTextBox" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkTextBoxClass.AutoSize">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTextBox" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkTextBoxClass.AutoTab">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTextBox" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkTextBoxClass.AutoWordSelect">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTextBox" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkTextBoxClass.BackColor">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTextBox" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkTextBoxClass.BeforeUpdate">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTextBox" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkTextBoxClass.BorderStyle">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTextBox" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkTextBoxClass.Change">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTextBox" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTextBoxClass.Clear">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTextBox" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkTextBoxClass.Click">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTextBox" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTextBoxClass.Copy">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTextBox" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTextBoxClass.Cut">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTextBox" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkTextBoxClass.DoubleClick">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTextBox" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkTextBoxClass.DragBehavior">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTextBox" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkTextBoxClass.Enabled">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTextBox" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkTextBoxClass.EnableRichText">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTextBox" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkTextBoxClass.Enter">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTextBox" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkTextBoxClass.EnterFieldBehavior">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTextBox" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkTextBoxClass.EnterKeyBehavior">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTextBox" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkTextBoxClass.Exit">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTextBox" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkTextBoxClass.Font">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTextBox" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkTextBoxClass.ForeColor">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTextBox" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkTextBoxClass.HideSelection">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTextBox" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkTextBoxClass.IntegralHeight">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTextBox" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkTextBoxClass.KeyDown">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTextBox" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkTextBoxClass.KeyPress">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTextBox" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkTextBoxClass.KeyUp">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTextBox" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkTextBoxClass.Locked">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTextBox" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkTextBoxClass.MaxLength">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTextBox" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkTextBoxClass.MouseDown">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTextBox" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkTextBoxClass.MouseIcon">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTextBox" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkTextBoxClass.MouseMove">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTextBox" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkTextBoxClass.MousePointer">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTextBox" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkTextBoxClass.MouseUp">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTextBox" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkTextBoxClass.MultiLine">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTextBox" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkTextBoxClass.PasswordChar">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTextBox" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTextBoxClass.Paste">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTextBox" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTextBoxClass.remove_AfterUpdate(Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_AfterUpdateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTextBoxClass.remove_BeforeUpdate(Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_BeforeUpdateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTextBoxClass.remove_Change(Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_ChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTextBoxClass.remove_Click(Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_ClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTextBoxClass.remove_DoubleClick(Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_DoubleClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTextBoxClass.remove_Enter(Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_EnterEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTextBoxClass.remove_Exit(Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_ExitEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTextBoxClass.remove_KeyDown(Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_KeyDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTextBoxClass.remove_KeyPress(Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_KeyPressEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTextBoxClass.remove_KeyUp(Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_KeyUpEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTextBoxClass.remove_MouseDown(Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_MouseDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTextBoxClass.remove_MouseMove(Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_MouseMoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTextBoxClass.remove_MouseUp(Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_MouseUpEventHandler)"></member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkTextBoxClass.Scrollbars">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTextBox" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkTextBoxClass.SelectionMargin">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTextBox" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkTextBoxClass.SelLength">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTextBox" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkTextBoxClass.SelStart">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTextBox" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkTextBoxClass.SelText">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTextBox" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkTextBoxClass.TabKeyBehavior">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTextBox" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkTextBoxClass.Text">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTextBox" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkTextBoxClass.TextAlign">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTextBox" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkTextBoxClass.Value">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTextBox" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkTextBoxClass.WordWrap">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTextBox" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents">
      <summary>This is an event interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents.AfterUpdate">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents.BeforeUpdate(System.Boolean@)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Cancel"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents.Change">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents.Click">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents.DoubleClick">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents.Enter">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents.Exit(System.Boolean@)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Cancel"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents.KeyDown(System.Int32@,Microsoft.Office.Interop.Outlook.OlShiftState)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="KeyCode"></param>
      <param name="Shift"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents.KeyPress(System.Int32@)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="KeyAscii"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents.KeyUp(System.Int32@,Microsoft.Office.Interop.Outlook.OlShiftState)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="KeyCode"></param>
      <param name="Shift"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents.MouseDown(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Button"></param>
      <param name="Shift"></param>
      <param name="X"></param>
      <param name="Y"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents.MouseMove(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Button"></param>
      <param name="Shift"></param>
      <param name="X"></param>
      <param name="Y"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents.MouseUp(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Button"></param>
      <param name="Shift"></param>
      <param name="X"></param>
      <param name="Y"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_AfterUpdateEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_BeforeUpdateEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Cancel">False when the event occurs. If the event procedure sets this argument to True, the operation will not be completed and the property bound to the control will not be updated.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_ChangeEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_ClickEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_DoubleClickEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_EnterEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_Event">
      <summary>This is a .NET interface created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface implements all events of earlier interfaces and any additional new events.  Use this interface only when the event you want to use shares the same name as a method of the COM object; in this case, cast to this interface to connect to the event, and cast to the primary interface to call the method. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_Event.add_AfterUpdate(Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_AfterUpdateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_Event.add_BeforeUpdate(Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_BeforeUpdateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_Event.add_Change(Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_ChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_Event.add_Click(Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_ClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_Event.add_DoubleClick(Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_DoubleClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_Event.add_Enter(Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_EnterEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_Event.add_Exit(Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_ExitEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_Event.add_KeyDown(Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_KeyDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_Event.add_KeyPress(Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_KeyPressEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_Event.add_KeyUp(Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_KeyUpEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_Event.add_MouseDown(Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_MouseDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_Event.add_MouseMove(Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_MouseMoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_Event.add_MouseUp(Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_MouseUpEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_Event.AfterUpdate">
      <summary>Occurs after the data in the control has been changed through the user interface.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_Event.BeforeUpdate">
      <summary>Occurs when  the data in the control is changed through the user interface and is about to be saved to the item.  </summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_Event.Change">
      <summary>Occurs when the <see cref="P:Microsoft.Office.Interop.Outlook._OlkTextBox.Value" /> property changes.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_Event.Click">
      <summary>Occurs when the user clicks inside the control.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_Event.DoubleClick">
      <summary>Occurs when the user double-clicks inside the control.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_Event.Enter">
      <summary>Occurs when the control receives focus, immediately after the previous control's Exit event.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_Event.Exit">
      <summary>Occurs just after the focus passes from this control  to another control on the same form.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_Event.KeyDown">
      <summary>Occurs when a user presses a key.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_Event.KeyPress">
      <summary>Occurs when the user presses an ANSI key.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_Event.KeyUp">
      <summary>Occurs when the user releases a key.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_Event.MouseDown">
      <summary>Occurs when the user presses a mouse button on the control.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_Event.MouseMove">
      <summary>Occurs after a mouse movement has been registered over the control.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_Event.MouseUp">
      <summary>Occurs after the user releases a mouse button that has been pressed on the control.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_Event.remove_AfterUpdate(Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_AfterUpdateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_Event.remove_BeforeUpdate(Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_BeforeUpdateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_Event.remove_Change(Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_ChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_Event.remove_Click(Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_ClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_Event.remove_DoubleClick(Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_DoubleClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_Event.remove_Enter(Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_EnterEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_Event.remove_Exit(Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_ExitEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_Event.remove_KeyDown(Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_KeyDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_Event.remove_KeyPress(Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_KeyPressEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_Event.remove_KeyUp(Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_KeyUpEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_Event.remove_MouseDown(Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_MouseDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_Event.remove_MouseMove(Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_MouseMoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_Event.remove_MouseUp(Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_MouseUpEventHandler)"></member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_ExitEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Cancel">False when the event occurs. If the event procedure sets this argument to True, the exit operation is not completed and the focus remains in this control.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_KeyDownEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="KeyCode">The numerical value of the key pressed.</param>
      <param name="Shift">A bitwise-OR mask of  constants in the <see cref="T:Microsoft.Office.Interop.Outlook.OlShiftState" /> enumeration that specifies whether the SHIFT, CTRL, or ALT keys have been pressed.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_KeyPressEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="KeyAscii">The numerical value of the key pressed.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_KeyUpEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="KeyCode">The numerical value of the key pressed.</param>
      <param name="Shift">A bitwise-OR mask of  constants in the <see cref="T:Microsoft.Office.Interop.Outlook.OlShiftState" /> enumeration that specifies whether the SHIFT, CTRL, or ALT keys have been pressed.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_MouseDownEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Button">An  <see cref="T:Microsoft.Office.Interop.Outlook.OlMouseButton" /> constant that specifies which button on the mouse has been pressed.</param>
      <param name="Shift">A bitwise-OR mask of constants in the <see cref="T:Microsoft.Office.Interop.Outlook.OlShiftState" /> enumeration that specifies whether the SHIFT, CTRL, or ALT keys have been pressed.</param>
      <param name="X">Identifies the location of the mouse cursor on the X-axis relative to the  form.</param>
      <param name="Y">Identifies the location of the mouse cursor on the Y-axis relative to the  form.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_MouseMoveEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Button">An  <see cref="T:Microsoft.Office.Interop.Outlook.OlMouseButton" /> constant that specifies which button on the mouse has been pressed.</param>
      <param name="Shift">A bitwise-OR mask of constants in the <see cref="T:Microsoft.Office.Interop.Outlook.OlShiftState" /> enumeration that specifies whether the SHIFT, CTRL, or ALT keys have been pressed.</param>
      <param name="X">Identifies the location of the mouse cursor on the X-axis relative to the  form.</param>
      <param name="Y">Identifies the location of the mouse cursor on the Y-axis relative to the  form.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_MouseUpEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Button">An  <see cref="T:Microsoft.Office.Interop.Outlook.OlMouseButton" /> constant that specifies which button on the mouse has been pressed.</param>
      <param name="Shift">A bitwise-OR mask of constants in the <see cref="T:Microsoft.Office.Interop.Outlook.OlShiftState" /> enumeration that specifies whether the SHIFT, CTRL, or ALT keys have been pressed.</param>
      <param name="X">Identifies the location of the mouse cursor on the X-axis relative to the  form.</param>
      <param name="Y">Identifies the location of the mouse cursor on the Y-axis relative to the  form.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_SinkHelper">
      <summary>This class and its members are reserved for internal use and are not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_SinkHelper.AfterUpdate"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_SinkHelper.BeforeUpdate(System.Boolean@)">
      <param name="param0"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_SinkHelper.Change"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_SinkHelper.Click"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_SinkHelper.DoubleClick"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_SinkHelper.Enter"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_SinkHelper.Exit(System.Boolean@)">
      <param name="param0"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_SinkHelper.KeyDown(System.Int32@,Microsoft.Office.Interop.Outlook.OlShiftState)">
      <param name="param0"></param>
      <param name="param1"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_SinkHelper.KeyPress(System.Int32@)">
      <param name="param0"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_SinkHelper.KeyUp(System.Int32@,Microsoft.Office.Interop.Outlook.OlShiftState)">
      <param name="param0"></param>
      <param name="param1"></param>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_SinkHelper.m_AfterUpdateDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_SinkHelper.m_BeforeUpdateDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_SinkHelper.m_ChangeDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_SinkHelper.m_ClickDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_SinkHelper.m_DoubleClickDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_SinkHelper.m_dwCookie"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_SinkHelper.m_EnterDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_SinkHelper.m_ExitDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_SinkHelper.m_KeyDownDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_SinkHelper.m_KeyPressDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_SinkHelper.m_KeyUpDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_SinkHelper.m_MouseDownDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_SinkHelper.m_MouseMoveDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_SinkHelper.m_MouseUpDelegate"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_SinkHelper.MouseDown(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <param name="param0"></param>
      <param name="param1"></param>
      <param name="param2"></param>
      <param name="param3"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_SinkHelper.MouseMove(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <param name="param0"></param>
      <param name="param1"></param>
      <param name="param2"></param>
      <param name="param3"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_SinkHelper.MouseUp(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <param name="param0"></param>
      <param name="param1"></param>
      <param name="param2"></param>
      <param name="param3"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkTimeControl">
      <summary>A control that displays the Outlook time drop-down menu.  </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkTimeControlClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTimeControl" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeControlClass.#ctor">
      <summary>This member is inherited from the base type of the parent interface.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeControlClass.add_AfterUpdate(Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_AfterUpdateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeControlClass.add_BeforeUpdate(Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_BeforeUpdateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeControlClass.add_Change(Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_ChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeControlClass.add_Click(Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_ClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeControlClass.add_DoubleClick(Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_DoubleClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeControlClass.add_DropButtonClick(Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_DropButtonClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeControlClass.add_Enter(Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_EnterEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeControlClass.add_Exit(Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_ExitEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeControlClass.add_KeyDown(Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_KeyDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeControlClass.add_KeyPress(Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_KeyPressEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeControlClass.add_KeyUp(Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_KeyUpEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeControlClass.add_MouseDown(Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_MouseDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeControlClass.add_MouseMove(Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_MouseMoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeControlClass.add_MouseUp(Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_MouseUpEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkTimeControlClass.AfterUpdate">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTimeControl" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkTimeControlClass.AutoSize">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTimeControl" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkTimeControlClass.AutoWordSelect">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTimeControl" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkTimeControlClass.BackColor">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTimeControl" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkTimeControlClass.BackStyle">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTimeControl" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkTimeControlClass.BeforeUpdate">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTimeControl" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkTimeControlClass.Change">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTimeControl" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkTimeControlClass.Click">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTimeControl" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkTimeControlClass.DoubleClick">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTimeControl" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkTimeControlClass.DropButtonClick">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTimeControl" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeControlClass.DropDown">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTimeControl" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkTimeControlClass.Enabled">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTimeControl" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkTimeControlClass.Enter">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTimeControl" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkTimeControlClass.EnterFieldBehavior">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTimeControl" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkTimeControlClass.Exit">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTimeControl" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkTimeControlClass.Font">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTimeControl" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkTimeControlClass.ForeColor">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTimeControl" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkTimeControlClass.HideSelection">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTimeControl" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkTimeControlClass.IntervalTime">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTimeControl" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkTimeControlClass.KeyDown">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTimeControl" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkTimeControlClass.KeyPress">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTimeControl" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkTimeControlClass.KeyUp">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTimeControl" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkTimeControlClass.Locked">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTimeControl" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkTimeControlClass.MouseDown">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTimeControl" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkTimeControlClass.MouseIcon">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTimeControl" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkTimeControlClass.MouseMove">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTimeControl" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkTimeControlClass.MousePointer">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTimeControl" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkTimeControlClass.MouseUp">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTimeControl" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkTimeControlClass.ReferenceTime">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTimeControl" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeControlClass.remove_AfterUpdate(Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_AfterUpdateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeControlClass.remove_BeforeUpdate(Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_BeforeUpdateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeControlClass.remove_Change(Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_ChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeControlClass.remove_Click(Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_ClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeControlClass.remove_DoubleClick(Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_DoubleClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeControlClass.remove_DropButtonClick(Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_DropButtonClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeControlClass.remove_Enter(Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_EnterEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeControlClass.remove_Exit(Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_ExitEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeControlClass.remove_KeyDown(Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_KeyDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeControlClass.remove_KeyPress(Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_KeyPressEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeControlClass.remove_KeyUp(Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_KeyUpEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeControlClass.remove_MouseDown(Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_MouseDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeControlClass.remove_MouseMove(Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_MouseMoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeControlClass.remove_MouseUp(Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_MouseUpEventHandler)"></member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkTimeControlClass.Style">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTimeControl" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkTimeControlClass.Text">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTimeControl" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkTimeControlClass.TextAlign">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTimeControl" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkTimeControlClass.Time">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTimeControl" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkTimeControlClass.Value">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTimeControl" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents">
      <summary>This is an event interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents.AfterUpdate">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents.BeforeUpdate(System.Boolean@)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Cancel"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents.Change">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents.Click">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents.DoubleClick">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents.DropButtonClick">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents.Enter">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents.Exit(System.Boolean@)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Cancel"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents.KeyDown(System.Int32@,Microsoft.Office.Interop.Outlook.OlShiftState)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="KeyCode"></param>
      <param name="Shift"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents.KeyPress(System.Int32@)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="KeyAscii"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents.KeyUp(System.Int32@,Microsoft.Office.Interop.Outlook.OlShiftState)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="KeyCode"></param>
      <param name="Shift"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents.MouseDown(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Button"></param>
      <param name="Shift"></param>
      <param name="X"></param>
      <param name="Y"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents.MouseMove(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Button"></param>
      <param name="Shift"></param>
      <param name="X"></param>
      <param name="Y"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents.MouseUp(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Button"></param>
      <param name="Shift"></param>
      <param name="X"></param>
      <param name="Y"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_AfterUpdateEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_BeforeUpdateEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Cancel">False when the event occurs. If the event procedure sets this argument to True, the operation will not be completed and the property bound to the control will not be updated.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_ChangeEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_ClickEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_DoubleClickEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_DropButtonClickEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_EnterEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_Event">
      <summary>This is a .NET interface created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface implements all events of earlier interfaces and any additional new events.  Use this interface only when the event you want to use shares the same name as a method of the COM object; in this case, cast to this interface to connect to the event, and cast to the primary interface to call the method. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_Event.add_AfterUpdate(Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_AfterUpdateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_Event.add_BeforeUpdate(Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_BeforeUpdateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_Event.add_Change(Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_ChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_Event.add_Click(Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_ClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_Event.add_DoubleClick(Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_DoubleClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_Event.add_DropButtonClick(Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_DropButtonClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_Event.add_Enter(Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_EnterEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_Event.add_Exit(Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_ExitEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_Event.add_KeyDown(Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_KeyDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_Event.add_KeyPress(Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_KeyPressEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_Event.add_KeyUp(Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_KeyUpEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_Event.add_MouseDown(Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_MouseDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_Event.add_MouseMove(Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_MouseMoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_Event.add_MouseUp(Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_MouseUpEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_Event.AfterUpdate">
      <summary>Occurs after the data in the control has been changed through the user interface.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_Event.BeforeUpdate">
      <summary>Occurs when  the data in the control is changed through the user interface and is about to be saved to the item.  </summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_Event.Change">
      <summary>Occurs when the <see cref="P:Microsoft.Office.Interop.Outlook._OlkTimeControl.Value" /> property changes.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_Event.Click">
      <summary>Occurs when the user clicks inside the control.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_Event.DoubleClick">
      <summary>Occurs when the user double-clicks inside the control.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_Event.DropButtonClick">
      <summary>Occurs when the user clicks the drop button to expand the time drop-down list in the time control.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_Event.Enter">
      <summary>Occurs before the control actually receives the focus from a control on the same form.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_Event.Exit">
      <summary>Occurs just after the focus passes from this control  to another control on the same form.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_Event.KeyDown"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_Event.KeyPress">
      <summary>Occurs when the user presses an ANSI key.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_Event.KeyUp">
      <summary>Occurs when the user releases a key.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_Event.MouseDown">
      <summary>Occurs when the user presses a mouse button on the control.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_Event.MouseMove">
      <summary>Occurs after a mouse movement has been registered over the control.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_Event.MouseUp">
      <summary>Occurs after the user releases a mouse button that has been pressed on the control.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_Event.remove_AfterUpdate(Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_AfterUpdateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_Event.remove_BeforeUpdate(Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_BeforeUpdateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_Event.remove_Change(Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_ChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_Event.remove_Click(Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_ClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_Event.remove_DoubleClick(Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_DoubleClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_Event.remove_DropButtonClick(Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_DropButtonClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_Event.remove_Enter(Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_EnterEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_Event.remove_Exit(Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_ExitEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_Event.remove_KeyDown(Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_KeyDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_Event.remove_KeyPress(Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_KeyPressEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_Event.remove_KeyUp(Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_KeyUpEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_Event.remove_MouseDown(Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_MouseDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_Event.remove_MouseMove(Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_MouseMoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_Event.remove_MouseUp(Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_MouseUpEventHandler)"></member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_ExitEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Cancel">False when the event occurs. If the event procedure sets this argument to True, the exit operation is not completed and the focus remains in this control.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_KeyDownEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="KeyCode">The numerical value of the key pressed.</param>
      <param name="Shift">A bitwise-OR mask of  constants in the <see cref="T:Microsoft.Office.Interop.Outlook.OlShiftState" /> enumeration that specifies whether the SHIFT, CTRL, or ALT keys have been pressed.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_KeyPressEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="KeyAscii">The numerical value of the key pressed.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_KeyUpEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="KeyCode">The numerical value of the key pressed.</param>
      <param name="Shift">A bitwise-OR mask of  constants in the <see cref="T:Microsoft.Office.Interop.Outlook.OlShiftState" /> enumeration that specifies whether the SHIFT, CTRL, or ALT keys have been pressed.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_MouseDownEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Button">An  <see cref="T:Microsoft.Office.Interop.Outlook.OlMouseButton" /> constant that specifies which button on the mouse has been pressed.</param>
      <param name="Shift">A bitwise-OR mask of constants in the <see cref="T:Microsoft.Office.Interop.Outlook.OlShiftState" /> enumeration that specifies whether the SHIFT, CTRL, or ALT keys have been pressed.</param>
      <param name="X">Identifies the location of the mouse cursor on the X-axis relative to the  form.</param>
      <param name="Y">Identifies the location of the mouse cursor on the Y-axis relative to the  form.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_MouseMoveEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Button">An  <see cref="T:Microsoft.Office.Interop.Outlook.OlMouseButton" /> constant that specifies which button on the mouse has been pressed.</param>
      <param name="Shift">A bitwise-OR mask of constants in the <see cref="T:Microsoft.Office.Interop.Outlook.OlShiftState" /> enumeration that specifies whether the SHIFT, CTRL, or ALT keys have been pressed.</param>
      <param name="X">Identifies the location of the mouse cursor on the X-axis relative to the  form.</param>
      <param name="Y">Identifies the location of the mouse cursor on the Y-axis relative to the  form.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_MouseUpEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Button">An  <see cref="T:Microsoft.Office.Interop.Outlook.OlMouseButton" /> constant that specifies which button on the mouse has been pressed.</param>
      <param name="Shift">A bitwise-OR mask of constants in the <see cref="T:Microsoft.Office.Interop.Outlook.OlShiftState" /> enumeration that specifies whether the SHIFT, CTRL, or ALT keys have been pressed.</param>
      <param name="X">Identifies the location of the mouse cursor on the X-axis relative to the  form.</param>
      <param name="Y">Identifies the location of the mouse cursor on the Y-axis relative to the  form.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_SinkHelper">
      <summary>This class and its members are reserved for internal use and are not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_SinkHelper.AfterUpdate"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_SinkHelper.BeforeUpdate(System.Boolean@)">
      <param name="param0"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_SinkHelper.Change"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_SinkHelper.Click"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_SinkHelper.DoubleClick"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_SinkHelper.DropButtonClick"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_SinkHelper.Enter"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_SinkHelper.Exit(System.Boolean@)">
      <param name="param0"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_SinkHelper.KeyDown(System.Int32@,Microsoft.Office.Interop.Outlook.OlShiftState)">
      <param name="param0"></param>
      <param name="param1"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_SinkHelper.KeyPress(System.Int32@)">
      <param name="param0"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_SinkHelper.KeyUp(System.Int32@,Microsoft.Office.Interop.Outlook.OlShiftState)">
      <param name="param0"></param>
      <param name="param1"></param>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_SinkHelper.m_AfterUpdateDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_SinkHelper.m_BeforeUpdateDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_SinkHelper.m_ChangeDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_SinkHelper.m_ClickDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_SinkHelper.m_DoubleClickDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_SinkHelper.m_DropButtonClickDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_SinkHelper.m_dwCookie"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_SinkHelper.m_EnterDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_SinkHelper.m_ExitDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_SinkHelper.m_KeyDownDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_SinkHelper.m_KeyPressDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_SinkHelper.m_KeyUpDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_SinkHelper.m_MouseDownDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_SinkHelper.m_MouseMoveDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_SinkHelper.m_MouseUpDelegate"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_SinkHelper.MouseDown(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <param name="param0"></param>
      <param name="param1"></param>
      <param name="param2"></param>
      <param name="param3"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_SinkHelper.MouseMove(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <param name="param0"></param>
      <param name="param1"></param>
      <param name="param2"></param>
      <param name="param3"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_SinkHelper.MouseUp(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <param name="param0"></param>
      <param name="param1"></param>
      <param name="param2"></param>
      <param name="param3"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkTimeZoneControl">
      <summary>A control that supports a selection from a drop-down list of time zones.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTimeZoneControl" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlClass.#ctor">
      <summary>This member is inherited from the base type of the parent interface.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlClass.add_AfterUpdate(Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_AfterUpdateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlClass.add_BeforeUpdate(Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_BeforeUpdateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlClass.add_Change(Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_ChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlClass.add_Click(Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_ClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlClass.add_DoubleClick(Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_DoubleClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlClass.add_DropButtonClick(Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_DropButtonClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlClass.add_Enter(Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_EnterEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlClass.add_Exit(Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_ExitEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlClass.add_KeyDown(Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_KeyDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlClass.add_KeyPress(Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_KeyPressEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlClass.add_KeyUp(Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_KeyUpEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlClass.add_MouseDown(Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_MouseDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlClass.add_MouseMove(Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_MouseMoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlClass.add_MouseUp(Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_MouseUpEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlClass.AfterUpdate">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTimeZoneControl" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlClass.AppointmentTimeField">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTimeZoneControl" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlClass.BeforeUpdate">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTimeZoneControl" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlClass.BorderStyle">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTimeZoneControl" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlClass.Change">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTimeZoneControl" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlClass.Click">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTimeZoneControl" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlClass.DoubleClick">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTimeZoneControl" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlClass.DropButtonClick">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTimeZoneControl" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlClass.DropDown">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTimeZoneControl" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlClass.Enabled">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTimeZoneControl" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlClass.Enter">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTimeZoneControl" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlClass.Exit">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTimeZoneControl" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlClass.KeyDown">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTimeZoneControl" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlClass.KeyPress">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTimeZoneControl" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlClass.KeyUp">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTimeZoneControl" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlClass.Locked">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTimeZoneControl" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlClass.MouseDown">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTimeZoneControl" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlClass.MouseIcon">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTimeZoneControl" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlClass.MouseMove">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTimeZoneControl" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlClass.MousePointer">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTimeZoneControl" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlClass.MouseUp">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTimeZoneControl" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlClass.remove_AfterUpdate(Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_AfterUpdateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlClass.remove_BeforeUpdate(Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_BeforeUpdateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlClass.remove_Change(Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_ChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlClass.remove_Click(Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_ClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlClass.remove_DoubleClick(Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_DoubleClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlClass.remove_DropButtonClick(Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_DropButtonClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlClass.remove_Enter(Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_EnterEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlClass.remove_Exit(Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_ExitEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlClass.remove_KeyDown(Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_KeyDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlClass.remove_KeyPress(Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_KeyPressEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlClass.remove_KeyUp(Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_KeyUpEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlClass.remove_MouseDown(Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_MouseDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlClass.remove_MouseMove(Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_MouseMoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlClass.remove_MouseUp(Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_MouseUpEventHandler)"></member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlClass.SelectedTimeZoneIndex">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTimeZoneControl" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlClass.Value">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OlkTimeZoneControl" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents">
      <summary>This is an event interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents.AfterUpdate">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents.BeforeUpdate(System.Boolean@)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Cancel"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents.Change">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents.Click">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents.DoubleClick">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents.DropButtonClick">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents.Enter">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents.Exit(System.Boolean@)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Cancel"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents.KeyDown(System.Int32@,Microsoft.Office.Interop.Outlook.OlShiftState)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="KeyCode"></param>
      <param name="Shift"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents.KeyPress(System.Int32@)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="KeyAscii"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents.KeyUp(System.Int32@,Microsoft.Office.Interop.Outlook.OlShiftState)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="KeyCode"></param>
      <param name="Shift"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents.MouseDown(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Button"></param>
      <param name="Shift"></param>
      <param name="X"></param>
      <param name="Y"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents.MouseMove(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Button"></param>
      <param name="Shift"></param>
      <param name="X"></param>
      <param name="Y"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents.MouseUp(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Button"></param>
      <param name="Shift"></param>
      <param name="X"></param>
      <param name="Y"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_AfterUpdateEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_BeforeUpdateEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Cancel">False when the event occurs. If the event procedure sets this argument to True, the operation will not be completed and the property bound to the control will not be updated.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_ChangeEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_ClickEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_DoubleClickEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_DropButtonClickEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_EnterEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_Event">
      <summary>This is a .NET interface created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface implements all events of earlier interfaces and any additional new events.  Use this interface only when the event you want to use shares the same name as a method of the COM object; in this case, cast to this interface to connect to the event, and cast to the primary interface to call the method. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_Event.add_AfterUpdate(Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_AfterUpdateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_Event.add_BeforeUpdate(Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_BeforeUpdateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_Event.add_Change(Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_ChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_Event.add_Click(Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_ClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_Event.add_DoubleClick(Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_DoubleClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_Event.add_DropButtonClick(Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_DropButtonClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_Event.add_Enter(Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_EnterEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_Event.add_Exit(Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_ExitEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_Event.add_KeyDown(Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_KeyDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_Event.add_KeyPress(Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_KeyPressEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_Event.add_KeyUp(Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_KeyUpEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_Event.add_MouseDown(Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_MouseDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_Event.add_MouseMove(Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_MouseMoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_Event.add_MouseUp(Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_MouseUpEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_Event.AfterUpdate">
      <summary>Occurs after the data in the control has been changed through the user interface.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_Event.BeforeUpdate">
      <summary>Occurs when the data in the control is changed through the user interface and is about to be saved to the item. </summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_Event.Change">
      <summary>Occurs when the <see cref="P:Microsoft.Office.Interop.Outlook._OlkTimeZoneControl.Value" /> property changes.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_Event.Click">
      <summary>Occurs when the user clicks inside the control.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_Event.DoubleClick">
      <summary>Occurs when the user double-clicks inside the control.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_Event.DropButtonClick">
      <summary>Occurs when the user clicks the drop button to expand the drop-down list in the time zone control, or when the <see cref="M:Microsoft.Office.Interop.Outlook._OlkTimeZoneControl.DropDown" /> method is called programmatically.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_Event.Enter">
      <summary>Occurs when the control receives focus, immediately after the previous control's Exit event.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_Event.Exit">
      <summary>Occurs just after the focus passes from this control to another control on the same form.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_Event.KeyDown">
      <summary>Occurs when a user presses a key.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_Event.KeyPress">
      <summary>Occurs when the user presses an ANSI key.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_Event.KeyUp">
      <summary>Occurs when the user releases a key.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_Event.MouseDown">
      <summary>Occurs when the user presses a mouse button on the control.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_Event.MouseMove">
      <summary>Occurs after a mouse movement has been registered over the control.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_Event.MouseUp">
      <summary>Occurs after the user releases a mouse button that has been pressed on the control.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_Event.remove_AfterUpdate(Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_AfterUpdateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_Event.remove_BeforeUpdate(Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_BeforeUpdateEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_Event.remove_Change(Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_ChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_Event.remove_Click(Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_ClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_Event.remove_DoubleClick(Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_DoubleClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_Event.remove_DropButtonClick(Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_DropButtonClickEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_Event.remove_Enter(Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_EnterEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_Event.remove_Exit(Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_ExitEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_Event.remove_KeyDown(Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_KeyDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_Event.remove_KeyPress(Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_KeyPressEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_Event.remove_KeyUp(Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_KeyUpEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_Event.remove_MouseDown(Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_MouseDownEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_Event.remove_MouseMove(Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_MouseMoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_Event.remove_MouseUp(Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_MouseUpEventHandler)"></member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_ExitEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Cancel">False when the event occurs. If the event procedure sets this argument to True, the exit operation is not completed and the focus remains on this control</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_KeyDownEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="KeyCode">The numerical value of the key pressed.</param>
      <param name="Shift">A bitwise-OR mask of constants in the <see cref="T:Microsoft.Office.Interop.Outlook.OlShiftState" /> enumeration that specifies whether the SHIFT, CTRL, or ALT keys have been pressed.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_KeyPressEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="KeyAscii">The numerical value of the key pressed.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_KeyUpEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="KeyCode">The numerical value of the key pressed.</param>
      <param name="Shift">A bitwise-OR mask of constants in the <see cref="T:Microsoft.Office.Interop.Outlook.OlShiftState" /> enumeration that specifies whether the SHIFT, CTRL, or ALT keys have been pressed.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_MouseDownEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Button">An <see cref="T:Microsoft.Office.Interop.Outlook.OlMouseButton" /> constant that specifies which button on the mouse has been pressed.</param>
      <param name="Shift">A bitwise-OR mask of constants in the <see cref="T:Microsoft.Office.Interop.Outlook.OlShiftState" /> enumeration that specifies whether the SHIFT, CTRL, or ALT keys have been pressed.</param>
      <param name="X">Identifies the location of the mouse cursor on the X-axis relative to the form.</param>
      <param name="Y">Identifies the location of the mouse cursor on the Y-axis relative to the form.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_MouseMoveEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Button">An <see cref="T:Microsoft.Office.Interop.Outlook.OlMouseButton" /> constant that specifies which button on the mouse has been pressed.</param>
      <param name="Shift">A bitwise-OR mask of constants in the <see cref="T:Microsoft.Office.Interop.Outlook.OlShiftState" /> enumeration that specifies whether the SHIFT, CTRL, or ALT keys have been pressed.</param>
      <param name="X">Identifies the location of the mouse cursor on the X-axis relative to the form.</param>
      <param name="Y">Identifies the location of the mouse cursor on the Y-axis relative to the form.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_MouseUpEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Button">An <see cref="T:Microsoft.Office.Interop.Outlook.OlMouseButton" /> constant that specifies which button on the mouse has been pressed.</param>
      <param name="Shift">A bitwise-OR mask of constants in the <see cref="T:Microsoft.Office.Interop.Outlook.OlShiftState" /> enumeration that specifies whether the SHIFT, CTRL, or ALT keys have been pressed.</param>
      <param name="X">Identifies the location of the mouse cursor on the X-axis relative to the form.</param>
      <param name="Y">Identifies the location of the mouse cursor on the Y-axis relative to the form.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_SinkHelper">
      <summary>This class and its members are reserved for internal use and are not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_SinkHelper.AfterUpdate"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_SinkHelper.BeforeUpdate(System.Boolean@)">
      <param name="param0"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_SinkHelper.Change"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_SinkHelper.Click"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_SinkHelper.DoubleClick"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_SinkHelper.DropButtonClick"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_SinkHelper.Enter"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_SinkHelper.Exit(System.Boolean@)">
      <param name="param0"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_SinkHelper.KeyDown(System.Int32@,Microsoft.Office.Interop.Outlook.OlShiftState)">
      <param name="param0"></param>
      <param name="param1"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_SinkHelper.KeyPress(System.Int32@)">
      <param name="param0"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_SinkHelper.KeyUp(System.Int32@,Microsoft.Office.Interop.Outlook.OlShiftState)">
      <param name="param0"></param>
      <param name="param1"></param>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_SinkHelper.m_AfterUpdateDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_SinkHelper.m_BeforeUpdateDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_SinkHelper.m_ChangeDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_SinkHelper.m_ClickDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_SinkHelper.m_DoubleClickDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_SinkHelper.m_DropButtonClickDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_SinkHelper.m_dwCookie"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_SinkHelper.m_EnterDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_SinkHelper.m_ExitDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_SinkHelper.m_KeyDownDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_SinkHelper.m_KeyPressDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_SinkHelper.m_KeyUpDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_SinkHelper.m_MouseDownDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_SinkHelper.m_MouseMoveDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_SinkHelper.m_MouseUpDelegate"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_SinkHelper.MouseDown(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <param name="param0"></param>
      <param name="param1"></param>
      <param name="param2"></param>
      <param name="param3"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_SinkHelper.MouseMove(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <param name="param0"></param>
      <param name="param1"></param>
      <param name="param2"></param>
      <param name="param3"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_SinkHelper.MouseUp(Microsoft.Office.Interop.Outlook.OlMouseButton,Microsoft.Office.Interop.Outlook.OlShiftState,System.Single,System.Single)">
      <param name="param0"></param>
      <param name="param1"></param>
      <param name="param2"></param>
      <param name="param3"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlMailingAddress">
      <summary>Indicates the address to use as the mailing address.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlMailingAddress.olNone">
      <summary>No mailing address defined</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlMailingAddress.olHome">
      <summary>Home mailing address</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlMailingAddress.olBusiness">
      <summary>Business mailing address</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlMailingAddress.olOther">
      <summary>Other mailing address</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlMailRecipientType">
      <summary>Indicates the recipient type for the Item.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlMailRecipientType.olOriginator">
      <summary>Originator (sender) of the Item. </summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlMailRecipientType.olTo">
      <summary>The recipient is specified in the To property of the Item.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlMailRecipientType.olCC">
      <summary>The recipient is specified in the CC property of the Item.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlMailRecipientType.olBCC">
      <summary>The recipient is specified in the BCC property of the Item. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlMarkInterval">
      <summary>Specifies the time period for which an Outlook item is marked as a task.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlMarkInterval.olMarkToday">
      <summary>Mark the task due today.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlMarkInterval.olMarkTomorrow">
      <summary>Mark the task due tomorrow.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlMarkInterval.olMarkThisWeek">
      <summary>Mark the task due this week.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlMarkInterval.olMarkNextWeek">
      <summary>Mark the task due next week.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlMarkInterval.olMarkNoDate">
      <summary>Mark the task due with no date.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlMarkInterval.olMarkComplete">
      <summary>Mark the task as complete.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlMatchEntry">
      <summary>Specifies if and how extensive entry matching is applied while the user types in a control.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlMatchEntry.olMatchEntryFirstLetter">
      <summary>Basic matching: The control searches for the next entry that starts with the character entered.  Repeatedly typing the same letter cycles through all entries beginning with that letter.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlMatchEntry.olMatchEntryComplete">
      <summary>Extended matching.  As each character is typed, the control searches for an entry matching all characters entered.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlMatchEntry.olMatchEntryNone">
      <summary>No matching is performed.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlMeetingRecipientType">
      <summary>Indicates the recipient type for the meeting.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlMeetingRecipientType.olOrganizer">
      <summary>Meeting organizer</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlMeetingRecipientType.olRequired">
      <summary>Required attendee</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlMeetingRecipientType.olOptional">
      <summary>Optional attendee</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlMeetingRecipientType.olResource">
      <summary>A resource such as a conference room</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlMeetingResponse">
      <summary>Indicates the response to a meeting request.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlMeetingResponse.olMeetingTentative">
      <summary>The meeting was tentatively accepted.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlMeetingResponse.olMeetingAccepted">
      <summary>The meeting was accepted.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlMeetingResponse.olMeetingDeclined">
      <summary>The meeting was declined.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlMeetingStatus">
      <summary>Indicates the status of the meeting.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlMeetingStatus.olNonMeeting">
      <summary>An Appointment item without attendees has been scheduled.  This status can be used to set up holidays on a calendar.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlMeetingStatus.olMeeting">
      <summary>The meeting has been scheduled.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlMeetingStatus.olMeetingReceived">
      <summary>The meeting request has been received.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlMeetingStatus.olMeetingCanceled">
      <summary>The scheduled meeting has been cancelled.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlMeetingStatus.olMeetingReceivedAndCanceled">
      <summary>The scheduled meeting has been cancelled but still appears on the user's calendar.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlMobileFormat">
      <summary>Specifies the format of a mobile message.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlMobileFormat.olSMS">
      <summary>A Short Message Service (SMS) message.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlMobileFormat.olMMS">
      <summary>A Multimedia Messaging Service (MMS) message.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlMouseButton">
      <summary>Indicates which mouse button is pressed during a mouse event.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlMouseButton.olMouseButtonLeft">
      <summary>Indicates that the primary (left) button on a mouse is pressed during the event.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlMouseButton.olMouseButtonRight">
      <summary>Indicates that the secondary (right) button on a mouse is pressed during the event.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlMouseButton.olMouseButtonMiddle">
      <summary>Indicates that the middle button on a mouse is pressed during the event.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlMousePointer">
      <summary>Specifies the mouse cursor that is displayed while the mouse is positioned over a control and a drag/drop operation is not being performed.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlMousePointer.olMousePointerDefault">
      <summary>The default cursor.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlMousePointer.olMousePointerArrow">
      <summary>The cursor is the standard arrow.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlMousePointer.olMousePointerCross">
      <summary>The cursor is the cross.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlMousePointer.olMousePointerIBeam">
      <summary>The cursor is the  I-beam text entry cursor.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlMousePointer.olMousePointerSizeNESW">
      <summary>Resize cursor from Northeast to Southwest.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlMousePointer.olMousePointerSizeNS">
      <summary>Resize cursor from North to South.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlMousePointer.olMousePointerSizeNWSE">
      <summary>Resize cursor from Northwest to Southeast.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlMousePointer.olMousePointerSizeWE">
      <summary>Resize cursor from West to East.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlMousePointer.olMousePointerUpArrow">
      <summary>The cursor is the vertical arrow.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlMousePointer.olMousePointerHourGlass">
      <summary>The cursor is the hourglass, representing that the application is busy.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlMousePointer.olMousePointerNoDrop">
      <summary>The cursor is the no-drop cursor.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlMousePointer.olMousePointerAppStarting">
      <summary>The cursor is the arrow and the hourglass, representing that the application is starting.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlMousePointer.olMousePointerHelp">
      <summary>The cursor is the What's This help cursor.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlMousePointer.olMousePointerSizeAll">
      <summary>Resize cursor in all directions.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlMousePointer.olMousePointerCustom">
      <summary>The cursor is represented by the custom cursor bitmap.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlMultiLine">
      <summary>Indicates when multiple lines are displayed in a  <see cref="T:Microsoft.Office.Interop.Outlook.TableView" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlMultiLine.olWidthMultiLine">
      <summary>Single lines are displayed unless the length of the line, in characters, is greater than the value for the <see cref="P:Microsoft.Office.Interop.Outlook._TableView.MultiLineWidth" /> property of the TableView object, at which point multiple lines are displayed.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlMultiLine.olAlwaysSingleLine">
      <summary>Single lines are always displayed.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlMultiLine.olAlwaysMultiLine">
      <summary>Multiple lines are always displayed.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlMultiSelect">
      <summary>Specifies the type of selection that is supported in a list box control.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlMultiSelect.olMultiSelectSingle">
      <summary>Supports selection of only one item at a time.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlMultiSelect.olMultiSelectMulti">
      <summary>Supports selection of one or more items at a time. Pressing SPACEBAR or clicking the mouse  toggles the selection of  an item in the list. </summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlMultiSelect.olMultiSelectExtended">
      <summary>Supports  SHIFT and CTRL to select one or more items at a time. Pressing SHIFT and clicking the mouse, or pressing SHIFT and one of the arrow keys, extends the selection from the previously selected item to the current item. Pressing CTRL and clicking the mouse toggles the selection of  an item. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlNavigationModuleType">
      <summary>Identifies the navigation module type of a <see cref="T:Microsoft.Office.Interop.Outlook.NavigationModule" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlNavigationModuleType.olModuleMail">
      <summary>Identifies a <see cref="T:Microsoft.Office.Interop.Outlook.MailModule" /> object that represents the Mail navigation module.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlNavigationModuleType.olModuleCalendar">
      <summary>Identifies a <see cref="T:Microsoft.Office.Interop.Outlook.CalendarModule" /> object that represents the Calendar navigation module.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlNavigationModuleType.olModuleContacts">
      <summary>Identifies a <see cref="T:Microsoft.Office.Interop.Outlook.ContactsModule" /> object that represents the Contacts navigation module.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlNavigationModuleType.olModuleTasks">
      <summary>Identifies a <see cref="T:Microsoft.Office.Interop.Outlook.TasksModule" /> object that represents the Tasks navigation module.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlNavigationModuleType.olModuleJournal">
      <summary>Identifies a <see cref="T:Microsoft.Office.Interop.Outlook.JournalModule" /> object that represents the Journal navigation module.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlNavigationModuleType.olModuleNotes">
      <summary>Identifies a <see cref="T:Microsoft.Office.Interop.Outlook.NotesModule" /> object that represents the Notes navigation module.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlNavigationModuleType.olModuleFolderList">
      <summary>Identifies a NavigationModule object that represents the Folders List navigation module.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlNavigationModuleType.olModuleShortcuts">
      <summary>Identifies a NavigationModule object that represents the Shortcuts navigation module.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlNavigationModuleType.olModuleSolutions">
      <summary>A <see cref="T:Microsoft.Office.Interop.Outlook.SolutionsModule" /> object that represents the Solutions navigation module.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlNetMeetingType">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlNetMeetingType.olNetMeeting">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlNetMeetingType.olNetShow">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlNetMeetingType.olExchangeConferencing">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlNoteColor">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlNoteColor.olBlue">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlNoteColor.olGreen">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlNoteColor.olPink">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlNoteColor.olYellow">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlNoteColor.olWhite">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlObjectClass">
      <summary>Constants representing the different Microsoft Outlook object classes.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olApplication">
      <summary>Represents an  <see cref="T:Microsoft.Office.Interop.Outlook.Application" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olNamespace">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olFolder">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.Folder" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olRecipient">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.Recipient" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olAttachment">
      <summary>Represents an  <see cref="T:Microsoft.Office.Interop.Outlook.Attachment" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olAddressList">
      <summary>Represents an <see cref="T:Microsoft.Office.Interop.Outlook.AddressList" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olAddressEntry">
      <summary>Represents an <see cref="T:Microsoft.Office.Interop.Outlook.AddressEntry" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olFolders">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.Folders" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olItems">
      <summary>Represents an <see cref="T:Microsoft.Office.Interop.Outlook.Items" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olRecipients">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.Recipients" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olAttachments">
      <summary>Represents an  <see cref="T:Microsoft.Office.Interop.Outlook.Attachments" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olAddressLists">
      <summary>Represents an  <see cref="T:Microsoft.Office.Interop.Outlook.AddressLists" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olAddressEntries">
      <summary>Represents an <see cref="T:Microsoft.Office.Interop.Outlook.AddressEntries" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olAppointment">
      <summary>Represents an  <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olMeetingRequest">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" /> object that is a meeting request.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olMeetingCancellation">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" /> object that is a meeting cancellation notice.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olMeetingResponseNegative">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" /> object that is a refusal of a meeting request.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olMeetingResponsePositive">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" /> object that is an acceptance of a meeting request.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olMeetingResponseTentative">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" /> object that is a tentative acceptance of a meeting request.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olRecurrencePattern">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.RecurrencePattern" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olExceptions">
      <summary>Represents an <see cref="T:Microsoft.Office.Interop.Outlook.Exceptions" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olException">
      <summary>Represents an <see cref="T:Microsoft.Office.Interop.Outlook.Exception" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olAction">
      <summary>Represents an <see cref="T:Microsoft.Office.Interop.Outlook.Action" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olActions">
      <summary>Represents an <see cref="T:Microsoft.Office.Interop.Outlook.Actions" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olExplorer">
      <summary>Represents an <see cref="T:Microsoft.Office.Interop.Outlook.Explorer" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olInspector">
      <summary>Represents an <see cref="T:Microsoft.Office.Interop.Outlook.Inspector" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olPages">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.Pages" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olFormDescription">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.FormDescription" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olUserProperties">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.UserProperties" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olUserProperty">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.UserProperty" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olContact">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.ContactItem" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olDocument">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.DocumentItem" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olJournal">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.JournalItem" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olMail">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.MailItem" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olNote">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.NoteItem" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olPost">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olReport">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olRemote">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olTask">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olTaskRequest">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olTaskRequestUpdate">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olTaskRequestAccept">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olTaskRequestDecline">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olExplorers">
      <summary>Represents an <see cref="T:Microsoft.Office.Interop.Outlook.Explorers" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olInspectors">
      <summary>Represents an <see cref="T:Microsoft.Office.Interop.Outlook.Inspectors" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olPanes">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.Panes" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olOutlookBarPane">
      <summary>Represents an <see cref="T:Microsoft.Office.Interop.Outlook.OutlookBarPane" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olOutlookBarStorage">
      <summary>Represents an <see cref="T:Microsoft.Office.Interop.Outlook.OutlookBarStorage" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olOutlookBarGroups">
      <summary>Represents an <see cref="T:Microsoft.Office.Interop.Outlook.OutlookBarGroups" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olOutlookBarGroup">
      <summary>Represents an <see cref="T:Microsoft.Office.Interop.Outlook.OutlookBarGroup" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olOutlookBarShortcuts">
      <summary>Represents an <see cref="T:Microsoft.Office.Interop.Outlook.OutlookBarShortcuts" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olOutlookBarShortcut">
      <summary>Represents an <see cref="T:Microsoft.Office.Interop.Outlook.OutlookBarShortcut" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olDistributionList">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeDistributionList" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olPropertyPageSite">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.PropertyPageSite" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olPropertyPages">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.PropertyPages" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olSyncObject">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.SyncObject" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olSyncObjects">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.SyncObject" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olSelection">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.Selection" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olLink">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.Link" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olLinks">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.Links" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olSearch">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.Search" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olResults">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.Results" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olViews">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.Views" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olView">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.View" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olItemProperties">
      <summary>Represents an <see cref="T:Microsoft.Office.Interop.Outlook.ItemProperties" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olItemProperty">
      <summary>Represents an <see cref="T:Microsoft.Office.Interop.Outlook.ItemProperty" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olReminders">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.Reminders" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olReminder">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.Reminder" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olConflict">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.Conflict" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olConflicts">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.Conflicts" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olSharing">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olAccount">
      <summary>Represents an <see cref="T:Microsoft.Office.Interop.Outlook.Account" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olAccounts">
      <summary>Represents an <see cref="T:Microsoft.Office.Interop.Outlook.Accounts" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olStore">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.Store" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olStores">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.Stores" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olSelectNamesDialog">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.SelectNamesDialog" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olExchangeUser">
      <summary>Represents an <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeUser" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olExchangeDistributionList">
      <summary>Represents an <see cref="T:Microsoft.Office.Interop.Outlook.ExchangeDistributionList" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olPropertyAccessor">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.PropertyAccessor" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olStorageItem">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.StorageItem" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olRules">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.Rules" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olRule">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.Rule" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olRuleActions">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.RuleAction" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olRuleAction">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.RuleAction" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olMoveOrCopyRuleAction">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.MoveOrCopyRuleAction" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olSendRuleAction">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.SendRuleAction" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olTable">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.Table" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olRow">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.Row" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olAssignToCategoryRuleAction">
      <summary>Represents an  <see cref="T:Microsoft.Office.Interop.Outlook.AssignToCategoryRuleAction" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olPlaySoundRuleAction">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.PlaySoundRuleAction" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olMarkAsTaskRuleAction">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.MarkAsTaskRuleAction" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olNewItemAlertRuleAction">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.NewItemAlertRuleAction" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olRuleConditions">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.RuleConditions" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olRuleCondition">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.RuleCondition" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olImportanceRuleCondition">
      <summary>Represents an <see cref="T:Microsoft.Office.Interop.Outlook.ImportanceRuleCondition" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olFormRegion">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.FormRegion" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olCategoryRuleCondition">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.CategoryRuleCondition" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olFormNameRuleCondition">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.FormNameRuleCondition" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olFromRuleCondition">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.ToOrFromRuleCondition" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olSenderInAddressListRuleCondition">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.SenderInAddressListRuleCondition" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olTextRuleCondition">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.TextRuleCondition" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olAccountRuleCondition">
      <summary>Represents an <see cref="T:Microsoft.Office.Interop.Outlook.AccountRuleCondition" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olClassTableView">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.TableView" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olClassIconView">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.IconView" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olClassCardView">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.CardView" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olClassCalendarView">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.CalendarView" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olClassTimeLineView">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.TimelineView" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olViewFields">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.ViewFields" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olViewField">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.ViewField" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olOrderField">
      <summary>Represents an <see cref="T:Microsoft.Office.Interop.Outlook.OrderField" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olOrderFields">
      <summary>Represents an <see cref="T:Microsoft.Office.Interop.Outlook.OrderFields" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olViewFont">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.ViewFont" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olAutoFormatRule">
      <summary>Represents an  <see cref="T:Microsoft.Office.Interop.Outlook.AutoFormatRule" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olAutoFormatRules">
      <summary>Represents an  <see cref="T:Microsoft.Office.Interop.Outlook.AutoFormatRules" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olColumnFormat">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.ColumnFormat" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olColumns">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.Columns" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olCalendarSharing">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.CalendarSharing" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olCategory">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.Category" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olCategories">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.Categories" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olColumn">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.Column" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olClassNavigationPane">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.NavigationPane" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olNavigationModules">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.NavigationModules" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olNavigationModule">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.NavigationModule" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olMailModule">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.MailModule" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olCalendarModule">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.CalendarModule" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olContactsModule">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.ContactsModule" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olTasksModule">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.TasksModule" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olJournalModule">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.JournalModule" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olNotesModule">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.NotesModule" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olNavigationGroups">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.NavigationGroups" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olNavigationGroup">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.NavigationGroup" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olNavigationFolders">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.NavigationFolders" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olNavigationFolder">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.NavigationFolder" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olClassBusinessCardView">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.BusinessCardView" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olAttachmentSelection">
      <summary>Represents an  <see cref="T:Microsoft.Office.Interop.Outlook.AttachmentSelection" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olAddressRuleCondition">
      <summary>Represents an  <see cref="T:Microsoft.Office.Interop.Outlook.AddressRuleCondition" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olUserDefinedProperty">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.UserDefinedProperty" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olUserDefinedProperties">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.UserDefinedProperties" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olFromRssFeedRuleCondition">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.FromRssFeedRuleCondition" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olClassTimeZone">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.TimeZone" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olClassTimeZones">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.TimeZones" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olMobile">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.MobileItem" /> object that is a text message item or a multimedia message item.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olSolutionsModule">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.SolutionsModule" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olConversation">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.Conversation" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olSimpleItems">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.SimpleItems" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olOutspace">
      <summary>Represents an <see cref="T:Microsoft.Office.Interop.Outlook.AccountSelector" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olMeetingForwardNotification">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.MeetingItem" /> object that is a notice about forwarding the meeting request.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlObjectClass.olConversationHeader">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.ConversationHeader" /> object.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlOfficeDocItemsType">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlOfficeDocItemsType.olExcelWorkSheetItem">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlOfficeDocItemsType.olWordDocumentItem">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlOfficeDocItemsType.olPowerPointShowItem">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlOutlookBarViewType">
      <summary>Specifies the type of view that is displayed by an <see cref="T:Microsoft.Office.Interop.Outlook.OutlookBarGroup" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlOutlookBarViewType.olLargeIcon">
      <summary>The Outlook Bar group displays large icons.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlOutlookBarViewType.olSmallIcon">
      <summary>The Outlook Bar group displays small icons.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlPageType">
      <summary>Specifies the type of page displayed by a control.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlPageType.olPageTypePlanner">
      <summary>The free/busy scheduling grid from a meeting request form.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlPageType.olPageTypeTracker">
      <summary>The tracking grid from a meeting request that has been sent.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlPane">
      <summary>Specifies the pane (window).</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlPane.olOutlookBar">
      <summary>The Outlook bar pane</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlPane.olFolderList">
      <summary>The folder list pane</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlPane.olPreview">
      <summary>The Preview pane</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlPane.olNavigationPane">
      <summary>The navigation pane</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlPane.olToDoBar">
      <summary>The To Do bar pane</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlPermission">
      <summary>Indicates the permission restrictions on an Item.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlPermission.olUnrestricted">
      <summary>Item has no permission restrictions.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlPermission.olDoNotForward">
      <summary>Item cannot be forwarded.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlPermission.olPermissionTemplate">
      <summary>Outlook will use an Information Rights Management (IRM) template to determine the access and usage permissions for the item.  See <see cref="P:Microsoft.Office.Interop.Outlook._MailItem.PermissionService" /> and <see cref="P:Microsoft.Office.Interop.Outlook._SharingItem.PermissionService" /> properties.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlPermissionService">
      <summary>Specifies the permission service used when sending an Information Rights Management (IRM) protected MailItem object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlPermissionService.olUnknown">
      <summary>Permission service is unknown.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlPermissionService.olWindows">
      <summary>Microsoft Windows permissions will be used.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlPermissionService.olPassport">
      <summary>Microsoft Passport Network permissions will be used.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlPictureAlignment">
      <summary>Specifies how an image is aligned with respect to text on a button.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlPictureAlignment.olPictureAlignmentLeft">
      <summary>The image is aligned to the left of the text and vertically centered on the button. </summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlPictureAlignment.olPictureAlignmentTop">
      <summary>The image is aligned to the right of the text and horizontally centered on the button. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlRecipientSelectors">
      <summary>Specifies the edit boxes (for To, Cc, Bcc), if any, to be displayed in the Select Names dialog box.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlRecipientSelectors.olShowNone">
      <summary>No edit box will be displayed.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlRecipientSelectors.olShowTo">
      <summary>Only an edit box for To recipients will be displayed.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlRecipientSelectors.olShowToCc">
      <summary>Only edit boxes for To and Cc recipients will be displayed.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlRecipientSelectors.olShowToCcBcc">
      <summary>Edit boxes for To, Cc, and Bcc recipients will be displayed.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlRecurrenceState">
      <summary>Indicates the recurrence state of an AppointmentItem.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlRecurrenceState.olApptNotRecurring">
      <summary>The appointment is not a recurring appointment.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlRecurrenceState.olApptMaster">
      <summary>The appointment is a master appointment.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlRecurrenceState.olApptOccurrence">
      <summary>The appointment is an occurrence of a recurring appointment defined by a master appointment.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlRecurrenceState.olApptException">
      <summary>The appointment is an exception to a recurrence pattern defined by a master appointment.  </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlRecurrenceType">
      <summary>Specifies the recurrence pattern type.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlRecurrenceType.olRecursDaily">
      <summary>Represents a daily recurrence pattern.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlRecurrenceType.olRecursWeekly">
      <summary>Represents a weekly recurrence pattern.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlRecurrenceType.olRecursMonthly">
      <summary>Represents a monthly recurrence pattern.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlRecurrenceType.olRecursMonthNth">
      <summary>Represents a MonthNth recurrence pattern. See <see cref="P:Microsoft.Office.Interop.Outlook.RecurrencePattern.Instance" /> property. </summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlRecurrenceType.olRecursYearly">
      <summary>Represents a yearly recurrence pattern.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlRecurrenceType.olRecursYearNth">
      <summary>Represents a YearNth recurrence pattern.   See <see cref="P:Microsoft.Office.Interop.Outlook.RecurrencePattern.Instance" /> property.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlReferenceType">
      <summary>Indicates the reference type.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlReferenceType.olWeak">
      <summary>Weak reference</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlReferenceType.olStrong">
      <summary>Strong reference</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlRemoteStatus">
      <summary>Indicates the status of an item after it is received by a remote user.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlRemoteStatus.olRemoteStatusNone">
      <summary>No remote status has been set.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlRemoteStatus.olUnMarked">
      <summary>Item is not marked.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlRemoteStatus.olMarkedForDownload">
      <summary>Item is marked for download.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlRemoteStatus.olMarkedForCopy">
      <summary>Item is marked to be copied.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlRemoteStatus.olMarkedForDelete">
      <summary>Item is marked for deletion.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlResponseStatus">
      <summary>Indicates the response to a meeting request.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlResponseStatus.olResponseNone">
      <summary>The appointment is a simple appointment and does not require a response.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlResponseStatus.olResponseOrganized">
      <summary>The AppointmentItem is on the Organizer's calendar or the recipient is the Organizer of the meeting.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlResponseStatus.olResponseTentative">
      <summary>Meeting tentatively accepted.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlResponseStatus.olResponseAccepted">
      <summary>Meeting accepted.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlResponseStatus.olResponseDeclined">
      <summary>Meeting declined.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlResponseStatus.olResponseNotResponded">
      <summary>Recipient has not responded.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlRuleActionType">
      <summary>Specifies the type of rule action for a rule.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlRuleActionType.olRuleActionUnknown">
      <summary>Unrecognized rule action.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlRuleActionType.olRuleActionMoveToFolder">
      <summary>Rule action is to move the message to the specified folder.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlRuleActionType.olRuleActionAssignToCategory">
      <summary>Rule action is to assign categories to the message.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlRuleActionType.olRuleActionDelete">
      <summary>Rule action is to delete the message.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlRuleActionType.olRuleActionDeletePermanently">
      <summary>Rule action is to permanently  delete the message.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlRuleActionType.olRuleActionCopyToFolder">
      <summary>Rule action is to copy the message to a specified folder.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlRuleActionType.olRuleActionForward">
      <summary>Rule action is to forward the message to the specified recipients.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlRuleActionType.olRuleActionForwardAsAttachment">
      <summary>Rule action is to forward the message as an attachment to the specified recipients.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlRuleActionType.olRuleActionRedirect">
      <summary>Rule action is to redirect the message to the specified recipients.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlRuleActionType.olRuleActionServerReply">
      <summary>Rule action is to request the server to reply with the specified mail item.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlRuleActionType.olRuleActionTemplate">
      <summary>Rule action is to use the specified template (.oft) file as a form template.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlRuleActionType.olRuleActionFlagForActionInDays">
      <summary>Rule action is to flag the message for action in the specified number of days.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlRuleActionType.olRuleActionFlagColor">
      <summary>Rule action is to flag the message with a specified colored flag.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlRuleActionType.olRuleActionFlagClear">
      <summary>Rule action is to clear the message flag.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlRuleActionType.olRuleActionImportance">
      <summary>Rule action is to mark the message with the specified level of importance.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlRuleActionType.olRuleActionSensitivity">
      <summary>Rule action is to mark the message with the specified level of sensitivity.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlRuleActionType.olRuleActionPrint">
      <summary>Rule action is to print the message on the default printer.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlRuleActionType.olRuleActionPlaySound">
      <summary>Rule action is to play a sound file.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlRuleActionType.olRuleActionStartApplication">
      <summary>Rule action is to run an .exe file.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlRuleActionType.olRuleActionMarkRead">
      <summary>Rule action is to mark the message as read.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlRuleActionType.olRuleActionRunScript">
      <summary>Rule action is to run a script.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlRuleActionType.olRuleActionStop">
      <summary>Rule action is to stop processing more rules.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlRuleActionType.olRuleActionCustomAction">
      <summary>Rule action is to perform a custom action.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlRuleActionType.olRuleActionNewItemAlert">
      <summary>Rule action is to display the specified text in the New Item Alert dialog box.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlRuleActionType.olRuleActionDesktopAlert">
      <summary>Rule action is to display a desktop alert.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlRuleActionType.olRuleActionNotifyRead">
      <summary>Rule action is to request read notification for the message being sent.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlRuleActionType.olRuleActionNotifyDelivery">
      <summary>Rule action is to request delivery notification for the message being sent.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlRuleActionType.olRuleActionCcMessage">
      <summary>Rule action is to cc the message to specified recipients.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlRuleActionType.olRuleActionDefer">
      <summary>Rule action is to defer delivery of the message by the specified number of minutes.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlRuleActionType.olRuleActionMarkAsTask">
      <summary>Rule action is to mark the message as a task.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlRuleActionType.olRuleActionClearCategories">
      <summary>Rule action is to clear all the categories assigned to the message.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlRuleConditionType">
      <summary>Specifies the type of rule condition or exception condition of a rule.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlRuleConditionType.olConditionUnknown">
      <summary>Unrecognized condition.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlRuleConditionType.olConditionFrom">
      <summary>Sender is in the recipient list specified in <see cref="P:Microsoft.Office.Interop.Outlook._ToOrFromRuleCondition.Recipients" />.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlRuleConditionType.olConditionSubject">
      <summary>Subject contains words specified in TextRuleCondition.Text.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlRuleConditionType.olConditionAccount">
      <summary>Account is the account specified in <see cref="P:Microsoft.Office.Interop.Outlook._AccountRuleCondition.Account" />.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlRuleConditionType.olConditionOnlyToMe">
      <summary>Message is sent only to me.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlRuleConditionType.olConditionTo">
      <summary>My name is in the To box.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlRuleConditionType.olConditionImportance">
      <summary>Message is marked with the specified level of importance.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlRuleConditionType.olConditionSensitivity">
      <summary>Message is marked with the specified level of sensitivity.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlRuleConditionType.olConditionFlaggedForAction">
      <summary>Message is flagged for the specified action.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlRuleConditionType.olConditionCc">
      <summary>Message has my name in the Cc box.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlRuleConditionType.olConditionToOrCc">
      <summary>Message has my name in the To or Cc box.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlRuleConditionType.olConditionNotTo">
      <summary>Message does not have  my name in the To box.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlRuleConditionType.olConditionSentTo">
      <summary>Sent to recipients (To, Cc) are in the recipient list specified in ToOrFromRuleCondition.Recipients.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlRuleConditionType.olConditionBody">
      <summary>Body contains words specified in <see cref="P:Microsoft.Office.Interop.Outlook._TextRuleCondition.Text" />.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlRuleConditionType.olConditionBodyOrSubject">
      <summary>Body or subject contains words specified by TextRuleCondition.Text.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlRuleConditionType.olConditionMessageHeader">
      <summary>Message header contains words specified in TextRuleCondition.Text.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlRuleConditionType.olConditionRecipientAddress">
      <summary>Recipient address contains words specified in TextRuleCondition.Text.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlRuleConditionType.olConditionSenderAddress">
      <summary>Sender address contains words specified in TextRuleCondition.Text.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlRuleConditionType.olConditionCategory">
      <summary>Category is the category specified in <see cref="P:Microsoft.Office.Interop.Outlook._CategoryRuleCondition.Categories" />.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlRuleConditionType.olConditionOOF">
      <summary>Message is an out-of-office message.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlRuleConditionType.olConditionHasAttachment">
      <summary>Message has one or more attachments.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlRuleConditionType.olConditionSizeRange">
      <summary>Message size is between x and y in units of KB, where x and y are Integer values. </summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlRuleConditionType.olConditionDateRange">
      <summary>Message was received between x and y, where x and y are Date values. </summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlRuleConditionType.olConditionFormName">
      <summary>Message uses the form specified in <see cref="P:Microsoft.Office.Interop.Outlook._FormNameRuleCondition.FormName" />.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlRuleConditionType.olConditionProperty">
      <summary>Document property is exactly, contains, or does not contain specified properties.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlRuleConditionType.olConditionSenderInAddressBook">
      <summary>Sender is in the address list specified in AddressRuleCondition.Address.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlRuleConditionType.olConditionMeetingInviteOrUpdate">
      <summary>Message is a meeting invitation or update.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlRuleConditionType.olConditionLocalMachineOnly">
      <summary>Rule can run only on the local machine.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlRuleConditionType.olConditionOtherMachine">
      <summary>Rule can run only on  a specific machine that is not the current machine.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlRuleConditionType.olConditionAnyCategory">
      <summary>Message is assigned to any category.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlRuleConditionType.olConditionFromRssFeed">
      <summary>Message is generated from a specific RSS subscription.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlRuleConditionType.olConditionFromAnyRssFeed">
      <summary>Message is generated from any RSS subscription.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlRuleExecuteOption">
      <summary>Specifies the type of messages in the specified folder or folders that a rule should be applied to.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlRuleExecuteOption.olRuleExecuteAllMessages">
      <summary>Executes a rule against all messages in the specified folder or folders.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlRuleExecuteOption.olRuleExecuteReadMessages">
      <summary>Executes a rule against  messages that have been read in the specified folder or folders.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlRuleExecuteOption.olRuleExecuteUnreadMessages">
      <summary>Executes a rule against messages that have not been read in the specified folder or folders.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlRuleType">
      <summary>Indicates if a rule is applied to messages that are being sent or received.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlRuleType.olRuleReceive">
      <summary>Indicates that the rule is applied to messages that are being received.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlRuleType.olRuleSend">
      <summary>Indicates that the rule is being applied to messages being sent.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlSaveAsType">
      <summary>Specifies the file format.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlSaveAsType.olTXT">
      <summary>Text format (.txt)</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlSaveAsType.olRTF">
      <summary>Rich Text format (.rtf)</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlSaveAsType.olTemplate">
      <summary>Microsoft Outlook template (.oft)</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlSaveAsType.olMSG">
      <summary>Outlook message  format (.msg)</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlSaveAsType.olDoc">
      <summary>Microsoft Office Word format (.doc)</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlSaveAsType.olHTML">
      <summary>HTML format (.html)</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlSaveAsType.olVCard">
      <summary>VCard format (.vcf)</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlSaveAsType.olVCal">
      <summary>VCal format (.vcs)</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlSaveAsType.olICal">
      <summary>iCal format (.ics)</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlSaveAsType.olMSGUnicode">
      <summary>Outlook Unicode message format (.msg)</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlSaveAsType.olMHTML">
      <summary>MIME HTML format (.mht)</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlScrollBars">
      <summary>Specifies which, if any, scroll bars to display for a control.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlScrollBars.olScrollBarsNone">
      <summary>Display no scroll bars.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlScrollBars.olScrollBarsHorizontal">
      <summary>Display a horizontal scroll bar only.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlScrollBars.olScrollBarsVertical">
      <summary>Display a vertical scroll bar only.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlScrollBars.olScrollBarsBoth">
      <summary>Display both the horizontal and vertical scroll bars as necessary.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlSearchScope">
      <summary>Specifies the scope in terms of folders for the search. </summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlSearchScope.olSearchScopeCurrentFolder">
      <summary>The search scope will be only the folder represented by <see cref="P:Microsoft.Office.Interop.Outlook._Explorer.CurrentFolder" />.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlSearchScope.olSearchScopeAllFolders">
      <summary>The search scope will be across all folders that have the folder type of the current folder (<see cref="P:Microsoft.Office.Interop.Outlook.MAPIFolder.DefaultItemType" />) and all stores that have been selected for search in the In Folder drop down menu.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlSearchScope.olSearchScopeAllOutlookItems">
      <summary>The search scope is all Outlook items in all folders in stores that have been selected for search.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlSearchScope.olSearchScopeSubfolders">
      <summary>The search scope is the folder represented by <see cref="P:Microsoft.Office.Interop.Outlook._Explorer.CurrentFolder" /> and its subfolders.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlSelectionContents">
      <summary>Specifies the kinds of objects selected in the active explorer.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlSelectionContents.olConversationHeaders">
      <summary>Conversation header or headers in a selection.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlSelectionLocation">
      <summary>Specifies the location of a selection in the Microsoft Outlook user interface.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlSelectionLocation.olViewList">
      <summary>The selection is in a list of items in an explorer.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlSelectionLocation.olToDoBarTaskList">
      <summary>The selection is in the list of tasks in the To-Do Bar.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlSelectionLocation.olToDoBarAppointmentList">
      <summary>The selection is in the list of appointments in the To-Do Bar.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlSelectionLocation.olDailyTaskList">
      <summary>The selection is in the daily Tasks list in the calendar view.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlSelectionLocation.olAttachmentWell">
      <summary>The selection is an attachment of an item in the Reading Pane or inspector.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlSensitivity">
      <summary>Represents the sensitivity for the Microsoft Outlook item.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlSensitivity.olNormal">
      <summary>Normal sensitivity</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlSensitivity.olPersonal">
      <summary>Personal</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlSensitivity.olPrivate">
      <summary>Private</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlSensitivity.olConfidential">
      <summary>Confidential</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlSharingMsgType">
      <summary>Indicates the type of sharing message represented by a <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlSharingMsgType.olSharingMsgTypeUnknown">
      <summary>Represents an unknown type of sharing message.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlSharingMsgType.olSharingMsgTypeRequest">
      <summary>Represents a sharing request.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlSharingMsgType.olSharingMsgTypeInvite">
      <summary>Represents a sharing invitation.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlSharingMsgType.olSharingMsgTypeInviteAndRequest">
      <summary>Represents both a sharing invitation and a sharing request.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlSharingMsgType.olSharingMsgTypeResponseAllow">
      <summary>Represents a sharing response, which indicates that a sharing request or sharing invitation has been allowed.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlSharingMsgType.olSharingMsgTypeResponseDeny">
      <summary>Represents a sharing response, which indicates that a sharing request or sharing invitation has been denied.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlSharingProvider">
      <summary>Indicates the sharing provider associated with a <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlSharingProvider.olProviderUnknown">
      <summary>Represents an unknown sharing provider. This value is used if the sharing provider GUID in the sharing message does not match the GUID of any of the sharing providers represented in this enumeration.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlSharingProvider.olProviderExchange">
      <summary>Represents the Exchange sharing provider.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlSharingProvider.olProviderWebCal">
      <summary>Represents the WebCal sharing provider.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlSharingProvider.olProviderPubCal">
      <summary>Represents the PubCal sharing provider.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlSharingProvider.olProviderICal">
      <summary>Represents the iCalendar sharing provider.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlSharingProvider.olProviderSharePoint">
      <summary>Represents the Microsoft SharePoint Foundation sharing provider.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlSharingProvider.olProviderRSS">
      <summary>Represents the Really Simple Syndication (RSS) sharing provider.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlSharingProvider.olProviderFederate">
      <summary>Represents a federated sharing provider. A <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" /> object with this type of provider is used for sharing relationships across organizational boundaries (for example, between two organizations using Microsoft Exchange Server 2010).</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlShiftState">
      <summary>Represents a bitmask to indicate which modifier key is pressed during a keyboard or mouse event of a control.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlShiftState.olShiftStateShiftMask">
      <summary>Indicates that the SHIFT key is pressed during the event.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlShiftState.olShiftStateCtrlMask">
      <summary>Indicates that the CTRL key is pressed during the event.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlShiftState.olShiftStateAltMask">
      <summary>Indicates that the ALT key is pressed during the event.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlShowItemCount">
      <summary>Indicates which type of count for Microsoft Outlook items is displayed for folders in the Outlook Navigation Pane.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlShowItemCount.olNoItemCount">
      <summary>No item count displayed.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlShowItemCount.olShowUnreadItemCount">
      <summary>Shows count of unread items.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlShowItemCount.olShowTotalItemCount">
      <summary>Shows count of total number of items.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlSolutionScope">
      <summary>Specifies whether the solution root and its subfolders are shown in their default modules.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlSolutionScope.olHideInDefaultModules">
      <summary>The solution root and its subfolders are displayed in the Solutions module and the Folder List.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlSolutionScope.olShowInDefaultModules">
      <summary>The solution root and its subfolders are displayed in the Solutions module and the Folder List, as well as in their respective default modules.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlSortOrder">
      <summary>Indicates the sort order.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlSortOrder.olSortNone">
      <summary>Not sorted</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlSortOrder.olAscending">
      <summary>Ascending order</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlSortOrder.olDescending">
      <summary>Descending order</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlSpecialFolders">
      <summary>Specifies the types of special folders in a store.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlSpecialFolders.olSpecialFolderAllTasks">
      <summary>Specifies the All Tasks search folder for a  store.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlSpecialFolders.olSpecialFolderReminders">
      <summary>Specifies the Reminders search folder for a store.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlStorageIdentifierType">
      <summary>Specifies the type of identifier for a <see cref="T:Microsoft.Office.Interop.Outlook.StorageItem" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlStorageIdentifierType.olIdentifyBySubject">
      <summary>Identifies a StorageItem by <see cref="P:Microsoft.Office.Interop.Outlook._StorageItem.Subject" />.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlStorageIdentifierType.olIdentifyByEntryID">
      <summary>Identifies a StorageItem by <see cref="P:Microsoft.Office.Interop.Outlook._StorageItem.EntryID" />.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlStorageIdentifierType.olIdentifyByMessageClass">
      <summary>Identifies a StorageItem by message class.  </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlStoreType">
      <summary>Indicates the format in which the data file should be created.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlStoreType.olStoreDefault">
      <summary>Default format compatible with the mailbox mode in which Microsoft Outlook runs on the Microsoft Exchange Server.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlStoreType.olStoreUnicode">
      <summary>Unicode format personal folders file (.pst) compatible with Microsoft Office Outlook 2003 and later.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlStoreType.olStoreANSI">
      <summary>ANSI format personal folders file (.pst) compatible with all previous versions of Microsoft Outlook format.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlSyncState">
      <summary>Indicates the synchronization state.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlSyncState.olSyncStopped">
      <summary>Synchronization stopped</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlSyncState.olSyncStarted">
      <summary>Synchronization started</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlTableContents">
      <summary>Specifies the type of items in a folder.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlTableContents.olUserItems">
      <summary>Only the non-hidden user items in the folder.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlTableContents.olHiddenItems">
      <summary>Only the hidden items in the folder.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlTaskDelegationState">
      <summary>Indicates the delegation state of a task.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlTaskDelegationState.olTaskNotDelegated">
      <summary>The task has not been delegated.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlTaskDelegationState.olTaskDelegationUnknown">
      <summary>The delegate response to the task is unknown.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlTaskDelegationState.olTaskDelegationAccepted">
      <summary>The delegate accepted the task.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlTaskDelegationState.olTaskDelegationDeclined">
      <summary>The delegate declined the task.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlTaskOwnership">
      <summary>Indicates the ownership state of the task.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlTaskOwnership.olNewTask">
      <summary>Task has not yet been assigned to a user.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlTaskOwnership.olDelegatedTask">
      <summary>Task has been delegated to another user.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlTaskOwnership.olOwnTask">
      <summary>Task is assigned to the current Outlook user.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlTaskRecipientType">
      <summary>Indicates the task recipient type.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlTaskRecipientType.olUpdate">
      <summary>Indicates that the recipient will receive status updates for the task.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlTaskRecipientType.olFinalStatus">
      <summary>Indicates that the recipient will receive completion reports for the task.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlTaskResponse">
      <summary>Indicates the response to a task request.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlTaskResponse.olTaskSimple">
      <summary>Task is a simple task and cannot be accepted, declined, or assigned.  This constant is not a valid parameter to the TaskItem.Respond method.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlTaskResponse.olTaskAssign">
      <summary>Task reassigned.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlTaskResponse.olTaskAccept">
      <summary>Task accepted.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlTaskResponse.olTaskDecline">
      <summary>Task declined.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlTaskStatus">
      <summary>Indicates the task status.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlTaskStatus.olTaskNotStarted">
      <summary>The task has not yet started.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlTaskStatus.olTaskInProgress">
      <summary>The task is in progress.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlTaskStatus.olTaskComplete">
      <summary>The task is complete.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlTaskStatus.olTaskWaiting">
      <summary>The task is waiting on someone else.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlTaskStatus.olTaskDeferred">
      <summary>The task is deferred.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlTextAlign">
      <summary>Specifies the alignment of text in a control.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlTextAlign.olTextAlignLeft">
      <summary>Text rendered in the control will be aligned to the left edge of the control.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlTextAlign.olTextAlignCenter">
      <summary>Text rendered in the control will be aligned to the center of the control.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlTextAlign.olTextAlignRight">
      <summary>Text rendered in the control will be aligned to the right edge of the control.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlTimelineViewMode">
      <summary>Indicates the view mode when using a <see cref="T:Microsoft.Office.Interop.Outlook.TimelineView" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlTimelineViewMode.olTimelineViewDay">
      <summary>Displays  a timeline in which the upper scale represents days and the lower scale represents hours. </summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlTimelineViewMode.olTimelineViewWeek">
      <summary>Displays a timeline in which the upper scale represents weeks and the lower scale represents days.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlTimelineViewMode.olTimelineViewMonth">
      <summary>Displays a timeline in which the upper scale represents months and the lower scale represents days.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlTimeStyle">
      <summary>Specifies  how time values are displayed and how entries of time values are interpreted by  a time control.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlTimeStyle.olTimeStyleTimeOnly">
      <summary>The drop-down portion of the time control displays only time values with the interval set by the OlkTimeControl.IntervalTime property.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlTimeStyle.olTimeStyleTimeDuration">
      <summary>The drop-down portion of the time control displays time values starting from the <see cref="P:Microsoft.Office.Interop.Outlook._OlkTimeControl.ReferenceTime" /> and uses the OlkTimeControl.IntervalTime property as the increment.  The edit box of the time control displays the duration from the ReferenceTime to the selected time.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlTimeStyle.olTimeStyleShortDuration">
      <summary>The drop-down portion of the time control displays only duration values with the interval set by the <see cref="P:Microsoft.Office.Interop.Outlook._OlkTimeControl.IntervalTime" /> property.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlTrackingStatus">
      <summary>Indicates the most recent tracking status change for the recipient.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlTrackingStatus.olTrackingNone">
      <summary>No tracking information is available for the recipient.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlTrackingStatus.olTrackingDelivered">
      <summary>The item has been delivered to the recipient.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlTrackingStatus.olTrackingNotDelivered">
      <summary>The item has not been delivered to the recipient.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlTrackingStatus.olTrackingNotRead">
      <summary>The item has not been read by the recipient.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlTrackingStatus.olTrackingRecallFailure">
      <summary>The sender of the item attempted to recall the item but was unsuccessful.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlTrackingStatus.olTrackingRecallSuccess">
      <summary>The sender of the item recalled the item.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlTrackingStatus.olTrackingRead">
      <summary>The item has been read by the recipient.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlTrackingStatus.olTrackingReplied">
      <summary>The recipient replied to the item.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlUserPropertyType">
      <summary>Indicates the user property type.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlUserPropertyType.olOutlookInternal">
      <summary>Represents an Outlook internal property type.  </summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlUserPropertyType.olText">
      <summary>Represents a String (string in C#) property type. It corresponds to the MAPI type PT_STRING8.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlUserPropertyType.olNumber">
      <summary>Represents a Double (double in C#) number property type. It corresponds to the MAPI type PT_LONG.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlUserPropertyType.olDateTime">
      <summary>Represents a DateTime property type. It corresponds to the MAPI type PT_SYSTIME.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlUserPropertyType.olYesNo">
      <summary>Represents a yes/no (Boolean) property type. It corresponds to the MAPI type PT_BOOLEAN.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlUserPropertyType.olDuration">
      <summary>Represents a time duration property type. It corresponds to the MAPI type PT_LONG.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlUserPropertyType.olKeywords">
      <summary>Represents a String (string in C#) array property type used to store keywords. It corresponds to the MAPI type PT_MV_STRING8.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlUserPropertyType.olPercent">
      <summary>Represents a Double (double in C#) number property type used to store a percentage. It corresponds to the MAPI type PT_LONG.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlUserPropertyType.olCurrency">
      <summary>Represents a currency property of the Decimal type (decimal in C#). It corresponds to the MAPI type PT_CURRENCY.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlUserPropertyType.olFormula">
      <summary>Represents a formula property type. It corresponds to the MAPI type PT_STRING8. See <see cref="P:Microsoft.Office.Interop.Outlook._UserDefinedProperty.Formula" /> property.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlUserPropertyType.olCombination">
      <summary>The property type is a combination of other types. It corresponds to the MAPI type PT_STRING8.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlUserPropertyType.olInteger">
      <summary>Represents an Integer number property type. It corresponds to the MAPI type PT_LONG.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlUserPropertyType.olEnumeration">
      <summary>Represents an enumeration property type. It corresponds to the MAPI type PT_LONG.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlUserPropertyType.olSmartFrom">
      <summary>Represents a smart from property type.  This property indicates that if the From property of an Outlook item is empty,  then the To property should be used instead.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlVerticalLayout">
      <summary>Specifies the alignment of controls in the vertical direction.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlVerticalLayout.olVerticalLayoutAlignTop">
      <summary>Align controls vertically by the top edge of each control.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlVerticalLayout.olVerticalLayoutAlignMiddle">
      <summary>Align controls vertically by the center of each control.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlVerticalLayout.olVerticalLayoutAlignBottom">
      <summary>Align controls vertically by the bottom edge of each control.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlVerticalLayout.olVerticalLayoutGrow">
      <summary />
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlViewSaveOption">
      <summary>Specifies the folders in which the view is available and the read permissions attached to the view.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlViewSaveOption.olViewSaveOptionThisFolderEveryone">
      <summary>Indicates that the view is only available in the current folder and is available to all users.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlViewSaveOption.olViewSaveOptionThisFolderOnlyMe">
      <summary>Indicates that the view is only available in the current folder and is only available to the current Outlook user.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlViewSaveOption.olViewSaveOptionAllFoldersOfType">
      <summary>Indicates that the view is available in all folders of the same type.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlViewType">
      <summary>Indicates the view object type.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlViewType.olTableView">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.TableView" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlViewType.olCardView">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.CardView" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlViewType.olCalendarView">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.CalendarView" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlViewType.olIconView">
      <summary>Represents an <see cref="T:Microsoft.Office.Interop.Outlook.IconView" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlViewType.olTimelineView">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.TimelineView" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlViewType.olBusinessCardView">
      <summary>Represents a <see cref="T:Microsoft.Office.Interop.Outlook.BusinessCardView" /> object.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlViewType.olDailyTaskListView">
      <summary>Represents the <see cref="T:Microsoft.Office.Interop.Outlook.TableView" /> object that contains the daily task list in a calendar view.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OlWindowState">
      <summary>Indicates the window state.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlWindowState.olMaximized">
      <summary>The window is maximized.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlWindowState.olMinimized">
      <summary>The window is minimized.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OlWindowState.olNormalWindow">
      <summary>The window is in the normal state (not minimized or maximized).</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OrderField">
      <summary>Represents an order field, used to sort information in a view.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OrderFieldClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OrderField" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OrderFieldClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OrderField" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OrderFieldClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OrderField" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OrderFieldClass.IsDescending">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OrderField" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OrderFieldClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OrderField" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OrderFieldClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OrderField" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OrderFieldClass.ViewXMLSchemaName">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OrderField" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OrderFields">
      <summary>Represents the collection of <see cref="T:Microsoft.Office.Interop.Outlook.OrderField" /> objects in a view.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OrderFieldsClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OrderFields" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OrderFieldsClass.Add(System.String,System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OrderFields" />.</summary>
      <param name="PropertyName"></param>
      <param name="IsDescending"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OrderFieldsClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OrderFields" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OrderFieldsClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OrderFields" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OrderFieldsClass.Count">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OrderFields" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OrderFieldsClass.Insert(System.String,System.Object,System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OrderFields" />.</summary>
      <param name="PropertyName"></param>
      <param name="Index"></param>
      <param name="IsDescending"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OrderFieldsClass.Item(System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OrderFields" />.</summary>
      <param name="Index"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OrderFieldsClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OrderFields" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OrderFieldsClass.Remove(System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OrderFields" />.</summary>
      <param name="Index"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OrderFieldsClass.RemoveAll">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OrderFields" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OrderFieldsClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OrderFields" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OutlookBarGroup">
      <summary>Represents a group of shortcuts in the Shortcuts pane of an explorer window.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OutlookBarGroup.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OutlookBarGroup.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OutlookBarGroup.Name">
      <summary>Returns or sets a String (string in C#) value that represents the display name for the object. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OutlookBarGroup.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OutlookBarGroup.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OutlookBarGroup.Shortcuts">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OutlookBarShortcuts" />  collection of shortcuts contained within the Shortcuts pane. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OutlookBarGroup.ViewType">
      <summary>Returns  or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlOutlookBarViewType" /> constant representing the view type of an <see cref="T:Microsoft.Office.Interop.Outlook.OutlookBarGroup" /> object. Read/write.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OutlookBarGroups">
      <summary>Contains a set of <see cref="T:Microsoft.Office.Interop.Outlook.OutlookBarGroup" />  objects representing all groups in the Shortcuts pane. For information about the event members of the COM object, see <see cref="T:Microsoft.Office.Interop.Outlook.OutlookBarGroupsEvents_Event" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OutlookBarGroupsClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OutlookBarGroups" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OutlookBarGroupsClass.Add(System.String,System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OutlookBarGroups" />.</summary>
      <param name="Name"></param>
      <param name="Index"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OutlookBarGroupsClass.add_BeforeGroupAdd(Microsoft.Office.Interop.Outlook.OutlookBarGroupsEvents_BeforeGroupAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OutlookBarGroupsClass.add_BeforeGroupRemove(Microsoft.Office.Interop.Outlook.OutlookBarGroupsEvents_BeforeGroupRemoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OutlookBarGroupsClass.add_GroupAdd(Microsoft.Office.Interop.Outlook.OutlookBarGroupsEvents_GroupAddEventHandler)"></member>
    <member name="P:Microsoft.Office.Interop.Outlook.OutlookBarGroupsClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OutlookBarGroups" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OutlookBarGroupsClass.BeforeGroupAdd">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OutlookBarGroups" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OutlookBarGroupsClass.BeforeGroupRemove">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OutlookBarGroups" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OutlookBarGroupsClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OutlookBarGroups" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OutlookBarGroupsClass.Count">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OutlookBarGroups" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OutlookBarGroupsClass.GroupAdd">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OutlookBarGroups" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OutlookBarGroupsClass.Item(System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OutlookBarGroups" />.</summary>
      <param name="Index"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OutlookBarGroupsClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OutlookBarGroups" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OutlookBarGroupsClass.Remove(System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OutlookBarGroups" />.</summary>
      <param name="Index"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OutlookBarGroupsClass.remove_BeforeGroupAdd(Microsoft.Office.Interop.Outlook.OutlookBarGroupsEvents_BeforeGroupAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OutlookBarGroupsClass.remove_BeforeGroupRemove(Microsoft.Office.Interop.Outlook.OutlookBarGroupsEvents_BeforeGroupRemoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OutlookBarGroupsClass.remove_GroupAdd(Microsoft.Office.Interop.Outlook.OutlookBarGroupsEvents_GroupAddEventHandler)"></member>
    <member name="P:Microsoft.Office.Interop.Outlook.OutlookBarGroupsClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OutlookBarGroups" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OutlookBarGroupsEvents">
      <summary>This is an event interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OutlookBarGroupsEvents.BeforeGroupAdd(System.Boolean@)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Cancel"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OutlookBarGroupsEvents.BeforeGroupRemove(Microsoft.Office.Interop.Outlook.OutlookBarGroup,System.Boolean@)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Group"></param>
      <param name="Cancel"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OutlookBarGroupsEvents.GroupAdd(Microsoft.Office.Interop.Outlook.OutlookBarGroup)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="NewGroup"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OutlookBarGroupsEvents_BeforeGroupAddEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Cancel">False when the event occurs. If the event procedure sets this argument to True, the group is not added to the Shortcuts pane.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OutlookBarGroupsEvents_BeforeGroupRemoveEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Group">The OutlookBarGroup  that is being removed.</param>
      <param name="Cancel">False when the event occurs. If the event procedure sets this argument to True, the group is not removed from the Shortcuts pane.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OutlookBarGroupsEvents_Event">
      <summary>This is a .NET interface created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface implements all events of earlier interfaces and any additional new events.  Use this interface only when the event you want to use shares the same name as a method of the COM object; in this case, cast to this interface to connect to the event, and cast to the primary interface to call the method. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OutlookBarGroupsEvents_Event.add_BeforeGroupAdd(Microsoft.Office.Interop.Outlook.OutlookBarGroupsEvents_BeforeGroupAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OutlookBarGroupsEvents_Event.add_BeforeGroupRemove(Microsoft.Office.Interop.Outlook.OutlookBarGroupsEvents_BeforeGroupRemoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OutlookBarGroupsEvents_Event.add_GroupAdd(Microsoft.Office.Interop.Outlook.OutlookBarGroupsEvents_GroupAddEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.OutlookBarGroupsEvents_Event.BeforeGroupAdd">
      <summary>Occurs before a new group is added to the Shortcuts pane, either as a result of user action or through program code.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OutlookBarGroupsEvents_Event.BeforeGroupRemove">
      <summary>Occurs before a new group is removed from the Shortcuts pane, either as a result of user action or through program code.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OutlookBarGroupsEvents_Event.GroupAdd">
      <summary>Occurs when a new group has been added to the Shortcuts paneShortcuts pane. </summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OutlookBarGroupsEvents_Event.remove_BeforeGroupAdd(Microsoft.Office.Interop.Outlook.OutlookBarGroupsEvents_BeforeGroupAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OutlookBarGroupsEvents_Event.remove_BeforeGroupRemove(Microsoft.Office.Interop.Outlook.OutlookBarGroupsEvents_BeforeGroupRemoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OutlookBarGroupsEvents_Event.remove_GroupAdd(Microsoft.Office.Interop.Outlook.OutlookBarGroupsEvents_GroupAddEventHandler)"></member>
    <member name="T:Microsoft.Office.Interop.Outlook.OutlookBarGroupsEvents_GroupAddEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="NewGroup">The OutlookBarGroup  that was added.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OutlookBarGroupsEvents_SinkHelper">
      <summary>This class and its members are reserved for internal use and are not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OutlookBarGroupsEvents_SinkHelper.BeforeGroupAdd(System.Boolean@)">
      <param name="param0"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OutlookBarGroupsEvents_SinkHelper.BeforeGroupRemove(Microsoft.Office.Interop.Outlook.OutlookBarGroup,System.Boolean@)">
      <param name="param0"></param>
      <param name="param1"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OutlookBarGroupsEvents_SinkHelper.GroupAdd(Microsoft.Office.Interop.Outlook.OutlookBarGroup)">
      <param name="param0"></param>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OutlookBarGroupsEvents_SinkHelper.m_BeforeGroupAddDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OutlookBarGroupsEvents_SinkHelper.m_BeforeGroupRemoveDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OutlookBarGroupsEvents_SinkHelper.m_dwCookie"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OutlookBarGroupsEvents_SinkHelper.m_GroupAddDelegate"></member>
    <member name="T:Microsoft.Office.Interop.Outlook.OutlookBarPane">
      <summary>Represents the Shortcuts pane in an explorer window.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OutlookBarPaneClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OutlookBarPane" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OutlookBarPaneClass.add_BeforeGroupSwitch(Microsoft.Office.Interop.Outlook.OutlookBarPaneEvents_BeforeGroupSwitchEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OutlookBarPaneClass.add_BeforeNavigate(Microsoft.Office.Interop.Outlook.OutlookBarPaneEvents_BeforeNavigateEventHandler)"></member>
    <member name="P:Microsoft.Office.Interop.Outlook.OutlookBarPaneClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OutlookBarPane" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OutlookBarPaneClass.BeforeGroupSwitch">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OutlookBarPane" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OutlookBarPaneClass.BeforeNavigate">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OutlookBarPane" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OutlookBarPaneClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OutlookBarPane" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OutlookBarPaneClass.Contents">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OutlookBarPane" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OutlookBarPaneClass.CurrentGroup">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OutlookBarPane" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OutlookBarPaneClass.Name">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OutlookBarPane" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OutlookBarPaneClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OutlookBarPane" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OutlookBarPaneClass.remove_BeforeGroupSwitch(Microsoft.Office.Interop.Outlook.OutlookBarPaneEvents_BeforeGroupSwitchEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OutlookBarPaneClass.remove_BeforeNavigate(Microsoft.Office.Interop.Outlook.OutlookBarPaneEvents_BeforeNavigateEventHandler)"></member>
    <member name="P:Microsoft.Office.Interop.Outlook.OutlookBarPaneClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OutlookBarPane" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OutlookBarPaneClass.Visible">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OutlookBarPane" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OutlookBarPaneEvents">
      <summary>This is an event interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OutlookBarPaneEvents.BeforeGroupSwitch(Microsoft.Office.Interop.Outlook.OutlookBarGroup,System.Boolean@)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="ToGroup"></param>
      <param name="Cancel"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OutlookBarPaneEvents.BeforeNavigate(Microsoft.Office.Interop.Outlook.OutlookBarShortcut,System.Boolean@)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Shortcut"></param>
      <param name="Cancel"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OutlookBarPaneEvents_BeforeGroupSwitchEventHandler">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
      <param name="ToGroup"></param>
      <param name="Cancel"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OutlookBarPaneEvents_BeforeNavigateEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Shortcut">The shortcut that the user clicked.</param>
      <param name="Cancel">False when the event occurs. If the event procedure sets this argument to True, the current folder is not changed.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OutlookBarPaneEvents_Event">
      <summary>This is a .NET interface created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface implements all events of earlier interfaces and any additional new events.  Use this interface only when the event you want to use shares the same name as a method of the COM object; in this case, cast to this interface to connect to the event, and cast to the primary interface to call the method. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OutlookBarPaneEvents_Event.add_BeforeGroupSwitch(Microsoft.Office.Interop.Outlook.OutlookBarPaneEvents_BeforeGroupSwitchEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OutlookBarPaneEvents_Event.add_BeforeNavigate(Microsoft.Office.Interop.Outlook.OutlookBarPaneEvents_BeforeNavigateEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.OutlookBarPaneEvents_Event.BeforeGroupSwitch">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OutlookBarPaneEvents_Event.BeforeNavigate">
      <summary>Occurs when the user clicks  a shortcut in the Shortcuts pane  to navigate to a different folder. </summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OutlookBarPaneEvents_Event.remove_BeforeGroupSwitch(Microsoft.Office.Interop.Outlook.OutlookBarPaneEvents_BeforeGroupSwitchEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OutlookBarPaneEvents_Event.remove_BeforeNavigate(Microsoft.Office.Interop.Outlook.OutlookBarPaneEvents_BeforeNavigateEventHandler)"></member>
    <member name="T:Microsoft.Office.Interop.Outlook.OutlookBarPaneEvents_SinkHelper">
      <summary>This class and its members are reserved for internal use and are not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OutlookBarPaneEvents_SinkHelper.BeforeGroupSwitch(Microsoft.Office.Interop.Outlook.OutlookBarGroup,System.Boolean@)">
      <param name="param0"></param>
      <param name="param1"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OutlookBarPaneEvents_SinkHelper.BeforeNavigate(Microsoft.Office.Interop.Outlook.OutlookBarShortcut,System.Boolean@)">
      <param name="param0"></param>
      <param name="param1"></param>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OutlookBarPaneEvents_SinkHelper.m_BeforeGroupSwitchDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OutlookBarPaneEvents_SinkHelper.m_BeforeNavigateDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OutlookBarPaneEvents_SinkHelper.m_dwCookie"></member>
    <member name="T:Microsoft.Office.Interop.Outlook.OutlookBarShortcut">
      <summary>Represents a shortcut in a group in the Shortcuts pane.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OutlookBarShortcut.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OutlookBarShortcut.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OutlookBarShortcut.Name">
      <summary>Returns or sets a String (string in C#) value that represents the display name for the object. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OutlookBarShortcut.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OutlookBarShortcut.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OutlookBarShortcut.SetIcon(System.Object)">
      <summary>Sets the icon for the specified shortcut on the Shortcuts pane.</summary>
      <param name="Icon">The path of the icon.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OutlookBarShortcut.Target">
      <summary>Returns an Object indicating the target of the specified shortcut in a Shortcuts pane group. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OutlookBarShortcuts">
      <summary>Contains a set of <see cref="T:Microsoft.Office.Interop.Outlook.OutlookBarShortcut" />  objects representing all shortcuts in a group in the Shortcuts pane.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OutlookBarShortcutsClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OutlookBarShortcuts" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OutlookBarShortcutsClass.Add(System.Object,System.String,System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OutlookBarShortcuts" />.</summary>
      <param name="Target"></param>
      <param name="Name"></param>
      <param name="Index"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OutlookBarShortcutsClass.add_BeforeShortcutAdd(Microsoft.Office.Interop.Outlook.OutlookBarShortcutsEvents_BeforeShortcutAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OutlookBarShortcutsClass.add_BeforeShortcutRemove(Microsoft.Office.Interop.Outlook.OutlookBarShortcutsEvents_BeforeShortcutRemoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OutlookBarShortcutsClass.add_ShortcutAdd(Microsoft.Office.Interop.Outlook.OutlookBarShortcutsEvents_ShortcutAddEventHandler)"></member>
    <member name="P:Microsoft.Office.Interop.Outlook.OutlookBarShortcutsClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OutlookBarShortcuts" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OutlookBarShortcutsClass.BeforeShortcutAdd">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OutlookBarShortcuts" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OutlookBarShortcutsClass.BeforeShortcutRemove">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OutlookBarShortcuts" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OutlookBarShortcutsClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OutlookBarShortcuts" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OutlookBarShortcutsClass.Count">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OutlookBarShortcuts" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OutlookBarShortcutsClass.Item(System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OutlookBarShortcuts" />.</summary>
      <param name="Index"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OutlookBarShortcutsClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OutlookBarShortcuts" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OutlookBarShortcutsClass.Remove(System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OutlookBarShortcuts" />.</summary>
      <param name="Index"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OutlookBarShortcutsClass.remove_BeforeShortcutAdd(Microsoft.Office.Interop.Outlook.OutlookBarShortcutsEvents_BeforeShortcutAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OutlookBarShortcutsClass.remove_BeforeShortcutRemove(Microsoft.Office.Interop.Outlook.OutlookBarShortcutsEvents_BeforeShortcutRemoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OutlookBarShortcutsClass.remove_ShortcutAdd(Microsoft.Office.Interop.Outlook.OutlookBarShortcutsEvents_ShortcutAddEventHandler)"></member>
    <member name="P:Microsoft.Office.Interop.Outlook.OutlookBarShortcutsClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OutlookBarShortcuts" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OutlookBarShortcutsClass.ShortcutAdd">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.OutlookBarShortcuts" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OutlookBarShortcutsEvents">
      <summary>This is an event interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OutlookBarShortcutsEvents.BeforeShortcutAdd(System.Boolean@)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Cancel"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OutlookBarShortcutsEvents.BeforeShortcutRemove(Microsoft.Office.Interop.Outlook.OutlookBarShortcut,System.Boolean@)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Shortcut"></param>
      <param name="Cancel"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OutlookBarShortcutsEvents.ShortcutAdd(Microsoft.Office.Interop.Outlook.OutlookBarShortcut)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="NewShortcut"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OutlookBarShortcutsEvents_BeforeShortcutAddEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Cancel">False when the event occurs. If the event procedure sets this argument to True, the shortcut is not added to the group.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OutlookBarShortcutsEvents_BeforeShortcutRemoveEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Shortcut">The OutlookBarShortcut  that is being removed.</param>
      <param name="Cancel">False when the event occurs. If the event procedure sets this argument to True, the shortcut is not removed from the group.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OutlookBarShortcutsEvents_Event">
      <summary>This is a .NET interface created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface implements all events of earlier interfaces and any additional new events.  Use this interface only when the event you want to use shares the same name as a method of the COM object; in this case, cast to this interface to connect to the event, and cast to the primary interface to call the method. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OutlookBarShortcutsEvents_Event.add_BeforeShortcutAdd(Microsoft.Office.Interop.Outlook.OutlookBarShortcutsEvents_BeforeShortcutAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OutlookBarShortcutsEvents_Event.add_BeforeShortcutRemove(Microsoft.Office.Interop.Outlook.OutlookBarShortcutsEvents_BeforeShortcutRemoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OutlookBarShortcutsEvents_Event.add_ShortcutAdd(Microsoft.Office.Interop.Outlook.OutlookBarShortcutsEvents_ShortcutAddEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.OutlookBarShortcutsEvents_Event.BeforeShortcutAdd">
      <summary>Occurs before a new shortcut is added to a group in the Shortcuts pane, either as a result of user action or through program code.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.OutlookBarShortcutsEvents_Event.BeforeShortcutRemove">
      <summary>Occurs before a new shortcut is removed from a group in the Shortcuts pane, either as a result of user action or through program code. </summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OutlookBarShortcutsEvents_Event.remove_BeforeShortcutAdd(Microsoft.Office.Interop.Outlook.OutlookBarShortcutsEvents_BeforeShortcutAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OutlookBarShortcutsEvents_Event.remove_BeforeShortcutRemove(Microsoft.Office.Interop.Outlook.OutlookBarShortcutsEvents_BeforeShortcutRemoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OutlookBarShortcutsEvents_Event.remove_ShortcutAdd(Microsoft.Office.Interop.Outlook.OutlookBarShortcutsEvents_ShortcutAddEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.OutlookBarShortcutsEvents_Event.ShortcutAdd">
      <summary>Occurs when a new shortcut is added to a Shortcuts pane group. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OutlookBarShortcutsEvents_ShortcutAddEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="NewShortcut">The shortcut that is being added.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OutlookBarShortcutsEvents_SinkHelper">
      <summary>This class and its members are reserved for internal use and are not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OutlookBarShortcutsEvents_SinkHelper.BeforeShortcutAdd(System.Boolean@)">
      <param name="param0"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.OutlookBarShortcutsEvents_SinkHelper.BeforeShortcutRemove(Microsoft.Office.Interop.Outlook.OutlookBarShortcut,System.Boolean@)">
      <param name="param0"></param>
      <param name="param1"></param>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.OutlookBarShortcutsEvents_SinkHelper.m_BeforeShortcutAddDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OutlookBarShortcutsEvents_SinkHelper.m_BeforeShortcutRemoveDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OutlookBarShortcutsEvents_SinkHelper.m_dwCookie"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.OutlookBarShortcutsEvents_SinkHelper.m_ShortcutAddDelegate"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.OutlookBarShortcutsEvents_SinkHelper.ShortcutAdd(Microsoft.Office.Interop.Outlook.OutlookBarShortcut)">
      <param name="param0"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.OutlookBarStorage">
      <summary>Represents the storage for objects in the Shortcuts pane.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OutlookBarStorage.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OutlookBarStorage.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OutlookBarStorage.Groups">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OutlookBarGroups" />  object representing the set of groups in the Shortcuts pane. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OutlookBarStorage.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.OutlookBarStorage.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.Pages">
      <summary>Contains pages that represent the pages of an Inspector window.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.Pages.Add(System.Object)">
      <summary>Creates a new page in the <see cref="T:Microsoft.Office.Interop.Outlook.Pages" /> collection. </summary>
      <returns>A Page object that represents the new page.</returns>
      <param name="Name"> The name of the page.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Pages.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Pages.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Pages.Count">
      <summary>Returns an Integer (int in C#) value indicating the count of objects in the specified collection. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Pages.Item(System.Object)">
      <summary>Returns a page from a collection.</summary>
      <returns>An Object value that represents the specified object.</returns>
      <param name="Index"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Pages.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.Pages.Remove(System.Int32)">
      <summary>Removes an object from the collection.</summary>
      <param name="Index">The 1-based index value of the object within the collection.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Pages.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.Panes">
      <summary>Contains the panes displayed by the specified <see cref="T:Microsoft.Office.Interop.Outlook.Explorer" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Panes.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Panes.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Panes.Count">
      <summary>Returns an Integer (int in C#) value indicating the count of objects in the specified collection. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Panes.Item(System.Object)">
      <summary>Returns a pane from a collection.</summary>
      <returns>An Object value that represents the specified object.</returns>
      <param name="Index">Either the index number of the object, or a value used to match the default property of an object in the collection.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Panes.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Panes.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.PlaySoundRuleAction">
      <summary>Represents an action that plays a .wav file sound.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.PlaySoundRuleActionClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PlaySoundRuleAction" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.PlaySoundRuleActionClass.ActionType">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PlaySoundRuleAction" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.PlaySoundRuleActionClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PlaySoundRuleAction" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.PlaySoundRuleActionClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PlaySoundRuleAction" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.PlaySoundRuleActionClass.Enabled">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PlaySoundRuleAction" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.PlaySoundRuleActionClass.FilePath">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PlaySoundRuleAction" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.PlaySoundRuleActionClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PlaySoundRuleAction" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.PlaySoundRuleActionClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PlaySoundRuleAction" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.PostItem">
      <summary>Represents a post in a public folder that others may browse.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.PostItemClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.Actions">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.add_AfterWrite(Microsoft.Office.Interop.Outlook.ItemEvents_10_AfterWriteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.add_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.add_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.add_AttachmentRemove(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentRemoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.add_BeforeAttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.add_BeforeAttachmentPreview(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentPreviewEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.add_BeforeAttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.add_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.add_BeforeAttachmentWriteToTempFile(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentWriteToTempFileEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.add_BeforeAutoSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAutoSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.add_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeCheckNamesEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.add_BeforeDelete(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeDeleteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.add_BeforeRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.add_Close(Microsoft.Office.Interop.Outlook.ItemEvents_10_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.add_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomActionEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.add_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomPropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.add_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_10_ForwardEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.add_Open(Microsoft.Office.Interop.Outlook.ItemEvents_10_OpenEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.add_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_PropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.add_Read(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.add_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.add_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyAllEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.add_Send(Microsoft.Office.Interop.Outlook.ItemEvents_10_SendEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.add_Unload(Microsoft.Office.Interop.Outlook.ItemEvents_10_UnloadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.add_Write(Microsoft.Office.Interop.Outlook.ItemEvents_10_WriteEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.PostItemClass.AfterWrite">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.PostItemClass.AttachmentAdd">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.PostItemClass.AttachmentRead">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.PostItemClass.AttachmentRemove">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.Attachments">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.AutoResolvedWinner">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.PostItemClass.BeforeAttachmentAdd">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.PostItemClass.BeforeAttachmentPreview">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.PostItemClass.BeforeAttachmentRead">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.PostItemClass.BeforeAttachmentSave">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.PostItemClass.BeforeAttachmentWriteToTempFile">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.PostItemClass.BeforeAutoSave">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.PostItemClass.BeforeCheckNames">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.PostItemClass.BeforeDelete">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.PostItemClass.BeforeRead">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.BillingInformation">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.Body">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.BodyFormat">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.Categories">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.ClearConversationIndex">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.ClearTaskFlag">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.Close(Microsoft.Office.Interop.Outlook.OlInspectorClose)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
      <param name="SaveMode"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.Companies">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.Conflicts">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.ConversationID">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.ConversationIndex">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.ConversationTopic">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.Copy">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.CreationTime">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.PostItemClass.CustomAction">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.PostItemClass.CustomPropertyChange">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.Delete">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.Display(System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
      <param name="Modal"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.DownloadState">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.EntryID">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.ExpiryTime">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.FormDescription">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.Forward">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.GetConversation">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.GetInspector">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.HTMLBody">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.Importance">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.InternetCodepage">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.IsConflict">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.IsMarkedAsTask">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_10_Event_Close">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_10_Event_Forward">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_10_Event_Reply">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_add_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_add_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_add_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeAttachmentSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_add_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeCheckNamesEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_add_Close(Microsoft.Office.Interop.Outlook.ItemEvents_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_add_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_CustomActionEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_add_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_CustomPropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_add_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_ForwardEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_add_Open(Microsoft.Office.Interop.Outlook.ItemEvents_OpenEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_add_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_PropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_add_Read(Microsoft.Office.Interop.Outlook.ItemEvents_ReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_add_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_add_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyAllEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_add_Send(Microsoft.Office.Interop.Outlook.ItemEvents_SendEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_add_Write(Microsoft.Office.Interop.Outlook.ItemEvents_WriteEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_AttachmentAdd">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_AttachmentRead">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_BeforeAttachmentSave">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_BeforeCheckNames">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_Close">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_CustomAction">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_CustomPropertyChange">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_Forward">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_Open">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_PropertyChange">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_Read">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_remove_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_remove_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_remove_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeAttachmentSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_remove_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeCheckNamesEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_remove_Close(Microsoft.Office.Interop.Outlook.ItemEvents_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_remove_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_CustomActionEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_remove_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_CustomPropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_remove_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_ForwardEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_remove_Open(Microsoft.Office.Interop.Outlook.ItemEvents_OpenEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_remove_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_PropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_remove_Read(Microsoft.Office.Interop.Outlook.ItemEvents_ReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_remove_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_remove_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyAllEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_remove_Send(Microsoft.Office.Interop.Outlook.ItemEvents_SendEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_remove_Write(Microsoft.Office.Interop.Outlook.ItemEvents_WriteEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_Reply">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_ReplyAll">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_Send">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_Write">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.ItemProperties">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.LastModificationTime">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.Links">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.MAPIOBJECT">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.MarkAsTask(Microsoft.Office.Interop.Outlook.OlMarkInterval)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
      <param name="MarkInterval"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.MarkForDownload">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.MessageClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.Mileage">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.Move(Microsoft.Office.Interop.Outlook.MAPIFolder)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
      <param name="DestFldr"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.NoAging">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.PostItemClass.Open">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.OutlookInternalVersion">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.OutlookVersion">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.Post">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.PrintOut">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.PropertyAccessor">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.PostItemClass.PropertyChange">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.PostItemClass.Read">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.ReceivedTime">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.ReminderOverrideDefault">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.ReminderPlaySound">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.ReminderSet">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.ReminderSoundFile">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.ReminderTime">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.remove_AfterWrite(Microsoft.Office.Interop.Outlook.ItemEvents_10_AfterWriteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.remove_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.remove_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.remove_AttachmentRemove(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentRemoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.remove_BeforeAttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.remove_BeforeAttachmentPreview(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentPreviewEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.remove_BeforeAttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.remove_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.remove_BeforeAttachmentWriteToTempFile(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentWriteToTempFileEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.remove_BeforeAutoSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAutoSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.remove_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeCheckNamesEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.remove_BeforeDelete(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeDeleteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.remove_BeforeRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.remove_Close(Microsoft.Office.Interop.Outlook.ItemEvents_10_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.remove_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomActionEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.remove_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomPropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.remove_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_10_ForwardEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.remove_Open(Microsoft.Office.Interop.Outlook.ItemEvents_10_OpenEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.remove_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_PropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.remove_Read(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.remove_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.remove_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyAllEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.remove_Send(Microsoft.Office.Interop.Outlook.ItemEvents_10_SendEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.remove_Unload(Microsoft.Office.Interop.Outlook.ItemEvents_10_UnloadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.remove_Write(Microsoft.Office.Interop.Outlook.ItemEvents_10_WriteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.Reply">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.PostItemClass.ReplyAll">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.RTFBody">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.Save">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.SaveAs(System.String,System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
      <param name="Path"></param>
      <param name="Type"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.Saved">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.PostItemClass.Send">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.SenderEmailAddress">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.SenderEmailType">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.SenderName">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.Sensitivity">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.SentOn">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.SetACLs">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.ShowCategoriesDialog">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.Size">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.Subject">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.TaskCompletedDate">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.TaskDueDate">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.TaskStartDate">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.TaskSubject">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.ToDoTaskOrdinal">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.PostItemClass.Unload">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.UnRead">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.UserProperties">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.PostItemClass.Write">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PostItem" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.PropertyAccessor">
      <summary>Provides the ability to create, get, set, and delete properties on objects.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.PropertyAccessorClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PropertyAccessor" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.PropertyAccessorClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PropertyAccessor" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.PropertyAccessorClass.BinaryToString(System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PropertyAccessor" />.</summary>
      <param name="Value"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.PropertyAccessorClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PropertyAccessor" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.PropertyAccessorClass.DeleteProperties(System.Object@)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PropertyAccessor" />.</summary>
      <param name="SchemaNames"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.PropertyAccessorClass.DeleteProperty(System.String)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PropertyAccessor" />.</summary>
      <param name="SchemaName"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.PropertyAccessorClass.GetProperties(System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PropertyAccessor" />.</summary>
      <param name="SchemaNames"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.PropertyAccessorClass.GetProperty(System.String)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PropertyAccessor" />.</summary>
      <param name="SchemaName"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.PropertyAccessorClass.LocalTimeToUTC(System.DateTime)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PropertyAccessor" />.</summary>
      <param name="Value"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.PropertyAccessorClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PropertyAccessor" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.PropertyAccessorClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PropertyAccessor" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.PropertyAccessorClass.SetProperties(System.Object,System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PropertyAccessor" />.</summary>
      <param name="SchemaNames"></param>
      <param name="Values"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.PropertyAccessorClass.SetProperty(System.String,System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PropertyAccessor" />.</summary>
      <param name="SchemaName"></param>
      <param name="Value"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.PropertyAccessorClass.StringToBinary(System.String)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PropertyAccessor" />.</summary>
      <param name="Value"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.PropertyAccessorClass.UTCToLocalTime(System.DateTime)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.PropertyAccessor" />.</summary>
      <param name="Value"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.PropertyPage">
      <summary>Represents a custom property page in the Options dialog box or in the folder Properties dialog box.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.PropertyPage.Apply">
      <summary>Applies the changes that have been made in a custom property page.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.PropertyPage.Dirty">
      <summary>Returns a Boolean (bool in C#) value that is True if the contents of a custom property page have been altered. The ActiveX control that implements the <see cref="T:Microsoft.Office.Interop.Outlook.PropertyPage" />  object sets the value of this property, and Microsoft Outlook queries this in response to the <see cref="M:Microsoft.Office.Interop.Outlook.PropertyPageSite.OnStatusChange" />  method of a <see cref="T:Microsoft.Office.Interop.Outlook.PropertyPageSite" />  object. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.PropertyPage.GetPageInfo(System.String@,System.Int32@)">
      <summary>Returns Help information about a custom property page.</summary>
      <param name="HelpFile">Specifies the Help file associated with the property page.</param>
      <param name="HelpContext">Specifies the context ID of the Help topic associated with the property page.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.PropertyPages">
      <summary>Contains the custom property pages that have been added to the Microsoft Outlook Options dialog box or to the folder Properties dialog box.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.PropertyPages.Add(System.Object,System.String)">
      <summary>Adds a new custom property page to the Microsoft Outlook Options dialog box or to the folder Properties dialog box.</summary>
      <param name="Page">The property page being added to the dialog box.</param>
      <param name="Title">The caption to be displayed on the property-page tab.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.PropertyPages.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.PropertyPages.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.PropertyPages.Count">
      <summary>Returns an Integer (int in C#) value indicating the count of objects in the specified collection. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.PropertyPages.Item(System.Object)">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.PropertyPage" /> object from the collection.</summary>
      <returns>An Object value that represents the specified object.</returns>
      <param name="Index">Either the index number of the object, or a value used to match the default property of an object in the collection.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.PropertyPages.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.PropertyPages.Remove(System.Object)">
      <summary>Removes an object from the collection.</summary>
      <param name="Index">The name or 1-based index value of an object within a collection.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.PropertyPages.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.PropertyPageSite">
      <summary>Represents the container of a custom property page.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.PropertyPageSite.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.PropertyPageSite.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.PropertyPageSite.OnStatusChange">
      <summary>Notifies Microsoft Outlook that a custom property page has changed.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.PropertyPageSite.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.PropertyPageSite.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.Recipient">
      <summary>Represents a user or resource in Outlook, generally a mail message addressee.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Recipient.Address">
      <summary>Returns a String (string in C#) representing the e-mail address of the <see cref="T:Microsoft.Office.Interop.Outlook.Recipient" />. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Recipient.AddressEntry">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.AddressEntry" />  object corresponding to the resolved recipient. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Recipient.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Recipient.AutoResponse">
      <summary>Returns or sets a String (string in C#) representing the text of an automatic response for a <see cref="T:Microsoft.Office.Interop.Outlook.Recipient" />. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Recipient.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.Recipient.Delete">
      <summary>Deletes an object from the collection.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Recipient.DisplayType">
      <summary>Returns a constant belonging to the <see cref="T:Microsoft.Office.Interop.Outlook.OlDisplayType" /> enumeration that describes the nature of the <see cref="T:Microsoft.Office.Interop.Outlook.Recipient" />. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Recipient.EntryID">
      <summary>Returns a String (string in C#) representing the unique Entry ID of the object.  Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.Recipient.FreeBusy(System.DateTime,System.Int32,System.Object)">
      <summary>Returns free/busy information for the recipient.</summary>
      <returns>A String (string in C#) value that represents the free/busy information.</returns>
      <param name="Start">The start date for the returned period of free/busy information.</param>
      <param name="MinPerChar">The number of minutes per character represented in the returned free/busy string.</param>
      <param name="CompleteFormat">True if the returned string should contain not only free/busy information, but also values for each character according to the <see cref="T:Microsoft.Office.Interop.Outlook.OlBusyStatus" /> constants.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Recipient.Index">
      <summary>Returns an Integer (int in C#) value indicating the position of the object within the collection.  Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Recipient.MeetingResponseStatus">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlResponseStatus" /> constant indicating the overall status of the response to the meeting request for the recipient. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Recipient.Name">
      <summary>Returns a String (string in C#) that represents the display name for the object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Recipient.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Recipient.PropertyAccessor">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.PropertyAccessor" /> object that supports creating, getting, setting, and deleting properties of the parent <see cref="T:Microsoft.Office.Interop.Outlook.Recipient" /> object. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.Recipient.Resolve">
      <summary>Attempts to resolve a <see cref="T:Microsoft.Office.Interop.Outlook.Recipient" />  object against the Address Book.</summary>
      <returns>True if the object was resolved; otherwise, False.</returns>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Recipient.Resolved">
      <summary>Returns a Boolean (bool in C#) that indicates True if the recipient has been validated against the Address Book. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Recipient.Sendable">
      <summary>Returns or sets a <see cref="T:System.Boolean" /> (bool for C#) value that indicates whether a meeting request can be sent to the <see cref="T:Microsoft.Office.Interop.Outlook.Recipient" />. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Recipient.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Recipient.TrackingStatus">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlTrackingStatus" /> constant indicating the tracking status for the recipient. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Recipient.TrackingStatusTime">
      <summary>Returns or sets a DateTime indicating the tracking status date and time for the recipient. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Recipient.Type">
      <summary>Returns or sets an Integer (int in C#) value representing the type of recipient. Read/write.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.Recipients">
      <summary>Contains a collection of <see cref="T:Microsoft.Office.Interop.Outlook.Recipient" />  objects for an Outlook item.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.Recipients.Add(System.String)">
      <summary>Creates a new recipient in the <see cref="T:Microsoft.Office.Interop.Outlook.Recipients" /> collection.</summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Outlook.Recipient" /> object that represents  the new recipient. </returns>
      <param name="Name">The  name of the recipient; it can be a string representing the display name, the alias, or the full SMTP e-mail address of the recipient.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Recipients.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Recipients.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Recipients.Count">
      <summary>Returns an Integer (int in C#) value indicating the count of objects in the specified collection. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Recipients.Item(System.Object)">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.Recipient" /> object from the collection.</summary>
      <returns>A Recipient object that represents the specified object.</returns>
      <param name="Index">Either the index number of the object, or a value used to match the default property of an object in the collection.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Recipients.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.Recipients.Remove(System.Int32)">
      <summary>Removes an object from the collection.</summary>
      <param name="Index">The 1-based index value of the object within the collection.</param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.Recipients.ResolveAll">
      <summary>Attempts to resolve all the <see cref="T:Microsoft.Office.Interop.Outlook.Recipient" />  objects in the <see cref="T:Microsoft.Office.Interop.Outlook.Recipients" />  collection against the Address Book.</summary>
      <returns>True if all of the objects were resolved, False if one or more were not.</returns>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Recipients.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.RecurrencePattern">
      <summary>Represents the pattern of incidence of recurring appointments and tasks for the associated <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />  and <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />  object.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RecurrencePattern.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RecurrencePattern.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RecurrencePattern.DayOfMonth">
      <summary>Returns or sets an Integer (int in C#) value indicating the day of the month on which the recurring appointment or task occurs. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RecurrencePattern.DayOfWeekMask">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlDaysOfWeek" /> constant representing the mask for the days of the week on which the recurring appointment or task occurs. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RecurrencePattern.Duration">
      <summary>Returns or sets an Integer (int in C#) value indicating the duration (in minutes) of the <see cref="T:Microsoft.Office.Interop.Outlook.RecurrencePattern" />. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RecurrencePattern.EndTime">
      <summary>Returns or sets a DateTime indicating the end time for a recurrence pattern. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RecurrencePattern.Exceptions">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.Exceptions" />  collection for a specified series of recurring appointments. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.RecurrencePattern.GetOccurrence(System.DateTime)">
      <summary>Returns a specific instance of the <see cref="T:Microsoft.Office.Interop.Outlook.AppointmentItem" />  object on the specified date.</summary>
      <returns>An AppointmentItem object that represents the specific appointment on the specified date.</returns>
      <param name="StartDate">A Date value that represents local time.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RecurrencePattern.Instance">
      <summary>Returns or sets an Integer (int in C#) value specifying the count for which the recurrence pattern is valid for a given interval. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RecurrencePattern.Interval">
      <summary>Returns or sets an Integer (int in C#) value specifying the number of units of a given recurrence type between occurrences. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RecurrencePattern.MonthOfYear">
      <summary>Returns or sets an Integer (int in C#) value indicating which month of the year is valid for the specified recurrence pattern. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RecurrencePattern.NoEndDate">
      <summary>Returns a Boolean (bool in C#) value that indicates True if the recurrence pattern has no end date. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RecurrencePattern.Occurrences">
      <summary>Returns or sets an Integer (int in C#) value indicating the number of occurrences of the recurrence pattern. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RecurrencePattern.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RecurrencePattern.PatternEndDate">
      <summary>Returns or sets a DateTime indicating the end date for the recurrence pattern. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RecurrencePattern.PatternStartDate">
      <summary>Returns or sets a DateTime indicating the start date for the recurrence pattern. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RecurrencePattern.RecurrenceType">
      <summary>Returns or sets an <see cref="T:Microsoft.Office.Interop.Outlook.OlRecurrenceType" /> constant specifying the frequency of occurrences for the recurrence pattern. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RecurrencePattern.Regenerate">
      <summary>Returns a Boolean (bool in C#) that indicates True if the task should be regenerated following this pass through the recurrence pattern. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RecurrencePattern.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RecurrencePattern.StartTime">
      <summary>Returns or sets a DateTime indicating the start time for a recurrence pattern. Read/write.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.Reminder">
      <summary>Represents an Outlook reminder.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ReminderClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Reminder" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ReminderClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Reminder" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ReminderClass.Caption">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Reminder" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ReminderClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Reminder" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReminderClass.Dismiss">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Reminder" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ReminderClass.IsVisible">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Reminder" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ReminderClass.Item">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Reminder" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ReminderClass.NextReminderDate">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Reminder" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ReminderClass.OriginalReminderDate">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Reminder" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ReminderClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Reminder" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ReminderClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Reminder" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReminderClass.Snooze(System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Reminder" />.</summary>
      <param name="SnoozeTime"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ReminderCollectionEvents">
      <summary>This is an event interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReminderCollectionEvents.BeforeReminderShow(System.Boolean@)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Cancel"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReminderCollectionEvents.ReminderAdd(Microsoft.Office.Interop.Outlook.Reminder)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="ReminderObject"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReminderCollectionEvents.ReminderChange(Microsoft.Office.Interop.Outlook.Reminder)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="ReminderObject"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReminderCollectionEvents.ReminderFire(Microsoft.Office.Interop.Outlook.Reminder)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="ReminderObject"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReminderCollectionEvents.ReminderRemove">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReminderCollectionEvents.Snooze(Microsoft.Office.Interop.Outlook.Reminder)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="ReminderObject"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_BeforeReminderShowEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Cancel">True to cancel the event. The default value is False.    </param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_Event">
      <summary>This is a .NET interface created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface implements all events of earlier interfaces and any additional new events.  Use this interface only when the event you want to use shares the same name as a method of the COM object; in this case, cast to this interface to connect to the event, and cast to the primary interface to call the method. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_Event.add_BeforeReminderShow(Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_BeforeReminderShowEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_Event.add_ReminderAdd(Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_ReminderAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_Event.add_ReminderChange(Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_ReminderChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_Event.add_ReminderFire(Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_ReminderFireEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_Event.add_ReminderRemove(Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_ReminderRemoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_Event.add_Snooze(Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_SnoozeEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_Event.BeforeReminderShow">
      <summary>Occurs before the Reminder dialog box is displayed.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_Event.ReminderAdd">
      <summary>Occurs after a reminder is added.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_Event.ReminderChange">
      <summary>Occurs after a reminder has been modified.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_Event.ReminderFire">
      <summary>Occurs before the reminder is executed.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_Event.ReminderRemove">
      <summary>Occurs when a <see cref="T:Microsoft.Office.Interop.Outlook.Reminder" /> object has been removed from the collection.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_Event.remove_BeforeReminderShow(Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_BeforeReminderShowEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_Event.remove_ReminderAdd(Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_ReminderAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_Event.remove_ReminderChange(Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_ReminderChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_Event.remove_ReminderFire(Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_ReminderFireEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_Event.remove_ReminderRemove(Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_ReminderRemoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_Event.remove_Snooze(Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_SnoozeEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_Event.Snooze">
      <summary>Occurs when a reminder is dismissed using the Snooze button.  </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_ReminderAddEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="ReminderObject">The <see cref="T:Microsoft.Office.Interop.Outlook.Reminder" /> object added to the collection.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_ReminderChangeEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="ReminderObject">The Reminder object that has been modified.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_ReminderFireEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="ReminderObject">The Reminder object that has been executed.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_ReminderRemoveEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_SinkHelper">
      <summary>This class and its members are reserved for internal use and are not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_SinkHelper.BeforeReminderShow(System.Boolean@)">
      <param name="param0"></param>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_SinkHelper.m_BeforeReminderShowDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_SinkHelper.m_dwCookie"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_SinkHelper.m_ReminderAddDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_SinkHelper.m_ReminderChangeDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_SinkHelper.m_ReminderFireDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_SinkHelper.m_ReminderRemoveDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_SinkHelper.m_SnoozeDelegate"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_SinkHelper.ReminderAdd(Microsoft.Office.Interop.Outlook.Reminder)">
      <param name="param0"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_SinkHelper.ReminderChange(Microsoft.Office.Interop.Outlook.Reminder)">
      <param name="param0"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_SinkHelper.ReminderFire(Microsoft.Office.Interop.Outlook.Reminder)">
      <param name="param0"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_SinkHelper.ReminderRemove"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_SinkHelper.Snooze(Microsoft.Office.Interop.Outlook.Reminder)">
      <param name="param0"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_SnoozeEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="ReminderObject">Represents the reminder to dismiss.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.Reminders">
      <summary>Contains a collection of all the <see cref="T:Microsoft.Office.Interop.Outlook.Reminder" />  objects in a Microsoft Outlook application that represent the reminders for all pending items.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.RemindersClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Reminders" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemindersClass.add_BeforeReminderShow(Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_BeforeReminderShowEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemindersClass.add_ReminderAdd(Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_ReminderAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemindersClass.add_ReminderChange(Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_ReminderChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemindersClass.add_ReminderFire(Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_ReminderFireEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemindersClass.add_ReminderRemove(Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_ReminderRemoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemindersClass.add_Snooze(Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_SnoozeEventHandler)"></member>
    <member name="P:Microsoft.Office.Interop.Outlook.RemindersClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Reminders" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.RemindersClass.BeforeReminderShow">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Reminders" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RemindersClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Reminders" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RemindersClass.Count">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Reminders" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemindersClass.GetEnumerator">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Reminders" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RemindersClass.Item(System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Reminders" />.</summary>
      <param name="Index"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RemindersClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Reminders" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.RemindersClass.ReminderAdd">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Reminders" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.RemindersClass.ReminderChange">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Reminders" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.RemindersClass.ReminderFire">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Reminders" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.RemindersClass.ReminderRemove">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Reminders" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemindersClass.Remove(System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Reminders" />.</summary>
      <param name="Index"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemindersClass.remove_BeforeReminderShow(Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_BeforeReminderShowEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemindersClass.remove_ReminderAdd(Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_ReminderAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemindersClass.remove_ReminderChange(Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_ReminderChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemindersClass.remove_ReminderFire(Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_ReminderFireEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemindersClass.remove_ReminderRemove(Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_ReminderRemoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemindersClass.remove_Snooze(Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_SnoozeEventHandler)"></member>
    <member name="P:Microsoft.Office.Interop.Outlook.RemindersClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Reminders" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.RemindersClass.Snooze">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Reminders" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.RemoteItem">
      <summary>Represents a remote item in an Inbox folder.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.RemoteItemClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RemoteItemClass.Actions">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.add_AfterWrite(Microsoft.Office.Interop.Outlook.ItemEvents_10_AfterWriteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.add_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.add_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.add_AttachmentRemove(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentRemoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.add_BeforeAttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.add_BeforeAttachmentPreview(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentPreviewEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.add_BeforeAttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.add_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.add_BeforeAttachmentWriteToTempFile(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentWriteToTempFileEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.add_BeforeAutoSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAutoSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.add_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeCheckNamesEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.add_BeforeDelete(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeDeleteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.add_BeforeRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.add_Close(Microsoft.Office.Interop.Outlook.ItemEvents_10_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.add_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomActionEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.add_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomPropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.add_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_10_ForwardEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.add_Open(Microsoft.Office.Interop.Outlook.ItemEvents_10_OpenEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.add_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_PropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.add_Read(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.add_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.add_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyAllEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.add_Send(Microsoft.Office.Interop.Outlook.ItemEvents_10_SendEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.add_Unload(Microsoft.Office.Interop.Outlook.ItemEvents_10_UnloadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.add_Write(Microsoft.Office.Interop.Outlook.ItemEvents_10_WriteEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.RemoteItemClass.AfterWrite">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RemoteItemClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.RemoteItemClass.AttachmentAdd">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.RemoteItemClass.AttachmentRead">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.RemoteItemClass.AttachmentRemove">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RemoteItemClass.Attachments">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RemoteItemClass.AutoResolvedWinner">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.RemoteItemClass.BeforeAttachmentAdd">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.RemoteItemClass.BeforeAttachmentPreview">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.RemoteItemClass.BeforeAttachmentRead">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.RemoteItemClass.BeforeAttachmentSave">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.RemoteItemClass.BeforeAttachmentWriteToTempFile">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.RemoteItemClass.BeforeAutoSave">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.RemoteItemClass.BeforeCheckNames">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.RemoteItemClass.BeforeDelete">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.RemoteItemClass.BeforeRead">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RemoteItemClass.BillingInformation">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RemoteItemClass.Body">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RemoteItemClass.Categories">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RemoteItemClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.Close(Microsoft.Office.Interop.Outlook.OlInspectorClose)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
      <param name="SaveMode"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RemoteItemClass.Companies">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RemoteItemClass.Conflicts">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RemoteItemClass.ConversationID">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RemoteItemClass.ConversationIndex">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RemoteItemClass.ConversationTopic">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.Copy">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RemoteItemClass.CreationTime">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.RemoteItemClass.CustomAction">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.RemoteItemClass.CustomPropertyChange">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.Delete">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.Display(System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
      <param name="Modal"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RemoteItemClass.DownloadState">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RemoteItemClass.EntryID">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RemoteItemClass.FormDescription">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.RemoteItemClass.Forward">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.GetConversation">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RemoteItemClass.GetInspector">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RemoteItemClass.HasAttachment">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RemoteItemClass.Importance">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RemoteItemClass.IsConflict">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_10_Event_Close">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_add_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_add_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_add_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeAttachmentSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_add_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeCheckNamesEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_add_Close(Microsoft.Office.Interop.Outlook.ItemEvents_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_add_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_CustomActionEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_add_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_CustomPropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_add_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_ForwardEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_add_Open(Microsoft.Office.Interop.Outlook.ItemEvents_OpenEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_add_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_PropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_add_Read(Microsoft.Office.Interop.Outlook.ItemEvents_ReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_add_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_add_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyAllEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_add_Send(Microsoft.Office.Interop.Outlook.ItemEvents_SendEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_add_Write(Microsoft.Office.Interop.Outlook.ItemEvents_WriteEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_AttachmentAdd">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_AttachmentRead">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_BeforeAttachmentSave">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_BeforeCheckNames">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_Close">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_CustomAction">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_CustomPropertyChange">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_Forward">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_Open">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_PropertyChange">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_Read">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_remove_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_remove_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_remove_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeAttachmentSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_remove_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeCheckNamesEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_remove_Close(Microsoft.Office.Interop.Outlook.ItemEvents_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_remove_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_CustomActionEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_remove_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_CustomPropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_remove_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_ForwardEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_remove_Open(Microsoft.Office.Interop.Outlook.ItemEvents_OpenEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_remove_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_PropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_remove_Read(Microsoft.Office.Interop.Outlook.ItemEvents_ReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_remove_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_remove_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyAllEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_remove_Send(Microsoft.Office.Interop.Outlook.ItemEvents_SendEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_remove_Write(Microsoft.Office.Interop.Outlook.ItemEvents_WriteEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_Reply">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_ReplyAll">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_Send">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_Write">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemProperties">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RemoteItemClass.LastModificationTime">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RemoteItemClass.Links">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RemoteItemClass.MAPIOBJECT">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RemoteItemClass.MarkForDownload">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RemoteItemClass.MessageClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RemoteItemClass.Mileage">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.Move(Microsoft.Office.Interop.Outlook.MAPIFolder)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
      <param name="DestFldr"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RemoteItemClass.NoAging">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.RemoteItemClass.Open">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RemoteItemClass.OutlookInternalVersion">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RemoteItemClass.OutlookVersion">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RemoteItemClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.PrintOut">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RemoteItemClass.PropertyAccessor">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.RemoteItemClass.PropertyChange">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.RemoteItemClass.Read">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RemoteItemClass.RemoteMessageClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.remove_AfterWrite(Microsoft.Office.Interop.Outlook.ItemEvents_10_AfterWriteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.remove_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.remove_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.remove_AttachmentRemove(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentRemoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.remove_BeforeAttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.remove_BeforeAttachmentPreview(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentPreviewEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.remove_BeforeAttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.remove_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.remove_BeforeAttachmentWriteToTempFile(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentWriteToTempFileEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.remove_BeforeAutoSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAutoSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.remove_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeCheckNamesEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.remove_BeforeDelete(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeDeleteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.remove_BeforeRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.remove_Close(Microsoft.Office.Interop.Outlook.ItemEvents_10_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.remove_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomActionEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.remove_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomPropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.remove_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_10_ForwardEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.remove_Open(Microsoft.Office.Interop.Outlook.ItemEvents_10_OpenEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.remove_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_PropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.remove_Read(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.remove_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.remove_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyAllEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.remove_Send(Microsoft.Office.Interop.Outlook.ItemEvents_10_SendEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.remove_Unload(Microsoft.Office.Interop.Outlook.ItemEvents_10_UnloadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.remove_Write(Microsoft.Office.Interop.Outlook.ItemEvents_10_WriteEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.RemoteItemClass.Reply">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.RemoteItemClass.ReplyAll">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.Save">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.SaveAs(System.String,System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
      <param name="Path"></param>
      <param name="Type"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RemoteItemClass.Saved">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.RemoteItemClass.Send">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RemoteItemClass.Sensitivity">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RemoteItemClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.ShowCategoriesDialog">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RemoteItemClass.Size">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RemoteItemClass.Subject">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RemoteItemClass.TransferSize">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RemoteItemClass.TransferTime">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.RemoteItemClass.Unload">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RemoteItemClass.UnRead">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RemoteItemClass.UserProperties">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.RemoteItemClass.Write">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RemoteItem" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ReportItem">
      <summary>Represents a mail-delivery report in an Inbox folder. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ReportItemClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ReportItemClass.Actions">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.add_AfterWrite(Microsoft.Office.Interop.Outlook.ItemEvents_10_AfterWriteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.add_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.add_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.add_AttachmentRemove(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentRemoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.add_BeforeAttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.add_BeforeAttachmentPreview(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentPreviewEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.add_BeforeAttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.add_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.add_BeforeAttachmentWriteToTempFile(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentWriteToTempFileEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.add_BeforeAutoSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAutoSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.add_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeCheckNamesEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.add_BeforeDelete(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeDeleteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.add_BeforeRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.add_Close(Microsoft.Office.Interop.Outlook.ItemEvents_10_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.add_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomActionEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.add_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomPropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.add_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_10_ForwardEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.add_Open(Microsoft.Office.Interop.Outlook.ItemEvents_10_OpenEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.add_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_PropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.add_Read(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.add_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.add_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyAllEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.add_Send(Microsoft.Office.Interop.Outlook.ItemEvents_10_SendEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.add_Unload(Microsoft.Office.Interop.Outlook.ItemEvents_10_UnloadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.add_Write(Microsoft.Office.Interop.Outlook.ItemEvents_10_WriteEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.ReportItemClass.AfterWrite">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ReportItemClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ReportItemClass.AttachmentAdd">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ReportItemClass.AttachmentRead">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ReportItemClass.AttachmentRemove">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ReportItemClass.Attachments">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ReportItemClass.AutoResolvedWinner">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ReportItemClass.BeforeAttachmentAdd">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ReportItemClass.BeforeAttachmentPreview">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ReportItemClass.BeforeAttachmentRead">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ReportItemClass.BeforeAttachmentSave">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ReportItemClass.BeforeAttachmentWriteToTempFile">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ReportItemClass.BeforeAutoSave">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ReportItemClass.BeforeCheckNames">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ReportItemClass.BeforeDelete">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ReportItemClass.BeforeRead">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ReportItemClass.BillingInformation">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ReportItemClass.Body">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ReportItemClass.Categories">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ReportItemClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.Close(Microsoft.Office.Interop.Outlook.OlInspectorClose)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
      <param name="SaveMode"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ReportItemClass.Companies">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ReportItemClass.Conflicts">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ReportItemClass.ConversationID">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ReportItemClass.ConversationIndex">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ReportItemClass.ConversationTopic">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.Copy">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ReportItemClass.CreationTime">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ReportItemClass.CustomAction">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ReportItemClass.CustomPropertyChange">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.Delete">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.Display(System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
      <param name="Modal"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ReportItemClass.DownloadState">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ReportItemClass.EntryID">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ReportItemClass.FormDescription">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ReportItemClass.Forward">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.GetConversation">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ReportItemClass.GetInspector">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ReportItemClass.Importance">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ReportItemClass.IsConflict">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_10_Event_Close">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_add_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_add_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_add_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeAttachmentSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_add_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeCheckNamesEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_add_Close(Microsoft.Office.Interop.Outlook.ItemEvents_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_add_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_CustomActionEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_add_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_CustomPropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_add_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_ForwardEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_add_Open(Microsoft.Office.Interop.Outlook.ItemEvents_OpenEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_add_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_PropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_add_Read(Microsoft.Office.Interop.Outlook.ItemEvents_ReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_add_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_add_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyAllEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_add_Send(Microsoft.Office.Interop.Outlook.ItemEvents_SendEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_add_Write(Microsoft.Office.Interop.Outlook.ItemEvents_WriteEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_AttachmentAdd">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_AttachmentRead">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_BeforeAttachmentSave">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_BeforeCheckNames">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_Close">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_CustomAction">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_CustomPropertyChange">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_Forward">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_Open">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_PropertyChange">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_Read">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_remove_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_remove_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_remove_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeAttachmentSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_remove_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeCheckNamesEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_remove_Close(Microsoft.Office.Interop.Outlook.ItemEvents_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_remove_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_CustomActionEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_remove_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_CustomPropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_remove_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_ForwardEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_remove_Open(Microsoft.Office.Interop.Outlook.ItemEvents_OpenEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_remove_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_PropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_remove_Read(Microsoft.Office.Interop.Outlook.ItemEvents_ReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_remove_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_remove_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyAllEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_remove_Send(Microsoft.Office.Interop.Outlook.ItemEvents_SendEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_remove_Write(Microsoft.Office.Interop.Outlook.ItemEvents_WriteEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_Reply">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_ReplyAll">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_Send">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_Write">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemProperties">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ReportItemClass.LastModificationTime">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ReportItemClass.Links">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ReportItemClass.MAPIOBJECT">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ReportItemClass.MarkForDownload">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ReportItemClass.MessageClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ReportItemClass.Mileage">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.Move(Microsoft.Office.Interop.Outlook.MAPIFolder)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
      <param name="DestFldr"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ReportItemClass.NoAging">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ReportItemClass.Open">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ReportItemClass.OutlookInternalVersion">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ReportItemClass.OutlookVersion">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ReportItemClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.PrintOut">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ReportItemClass.PropertyAccessor">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ReportItemClass.PropertyChange">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ReportItemClass.Read">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.remove_AfterWrite(Microsoft.Office.Interop.Outlook.ItemEvents_10_AfterWriteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.remove_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.remove_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.remove_AttachmentRemove(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentRemoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.remove_BeforeAttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.remove_BeforeAttachmentPreview(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentPreviewEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.remove_BeforeAttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.remove_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.remove_BeforeAttachmentWriteToTempFile(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentWriteToTempFileEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.remove_BeforeAutoSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAutoSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.remove_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeCheckNamesEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.remove_BeforeDelete(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeDeleteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.remove_BeforeRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.remove_Close(Microsoft.Office.Interop.Outlook.ItemEvents_10_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.remove_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomActionEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.remove_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomPropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.remove_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_10_ForwardEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.remove_Open(Microsoft.Office.Interop.Outlook.ItemEvents_10_OpenEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.remove_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_PropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.remove_Read(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.remove_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.remove_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyAllEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.remove_Send(Microsoft.Office.Interop.Outlook.ItemEvents_10_SendEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.remove_Unload(Microsoft.Office.Interop.Outlook.ItemEvents_10_UnloadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.remove_Write(Microsoft.Office.Interop.Outlook.ItemEvents_10_WriteEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.ReportItemClass.Reply">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ReportItemClass.ReplyAll">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ReportItemClass.RetentionExpirationDate">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ReportItemClass.RetentionPolicyName">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.Save">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.SaveAs(System.String,System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
      <param name="Path"></param>
      <param name="Type"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ReportItemClass.Saved">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ReportItemClass.Send">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ReportItemClass.Sensitivity">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ReportItemClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.ShowCategoriesDialog">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ReportItemClass.Size">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ReportItemClass.Subject">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ReportItemClass.Unload">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ReportItemClass.UnRead">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ReportItemClass.UserProperties">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ReportItemClass.Write">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ReportItem" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.Results">
      <summary>Contains data and results returned by the <see cref="T:Microsoft.Office.Interop.Outlook.Search" />  object and the <see cref="M:Microsoft.Office.Interop.Outlook._Application.AdvancedSearch(System.String,System.Object,System.Object,System.Object)" /> method. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ResultsClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Results" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ResultsClass.add_ItemAdd(Microsoft.Office.Interop.Outlook.ResultsEvents_ItemAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ResultsClass.add_ItemChange(Microsoft.Office.Interop.Outlook.ResultsEvents_ItemChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ResultsClass.add_ItemRemove(Microsoft.Office.Interop.Outlook.ResultsEvents_ItemRemoveEventHandler)"></member>
    <member name="P:Microsoft.Office.Interop.Outlook.ResultsClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Results" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ResultsClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Results" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ResultsClass.Count">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Results" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ResultsClass.DefaultItemType">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Results" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ResultsClass.GetFirst">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Results" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ResultsClass.GetLast">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Results" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ResultsClass.GetNext">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Results" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ResultsClass.GetPrevious">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Results" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ResultsClass.Item(System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Results" />.</summary>
      <param name="Index"></param>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ResultsClass.ItemAdd">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Results" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ResultsClass.ItemChange">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Results" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ResultsClass.ItemRemove">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Results" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ResultsClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Results" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ResultsClass.RawTable">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ResultsClass.remove_ItemAdd(Microsoft.Office.Interop.Outlook.ResultsEvents_ItemAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ResultsClass.remove_ItemChange(Microsoft.Office.Interop.Outlook.ResultsEvents_ItemChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ResultsClass.remove_ItemRemove(Microsoft.Office.Interop.Outlook.ResultsEvents_ItemRemoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ResultsClass.ResetColumns">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Results" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ResultsClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Results" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ResultsClass.SetColumns(System.String)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Results" />.</summary>
      <param name="Columns"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ResultsClass.Sort(System.String,System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Results" />.</summary>
      <param name="Property"></param>
      <param name="Descending"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ResultsEvents">
      <summary>This is an event interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ResultsEvents.ItemAdd(System.Object)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Item"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ResultsEvents.ItemChange(System.Object)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Item"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ResultsEvents.ItemRemove">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ResultsEvents_Event">
      <summary>This is a .NET interface created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface implements all events of earlier interfaces and any additional new events.  Use this interface only when the event you want to use shares the same name as a method of the COM object; in this case, cast to this interface to connect to the event, and cast to the primary interface to call the method. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ResultsEvents_Event.add_ItemAdd(Microsoft.Office.Interop.Outlook.ResultsEvents_ItemAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ResultsEvents_Event.add_ItemChange(Microsoft.Office.Interop.Outlook.ResultsEvents_ItemChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ResultsEvents_Event.add_ItemRemove(Microsoft.Office.Interop.Outlook.ResultsEvents_ItemRemoveEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.ResultsEvents_Event.ItemAdd">
      <summary>Occurs when one or more items are added to the specified collection.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ResultsEvents_Event.ItemChange">
      <summary>Occurs when an item in the specified collection is changed.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ResultsEvents_Event.ItemRemove">
      <summary>Occurs when an item is deleted from the specified collection.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ResultsEvents_Event.remove_ItemAdd(Microsoft.Office.Interop.Outlook.ResultsEvents_ItemAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ResultsEvents_Event.remove_ItemChange(Microsoft.Office.Interop.Outlook.ResultsEvents_ItemChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ResultsEvents_Event.remove_ItemRemove(Microsoft.Office.Interop.Outlook.ResultsEvents_ItemRemoveEventHandler)"></member>
    <member name="T:Microsoft.Office.Interop.Outlook.ResultsEvents_ItemAddEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Item">The item that was added.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ResultsEvents_ItemChangeEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Item">The item that was changed.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ResultsEvents_ItemRemoveEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ResultsEvents_SinkHelper">
      <summary>This class and its members are reserved for internal use and are not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ResultsEvents_SinkHelper.ItemAdd(System.Object)">
      <param name="param0"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ResultsEvents_SinkHelper.ItemChange(System.Object)">
      <param name="param0"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ResultsEvents_SinkHelper.ItemRemove"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ResultsEvents_SinkHelper.m_dwCookie"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ResultsEvents_SinkHelper.m_ItemAddDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ResultsEvents_SinkHelper.m_ItemChangeDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.ResultsEvents_SinkHelper.m_ItemRemoveDelegate"></member>
    <member name="T:Microsoft.Office.Interop.Outlook.Row">
      <summary>Represents a row of data in the <see cref="T:Microsoft.Office.Interop.Outlook.Table" /> object.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.RowClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Row" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RowClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Row" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.RowClass.BinaryToString(System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Row" />.</summary>
      <param name="Index"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RowClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Row" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.RowClass.GetValues">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Row" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RowClass.Item(System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Row" />.</summary>
      <param name="Index"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.RowClass.LocalTimeToUTC(System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Row" />.</summary>
      <param name="Index"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RowClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Row" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RowClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Row" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.RowClass.UTCToLocalTime(System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Row" />.</summary>
      <param name="Index"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.Rule">
      <summary>Represents an Outlook rule.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.RuleAction">
      <summary>Represents an action that is run when a <see cref="T:Microsoft.Office.Interop.Outlook.Rule" /> object executes.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.RuleActionClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RuleAction" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RuleActionClass.ActionType">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RuleAction" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RuleActionClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RuleAction" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RuleActionClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RuleAction" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RuleActionClass.Enabled">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RuleAction" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RuleActionClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RuleAction" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RuleActionClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RuleAction" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.RuleActions">
      <summary>The RuleActions object contains a set of <see cref="T:Microsoft.Office.Interop.Outlook.RuleAction" /> objects or objects derived from RuleAction, representing the actions that are executed on a <see cref="T:Microsoft.Office.Interop.Outlook.Rule" /> object.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.RuleActionsClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RuleActions" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RuleActionsClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RuleActions" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RuleActionsClass.AssignToCategory">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RuleActions" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RuleActionsClass.CC">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RuleActions" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RuleActionsClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RuleActions" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RuleActionsClass.ClearCategories">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RuleActions" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RuleActionsClass.CopyToFolder">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RuleActions" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RuleActionsClass.Count">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RuleActions" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RuleActionsClass.Delete">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RuleActions" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RuleActionsClass.DeletePermanently">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RuleActions" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RuleActionsClass.DesktopAlert">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RuleActions" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RuleActionsClass.Forward">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RuleActions" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RuleActionsClass.ForwardAsAttachment">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RuleActions" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RuleActionsClass.Item(System.Int32)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RuleActions" />.</summary>
      <param name="Index"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RuleActionsClass.MarkAsTask">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RuleActions" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RuleActionsClass.MoveToFolder">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RuleActions" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RuleActionsClass.NewItemAlert">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RuleActions" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RuleActionsClass.NotifyDelivery">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RuleActions" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RuleActionsClass.NotifyRead">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RuleActions" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RuleActionsClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RuleActions" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RuleActionsClass.PlaySound">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RuleActions" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RuleActionsClass.Redirect">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RuleActions" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RuleActionsClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RuleActions" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RuleActionsClass.Stop">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RuleActions" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.RuleClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Rule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RuleClass.Actions">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Rule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RuleClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Rule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RuleClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Rule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RuleClass.Conditions">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Rule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RuleClass.Enabled">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Rule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RuleClass.Exceptions">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Rule" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.RuleClass.Execute(System.Object,System.Object,System.Object,System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Rule" />.</summary>
      <param name="ShowProgress"></param>
      <param name="Folder"></param>
      <param name="IncludeSubfolders"></param>
      <param name="RuleExecuteOption"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RuleClass.ExecutionOrder">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Rule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RuleClass.IsLocalRule">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Rule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RuleClass.Name">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Rule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RuleClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Rule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RuleClass.RuleType">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Rule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RuleClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Rule" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.RuleCondition">
      <summary>The RuleCondition object represents either a condition that must be met before a rule executes, or  an exception condition that must not be met before a rule executes.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.RuleConditionClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RuleCondition" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RuleConditionClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RuleCondition" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RuleConditionClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RuleCondition" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RuleConditionClass.ConditionType">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RuleCondition" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RuleConditionClass.Enabled">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RuleCondition" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RuleConditionClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RuleCondition" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RuleConditionClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RuleCondition" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.RuleConditions">
      <summary>Contains a set of <see cref="T:Microsoft.Office.Interop.Outlook.RuleCondition" /> objects or objects derived from  RuleCondition, representing the conditions or exception conditions that must be satisfied in order for the <see cref="T:Microsoft.Office.Interop.Outlook.Rule" /> to execute.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.RuleConditionsClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RuleConditions" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RuleConditionsClass.Account">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RuleConditions" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RuleConditionsClass.AnyCategory">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RuleConditions" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RuleConditionsClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RuleConditions" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RuleConditionsClass.Body">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RuleConditions" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RuleConditionsClass.BodyOrSubject">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RuleConditions" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RuleConditionsClass.Category">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RuleConditions" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RuleConditionsClass.CC">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RuleConditions" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RuleConditionsClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RuleConditions" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RuleConditionsClass.Count">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RuleConditions" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RuleConditionsClass.FormName">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RuleConditions" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RuleConditionsClass.From">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RuleConditions" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RuleConditionsClass.FromAnyRSSFeed">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RuleConditions" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RuleConditionsClass.FromRssFeed">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RuleConditions" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RuleConditionsClass.HasAttachment">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RuleConditions" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RuleConditionsClass.Importance">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RuleConditions" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RuleConditionsClass.Item(System.Int32)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RuleConditions" />.</summary>
      <param name="Index"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RuleConditionsClass.MeetingInviteOrUpdate">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RuleConditions" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RuleConditionsClass.MessageHeader">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RuleConditions" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RuleConditionsClass.NotTo">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RuleConditions" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RuleConditionsClass.OnLocalMachine">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RuleConditions" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RuleConditionsClass.OnlyToMe">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RuleConditions" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RuleConditionsClass.OnOtherMachine">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RuleConditions" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RuleConditionsClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RuleConditions" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RuleConditionsClass.RecipientAddress">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RuleConditions" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RuleConditionsClass.SenderAddress">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RuleConditions" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RuleConditionsClass.SenderInAddressList">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RuleConditions" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RuleConditionsClass.SentTo">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RuleConditions" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RuleConditionsClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RuleConditions" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RuleConditionsClass.Subject">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RuleConditions" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RuleConditionsClass.ToMe">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RuleConditions" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RuleConditionsClass.ToOrCc">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.RuleConditions" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.Rules">
      <summary>Represents a set of <see cref="T:Microsoft.Office.Interop.Outlook.Rule" /> objects that are the rules available in the current session.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.RulesClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Rules" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RulesClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Rules" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RulesClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Rules" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RulesClass.Count">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Rules" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.RulesClass.Create(System.String,Microsoft.Office.Interop.Outlook.OlRuleType)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Rules" />.</summary>
      <param name="Name"></param>
      <param name="RuleType"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RulesClass.IsRssRulesProcessingEnabled">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Rules" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RulesClass.Item(System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Rules" />.</summary>
      <param name="Index"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RulesClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Rules" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.RulesClass.Remove(System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Rules" />.</summary>
      <param name="Index"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.RulesClass.Save(System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Rules" />.</summary>
      <param name="ShowProgress"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.RulesClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Rules" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.Search">
      <summary>Contains information about individual searches performed against Outlook items.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Search.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Search.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Search.Filter">
      <summary>Returns a String (string in C#) value that represents the DASL statement used to restrict the search to a specified subset of data.  Read-only</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.Search.GetTable">
      <summary>Obtains a <see cref="T:Microsoft.Office.Interop.Outlook.Table" /> object that contains items filtered by the <paramref name="Filter" /> parameter in a preceding <see cref="M:Microsoft.Office.Interop.Outlook._Application.AdvancedSearch(System.String,System.Object,System.Object,System.Object)" /> method call.</summary>
      <returns>A Table that contains items that meet the criteria specified by the <paramref name="Filter" /> parameter in a preceding Application.AdvancedSearch method call.</returns>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Search.IsSynchronous">
      <summary>Returns a Boolean (bool in C#) indicating whether the search is synchronous. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Search.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Search.Results">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.Results" /> collection that specifies the results of the search. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.Search.Save(System.String)">
      <summary>Saves the search results to a Search Folder.</summary>
      <param name="Name">A string that represents the Search Folder name.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Search.Scope">
      <summary>Returns a String (string in C#) that specifies the scope of the specified search. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Search.SearchSubFolders">
      <summary>Returns a Boolean (bool in C#) indicating whether the scope of the specified search included the subfolders of any folders searched. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Search.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.Search.Stop">
      <summary>Immediately ends the search that is being performed currently.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Search.Tag">
      <summary>Returns a String (string in C#) specifying the name of the current search. The Tag property is used to identify a specific search. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.Selection">
      <summary>Contains the set of Outlook items currently selected in an explorer.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Selection.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Selection.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Selection.Count">
      <summary>Returns an Integer (int in C#) value indicating the count of objects in the specified collection. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.Selection.GetSelection(Microsoft.Office.Interop.Outlook.OlSelectionContents)">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.Selection" /> object that contains the kind of objects specified by the <paramref name="SelectionContents" /> parameter, and that are currently selected in the active explorer.</summary>
      <returns>Returns a Selection object that contains the specified kind of objects that are selected in the active explorer.</returns>
      <param name="SelectionContents">Specifies the kind of objects in the selection to return.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Selection.Item(System.Object)">
      <summary>Returns an Outlook item from a collection.</summary>
      <returns>An Object value that represents the specified object.</returns>
      <param name="Index">Either the index number of the object, or a value used to match the default property of an object in the collection.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Selection.Location">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlSelectionLocation" /> constant that specifies where in the Microsoft Outlook user interface the current selection is. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Selection.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.Selection.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.SelectNamesDialog">
      <summary>Displays the Select Names dialog box for the user to select entries from one or more address lists, and returns the selected entries in the collection object specified by the property <see cref="P:Microsoft.Office.Interop.Outlook._SelectNamesDialog.Recipients" />. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.SelectNamesDialogClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SelectNamesDialog" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SelectNamesDialogClass.AllowMultipleSelection">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SelectNamesDialog" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SelectNamesDialogClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SelectNamesDialog" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SelectNamesDialogClass.BccLabel">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SelectNamesDialog" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SelectNamesDialogClass.Caption">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SelectNamesDialog" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SelectNamesDialogClass.CcLabel">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SelectNamesDialog" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SelectNamesDialogClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SelectNamesDialog" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.SelectNamesDialogClass.Display">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SelectNamesDialog" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SelectNamesDialogClass.ForceResolution">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SelectNamesDialog" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SelectNamesDialogClass.InitialAddressList">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SelectNamesDialog" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SelectNamesDialogClass.NumberOfRecipientSelectors">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SelectNamesDialog" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SelectNamesDialogClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SelectNamesDialog" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SelectNamesDialogClass.Recipients">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SelectNamesDialog" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SelectNamesDialogClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SelectNamesDialog" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.SelectNamesDialogClass.SetDefaultDisplayMode(Microsoft.Office.Interop.Outlook.OlDefaultSelectNamesDisplayMode)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SelectNamesDialog" />.</summary>
      <param name="defaultMode"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SelectNamesDialogClass.ShowOnlyInitialAddressList">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SelectNamesDialog" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SelectNamesDialogClass.ToLabel">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SelectNamesDialog" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.SenderInAddressListRuleCondition">
      <summary>Represents a rule condition that the sender's address is in the address list specified in <see cref="P:Microsoft.Office.Interop.Outlook._AddressRuleCondition.Address" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.SenderInAddressListRuleConditionClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SenderInAddressListRuleCondition" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SenderInAddressListRuleConditionClass.AddressList">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SenderInAddressListRuleCondition" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SenderInAddressListRuleConditionClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SenderInAddressListRuleCondition" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SenderInAddressListRuleConditionClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SenderInAddressListRuleCondition" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SenderInAddressListRuleConditionClass.ConditionType">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SenderInAddressListRuleCondition" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SenderInAddressListRuleConditionClass.Enabled">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SenderInAddressListRuleCondition" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SenderInAddressListRuleConditionClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SenderInAddressListRuleCondition" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SenderInAddressListRuleConditionClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SenderInAddressListRuleCondition" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.SendRuleAction">
      <summary>Represents an action that sends a message to one or more recipients.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.SendRuleActionClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SendRuleAction" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SendRuleActionClass.ActionType">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SendRuleAction" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SendRuleActionClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SendRuleAction" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SendRuleActionClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SendRuleAction" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SendRuleActionClass.Enabled">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SendRuleAction" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SendRuleActionClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SendRuleAction" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SendRuleActionClass.Recipients">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SendRuleAction" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SendRuleActionClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SendRuleAction" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.SharingItem">
      <summary>Represents a sharing message in an Inbox folder.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.SharingItemClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.Actions">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.add_AfterWrite(Microsoft.Office.Interop.Outlook.ItemEvents_10_AfterWriteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.add_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.add_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.add_AttachmentRemove(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentRemoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.add_BeforeAttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.add_BeforeAttachmentPreview(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentPreviewEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.add_BeforeAttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.add_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.add_BeforeAttachmentWriteToTempFile(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentWriteToTempFileEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.add_BeforeAutoSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAutoSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.add_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeCheckNamesEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.add_BeforeDelete(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeDeleteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.add_BeforeRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.add_Close(Microsoft.Office.Interop.Outlook.ItemEvents_10_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.add_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomActionEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.add_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomPropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.add_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_10_ForwardEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.add_Open(Microsoft.Office.Interop.Outlook.ItemEvents_10_OpenEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.add_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_PropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.add_Read(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.add_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.add_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyAllEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.add_Send(Microsoft.Office.Interop.Outlook.ItemEvents_10_SendEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.add_Unload(Microsoft.Office.Interop.Outlook.ItemEvents_10_UnloadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.add_Write(Microsoft.Office.Interop.Outlook.ItemEvents_10_WriteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.AddBusinessCard(Microsoft.Office.Interop.Outlook.ContactItem)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
      <param name="contact"></param>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.SharingItemClass.AfterWrite">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.Allow">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.AllowWriteAccess">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.AlternateRecipientAllowed">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.SharingItemClass.AttachmentAdd">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.SharingItemClass.AttachmentRead">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.SharingItemClass.AttachmentRemove">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.Attachments">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.AutoForwarded">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.BCC">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.SharingItemClass.BeforeAttachmentAdd">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.SharingItemClass.BeforeAttachmentPreview">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.SharingItemClass.BeforeAttachmentRead">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.SharingItemClass.BeforeAttachmentSave">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.SharingItemClass.BeforeAttachmentWriteToTempFile">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.SharingItemClass.BeforeAutoSave">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.SharingItemClass.BeforeCheckNames">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.SharingItemClass.BeforeDelete">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.SharingItemClass.BeforeRead">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.BillingInformation">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.Body">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.BodyFormat">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.Categories">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.CC">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.ClearConversationIndex">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.ClearTaskFlag">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.Close(Microsoft.Office.Interop.Outlook.OlInspectorClose)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
      <param name="SaveMode"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.Companies">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.Conflicts">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.ConversationID">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.ConversationIndex">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.ConversationTopic">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.Copy">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.CreationTime">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.SharingItemClass.CustomAction">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.SharingItemClass.CustomPropertyChange">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.DeferredDeliveryTime">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.Delete">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.DeleteAfterSubmit">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.Deny">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.Display(System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
      <param name="Modal"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.DownloadState">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.EnableSharedAttachments">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.EntryID">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.ExpiryTime">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.FlagDueBy">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.FlagIcon">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.FlagRequest">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.FlagStatus">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.FormDescription">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.Forward">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.GetConversation">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.GetInspector">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.HTMLBody">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.Importance">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.InternetCodepage">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.IsConflict">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.IsMarkedAsTask">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.SharingItemClass.ItemEvents_10_Event_Close">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.SharingItemClass.ItemEvents_10_Event_Forward">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.SharingItemClass.ItemEvents_10_Event_Reply">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.SharingItemClass.ItemEvents_10_Event_ReplyAll">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.SharingItemClass.ItemEvents_10_Event_Send">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.ItemEvents_Event_add_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.ItemEvents_Event_add_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.ItemEvents_Event_add_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeAttachmentSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.ItemEvents_Event_add_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeCheckNamesEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.ItemEvents_Event_add_Close(Microsoft.Office.Interop.Outlook.ItemEvents_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.ItemEvents_Event_add_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_CustomActionEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.ItemEvents_Event_add_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_CustomPropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.ItemEvents_Event_add_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_ForwardEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.ItemEvents_Event_add_Open(Microsoft.Office.Interop.Outlook.ItemEvents_OpenEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.ItemEvents_Event_add_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_PropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.ItemEvents_Event_add_Read(Microsoft.Office.Interop.Outlook.ItemEvents_ReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.ItemEvents_Event_add_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.ItemEvents_Event_add_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyAllEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.ItemEvents_Event_add_Send(Microsoft.Office.Interop.Outlook.ItemEvents_SendEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.ItemEvents_Event_add_Write(Microsoft.Office.Interop.Outlook.ItemEvents_WriteEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.SharingItemClass.ItemEvents_Event_AttachmentAdd">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.SharingItemClass.ItemEvents_Event_AttachmentRead">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.SharingItemClass.ItemEvents_Event_BeforeAttachmentSave">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.SharingItemClass.ItemEvents_Event_BeforeCheckNames">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.SharingItemClass.ItemEvents_Event_Close">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.SharingItemClass.ItemEvents_Event_CustomAction">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.SharingItemClass.ItemEvents_Event_CustomPropertyChange">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.SharingItemClass.ItemEvents_Event_Forward">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.SharingItemClass.ItemEvents_Event_Open">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.SharingItemClass.ItemEvents_Event_PropertyChange">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.SharingItemClass.ItemEvents_Event_Read">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.ItemEvents_Event_remove_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.ItemEvents_Event_remove_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.ItemEvents_Event_remove_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeAttachmentSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.ItemEvents_Event_remove_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeCheckNamesEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.ItemEvents_Event_remove_Close(Microsoft.Office.Interop.Outlook.ItemEvents_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.ItemEvents_Event_remove_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_CustomActionEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.ItemEvents_Event_remove_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_CustomPropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.ItemEvents_Event_remove_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_ForwardEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.ItemEvents_Event_remove_Open(Microsoft.Office.Interop.Outlook.ItemEvents_OpenEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.ItemEvents_Event_remove_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_PropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.ItemEvents_Event_remove_Read(Microsoft.Office.Interop.Outlook.ItemEvents_ReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.ItemEvents_Event_remove_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.ItemEvents_Event_remove_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyAllEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.ItemEvents_Event_remove_Send(Microsoft.Office.Interop.Outlook.ItemEvents_SendEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.ItemEvents_Event_remove_Write(Microsoft.Office.Interop.Outlook.ItemEvents_WriteEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.SharingItemClass.ItemEvents_Event_Reply">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.SharingItemClass.ItemEvents_Event_ReplyAll">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.SharingItemClass.ItemEvents_Event_Send">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.SharingItemClass.ItemEvents_Event_Write">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.ItemProperties">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.LastModificationTime">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.MAPIOBJECT">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.MarkAsTask(Microsoft.Office.Interop.Outlook.OlMarkInterval)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
      <param name="MarkInterval"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.MarkForDownload">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.MessageClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.Mileage">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.Move(Microsoft.Office.Interop.Outlook.MAPIFolder)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
      <param name="DestFldr"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.NoAging">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.SharingItemClass.Open">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.OpenSharedFolder">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.OriginatorDeliveryReportRequested">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.OutlookInternalVersion">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.OutlookVersion">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.Permission">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.PermissionService">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.PermissionTemplateGuid">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.PrintOut">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.PropertyAccessor">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.SharingItemClass.PropertyChange">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.SharingItemClass.Read">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.ReadReceiptRequested">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.ReceivedByEntryID">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.ReceivedByName">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.ReceivedOnBehalfOfEntryID">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.ReceivedOnBehalfOfName">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.ReceivedTime">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.RecipientReassignmentProhibited">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.Recipients">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.ReminderOverrideDefault">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.ReminderPlaySound">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.ReminderSet">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.ReminderSoundFile">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.ReminderTime">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.RemoteID">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.RemoteName">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.RemotePath">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.RemoteStatus">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.remove_AfterWrite(Microsoft.Office.Interop.Outlook.ItemEvents_10_AfterWriteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.remove_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.remove_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.remove_AttachmentRemove(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentRemoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.remove_BeforeAttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.remove_BeforeAttachmentPreview(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentPreviewEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.remove_BeforeAttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.remove_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.remove_BeforeAttachmentWriteToTempFile(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentWriteToTempFileEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.remove_BeforeAutoSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAutoSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.remove_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeCheckNamesEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.remove_BeforeDelete(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeDeleteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.remove_BeforeRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.remove_Close(Microsoft.Office.Interop.Outlook.ItemEvents_10_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.remove_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomActionEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.remove_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomPropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.remove_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_10_ForwardEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.remove_Open(Microsoft.Office.Interop.Outlook.ItemEvents_10_OpenEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.remove_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_PropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.remove_Read(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.remove_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.remove_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyAllEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.remove_Send(Microsoft.Office.Interop.Outlook.ItemEvents_10_SendEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.remove_Unload(Microsoft.Office.Interop.Outlook.ItemEvents_10_UnloadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.remove_Write(Microsoft.Office.Interop.Outlook.ItemEvents_10_WriteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.Reply">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.ReplyAll">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.ReplyRecipientNames">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.ReplyRecipients">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.RequestedFolder">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.RetentionExpirationDate">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.RetentionPolicyName">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.RTFBody">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.Save">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.SaveAs(System.String,System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
      <param name="Path"></param>
      <param name="Type"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.Saved">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.SaveSentMessageFolder">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.Send">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.SenderEmailAddress">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.SenderEmailType">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.SenderName">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.SendUsingAccount">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.Sensitivity">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.Sent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.SentOn">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.SentOnBehalfOfName">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.SharingProvider">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.SharingProviderGuid">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.SharingItemClass.ShowCategoriesDialog">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.Size">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.Subject">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.Submitted">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.TaskCompletedDate">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.TaskDueDate">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.TaskStartDate">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.TaskSubject">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.To">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.ToDoTaskOrdinal">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.Type">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.SharingItemClass.Unload">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.UnRead">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SharingItemClass.UserProperties">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.SharingItemClass.Write">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SharingItem" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.SimpleItems">
      <summary>Represents a set of possibly heterogeneous Microsoft Outlook items, with each member in the set tracking only a small, common set of properties that apply to Outlook items in general.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.SimpleItemsClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SimpleItems" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SimpleItemsClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SimpleItems" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SimpleItemsClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SimpleItems" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SimpleItemsClass.Count">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SimpleItems" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SimpleItemsClass.Item(System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SimpleItems" />.</summary>
      <param name="Index"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SimpleItemsClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SimpleItems" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SimpleItemsClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SimpleItems" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.SolutionsModule">
      <summary>Represents the Solutions navigation module in the Navigation Pane of an explorer.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.SolutionsModuleClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SolutionsModule" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.SolutionsModuleClass.AddSolution(Microsoft.Office.Interop.Outlook.MAPIFolder,Microsoft.Office.Interop.Outlook.OlSolutionScope)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SolutionsModule" />.</summary>
      <param name="Solution"></param>
      <param name="Scope"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SolutionsModuleClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SolutionsModule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SolutionsModuleClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SolutionsModule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SolutionsModuleClass.Name">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SolutionsModule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SolutionsModuleClass.NavigationModuleType">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SolutionsModule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SolutionsModuleClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SolutionsModule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SolutionsModuleClass.Position">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SolutionsModule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SolutionsModuleClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SolutionsModule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SolutionsModuleClass.Visible">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SolutionsModule" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.StorageItem">
      <summary>A message object in MAPI that is always saved as a hidden item in the parent folder and stores private data for Outlook solutions.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.StorageItemClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.StorageItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.StorageItemClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.StorageItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.StorageItemClass.Attachments">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.StorageItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.StorageItemClass.Body">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.StorageItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.StorageItemClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.StorageItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.StorageItemClass.CreationTime">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.StorageItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.StorageItemClass.Creator">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.StorageItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.StorageItemClass.Delete">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.StorageItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.StorageItemClass.EntryID">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.StorageItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.StorageItemClass.LastModificationTime">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.StorageItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.StorageItemClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.StorageItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.StorageItemClass.PropertyAccessor">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.StorageItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.StorageItemClass.Save">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.StorageItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.StorageItemClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.StorageItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.StorageItemClass.Size">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.StorageItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.StorageItemClass.Subject">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.StorageItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.StorageItemClass.UserProperties">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.StorageItem" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.Store">
      <summary>Represents a file on the local computer or a network drive that stores e-mail messages and other items for an account in the current profile.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.StoreClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Store" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.StoreClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Store" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.StoreClass.Categories">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Store" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.StoreClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Store" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.StoreClass.DisplayName">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Store" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.StoreClass.ExchangeStoreType">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Store" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.StoreClass.FilePath">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Store" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.StoreClass.GetDefaultFolder(Microsoft.Office.Interop.Outlook.OlDefaultFolders)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Store" />.</summary>
      <param name="FolderType"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.StoreClass.GetRootFolder">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Store" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.StoreClass.GetRules">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Store" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.StoreClass.GetSearchFolders">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Store" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.StoreClass.GetSpecialFolder(Microsoft.Office.Interop.Outlook.OlSpecialFolders)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Store" />.</summary>
      <param name="FolderType"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.StoreClass.IsCachedExchange">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Store" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.StoreClass.IsConversationEnabled">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Store" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.StoreClass.IsDataFileStore">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Store" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.StoreClass.IsInstantSearchEnabled">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Store" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.StoreClass.IsOpen">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Store" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.StoreClass.MAPIOBJECT">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.StoreClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Store" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.StoreClass.PropertyAccessor">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Store" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.StoreClass.RefreshQuotaDisplay">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Store" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.StoreClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Store" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.StoreClass.StoreID">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Store" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.Stores">
      <summary>A set of <see cref="T:Microsoft.Office.Interop.Outlook.Store" /> objects representing all the stores available in the current profile.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.StoresClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Stores" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.StoresClass.add_BeforeStoreRemove(Microsoft.Office.Interop.Outlook.StoresEvents_12_BeforeStoreRemoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.StoresClass.add_StoreAdd(Microsoft.Office.Interop.Outlook.StoresEvents_12_StoreAddEventHandler)"></member>
    <member name="P:Microsoft.Office.Interop.Outlook.StoresClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Stores" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.StoresClass.BeforeStoreRemove">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Stores" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.StoresClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Stores" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.StoresClass.Count">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Stores" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.StoresClass.Item(System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Stores" />.</summary>
      <param name="Index"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.StoresClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Stores" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.StoresClass.remove_BeforeStoreRemove(Microsoft.Office.Interop.Outlook.StoresEvents_12_BeforeStoreRemoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.StoresClass.remove_StoreAdd(Microsoft.Office.Interop.Outlook.StoresEvents_12_StoreAddEventHandler)"></member>
    <member name="P:Microsoft.Office.Interop.Outlook.StoresClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Stores" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.StoresClass.StoreAdd">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Stores" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.StoresEvents_12">
      <summary>This is an event interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.StoresEvents_12.BeforeStoreRemove(Microsoft.Office.Interop.Outlook.Store,System.Boolean@)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Store"></param>
      <param name="Cancel"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.StoresEvents_12.StoreAdd(Microsoft.Office.Interop.Outlook.Store)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Store"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.StoresEvents_12_BeforeStoreRemoveEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Store">The Store object to be removed from the current session.</param>
      <param name="Cancel">True to cancel the removal of the specified store, False otherwise.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.StoresEvents_12_Event">
      <summary>This is a .NET interface created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface implements all events of earlier interfaces and any additional new events.  Use this interface only when the event you want to use shares the same name as a method of the COM object; in this case, cast to this interface to connect to the event, and cast to the primary interface to call the method. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.StoresEvents_12_Event.add_BeforeStoreRemove(Microsoft.Office.Interop.Outlook.StoresEvents_12_BeforeStoreRemoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.StoresEvents_12_Event.add_StoreAdd(Microsoft.Office.Interop.Outlook.StoresEvents_12_StoreAddEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.StoresEvents_12_Event.BeforeStoreRemove">
      <summary>Occurs when a <see cref="T:Microsoft.Office.Interop.Outlook.Store" /> is about to be removed from the current session either programmatically or through user action. </summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.StoresEvents_12_Event.remove_BeforeStoreRemove(Microsoft.Office.Interop.Outlook.StoresEvents_12_BeforeStoreRemoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.StoresEvents_12_Event.remove_StoreAdd(Microsoft.Office.Interop.Outlook.StoresEvents_12_StoreAddEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.StoresEvents_12_Event.StoreAdd">
      <summary>Occurs when a <see cref="T:Microsoft.Office.Interop.Outlook.Store" /> has been added to the current session either programmatically or through user action.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.StoresEvents_12_SinkHelper">
      <summary>This class and its members are reserved for internal use and are not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.StoresEvents_12_SinkHelper.BeforeStoreRemove(Microsoft.Office.Interop.Outlook.Store,System.Boolean@)">
      <param name="param0"></param>
      <param name="param1"></param>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.StoresEvents_12_SinkHelper.m_BeforeStoreRemoveDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.StoresEvents_12_SinkHelper.m_dwCookie"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.StoresEvents_12_SinkHelper.m_StoreAddDelegate"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.StoresEvents_12_SinkHelper.StoreAdd(Microsoft.Office.Interop.Outlook.Store)">
      <param name="param0"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.StoresEvents_12_StoreAddEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Store">The Store to be added to the current session.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.SyncObject">
      <summary>Represents a Send\Receive group for a user.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.SyncObjectClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SyncObject" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.SyncObjectClass.add_OnError(Microsoft.Office.Interop.Outlook.SyncObjectEvents_OnErrorEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SyncObjectClass.add_Progress(Microsoft.Office.Interop.Outlook.SyncObjectEvents_ProgressEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SyncObjectClass.add_SyncEnd(Microsoft.Office.Interop.Outlook.SyncObjectEvents_SyncEndEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SyncObjectClass.add_SyncStart(Microsoft.Office.Interop.Outlook.SyncObjectEvents_SyncStartEventHandler)"></member>
    <member name="P:Microsoft.Office.Interop.Outlook.SyncObjectClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SyncObject" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SyncObjectClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SyncObject" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SyncObjectClass.Name">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SyncObject" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.SyncObjectClass.OnError">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SyncObject" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SyncObjectClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SyncObject" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.SyncObjectClass.Progress">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SyncObject" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.SyncObjectClass.remove_OnError(Microsoft.Office.Interop.Outlook.SyncObjectEvents_OnErrorEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SyncObjectClass.remove_Progress(Microsoft.Office.Interop.Outlook.SyncObjectEvents_ProgressEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SyncObjectClass.remove_SyncEnd(Microsoft.Office.Interop.Outlook.SyncObjectEvents_SyncEndEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SyncObjectClass.remove_SyncStart(Microsoft.Office.Interop.Outlook.SyncObjectEvents_SyncStartEventHandler)"></member>
    <member name="P:Microsoft.Office.Interop.Outlook.SyncObjectClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SyncObject" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.SyncObjectClass.Start">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SyncObject" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.SyncObjectClass.Stop">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SyncObject" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.SyncObjectClass.SyncEnd">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SyncObject" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.SyncObjectClass.SyncStart">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.SyncObject" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.SyncObjectEvents">
      <summary>This is an event interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.SyncObjectEvents.OnError(System.Int32,System.String)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="Code"></param>
      <param name="Description"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.SyncObjectEvents.Progress(Microsoft.Office.Interop.Outlook.OlSyncState,System.String,System.Int32,System.Int32)">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
      <param name="State"></param>
      <param name="Description"></param>
      <param name="Value"></param>
      <param name="Max"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.SyncObjectEvents.SyncEnd">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.SyncObjectEvents.SyncStart">
      <summary>This is a member in an event interface in a COM coclass. It is not intended to be used in your code.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.SyncObjectEvents_Event">
      <summary>This is a .NET interface created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface implements all events of earlier interfaces and any additional new events.  Use this interface only when the event you want to use shares the same name as a method of the COM object; in this case, cast to this interface to connect to the event, and cast to the primary interface to call the method. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.SyncObjectEvents_Event.add_OnError(Microsoft.Office.Interop.Outlook.SyncObjectEvents_OnErrorEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SyncObjectEvents_Event.add_Progress(Microsoft.Office.Interop.Outlook.SyncObjectEvents_ProgressEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SyncObjectEvents_Event.add_SyncEnd(Microsoft.Office.Interop.Outlook.SyncObjectEvents_SyncEndEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SyncObjectEvents_Event.add_SyncStart(Microsoft.Office.Interop.Outlook.SyncObjectEvents_SyncStartEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.SyncObjectEvents_Event.OnError">
      <summary>Occurs when Microsoft Outlook encounters an error while synchronizing a user’s folders using the specified Send\Receive group. </summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.SyncObjectEvents_Event.Progress">
      <summary>Occurs periodically while Microsoft Outlook is synchronizing a user’s folders using the specified Send\Receive group. </summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.SyncObjectEvents_Event.remove_OnError(Microsoft.Office.Interop.Outlook.SyncObjectEvents_OnErrorEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SyncObjectEvents_Event.remove_Progress(Microsoft.Office.Interop.Outlook.SyncObjectEvents_ProgressEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SyncObjectEvents_Event.remove_SyncEnd(Microsoft.Office.Interop.Outlook.SyncObjectEvents_SyncEndEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SyncObjectEvents_Event.remove_SyncStart(Microsoft.Office.Interop.Outlook.SyncObjectEvents_SyncStartEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.SyncObjectEvents_Event.SyncEnd">
      <summary>Occurs immediately after Microsoft Outlook finishes synchronizing a user’s folders using the specified Send\Receive group. </summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.SyncObjectEvents_Event.SyncStart">
      <summary>Occurs when Microsoft Outlook begins synchronizing a user’s folders using the specified Send\Receive group. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.SyncObjectEvents_OnErrorEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="Code">A unique value that identifies the error.</param>
      <param name="Description">A textual description of the error.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.SyncObjectEvents_ProgressEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
      <param name="State">A value that identifies the current state of the synchronization process.</param>
      <param name="Description">A textual description of the current state of the synchronization process.</param>
      <param name="Value">Specifies the current value of the synchronization process (such as the number of items synchronized).</param>
      <param name="Max">The maximum that <paramref name="Value" /> can reach. The ratio of <paramref name="Value" />  to <paramref name="Max" /> represents the percent complete of the synchronization process.</param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.SyncObjectEvents_SinkHelper">
      <summary>This class and its members are reserved for internal use and are not intended to be used in your code.</summary>
    </member>
    <member name="F:Microsoft.Office.Interop.Outlook.SyncObjectEvents_SinkHelper.m_dwCookie"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.SyncObjectEvents_SinkHelper.m_OnErrorDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.SyncObjectEvents_SinkHelper.m_ProgressDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.SyncObjectEvents_SinkHelper.m_SyncEndDelegate"></member>
    <member name="F:Microsoft.Office.Interop.Outlook.SyncObjectEvents_SinkHelper.m_SyncStartDelegate"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SyncObjectEvents_SinkHelper.OnError(System.Int32,System.String)">
      <param name="param0"></param>
      <param name="param1"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.SyncObjectEvents_SinkHelper.Progress(Microsoft.Office.Interop.Outlook.OlSyncState,System.String,System.Int32,System.Int32)">
      <param name="param0"></param>
      <param name="param1"></param>
      <param name="param2"></param>
      <param name="param3"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.SyncObjectEvents_SinkHelper.SyncEnd"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.SyncObjectEvents_SinkHelper.SyncStart"></member>
    <member name="T:Microsoft.Office.Interop.Outlook.SyncObjectEvents_SyncEndEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.SyncObjectEvents_SyncStartEventHandler">
      <summary>This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.SyncObjects">
      <summary>Contains a set of <see cref="T:Microsoft.Office.Interop.Outlook.SyncObject" />  objects representing the Send/Receive groups for a user.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SyncObjects.AppFolders">
      <summary>This property returns the <see cref="T:Microsoft.Office.Interop.Outlook.SyncObject" /> for application folders. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SyncObjects.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SyncObjects.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SyncObjects.Count">
      <summary>Returns an Integer (int in C#) value indicating the count of objects in the specified collection. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SyncObjects.Item(System.Object)">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.SyncObject" />  object from the collection.</summary>
      <returns>A SyncObject object that represents the specified object.</returns>
      <param name="Index">Either the index number of the object, or a value used to match the default property of an object in the collection.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SyncObjects.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.SyncObjects.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.Table">
      <summary>Represents a set of item data from a <see cref="T:Microsoft.Office.Interop.Outlook.Folder" /> or <see cref="T:Microsoft.Office.Interop.Outlook.Search" /> object, with  items as rows of the table and properties as columns of  the table.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.TableClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Table" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TableClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Table" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TableClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Table" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TableClass.Columns">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Table" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TableClass.EndOfTable">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Table" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TableClass.FindNextRow">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Table" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TableClass.FindRow(System.String)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Table" />.</summary>
      <param name="Filter"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TableClass.GetArray(System.Int32)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Table" />.</summary>
      <param name="MaxRows"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TableClass.GetNextRow">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Table" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TableClass.GetRowCount">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Table" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TableClass.MoveToStart">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Table" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TableClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Table" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TableClass.Restrict(System.String)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Table" />.</summary>
      <param name="Filter"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TableClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Table" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TableClass.Sort(System.String,System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Table" />.</summary>
      <param name="SortProperty"></param>
      <param name="Descending"></param>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.TableView">
      <summary>Represents a view that displays Outlook items in a table, with each item in a row and the details of the item in the columns.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.TableViewClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TableView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TableViewClass.AllowInCellEditing">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TableView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TableViewClass.AlwaysExpandConversation">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TableView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TableViewClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TableView" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TableViewClass.Apply">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TableView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TableViewClass.AutoFormatRules">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TableView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TableViewClass.AutomaticColumnSizing">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TableView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TableViewClass.AutomaticGrouping">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TableView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TableViewClass.AutoPreview">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TableView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TableViewClass.AutoPreviewFont">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TableView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TableViewClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TableView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TableViewClass.ColumnFont">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TableView" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TableViewClass.Copy(System.String,Microsoft.Office.Interop.Outlook.OlViewSaveOption)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TableView" />.</summary>
      <param name="Name"></param>
      <param name="SaveOption"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TableViewClass.DefaultExpandCollapseSetting">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TableView" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TableViewClass.Delete">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TableView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TableViewClass.Filter">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TableView" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TableViewClass.GetTable">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TableView" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TableViewClass.GoToDate(System.DateTime)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TableView" />.</summary>
      <param name="Date"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TableViewClass.GridLineStyle">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TableView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TableViewClass.GroupByFields">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TableView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TableViewClass.HideReadingPaneHeaderInfo">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TableView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TableViewClass.Language">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TableView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TableViewClass.LockUserChanges">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TableView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TableViewClass.MaxLinesInMultiLineView">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TableView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TableViewClass.MultiLine">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TableView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TableViewClass.MultiLineWidth">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TableView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TableViewClass.Name">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TableView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TableViewClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TableView" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TableViewClass.Reset">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TableView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TableViewClass.RowFont">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TableView" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TableViewClass.Save">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TableView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TableViewClass.SaveOption">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TableView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TableViewClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TableView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TableViewClass.ShowConversationByDate">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TableView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TableViewClass.ShowConversationSendersAboveSubject">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TableView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TableViewClass.ShowFullConversations">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TableView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TableViewClass.ShowItemsInGroups">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TableView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TableViewClass.ShowNewItemRow">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TableView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TableViewClass.ShowReadingPane">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TableView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TableViewClass.ShowUnreadAndFlaggedMessages">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TableViewClass.SortFields">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TableView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TableViewClass.Standard">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TableView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TableViewClass.ViewFields">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TableView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TableViewClass.ViewType">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TableView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TableViewClass.XML">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TableView" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.TaskItem">
      <summary>Represents a task (an assigned, delegated, or self-imposed task to be performed within a specified time frame) in a Tasks folder.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.TaskItemClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.Actions">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.ActualWork">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.add_AfterWrite(Microsoft.Office.Interop.Outlook.ItemEvents_10_AfterWriteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.add_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.add_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.add_AttachmentRemove(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentRemoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.add_BeforeAttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.add_BeforeAttachmentPreview(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentPreviewEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.add_BeforeAttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.add_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.add_BeforeAttachmentWriteToTempFile(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentWriteToTempFileEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.add_BeforeAutoSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAutoSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.add_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeCheckNamesEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.add_BeforeDelete(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeDeleteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.add_BeforeRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.add_Close(Microsoft.Office.Interop.Outlook.ItemEvents_10_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.add_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomActionEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.add_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomPropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.add_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_10_ForwardEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.add_Open(Microsoft.Office.Interop.Outlook.ItemEvents_10_OpenEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.add_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_PropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.add_Read(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.add_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.add_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyAllEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.add_Send(Microsoft.Office.Interop.Outlook.ItemEvents_10_SendEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.add_Unload(Microsoft.Office.Interop.Outlook.ItemEvents_10_UnloadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.add_Write(Microsoft.Office.Interop.Outlook.ItemEvents_10_WriteEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskItemClass.AfterWrite">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.Assign">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskItemClass.AttachmentAdd">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskItemClass.AttachmentRead">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskItemClass.AttachmentRemove">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.Attachments">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.AutoResolvedWinner">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskItemClass.BeforeAttachmentAdd">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskItemClass.BeforeAttachmentPreview">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskItemClass.BeforeAttachmentRead">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskItemClass.BeforeAttachmentSave">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskItemClass.BeforeAttachmentWriteToTempFile">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskItemClass.BeforeAutoSave">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskItemClass.BeforeCheckNames">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskItemClass.BeforeDelete">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskItemClass.BeforeRead">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.BillingInformation">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.Body">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.CancelResponseState">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.CardData">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.Categories">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.ClearRecurrencePattern">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.Close(Microsoft.Office.Interop.Outlook.OlInspectorClose)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
      <param name="SaveMode"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.Companies">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.Complete">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.Conflicts">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.ContactNames">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.Contacts">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.ConversationID">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.ConversationIndex">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.ConversationTopic">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.Copy">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.CreationTime">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskItemClass.CustomAction">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskItemClass.CustomPropertyChange">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.DateCompleted">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.DelegationState">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.Delegator">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.Delete">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.Display(System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
      <param name="Modal"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.DownloadState">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.DueDate">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.EntryID">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.FormDescription">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskItemClass.Forward">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.GetConversation">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.GetInspector">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.GetRecurrencePattern">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.Importance">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.InternetCodepage">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.IsConflict">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.IsRecurring">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_10_Event_Close">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_10_Event_Send">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_add_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_add_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_add_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeAttachmentSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_add_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeCheckNamesEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_add_Close(Microsoft.Office.Interop.Outlook.ItemEvents_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_add_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_CustomActionEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_add_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_CustomPropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_add_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_ForwardEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_add_Open(Microsoft.Office.Interop.Outlook.ItemEvents_OpenEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_add_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_PropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_add_Read(Microsoft.Office.Interop.Outlook.ItemEvents_ReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_add_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_add_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyAllEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_add_Send(Microsoft.Office.Interop.Outlook.ItemEvents_SendEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_add_Write(Microsoft.Office.Interop.Outlook.ItemEvents_WriteEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_AttachmentAdd">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_AttachmentRead">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_BeforeAttachmentSave">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_BeforeCheckNames">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_Close">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_CustomAction">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_CustomPropertyChange">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_Forward">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_Open">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_PropertyChange">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_Read">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_remove_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_remove_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_remove_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeAttachmentSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_remove_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeCheckNamesEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_remove_Close(Microsoft.Office.Interop.Outlook.ItemEvents_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_remove_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_CustomActionEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_remove_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_CustomPropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_remove_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_ForwardEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_remove_Open(Microsoft.Office.Interop.Outlook.ItemEvents_OpenEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_remove_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_PropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_remove_Read(Microsoft.Office.Interop.Outlook.ItemEvents_ReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_remove_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_remove_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyAllEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_remove_Send(Microsoft.Office.Interop.Outlook.ItemEvents_SendEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_remove_Write(Microsoft.Office.Interop.Outlook.ItemEvents_WriteEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_Reply">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_ReplyAll">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_Send">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_Write">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemProperties">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.LastModificationTime">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.Links">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.MAPIOBJECT">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.MarkComplete">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.MarkForDownload">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.MessageClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.Mileage">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.Move(Microsoft.Office.Interop.Outlook.MAPIFolder)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
      <param name="DestFldr"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.NoAging">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskItemClass.Open">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.Ordinal">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.OutlookInternalVersion">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.OutlookVersion">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.Owner">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.Ownership">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.PercentComplete">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.PrintOut">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.PropertyAccessor">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskItemClass.PropertyChange">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskItemClass.Read">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.Recipients">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.ReminderOverrideDefault">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.ReminderPlaySound">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.ReminderSet">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.ReminderSoundFile">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.ReminderTime">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.remove_AfterWrite(Microsoft.Office.Interop.Outlook.ItemEvents_10_AfterWriteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.remove_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.remove_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.remove_AttachmentRemove(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentRemoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.remove_BeforeAttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.remove_BeforeAttachmentPreview(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentPreviewEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.remove_BeforeAttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.remove_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.remove_BeforeAttachmentWriteToTempFile(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentWriteToTempFileEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.remove_BeforeAutoSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAutoSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.remove_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeCheckNamesEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.remove_BeforeDelete(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeDeleteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.remove_BeforeRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.remove_Close(Microsoft.Office.Interop.Outlook.ItemEvents_10_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.remove_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomActionEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.remove_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomPropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.remove_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_10_ForwardEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.remove_Open(Microsoft.Office.Interop.Outlook.ItemEvents_10_OpenEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.remove_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_PropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.remove_Read(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.remove_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.remove_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyAllEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.remove_Send(Microsoft.Office.Interop.Outlook.ItemEvents_10_SendEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.remove_Unload(Microsoft.Office.Interop.Outlook.ItemEvents_10_UnloadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.remove_Write(Microsoft.Office.Interop.Outlook.ItemEvents_10_WriteEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskItemClass.Reply">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskItemClass.ReplyAll">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.Respond(Microsoft.Office.Interop.Outlook.OlTaskResponse,System.Object,System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
      <param name="Response"></param>
      <param name="fNoUI"></param>
      <param name="fAdditionalTextDialog"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.ResponseState">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.Role">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.RTFBody">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.Save">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.SaveAs(System.String,System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
      <param name="Path"></param>
      <param name="Type"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.Saved">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.SchedulePlusPriority">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.Send">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.SendUsingAccount">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.Sensitivity">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.ShowCategoriesDialog">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.Size">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.SkipRecurrence">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.StartDate">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.Status">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.StatusOnCompletionRecipients">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.StatusReport">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.StatusUpdateRecipients">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.Subject">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.TeamTask">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.ToDoTaskOrdinal">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.TotalWork">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskItemClass.Unload">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.UnRead">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.UserProperties">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskItemClass.Write">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskItem" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem">
      <summary>Represents a response to a <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />  sent by the initiating user.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.Actions">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.add_AfterWrite(Microsoft.Office.Interop.Outlook.ItemEvents_10_AfterWriteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.add_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.add_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.add_AttachmentRemove(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentRemoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.add_BeforeAttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.add_BeforeAttachmentPreview(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentPreviewEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.add_BeforeAttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.add_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.add_BeforeAttachmentWriteToTempFile(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentWriteToTempFileEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.add_BeforeAutoSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAutoSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.add_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeCheckNamesEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.add_BeforeDelete(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeDeleteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.add_BeforeRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.add_Close(Microsoft.Office.Interop.Outlook.ItemEvents_10_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.add_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomActionEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.add_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomPropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.add_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_10_ForwardEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.add_Open(Microsoft.Office.Interop.Outlook.ItemEvents_10_OpenEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.add_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_PropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.add_Read(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.add_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.add_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyAllEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.add_Send(Microsoft.Office.Interop.Outlook.ItemEvents_10_SendEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.add_Unload(Microsoft.Office.Interop.Outlook.ItemEvents_10_UnloadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.add_Write(Microsoft.Office.Interop.Outlook.ItemEvents_10_WriteEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.AfterWrite">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.AttachmentAdd">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.AttachmentRead">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.AttachmentRemove">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.Attachments">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.AutoResolvedWinner">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.BeforeAttachmentAdd">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.BeforeAttachmentPreview">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.BeforeAttachmentRead">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.BeforeAttachmentSave">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.BeforeAttachmentWriteToTempFile">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.BeforeAutoSave">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.BeforeCheckNames">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.BeforeDelete">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.BeforeRead">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.BillingInformation">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.Body">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.Categories">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.Close(Microsoft.Office.Interop.Outlook.OlInspectorClose)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
      <param name="SaveMode"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.Companies">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.Conflicts">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ConversationID">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ConversationIndex">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ConversationTopic">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.Copy">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.CreationTime">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.CustomAction">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.CustomPropertyChange">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.Delete">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.Display(System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
      <param name="Modal"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.DownloadState">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.EntryID">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.FormDescription">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.Forward">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.GetAssociatedTask(System.Boolean)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
      <param name="AddToTaskList"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.GetConversation">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.GetInspector">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.Importance">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.IsConflict">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_10_Event_Close">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_add_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_add_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_add_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeAttachmentSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_add_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeCheckNamesEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_add_Close(Microsoft.Office.Interop.Outlook.ItemEvents_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_add_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_CustomActionEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_add_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_CustomPropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_add_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_ForwardEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_add_Open(Microsoft.Office.Interop.Outlook.ItemEvents_OpenEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_add_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_PropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_add_Read(Microsoft.Office.Interop.Outlook.ItemEvents_ReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_add_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_add_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyAllEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_add_Send(Microsoft.Office.Interop.Outlook.ItemEvents_SendEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_add_Write(Microsoft.Office.Interop.Outlook.ItemEvents_WriteEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_AttachmentAdd">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_AttachmentRead">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_BeforeAttachmentSave">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_BeforeCheckNames">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_Close">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_CustomAction">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_CustomPropertyChange">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_Forward">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_Open">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_PropertyChange">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_Read">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_remove_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_remove_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_remove_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeAttachmentSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_remove_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeCheckNamesEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_remove_Close(Microsoft.Office.Interop.Outlook.ItemEvents_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_remove_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_CustomActionEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_remove_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_CustomPropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_remove_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_ForwardEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_remove_Open(Microsoft.Office.Interop.Outlook.ItemEvents_OpenEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_remove_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_PropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_remove_Read(Microsoft.Office.Interop.Outlook.ItemEvents_ReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_remove_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_remove_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyAllEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_remove_Send(Microsoft.Office.Interop.Outlook.ItemEvents_SendEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_remove_Write(Microsoft.Office.Interop.Outlook.ItemEvents_WriteEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_Reply">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_ReplyAll">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_Send">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_Write">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemProperties">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.LastModificationTime">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.Links">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.MAPIOBJECT">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.MarkForDownload">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.MessageClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.Mileage">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.Move(Microsoft.Office.Interop.Outlook.MAPIFolder)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
      <param name="DestFldr"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.NoAging">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.Open">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.OutlookInternalVersion">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.OutlookVersion">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.PrintOut">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.PropertyAccessor">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.PropertyChange">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.Read">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.remove_AfterWrite(Microsoft.Office.Interop.Outlook.ItemEvents_10_AfterWriteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.remove_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.remove_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.remove_AttachmentRemove(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentRemoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.remove_BeforeAttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.remove_BeforeAttachmentPreview(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentPreviewEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.remove_BeforeAttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.remove_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.remove_BeforeAttachmentWriteToTempFile(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentWriteToTempFileEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.remove_BeforeAutoSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAutoSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.remove_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeCheckNamesEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.remove_BeforeDelete(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeDeleteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.remove_BeforeRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.remove_Close(Microsoft.Office.Interop.Outlook.ItemEvents_10_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.remove_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomActionEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.remove_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomPropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.remove_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_10_ForwardEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.remove_Open(Microsoft.Office.Interop.Outlook.ItemEvents_10_OpenEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.remove_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_PropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.remove_Read(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.remove_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.remove_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyAllEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.remove_Send(Microsoft.Office.Interop.Outlook.ItemEvents_10_SendEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.remove_Unload(Microsoft.Office.Interop.Outlook.ItemEvents_10_UnloadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.remove_Write(Microsoft.Office.Interop.Outlook.ItemEvents_10_WriteEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.Reply">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ReplyAll">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.RTFBody">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.Save">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.SaveAs(System.String,System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
      <param name="Path"></param>
      <param name="Type"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.Saved">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.Send">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.Sensitivity">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ShowCategoriesDialog">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.Size">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.Subject">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.Unload">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.UnRead">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.UserProperties">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.Write">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem">
      <summary>Represents a response to a <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />  sent by the initiating user. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.Actions">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.add_AfterWrite(Microsoft.Office.Interop.Outlook.ItemEvents_10_AfterWriteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.add_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.add_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.add_AttachmentRemove(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentRemoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.add_BeforeAttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.add_BeforeAttachmentPreview(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentPreviewEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.add_BeforeAttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.add_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.add_BeforeAttachmentWriteToTempFile(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentWriteToTempFileEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.add_BeforeAutoSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAutoSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.add_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeCheckNamesEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.add_BeforeDelete(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeDeleteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.add_BeforeRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.add_Close(Microsoft.Office.Interop.Outlook.ItemEvents_10_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.add_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomActionEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.add_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomPropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.add_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_10_ForwardEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.add_Open(Microsoft.Office.Interop.Outlook.ItemEvents_10_OpenEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.add_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_PropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.add_Read(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.add_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.add_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyAllEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.add_Send(Microsoft.Office.Interop.Outlook.ItemEvents_10_SendEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.add_Unload(Microsoft.Office.Interop.Outlook.ItemEvents_10_UnloadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.add_Write(Microsoft.Office.Interop.Outlook.ItemEvents_10_WriteEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.AfterWrite">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.AttachmentAdd">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.AttachmentRead">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.AttachmentRemove">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.Attachments">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.AutoResolvedWinner">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.BeforeAttachmentAdd">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.BeforeAttachmentPreview">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.BeforeAttachmentRead">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.BeforeAttachmentSave">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.BeforeAttachmentWriteToTempFile">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.BeforeAutoSave">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.BeforeCheckNames">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.BeforeDelete">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.BeforeRead">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.BillingInformation">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.Body">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.Categories">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.Close(Microsoft.Office.Interop.Outlook.OlInspectorClose)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
      <param name="SaveMode"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.Companies">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.Conflicts">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ConversationID">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ConversationIndex">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ConversationTopic">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.Copy">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.CreationTime">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.CustomAction">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.CustomPropertyChange">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.Delete">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.Display(System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
      <param name="Modal"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.DownloadState">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.EntryID">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.FormDescription">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.Forward">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.GetAssociatedTask(System.Boolean)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
      <param name="AddToTaskList"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.GetConversation">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.GetInspector">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.Importance">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.IsConflict">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_10_Event_Close">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_add_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_add_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_add_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeAttachmentSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_add_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeCheckNamesEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_add_Close(Microsoft.Office.Interop.Outlook.ItemEvents_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_add_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_CustomActionEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_add_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_CustomPropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_add_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_ForwardEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_add_Open(Microsoft.Office.Interop.Outlook.ItemEvents_OpenEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_add_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_PropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_add_Read(Microsoft.Office.Interop.Outlook.ItemEvents_ReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_add_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_add_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyAllEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_add_Send(Microsoft.Office.Interop.Outlook.ItemEvents_SendEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_add_Write(Microsoft.Office.Interop.Outlook.ItemEvents_WriteEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_AttachmentAdd">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_AttachmentRead">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_BeforeAttachmentSave">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_BeforeCheckNames">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_Close">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_CustomAction">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_CustomPropertyChange">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_Forward">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_Open">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_PropertyChange">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_Read">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_remove_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_remove_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_remove_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeAttachmentSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_remove_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeCheckNamesEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_remove_Close(Microsoft.Office.Interop.Outlook.ItemEvents_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_remove_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_CustomActionEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_remove_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_CustomPropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_remove_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_ForwardEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_remove_Open(Microsoft.Office.Interop.Outlook.ItemEvents_OpenEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_remove_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_PropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_remove_Read(Microsoft.Office.Interop.Outlook.ItemEvents_ReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_remove_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_remove_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyAllEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_remove_Send(Microsoft.Office.Interop.Outlook.ItemEvents_SendEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_remove_Write(Microsoft.Office.Interop.Outlook.ItemEvents_WriteEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_Reply">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_ReplyAll">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_Send">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_Write">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemProperties">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.LastModificationTime">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.Links">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.MAPIOBJECT">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.MarkForDownload">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.MessageClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.Mileage">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.Move(Microsoft.Office.Interop.Outlook.MAPIFolder)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
      <param name="DestFldr"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.NoAging">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.Open">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.OutlookInternalVersion">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.OutlookVersion">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.PrintOut">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.PropertyAccessor">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.PropertyChange">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.Read">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.remove_AfterWrite(Microsoft.Office.Interop.Outlook.ItemEvents_10_AfterWriteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.remove_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.remove_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.remove_AttachmentRemove(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentRemoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.remove_BeforeAttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.remove_BeforeAttachmentPreview(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentPreviewEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.remove_BeforeAttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.remove_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.remove_BeforeAttachmentWriteToTempFile(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentWriteToTempFileEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.remove_BeforeAutoSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAutoSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.remove_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeCheckNamesEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.remove_BeforeDelete(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeDeleteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.remove_BeforeRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.remove_Close(Microsoft.Office.Interop.Outlook.ItemEvents_10_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.remove_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomActionEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.remove_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomPropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.remove_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_10_ForwardEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.remove_Open(Microsoft.Office.Interop.Outlook.ItemEvents_10_OpenEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.remove_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_PropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.remove_Read(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.remove_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.remove_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyAllEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.remove_Send(Microsoft.Office.Interop.Outlook.ItemEvents_10_SendEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.remove_Unload(Microsoft.Office.Interop.Outlook.ItemEvents_10_UnloadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.remove_Write(Microsoft.Office.Interop.Outlook.ItemEvents_10_WriteEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.Reply">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ReplyAll">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.RTFBody">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.Save">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.SaveAs(System.String,System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
      <param name="Path"></param>
      <param name="Type"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.Saved">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.Send">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.Sensitivity">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ShowCategoriesDialog">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.Size">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.Subject">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.Unload">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.UnRead">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.UserProperties">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.Write">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.TaskRequestItem">
      <summary>Represents a change to the recipient's Tasks list initiated by another party or as a result of a group tasking.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.TaskRequestItemClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.Actions">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.add_AfterWrite(Microsoft.Office.Interop.Outlook.ItemEvents_10_AfterWriteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.add_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.add_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.add_AttachmentRemove(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentRemoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.add_BeforeAttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.add_BeforeAttachmentPreview(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentPreviewEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.add_BeforeAttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.add_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.add_BeforeAttachmentWriteToTempFile(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentWriteToTempFileEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.add_BeforeAutoSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAutoSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.add_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeCheckNamesEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.add_BeforeDelete(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeDeleteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.add_BeforeRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.add_Close(Microsoft.Office.Interop.Outlook.ItemEvents_10_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.add_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomActionEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.add_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomPropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.add_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_10_ForwardEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.add_Open(Microsoft.Office.Interop.Outlook.ItemEvents_10_OpenEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.add_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_PropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.add_Read(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.add_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.add_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyAllEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.add_Send(Microsoft.Office.Interop.Outlook.ItemEvents_10_SendEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.add_Unload(Microsoft.Office.Interop.Outlook.ItemEvents_10_UnloadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.add_Write(Microsoft.Office.Interop.Outlook.ItemEvents_10_WriteEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.AfterWrite">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.AttachmentAdd">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.AttachmentRead">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.AttachmentRemove">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.Attachments">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.AutoResolvedWinner">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.BeforeAttachmentAdd">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.BeforeAttachmentPreview">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.BeforeAttachmentRead">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.BeforeAttachmentSave">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.BeforeAttachmentWriteToTempFile">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.BeforeAutoSave">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.BeforeCheckNames">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.BeforeDelete">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.BeforeRead">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.BillingInformation">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.Body">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.Categories">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.Close(Microsoft.Office.Interop.Outlook.OlInspectorClose)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
      <param name="SaveMode"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.Companies">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.Conflicts">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ConversationID">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ConversationIndex">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ConversationTopic">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.Copy">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.CreationTime">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.CustomAction">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.CustomPropertyChange">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.Delete">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.Display(System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
      <param name="Modal"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.DownloadState">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.EntryID">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.FormDescription">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.Forward">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.GetAssociatedTask(System.Boolean)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
      <param name="AddToTaskList"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.GetConversation">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.GetInspector">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.Importance">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.IsConflict">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_10_Event_Close">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_add_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_add_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_add_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeAttachmentSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_add_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeCheckNamesEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_add_Close(Microsoft.Office.Interop.Outlook.ItemEvents_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_add_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_CustomActionEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_add_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_CustomPropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_add_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_ForwardEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_add_Open(Microsoft.Office.Interop.Outlook.ItemEvents_OpenEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_add_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_PropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_add_Read(Microsoft.Office.Interop.Outlook.ItemEvents_ReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_add_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_add_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyAllEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_add_Send(Microsoft.Office.Interop.Outlook.ItemEvents_SendEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_add_Write(Microsoft.Office.Interop.Outlook.ItemEvents_WriteEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_AttachmentAdd">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_AttachmentRead">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_BeforeAttachmentSave">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_BeforeCheckNames">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_Close">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_CustomAction">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_CustomPropertyChange">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_Forward">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_Open">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_PropertyChange">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_Read">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_remove_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_remove_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_remove_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeAttachmentSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_remove_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeCheckNamesEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_remove_Close(Microsoft.Office.Interop.Outlook.ItemEvents_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_remove_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_CustomActionEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_remove_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_CustomPropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_remove_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_ForwardEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_remove_Open(Microsoft.Office.Interop.Outlook.ItemEvents_OpenEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_remove_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_PropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_remove_Read(Microsoft.Office.Interop.Outlook.ItemEvents_ReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_remove_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_remove_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyAllEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_remove_Send(Microsoft.Office.Interop.Outlook.ItemEvents_SendEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_remove_Write(Microsoft.Office.Interop.Outlook.ItemEvents_WriteEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_Reply">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_ReplyAll">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_Send">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_Write">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemProperties">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.LastModificationTime">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.Links">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.MAPIOBJECT">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.MarkForDownload">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.MessageClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.Mileage">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.Move(Microsoft.Office.Interop.Outlook.MAPIFolder)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
      <param name="DestFldr"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.NoAging">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.Open">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.OutlookInternalVersion">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.OutlookVersion">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.PrintOut">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.PropertyAccessor">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.PropertyChange">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.Read">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.remove_AfterWrite(Microsoft.Office.Interop.Outlook.ItemEvents_10_AfterWriteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.remove_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.remove_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.remove_AttachmentRemove(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentRemoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.remove_BeforeAttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.remove_BeforeAttachmentPreview(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentPreviewEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.remove_BeforeAttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.remove_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.remove_BeforeAttachmentWriteToTempFile(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentWriteToTempFileEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.remove_BeforeAutoSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAutoSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.remove_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeCheckNamesEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.remove_BeforeDelete(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeDeleteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.remove_BeforeRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.remove_Close(Microsoft.Office.Interop.Outlook.ItemEvents_10_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.remove_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomActionEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.remove_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomPropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.remove_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_10_ForwardEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.remove_Open(Microsoft.Office.Interop.Outlook.ItemEvents_10_OpenEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.remove_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_PropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.remove_Read(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.remove_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.remove_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyAllEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.remove_Send(Microsoft.Office.Interop.Outlook.ItemEvents_10_SendEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.remove_Unload(Microsoft.Office.Interop.Outlook.ItemEvents_10_UnloadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.remove_Write(Microsoft.Office.Interop.Outlook.ItemEvents_10_WriteEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.Reply">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ReplyAll">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.RTFBody">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.Save">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.SaveAs(System.String,System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
      <param name="Path"></param>
      <param name="Type"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.Saved">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.Send">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.Sensitivity">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ShowCategoriesDialog">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.Size">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.Subject">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.Unload">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.UnRead">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.UserProperties">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.Write">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem">
      <summary>Represents a response to a <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestItem" />  sent by the initiating user.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.Actions">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.add_AfterWrite(Microsoft.Office.Interop.Outlook.ItemEvents_10_AfterWriteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.add_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.add_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.add_AttachmentRemove(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentRemoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.add_BeforeAttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.add_BeforeAttachmentPreview(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentPreviewEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.add_BeforeAttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.add_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.add_BeforeAttachmentWriteToTempFile(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentWriteToTempFileEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.add_BeforeAutoSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAutoSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.add_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeCheckNamesEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.add_BeforeDelete(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeDeleteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.add_BeforeRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.add_Close(Microsoft.Office.Interop.Outlook.ItemEvents_10_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.add_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomActionEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.add_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomPropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.add_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_10_ForwardEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.add_Open(Microsoft.Office.Interop.Outlook.ItemEvents_10_OpenEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.add_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_PropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.add_Read(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.add_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.add_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyAllEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.add_Send(Microsoft.Office.Interop.Outlook.ItemEvents_10_SendEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.add_Unload(Microsoft.Office.Interop.Outlook.ItemEvents_10_UnloadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.add_Write(Microsoft.Office.Interop.Outlook.ItemEvents_10_WriteEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.AfterWrite">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.AttachmentAdd">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.AttachmentRead">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.AttachmentRemove">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.Attachments">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.AutoResolvedWinner">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.BeforeAttachmentAdd">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.BeforeAttachmentPreview">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.BeforeAttachmentRead">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.BeforeAttachmentSave">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.BeforeAttachmentWriteToTempFile">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.BeforeAutoSave">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.BeforeCheckNames">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.BeforeDelete">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.BeforeRead">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.BillingInformation">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.Body">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.Categories">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.Close(Microsoft.Office.Interop.Outlook.OlInspectorClose)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
      <param name="SaveMode"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.Companies">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.Conflicts">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ConversationID">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ConversationIndex">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ConversationTopic">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.Copy">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.CreationTime">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.CustomAction">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.CustomPropertyChange">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.Delete">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.Display(System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
      <param name="Modal"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.DownloadState">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.EntryID">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.FormDescription">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.Forward">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.GetAssociatedTask(System.Boolean)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
      <param name="AddToTaskList"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.GetConversation">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.GetInspector">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.Importance">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.IsConflict">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_10_Event_Close">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_add_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_add_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_add_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeAttachmentSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_add_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeCheckNamesEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_add_Close(Microsoft.Office.Interop.Outlook.ItemEvents_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_add_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_CustomActionEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_add_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_CustomPropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_add_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_ForwardEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_add_Open(Microsoft.Office.Interop.Outlook.ItemEvents_OpenEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_add_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_PropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_add_Read(Microsoft.Office.Interop.Outlook.ItemEvents_ReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_add_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_add_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyAllEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_add_Send(Microsoft.Office.Interop.Outlook.ItemEvents_SendEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_add_Write(Microsoft.Office.Interop.Outlook.ItemEvents_WriteEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_AttachmentAdd">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_AttachmentRead">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_BeforeAttachmentSave">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_BeforeCheckNames">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_Close">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_CustomAction">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_CustomPropertyChange">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_Forward">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_Open">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_PropertyChange">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_Read">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_remove_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_remove_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_remove_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeAttachmentSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_remove_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeCheckNamesEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_remove_Close(Microsoft.Office.Interop.Outlook.ItemEvents_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_remove_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_CustomActionEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_remove_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_CustomPropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_remove_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_ForwardEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_remove_Open(Microsoft.Office.Interop.Outlook.ItemEvents_OpenEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_remove_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_PropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_remove_Read(Microsoft.Office.Interop.Outlook.ItemEvents_ReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_remove_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_remove_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyAllEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_remove_Send(Microsoft.Office.Interop.Outlook.ItemEvents_SendEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_remove_Write(Microsoft.Office.Interop.Outlook.ItemEvents_WriteEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_Reply">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_ReplyAll">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_Send">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_Write">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemProperties">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.LastModificationTime">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.Links">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.MAPIOBJECT">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.MarkForDownload">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.MessageClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.Mileage">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.Move(Microsoft.Office.Interop.Outlook.MAPIFolder)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
      <param name="DestFldr"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.NoAging">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.Open">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.OutlookInternalVersion">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.OutlookVersion">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.PrintOut">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.PropertyAccessor">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.PropertyChange">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.Read">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.remove_AfterWrite(Microsoft.Office.Interop.Outlook.ItemEvents_10_AfterWriteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.remove_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.remove_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.remove_AttachmentRemove(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentRemoveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.remove_BeforeAttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.remove_BeforeAttachmentPreview(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentPreviewEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.remove_BeforeAttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.remove_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.remove_BeforeAttachmentWriteToTempFile(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentWriteToTempFileEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.remove_BeforeAutoSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAutoSaveEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.remove_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeCheckNamesEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.remove_BeforeDelete(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeDeleteEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.remove_BeforeRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.remove_Close(Microsoft.Office.Interop.Outlook.ItemEvents_10_CloseEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.remove_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomActionEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.remove_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomPropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.remove_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_10_ForwardEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.remove_Open(Microsoft.Office.Interop.Outlook.ItemEvents_10_OpenEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.remove_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_PropertyChangeEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.remove_Read(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.remove_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.remove_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyAllEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.remove_Send(Microsoft.Office.Interop.Outlook.ItemEvents_10_SendEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.remove_Unload(Microsoft.Office.Interop.Outlook.ItemEvents_10_UnloadEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.remove_Write(Microsoft.Office.Interop.Outlook.ItemEvents_10_WriteEventHandler)"></member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.Reply">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ReplyAll">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.RTFBody">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.Save">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.SaveAs(System.String,System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
      <param name="Path"></param>
      <param name="Type"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.Saved">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.Send">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.Sensitivity">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ShowCategoriesDialog">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.Size">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.Subject">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.Unload">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.UnRead">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.UserProperties">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.Write">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.TasksModule">
      <summary>Represents the Tasks navigation module in the Navigation Pane of an explorer.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.TasksModuleClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TasksModule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TasksModuleClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TasksModule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TasksModuleClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TasksModule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TasksModuleClass.Name">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TasksModule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TasksModuleClass.NavigationGroups">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TasksModule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TasksModuleClass.NavigationModuleType">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TasksModule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TasksModuleClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TasksModule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TasksModuleClass.Position">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TasksModule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TasksModuleClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TasksModule" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TasksModuleClass.Visible">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TasksModule" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.TextRuleCondition">
      <summary>Represents a rule condition that the part of the message, which can be the body, header, or subject, as specified by <see cref="P:Microsoft.Office.Interop.Outlook._TextRuleCondition.ConditionType" />, contains the words specified in <see cref="P:Microsoft.Office.Interop.Outlook._TextRuleCondition.Text" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.TextRuleConditionClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TextRuleCondition" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TextRuleConditionClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TextRuleCondition" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TextRuleConditionClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TextRuleCondition" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TextRuleConditionClass.ConditionType">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TextRuleCondition" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TextRuleConditionClass.Enabled">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TextRuleCondition" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TextRuleConditionClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TextRuleCondition" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TextRuleConditionClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TextRuleCondition" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TextRuleConditionClass.Text">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TextRuleCondition" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.TimelineView">
      <summary>Represents a view that displays Outlook items in a timeline.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.TimelineViewClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TimelineView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TimelineViewClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TimelineView" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TimelineViewClass.Apply">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TimelineView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TimelineViewClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TimelineView" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TimelineViewClass.Copy(System.String,Microsoft.Office.Interop.Outlook.OlViewSaveOption)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TimelineView" />.</summary>
      <param name="Name"></param>
      <param name="SaveOption"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TimelineViewClass.DefaultExpandCollapseSetting">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TimelineView" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TimelineViewClass.Delete">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TimelineView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TimelineViewClass.EndField">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TimelineView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TimelineViewClass.Filter">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TimelineView" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TimelineViewClass.GoToDate(System.DateTime)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TimelineView" />.</summary>
      <param name="Date"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TimelineViewClass.GroupByFields">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TimelineView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TimelineViewClass.ItemFont">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TimelineView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TimelineViewClass.Language">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TimelineView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TimelineViewClass.LockUserChanges">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TimelineView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TimelineViewClass.LowerScaleFont">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TimelineView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TimelineViewClass.MaxLabelWidth">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TimelineView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TimelineViewClass.Name">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TimelineView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TimelineViewClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TimelineView" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TimelineViewClass.Reset">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TimelineView" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TimelineViewClass.Save">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TimelineView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TimelineViewClass.SaveOption">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TimelineView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TimelineViewClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TimelineView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TimelineViewClass.ShowLabelWhenViewingByMonth">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TimelineView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TimelineViewClass.ShowWeekNumbers">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TimelineView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TimelineViewClass.Standard">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TimelineView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TimelineViewClass.StartField">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TimelineView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TimelineViewClass.TimelineViewMode">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TimelineView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TimelineViewClass.UpperScaleFont">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TimelineView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TimelineViewClass.ViewType">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TimelineView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TimelineViewClass.XML">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TimelineView" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.TimeZone">
      <summary>Represents information for a time zone as supported by Microsoft Windows.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.TimeZoneClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TimeZone" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TimeZoneClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TimeZone" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TimeZoneClass.Bias">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TimeZone" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TimeZoneClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TimeZone" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TimeZoneClass.DaylightBias">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TimeZone" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TimeZoneClass.DaylightDate">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TimeZone" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TimeZoneClass.DaylightDesignation">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TimeZone" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TimeZoneClass.ID">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TimeZone" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TimeZoneClass.Name">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TimeZone" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TimeZoneClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TimeZone" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TimeZoneClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TimeZone" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TimeZoneClass.StandardBias">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TimeZone" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TimeZoneClass.StandardDate">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TimeZone" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TimeZoneClass.StandardDesignation">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TimeZone" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.TimeZones">
      <summary>A collection of <see cref="T:Microsoft.Office.Interop.Outlook.TimeZone" /> objects. </summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.TimeZonesClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TimeZones" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TimeZonesClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TimeZones" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TimeZonesClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TimeZones" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.TimeZonesClass.ConvertTime(System.DateTime,Microsoft.Office.Interop.Outlook.TimeZone,Microsoft.Office.Interop.Outlook.TimeZone)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TimeZones" />.</summary>
      <param name="SourceDateTime"></param>
      <param name="SourceTimeZone"></param>
      <param name="DestinationTimeZone"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TimeZonesClass.Count">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TimeZones" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TimeZonesClass.CurrentTimeZone">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TimeZones" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TimeZonesClass.Item(System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TimeZones" />.</summary>
      <param name="Index"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TimeZonesClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TimeZones" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.TimeZonesClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.TimeZones" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ToOrFromRuleCondition">
      <summary>Represents a rule condition that the sender or the recipeints of the message, as specified by <see cref="P:Microsoft.Office.Interop.Outlook._ToOrFromRuleCondition.ConditionType" />, is in the recipients list specified in <see cref="P:Microsoft.Office.Interop.Outlook._ToOrFromRuleCondition.Recipients" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ToOrFromRuleConditionClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ToOrFromRuleCondition" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ToOrFromRuleConditionClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ToOrFromRuleCondition" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ToOrFromRuleConditionClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ToOrFromRuleCondition" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ToOrFromRuleConditionClass.ConditionType">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ToOrFromRuleCondition" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ToOrFromRuleConditionClass.Enabled">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ToOrFromRuleCondition" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ToOrFromRuleConditionClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ToOrFromRuleCondition" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ToOrFromRuleConditionClass.Recipients">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ToOrFromRuleCondition" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ToOrFromRuleConditionClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ToOrFromRuleCondition" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.UserDefinedProperties">
      <summary>Contains a set of <see cref="T:Microsoft.Office.Interop.Outlook.UserDefinedProperty" /> objects representing the user-defined properties defined for a <see cref="T:Microsoft.Office.Interop.Outlook.Folder" /> object.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.UserDefinedPropertiesClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.UserDefinedProperties" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.UserDefinedPropertiesClass.Add(System.String,Microsoft.Office.Interop.Outlook.OlUserPropertyType,System.Object,System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.UserDefinedProperties" />.</summary>
      <param name="Name"></param>
      <param name="Type"></param>
      <param name="DisplayFormat"></param>
      <param name="Formula"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.UserDefinedPropertiesClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.UserDefinedProperties" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.UserDefinedPropertiesClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.UserDefinedProperties" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.UserDefinedPropertiesClass.Count">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.UserDefinedProperties" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.UserDefinedPropertiesClass.Find(System.String)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.UserDefinedProperties" />.</summary>
      <param name="Name"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.UserDefinedPropertiesClass.Item(System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.UserDefinedProperties" />.</summary>
      <param name="Index"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.UserDefinedPropertiesClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.UserDefinedProperties" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.UserDefinedPropertiesClass.Refresh">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.UserDefinedProperties" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.UserDefinedPropertiesClass.Remove(System.Int32)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.UserDefinedProperties" />.</summary>
      <param name="Index"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.UserDefinedPropertiesClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.UserDefinedProperties" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.UserDefinedProperty">
      <summary>Represents the definition of a user-defined property for a <see cref="T:Microsoft.Office.Interop.Outlook.Folder" /> object.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.UserDefinedPropertyClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.UserDefinedProperty" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.UserDefinedPropertyClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.UserDefinedProperty" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.UserDefinedPropertyClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.UserDefinedProperty" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.UserDefinedPropertyClass.Delete">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.UserDefinedProperty" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.UserDefinedPropertyClass.DisplayFormat">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.UserDefinedProperty" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.UserDefinedPropertyClass.Formula">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.UserDefinedProperty" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.UserDefinedPropertyClass.Name">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.UserDefinedProperty" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.UserDefinedPropertyClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.UserDefinedProperty" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.UserDefinedPropertyClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.UserDefinedProperty" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.UserDefinedPropertyClass.Type">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.UserDefinedProperty" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.UserProperties">
      <summary>Contains <see cref="T:Microsoft.Office.Interop.Outlook.UserProperty" />   objects that represent the custom properties of an Outlook item.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.UserProperties.Add(System.String,Microsoft.Office.Interop.Outlook.OlUserPropertyType,System.Object,System.Object)">
      <summary>Creates a new user property in the <see cref="T:Microsoft.Office.Interop.Outlook.UserProperties" /> collection.</summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Outlook.UserProperty" /> object that represents the new property.</returns>
      <param name="Name">The name of the property.</param>
      <param name="Type">The type of the new property.</param>
      <param name="AddToFolderFields">True if the property will be added as a custom field to the folder  that the item is in. This field can be displayed in the  folder's view. False if the property will not be added as a custom field. The default value is True.</param>
      <param name="DisplayFormat">Specifies how the property will be displayed in the Outlook user interface. This parameter can be set to a value from one of several different enumerations, determined by the OlUserPropertyType constant specified in the <paramref name="Type" /> parameter. For more information on how <paramref name="Type" /> and <paramref name="DisplayFormat" /> interact, see <see cref="P:Microsoft.Office.Interop.Outlook._UserDefinedProperty.DisplayFormat" />.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.UserProperties.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.UserProperties.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.UserProperties.Count">
      <summary>Returns an Integer (int in C#) value indicating the count of objects in the specified collection. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.UserProperties.Find(System.String,System.Object)">
      <summary>Locates and returns a <see cref="T:Microsoft.Office.Interop.Outlook.UserProperty" /> object for the requested property name, if it exists.</summary>
      <returns>If you use UserProperties.Find to look for a custom property and the call succeeds, it will return a UserProperty object. If it fails, it will return Nothing (null in C#). If you use UserProperties.Find to look for a built-in property, specify False for the <paramref name="Custom" /> parameter. If the call succeeds, it will return the property as a UserProperty object. If the call fails, it will return Nothing (null in C#). If you specify True for <paramref name="Custom" />, the call will not find the built-in property and will return Nothing (null in C#).</returns>
      <param name="Name">The name of the requested property.</param>
      <param name="Custom">True if custom properties on the item should be searched, False if built-in properties should be searched.  </param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.UserProperties.Item(System.Object)">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Outlook.UserProperty" />  object from the collection.</summary>
      <returns>A UserProperty object that represents the specified object.</returns>
      <param name="Index">Either the one-based index number of the object, or a value used to match the default property of an object in the collection.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.UserProperties.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.UserProperties.Remove(System.Int32)">
      <summary>Removes an object from the collection.</summary>
      <param name="Index">The 1-based index value of the object within the collection.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.UserProperties.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.UserProperty">
      <summary>Represents a custom property of an Outlook item.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.UserProperty.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.UserProperty.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.UserProperty.Delete">
      <summary>Deletes an object from the collection.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.UserProperty.Formula">
      <summary>Returns or sets a String representing the formula for the user property. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.UserProperty.IsUserProperty">
      <summary>This object, member, or enumeration is deprecated and is not intended to be used in your code.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.UserProperty.Name">
      <summary>Returns the display name for the object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.UserProperty.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.UserProperty.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.UserProperty.Type">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlUserPropertyType" /> constant indicating the type of the specified object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.UserProperty.ValidationFormula">
      <summary>Returns or sets a String indicating the validation formula for the user property. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.UserProperty.ValidationText">
      <summary>Returns or sets a String specifying the validation text for the specified user property. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.UserProperty.Value">
      <summary>Returns or sets an Object indicating the value for the specified custom property. Read/write.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.View">
      <summary>Represents a customizable view used to sort, group, and view data.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.View.Application">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.Application" />  object that represents the parent Outlook application for the  object. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.View.Apply">
      <summary>Applies the view.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.View.Class">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlObjectClass" /> constant indicating the object's class. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.View.Copy(System.String,Microsoft.Office.Interop.Outlook.OlViewSaveOption)">
      <summary>Creates a new instance of a <see cref="T:Microsoft.Office.Interop.Outlook.View" /> object.</summary>
      <param name="Name">Represents the name of the new View object.</param>
      <param name="SaveOption">The save option that defines the permissions of the View object.</param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.View.Delete">
      <summary>Deletes an object from the collection.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.View.Filter">
      <summary>Returns or sets a String (string in C#) value that represents the filter for a view.  Read/write.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.View.GoToDate(System.DateTime)">
      <summary>Changes the date used by the current view to display information.</summary>
      <param name="Date">The date to which the view should be changed.</param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.View.Language">
      <summary>Returns or sets the language setting for the object that defines the language used in the menu. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.View.LockUserChanges">
      <summary>Returns or sets a Boolean value (bool in C#) that indicates whether a user can modify the settings of the current view. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.View.Name">
      <summary>Returns or sets the display name for the object. Read/write.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.View.Parent">
      <summary>Returns the parent Object of the specified object. Read-only.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.View.Reset">
      <summary>Resets a built-in Microsoft Outlook view to its original settings.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.View.Save">
      <summary>Saves the view, or saves the changes to a view.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.View.SaveOption">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlViewSaveOption" />  constant that specifies the folders in which the specified view is available and the read permissions attached to the view.  Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.View.Session">
      <summary>Returns the <see cref="T:Microsoft.Office.Interop.Outlook.NameSpace" />  object for the current session. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.View.Standard">
      <summary>Returns a Boolean (bool in C#) that specifies whether or not the view is a built-in Outlook view. Read-only</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.View.ViewType">
      <summary>Returns an <see cref="T:Microsoft.Office.Interop.Outlook.OlViewType" />  constant representing the view type of a <see cref="T:Microsoft.Office.Interop.Outlook.View" /> object. Read-only.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.View.XML">
      <summary>Returns or sets a String (string in C#) value that specifies the XML definition of the current view.  Read/write.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ViewField">
      <summary>Represents a view field, used to display information in a view.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ViewFieldClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ViewField" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ViewFieldClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ViewField" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ViewFieldClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ViewField" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ViewFieldClass.ColumnFormat">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ViewField" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ViewFieldClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ViewField" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ViewFieldClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ViewField" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ViewFieldClass.ViewXMLSchemaName">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ViewField" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ViewFields">
      <summary>Represents the collection of <see cref="T:Microsoft.Office.Interop.Outlook.ViewField" /> objects in a view.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ViewFieldsClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ViewFields" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ViewFieldsClass.Add(System.String)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ViewFields" />.</summary>
      <param name="PropertyName"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ViewFieldsClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ViewFields" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ViewFieldsClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ViewFields" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ViewFieldsClass.Count">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ViewFields" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ViewFieldsClass.Insert(System.String,System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ViewFields" />.</summary>
      <param name="PropertyName"></param>
      <param name="Index"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ViewFieldsClass.Item(System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ViewFields" />.</summary>
      <param name="Index"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ViewFieldsClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ViewFields" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ViewFieldsClass.Remove(System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ViewFields" />.</summary>
      <param name="Index"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ViewFieldsClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ViewFields" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ViewFont">
      <summary>Represents the font used when formatting  text in various portions of  a view.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ViewFontClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ViewFont" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ViewFontClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ViewFont" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ViewFontClass.Bold">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ViewFont" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ViewFontClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ViewFont" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ViewFontClass.Color">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ViewFont" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ViewFontClass.ExtendedColor">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ViewFont" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ViewFontClass.Italic">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ViewFont" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ViewFontClass.Name">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ViewFont" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ViewFontClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ViewFont" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ViewFontClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ViewFont" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ViewFontClass.Size">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ViewFont" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ViewFontClass.Strikethrough">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ViewFont" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ViewFontClass.Underline">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ViewFont" />.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.Views">
      <summary>Contains a collection of all <see cref="T:Microsoft.Office.Interop.Outlook.View" />  objects in the current folder.</summary>
    </member>
    <member name="T:Microsoft.Office.Interop.Outlook.ViewsClass">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Views" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ViewsClass.Add(System.String,Microsoft.Office.Interop.Outlook.OlViewType,Microsoft.Office.Interop.Outlook.OlViewSaveOption)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Views" />.</summary>
      <param name="Name"></param>
      <param name="ViewType"></param>
      <param name="SaveOption"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ViewsClass.add_ViewAdd(Microsoft.Office.Interop.Outlook._ViewsEvents_ViewAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ViewsClass.add_ViewRemove(Microsoft.Office.Interop.Outlook._ViewsEvents_ViewRemoveEventHandler)"></member>
    <member name="P:Microsoft.Office.Interop.Outlook.ViewsClass.Application">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Views" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ViewsClass.Class">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Views" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ViewsClass.Count">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Views" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ViewsClass.GetEnumerator">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Views" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ViewsClass.Item(System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Views" />.</summary>
      <param name="Index"></param>
    </member>
    <member name="P:Microsoft.Office.Interop.Outlook.ViewsClass.Parent">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Views" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ViewsClass.Remove(System.Object)">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Views" />.</summary>
      <param name="Index"></param>
    </member>
    <member name="M:Microsoft.Office.Interop.Outlook.ViewsClass.remove_ViewAdd(Microsoft.Office.Interop.Outlook._ViewsEvents_ViewAddEventHandler)"></member>
    <member name="M:Microsoft.Office.Interop.Outlook.ViewsClass.remove_ViewRemove(Microsoft.Office.Interop.Outlook._ViewsEvents_ViewRemoveEventHandler)"></member>
    <member name="P:Microsoft.Office.Interop.Outlook.ViewsClass.Session">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Views" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ViewsClass.ViewAdd">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Views" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Interop.Outlook.ViewsClass.ViewRemove">
      <summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.Views" />.</summary>
    </member>
  </members>
</doc>