Click here to Skip to main content
15,886,563 members
Articles / Programming Languages / XML

Generate Automated Builds for Source Code from Multiple Branches using Team Foundation Server and Team Builds

Rate me:
Please Sign up or sign in to vote.
4.83/5 (29 votes)
14 Mar 2010CPOL3 min read 64.6K   537   50  
Generate automated builds for source code from multiple branches using Team Foundation Server and Team Builds
<?xml version="1.0" encoding="utf-8"?>
<doc>
	<assembly>
		<name>Microsoft.Office.Interop.Outlook</name>
	</assembly>
	<members>
		<member name="T:Microsoft.Office.Interop.Outlook._Application">
			<summary>This class supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._Application.ActiveExplorer">
			<summary>Gets the topmost Explorer object on the desktop. If no explorer is active, returns null.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._Application.ActiveInspector">
			<summary>Gets the topmost Inspector object on the desktop. If no inspector is active, returns null.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._Application.ActiveWindow">
			<summary>Gets an object representing the topmost Microsoft Outlook window on the desktop, either an Explorer or an Inspector object.</summary>
		</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 Microsoft SQL Server search string and returns a Search object.</summary>
			<param name="Scope">The scope of the search. For example, the name of a folder. It is recommended that the folder name is enclosed within single quotes. Otherwise, the search might not return correct results if the folder name contains special characters including Unicode characters.</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>
			<param name="Filter">The DASL search filter that defines the parameters of the search.</param>
		</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 and returns an object representing the copied document.</summary>
			<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 a new Microsoft Office Outlook item and returns it. The CreateItem method can only create default Outlook items. To create new items using a custom form, use the Add method on the Items collection.</summary>
			<param name="ItemType">The OlItemType for the new item.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._Application.CreateItemFromTemplate(System.String,System.Object)">
			<summary>Creates a new Microsoft Office Outlook item from an Outlook template (.oft) and returns the new item.</summary>
			<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. If the application is already running, CreateObject will create a new instance.</summary>
			<param name="ObjectName">The class name of the object to create.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._Application.GetNamespace(System.String)">
			<summary>Returns a NameSpace object of the specified type.</summary>
			<param name="Type">The type of name space to return.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._Application.IsSearchSynchronous(System.String)">
			<summary>Gets a Boolean indicating if a search will be synchronous or asynchronous</summary>
			<param name="LookInFolders">The path name of the folders that the search will search through. It is recommended that the folder name is enclosed within single quotes.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._Application.Quit">
			<summary>Closes all currently open windows. The associated Microsoft Outlook session is closed completely; the user is logged out of the messaging system and any changes to items not already saved are discarded.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Application.AnswerWizard">
			<summary>Gets the AnswerWizard object for the application.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Application.Application">
			<summary>Gets an object that represents the parent application (Microsoft Office Outlook) for the Application.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Application.Assistant">
			<summary>Gets an Assistant object that represents the Microsoft Office Assistant.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Application.Class">
			<summary>Gets an OlObjectClass constant indicating the Application class.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Application.COMAddIns">
			<summary>Gets a COMAddIns collection that represents all the Component Object Model (COM) add-ins currently loaded in Microsoft Office Outlook.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Application.Explorers">
			<summary>Gets an Explorers collection object that contains the Explorer objects representing all open explorers.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Application.Inspectors">
			<summary>Gets an Inspectors collection object that contains the Inspector objects representing all open inspectors.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Application.LanguageSettings">
			<summary>Gets a LanguageSettings object for the application that contains the language-specific attributes of Microsoft Office Outlook.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Application.Name">
			<summary>Gets the display name for the Application object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Application.Parent">
			<summary>Gets the parent Object of the Application object</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Application.ProductCode">
			<summary>Gets the Microsoft Office Outlook globally unique identifier (GUID).</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Application.Reminders">
			<summary>Gets a Reminders collection that represents all current reminders.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Application.Session">
			<summary>Gets the NameSpace object for the current session.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Application.Version">
			<summary>Gets the number of the version.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook._AppointmentItem">
			<summary>This class supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</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>The Close method closes the AppointmentItem 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="M:Microsoft.Office.Interop.Outlook._AppointmentItem.Copy">
			<summary>Creates another instance of an AppointmentItem.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._AppointmentItem.Delete">
			<summary>Deletes an AppointmentItem from a collection.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._AppointmentItem.Display(System.Object)">
			<summary>The Display method displays a new Inspector object for the AppointmentItem.</summary>
			<param name="Modal">true to make the window modal. The default value is False.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._AppointmentItem.ForwardAsVcal">
			<summary>Forwards the AppointmentItem as a vCal; virtual calendar item. The ForwardAsVcal method returns a MailItem with the vCal file attached.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._AppointmentItem.GetRecurrencePattern">
			<summary>Returns a RecurrencePattern object that represents the recurrence attributes of an AppointmentItem. If there is no existing recurrence pattern, a new empty RecurrencePattern object is returned.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._AppointmentItem.Move(Microsoft.Office.Interop.Outlook.MAPIFolder)">
			<summary>Moves the AppointmentItem to a new folder.</summary>
			<param name="DestFldr">The destination folder.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._AppointmentItem.PrintOut">
			<summary>Prints the AppointmentItem using all default settings.</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 for the AppointmentItem.</summary>
			<param name="Response">The response to the request.</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.</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>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._AppointmentItem.Save">
			<summary>Saves the AppointmentItem to the current folder or, if this is a new item, to the AppointmentItem default folder.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._AppointmentItem.SaveAs(System.String,System.Object)">
			<summary>Saves the AppointmentItem 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="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>
			<param name="Path">The path in which to save the item.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._AppointmentItem.Send">
			<summary>Sends the AppointmentItem.</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 AppointmentItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.Actions">
			<summary>Gets an Actions collection that represents all the available actions for the AppointmentItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.AllDayEvent">
			<summary>true if the appointment is an all-day event (as opposed to a specified time).</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.Application">
			<summary>Gets an Application object that represents the parent application (Microsoft Office Outlook) for the AppointmentItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.Attachments">
			<summary>Gets an Attachments object that represents all the attachments for the AppointmentItem</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.AutoResolvedWinner">
			<summary>Gets a value that indicates whether the AppointmentItem is the winner of an automatic conflict resolution.</summary>
			<returns>true if the AppointmentItem is a winner of an automatic conflict resolution; otherwise, false.</returns>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.BillingInformation">
			<summary>Gets or sets the billing information associated with the Outlook item.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.Body">
			<summary>Gets or sets the clear-text body of the Microsoft Outlook item.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.BusyStatus">
			<summary>Gets or sets an OlBusyStatus constant indicating the busy status of the user for the appointment.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.Categories">
			<summary>Gets or sets the categories assigned to the Microsoft Outlook item.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.Class">
			<summary>Gets an OlObjectClass constant indicating the object's class.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.Companies">
			<summary>Gets or sets the names of the companies associated with the AppointmentItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.Conflicts">
			<summary>Gets the Conflicts object that represents the items that are in conflict for the AppointmentItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.ConversationIndex">
			<summary>Gets the index of the conversation thread of the AppointmentItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.ConversationTopic">
			<summary>Gets the topic of the conversation thread of the AppointmentItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.CreationTime">
			<summary>Gets the creation time for the AppointmentItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.DownloadState">
			<summary>Gets an OlDownloadState constant indicating the download state of the AppointmentItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.Duration">
			<summary>Gets or sets the duration (in minutes) of the AppointmentItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.End">
			<summary>Gets or sets the end date and time of an AppointmentItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.EntryID">
			<summary>Gets the unique entry ID of the AppointmentItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.FormDescription">
			<summary>Gets the FormDescription object that represents the form description for the AppointmentItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.GetInspector">
			<summary>Gets an Inspector object that represents an inspector initialized to contain the AppointmentItem. </summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.Importance">
			<summary>Gets or sets an OlImportance constant indicating the relative importance level for the AppointmentItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.InternetCodepage">
			<summary>Gets or sets the Internet code page used by the AppointmentItem. The Internet code page defines the text encoding scheme used by the AppointmentItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.IsConflict">
			<summary>Gets a value that indicates whether the AppointmentItem is in conflict.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.IsOnlineMeeting">
			<summary>true if this is an online meeting.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.IsRecurring">
			<summary>true if the AppointmentItem is a recurring appointment. When the GetRecurrencePattern method is used with an AppointmentItem, this property is set to true.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.ItemProperties">
			<summary>Gets an ItemProperties collection that represents all standard and user-defined properties associated with an AppointmentItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.LastModificationTime">
			<summary>Gets the date and time that the AppointmentItem was last modified.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.Links">
			<summary>Gets a Links collection of Link objects that represent the contacts to which the AppointmentItem is linked.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.Location">
			<summary>Gets or sets the specific office location (for example, Building 1 Room 1 or Suite 123) for the AppointmentItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.MarkForDownload">
			<summary>Gets or sets an OlRemoteStatus constant that determines the status of an AppointmentItem once it is received by a remote user.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.MeetingStatus">
			<summary>Gets or sets an OlMeetingStatus constant specifying the meeting status of the appointment. Use this property to make a MeetingItem object available for the AppointmentItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.MeetingWorkspaceURL">
			<summary>Gets the URL for the Meeting Workspace that the meeting or appointment item is linked to.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.MessageClass">
			<summary>Gets or sets the message class for the Microsoft Outlook item or Action.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.Mileage">
			<summary>Gets or sets the mileage for an item.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.NetMeetingAutoStart">
			<summary>Gets or sets if this online meeting starts automatically.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.NetMeetingDocPathName">
			<summary>Gets or sets the full path to the Microsoft Office document specified for a Microsoft NetMeeting online meeting.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.NetMeetingOrganizerAlias">
			<summary>Gets or sets the alias of the meeting organizer, if this is an online meeting.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.NetMeetingServer">
			<summary>Gets or sets the name of the Microsoft NetMeeting server being used for an online meeting.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.NetMeetingType">
			<summary>Gets or sets an OlNetMeetingType constant specifying the type of Microsoft NetMeeting.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.NetShowURL">
			<summary>Gets or sets the URL for a Microsoft NetShow online meeting.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.NoAging">
			<summary>Gets or sets whether or not to age the Outlook AppointmentItem. true not to age the AppointmentItem; otherwise, false.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.OptionalAttendees">
			<summary>Gets or sets the display string of optional attendees names for the AppointmentItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.Organizer">
			<summary>Gets the name of the organizer of the appointment.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.OutlookInternalVersion">
			<summary>Gets the build number of the Microsoft Outlook application for an Outlook AppointmentItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.OutlookVersion">
			<summary>Gets the major and minor version number of the Microsoft Outlook application for an Outlook item.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.Parent">
			<summary>Gets the parent object of the specified AppointmentItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.Recipients">
			<summary>Gets a Recipients collection that represents all the recipients for the AppointmentItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.RecurrenceState">
			<summary>Gets an OlRecurrenceState constant indicating the recurrence property of the AppointmentItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.ReminderMinutesBeforeStart">
			<summary>Gets or sets the number of minutes the reminder should occur prior to the start of the appointment.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.ReminderOverrideDefault">
			<summary>Gets or sets if the reminder overrides the default reminder behavior for the AppointmentItem. true if it overrides; otherwise, false.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.ReminderPlaySound">
			<summary>Gets or sets whether the reminder should play a sound when it occurs for this appointment or task. The ReminderPlaySound property must be set in order to validate the ReminderSoundFile property. true to play a sound; otherwise, false.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.ReminderSet">
			<summary>Gets or sets whether a reminder has been set for this AppointmentItem. true if a reminder has been set; otherwise, false.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.ReminderSoundFile">
			<summary>Gets or sets the sound file to play when the reminder occurs for the AppointmentItem. This property is only valid if the ReminderOverrideDefault and ReminderPlaySound properties are set to true.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.ReplyTime">
			<summary>Gets or sets a Date indicating the reply time for the AppointmentItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.RequiredAttendees">
			<summary>Gets a semicolon-delimited String of required attendee names for the AppointmentItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.Resources">
			<summary>Gets a semicolon-delimited String of resource names for the AppointmentItem. This property contains the display names only. The Recipients collection should be used to modify the resource recipients. Resources are added as BCC recipients to the collection.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.ResponseRequested">
			<summary>Gets or sets whether the sender would like a response to the meeting request for the appointment. true if the sender would like a response; otherwise, false.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.ResponseStatus">
			<summary>Gets an OlResponseStatus constant indicating the overall status of the meeting for the current user for the AppointmentItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.Saved">
			<summary>Gets whether or not the AppointmentItem has not been modified since the last save. true if it has been not been modified; otherwise, false.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.Sensitivity">
			<summary>Gets or sets an OlSensitivity constant indicating the sensitivity for the AppointmentItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.Session">
			<summary>Gets the NameSpace object for the current session.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.Size">
			<summary>Gets the size (in bytes) of the Outlook item.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.Start">
			<summary>Gets the starting date and time for the appointment or Journal entry.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.Subject">
			<summary>Gets or sets the subject for the AppointmentItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.UnRead">
			<summary>Gets whether the AppointmentItem has not been opened (read). true if it has not been opened; otherwise, false.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._AppointmentItem.UserProperties">
			<summary>Gets the UserProperties collection that represents all the user properties for the AppointmentItem.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook._ContactItem">
			<summary>This class supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._ContactItem.AddPicture(System.String)">
			<summary>Adds a picture to the ContactItem.</summary>
			<param name="Path">The complete path and filename of the picture to be added to the contact item.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._ContactItem.Close(Microsoft.Office.Interop.Outlook.OlInspectorClose)">
			<summary>For an Inspector or Microsoft ContactItem object, the Close method closes the inspector or item 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="M:Microsoft.Office.Interop.Outlook._ContactItem.Copy">
			<summary>Creates another instance of the ContactItem.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._ContactItem.Delete">
			<summary>Deletes an object from a collection.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._ContactItem.Display(System.Object)">
			<summary>For the specified ContactItem, the Display method displays a new Inspector object for the item.</summary>
			<param name="Modal">true to make the window modal.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._ContactItem.ForwardAsVcard">
			<summary>Forwards the ContactItem as a vCard, the Internet standard for creating and sharing virtual business cards. The ForwardAsVcard method returns a MailItem with the vCard file attached.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._ContactItem.Move(Microsoft.Office.Interop.Outlook.MAPIFolder)">
			<summary>Moves a ContactItem to a new folder.</summary>
			<param name="DestFldr">The destination folder.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._ContactItem.PrintOut">
			<summary>Prints the Outlook item using all default settings.</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.Save">
			<summary>Saves the ContactItem 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="Type">The file type to save.</param>
			<param name="Path">The path in which to save the item.</param>
		</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="P:Microsoft.Office.Interop.Outlook._ContactItem.Account">
			<summary>Gets or sets the account for the contact.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.Actions">
			<summary>Gets an Actions collection that represents all the available actions for the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.Anniversary">
			<summary>Gets or sets the anniversary date for the contact.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.Application">
			<summary>Gets the parent application (Microsoft Office Outlook) for a ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.AssistantName">
			<summary>Gets or sets the name of the person who is the assistant for the contact.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.AssistantTelephoneNumber">
			<summary>Gets or sets the telephone number of the person who is the assistant for the contact.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.Attachments">
			<summary>Gets an Attachments object that represents all the attachments for the specified ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.AutoResolvedWinner">
			<summary>Gets true if the item is a winner of an automatic conflict resolution; otherwise, false.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.BillingInformation">
			<summary>Gets or sets the billing information associated with the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.Birthday">
			<summary>Gets or sets the birthday for the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.Body">
			<summary>Gets or sets the clear-text body of the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.Business2TelephoneNumber">
			<summary>Gets or sets the second business telephone number for the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.BusinessAddress">
			<summary>Gets or sets the whole, unparsed business address for the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.BusinessAddressCity">
			<summary>Gets or sets the city name portion of the business address for the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.BusinessAddressCountry">
			<summary>Gets or sets the country/region code portion of the business address for the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.BusinessAddressPostalCode">
			<summary>Gets or sets the postal code (zip code) portion of the business address for the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.BusinessAddressPostOfficeBox">
			<summary>Gets or sets the post office box number portion of the business address for the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.BusinessAddressState">
			<summary>Gets or sets the state code portion of the business address for the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.BusinessAddressStreet">
			<summary>Gets or sets the street address portion of the business address for the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.BusinessFaxNumber">
			<summary>Gets or sets the business fax number for the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.BusinessHomePage">
			<summary>Gets or sets the URL of the business Web page for the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.BusinessTelephoneNumber">
			<summary>Gets or sets the first business telephone number for the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.CallbackTelephoneNumber">
			<summary>Gets or sets the callback telephone number for the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.CarTelephoneNumber">
			<summary>Gets or sets the car telephone number for the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.Categories">
			<summary>Gets or sets the categories assigned to the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.Children">
			<summary>Gets or sets the names of the children of the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.Class">
			<summary>Gets an OlObjectClass constant indicating the object's class.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.Companies">
			<summary>Gets or sets the companies associated with the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.CompanyAndFullName">
			<summary>Gets the concatenated company name and full name for the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.CompanyLastFirstNoSpace">
			<summary>Gets the company name for the ContactItem followed by the concatenated last name, first name, and middle name with no space between the last and first names.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.CompanyLastFirstSpaceOnly">
			<summary>Gets the company name for the ContactItem followed by the concatenated last name, first name, and middle name with spaces between the last, first, and middle names.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.CompanyMainTelephoneNumber">
			<summary>Gets or sets the company main telephone number for the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.CompanyName">
			<summary>Gets or sets a String representing the company name for the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.ComputerNetworkName">
			<summary>Gets or sets the name of the computer network for the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.Conflicts">
			<summary>Gets the Conflicts object that represents the items that are in conflict with the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.ConversationIndex">
			<summary>Gets the index of the conversation thread of the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.ConversationTopic">
			<summary>Gets the topic of the conversation thread of the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.CreationTime">
			<summary>Gets the creation time for the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.CustomerID">
			<summary>Gets or sets the customer ID for the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.Department">
			<summary>Gets or sets the department name for the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.DownloadState">
			<summary>Gets an OlDownloadState constant indicating the download state of the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.Email1Address">
			<summary>Gets or sets the e-mail address of the first e-mail entry for the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.Email1AddressType">
			<summary>Gets or sets the address type (such as EX or SMTP) of the first e-mail entry for the ContactItem. This is a free-form text field, but it must match the actual type of an existing e-mail transport.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.Email1DisplayName">
			<summary>Gets the display name of the first e-mail address for the ContactItem. This property is set to the value of the FullName property by default.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.Email1EntryID">
			<summary>Gets the entry ID of the first e-mail address for the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.Email2Address">
			<summary>Gets or sets the e-mail address of the second e-mail entry for the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.Email2AddressType">
			<summary>Gets or sets the address type (such as EX or SMTP) of the second e-mail entry for the ContactItem. This is a free-form text field, but it must match the actual type of an existing e-mail transport.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.Email2DisplayName">
			<summary>Gets the display name of the second e-mail entry for the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.Email2EntryID">
			<summary>Gets the entry ID of the second e-mail entry for the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.Email3Address">
			<summary>Gets or sets the e-mail address of the third e-mail entry for the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.Email3AddressType">
			<summary>Gets or sets the address type (such as EX or SMTP) of the third e-mail entry for the ContactItem. This is a free-form text field, but it must match the actual type of an existing e-mail transport.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.Email3DisplayName">
			<summary>Gets the display name of the third e-mail entry for the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.Email3EntryID">
			<summary>Gets the entry ID of the third e-mail entry for the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.EntryID">
			<summary>Gets the unique entry ID of the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.FileAs">
			<summary>Gets or sets the default keyword string assigned to the ContactItem when it is filed.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.FirstName">
			<summary>Gets or sets the first name for the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.FormDescription">
			<summary>Gets the FormDescription object that represents the form description for the ContactItem</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.FTPSite">
			<summary>Gets or sets the FTP site entry for the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.FullName">
			<summary>Gets or sets the whole, unparsed full name for the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.FullNameAndCompany">
			<summary>Gets the full name and company of the ContactItem by concatenating the values of the FullName and CompanyName properties.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.Gender">
			<summary>Gets or sets an OlGender constant indicating the gender of the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.GetInspector">
			<summary>Gets an Inspector object initialized to contain the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.GovernmentIDNumber">
			<summary>Gets or sets the government ID number for the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.HasPicture">
			<summary>true if a ContactItem has a picture associated with it.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.Hobby">
			<summary>Gets or sets the hobby for the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.Home2TelephoneNumber">
			<summary>Gets or sets the second home telephone number for the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.HomeAddress">
			<summary>Gets or sets the full, unparsed text of the home address for the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.HomeAddressCity">
			<summary>Gets or sets the city portion of the home address for the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.HomeAddressCountry">
			<summary>Gets or sets the country/region portion of the home address for the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.HomeAddressPostalCode">
			<summary>Gets or sets the postal code portion of the home address for the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.HomeAddressPostOfficeBox">
			<summary>Gets or sets the post office box number portion of the home address for the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.HomeAddressState">
			<summary>Gets or sets the state portion of the home address for the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.HomeAddressStreet">
			<summary>Gets or sets the street portion of the home address for the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.HomeFaxNumber">
			<summary>Gets or sets the home fax number for the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.HomeTelephoneNumber">
			<summary>Gets or sets the first home telephone number for the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.IMAddress">
			<summary>Gets or sets a String that represents a contact's Microsoft Instant Messenger address.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.Importance">
			<summary>Gets or sets an OlImportance constant indicating the relative importance level for the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.Initials">
			<summary>Gets or sets the initials for the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.InternetFreeBusyAddress">
			<summary>Gets or sets the Address box on the Details tab for a ContactItem. This box can contain the URL location of the user's free-busy information in vCard Free-Busy standard format.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.IsConflict">
			<summary>Returns true if the ContactItem is in conflict.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.ISDNNumber">
			<summary>Gets or sets the ISDN number for the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.ItemProperties">
			<summary>Gets an ItemProperties collection that represents all standard and user-defined properties associated with a ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.JobTitle">
			<summary>Gets or sets the job title for the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.Journal">
			<summary>true if the transaction of the ContactItem will be journalized. The default value is false.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.Language">
			<summary>Gets or sets the language setting for the ContactItem that defines the language used in the menu. The Language property uses a String to represent an ISO language tag. For example, the string "EN-US" represents the ISO code for "United States - English."</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.LastFirstAndSuffix">
			<summary>Gets the last name, first name, middle name, and suffix of the contact. There is a comma between the last and first names and spaces between all the names and the suffix.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.LastFirstNoSpace">
			<summary>Gets the concatenated last name, first name, and middle name of the contact with no space between the last name and the first name.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.LastFirstNoSpaceAndSuffix">
			<summary>Gets the last name, first name, and suffix of the user without a space.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.LastFirstNoSpaceCompany">
			<summary>Gets the concatenated last name, first name, and middle name of the ContactItem with no space between the last name and the first name.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.LastFirstSpaceOnly">
			<summary>Gets the concatenated last name, first name, and middle name of the ContactItem with spaces between them.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.LastFirstSpaceOnlyCompany">
			<summary>Gets the concatenated last name, first name, and middle name of the ContactItem with spaces between them. The company name for the contact is after the middle name.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.LastModificationTime">
			<summary>Gets the date and time that the ContactItem was last modified.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.LastName">
			<summary>Gets or sets the last name for the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.LastNameAndFirstName">
			<summary>Gets the concatenated last name and first name for the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.Links">
			<summary>Returns a Links collection of Link objects that represent the contacts to which the ContactItem is linked.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.MailingAddress">
			<summary>Gets or sets the full, unparsed selected mailing address for the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.MailingAddressCity">
			<summary>Gets or sets the city name portion of the selected mailing address of the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.MailingAddressCountry">
			<summary>Gets or sets the country/region code portion of the selected mailing address of the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.MailingAddressPostalCode">
			<summary>Gets or sets the postal code (zip code) portion of the selected mailing address of the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.MailingAddressPostOfficeBox">
			<summary>Gets or sets the post office box number portion of the selected mailing address of the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.MailingAddressState">
			<summary>Gets or sets the state code portion for the selected mailing address of the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.MailingAddressStreet">
			<summary>Gets or sets the street address portion of the selected mailing address of the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.ManagerName">
			<summary>Gets or sets the manager name for the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.MarkForDownload">
			<summary>Gets or sets an OlRemoteStatus constant that determines the status of an ContactItem once it is received by a remote user.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.MessageClass">
			<summary>Gets or sets the message class for the ContactItem or Action.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.MiddleName">
			<summary>Gets or sets the middle name for the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.Mileage">
			<summary>Gets or sets the mileage for a ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.MobileTelephoneNumber">
			<summary>Gets or sets the mobile telephone number for the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.NetMeetingAlias">
			<summary>Gets or sets the user's Microsoft NetMeeting ID, or alias.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.NetMeetingServer">
			<summary>Gets or sets the name of the Microsoft NetMeeting server being used for an online meeting.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.NickName">
			<summary>Gets or sets the nickname for the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.NoAging">
			<summary>true to not age the Outlook item.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.OfficeLocation">
			<summary>Gets or sets the specific office location (for example, Building 1 Room 1 or Suite 123) for the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.OrganizationalIDNumber">
			<summary>Gets or sets the organizational ID number for the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.OtherAddress">
			<summary>Gets or sets the other address for the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.OtherAddressCity">
			<summary>Gets or sets the city portion of the other address for the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.OtherAddressCountry">
			<summary>Gets or sets the country/region portion of the other address for the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.OtherAddressPostalCode">
			<summary>Gets or sets the postal code portion of the other address for the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.OtherAddressPostOfficeBox">
			<summary>Gets or sets the post office box portion of the other address for the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.OtherAddressState">
			<summary>Gets or sets the state portion of the other address for the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.OtherAddressStreet">
			<summary>Gets or sets the street portion of the other address for the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.OtherFaxNumber">
			<summary>Gets or sets the other fax number for the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.OtherTelephoneNumber">
			<summary>Gets or sets the other telephone number for the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.OutlookInternalVersion">
			<summary>Gets the build number of the Microsoft Office Outlook application for a ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.OutlookVersion">
			<summary>Gets the major and minor version number of the Microsoft Office Outlook application for a ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.PagerNumber">
			<summary>Gets or sets the pager number for the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.Parent">
			<summary>Gets the parent Object of the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.PersonalHomePage">
			<summary>Gets or sets the URL of the personal Web page for the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.PrimaryTelephoneNumber">
			<summary>Gets or sets the primary telephone number for the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.Profession">
			<summary>Gets or sets the profession for the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.RadioTelephoneNumber">
			<summary>Gets or sets the radio telephone number for the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.ReferredBy">
			<summary>Gets or sets the referral name entry for the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.Saved">
			<summary>true if the ContactItem has not been modified since the last save.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.SelectedMailingAddress">
			<summary>Gets or sets an OlMailingAddress constant indicating the type of the mailing address for the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.Sensitivity">
			<summary>Gets or sets an OlSensitivity constant indicating the sensitivity for the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.Session">
			<summary>Gets the NameSpace object for the current session.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.Size">
			<summary>Gets the size (in bytes) of the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.Spouse">
			<summary>Gets or sets the spouse name entry for the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.Subject">
			<summary>Gets or sets the subject for the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.Suffix">
			<summary>Gets or sets the name suffix (such as Jr., III, or Ph.D.) for the specified ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.TelexNumber">
			<summary>Gets or sets the telex number for the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.Title">
			<summary>Gets or sets the title for the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.TTYTDDTelephoneNumber">
			<summary>Gets or sets the TTY/TDD telephone number for the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.UnRead">
			<summary>true if the ContactItem has not been opened (read).</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.User1">
			<summary>Gets or sets the first Microsoft Schedule+ user for the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.User2">
			<summary>Gets or sets the second Microsoft Schedule+ user for the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.User3">
			<summary>Gets or sets the third Microsoft Schedule+ user for the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.User4">
			<summary>Gets or sets the fourth Microsoft Schedule+ user for the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.UserCertificate">
			<summary>This property is not functional and is not intended for use.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.UserProperties">
			<summary>Gets the UserProperties collection that represents all the user properties for the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.WebPage">
			<summary>Gets or sets the URL of the Web page for the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.YomiCompanyName">
			<summary>Gets or sets the Japanese phonetic rendering (yomigana) of the company name for the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.YomiFirstName">
			<summary>Gets or sets the Japanese phonetic rendering (yomigana) of the first name for the ContactItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ContactItem.YomiLastName">
			<summary>Gets or sets the Japanese phonetic rendering (yomigana) of the last name for the ContactItem.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook._DDocSiteControl">
			<summary>This class supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._DDocSiteControl.ReadOnly">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook._DDocSiteControlEvents">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook._DDocSiteControlEvents_Event">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook._DistListItem">
			<summary>This class supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</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.</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="M:Microsoft.Office.Interop.Outlook._DistListItem.Close(Microsoft.Office.Interop.Outlook.OlInspectorClose)">
			<summary>For the Explorer object, the Close method closes the explorer.</summary>
			<param name="SaveMode">The close behavior.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._DistListItem.Copy">
			<summary>Creates another instance of an object.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._DistListItem.Delete">
			<summary>Deletes an object from a collection.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._DistListItem.Display(System.Object)">
			<summary>The Display method displays a new Inspector object for the DistListItem.</summary>
			<param name="Modal">true to make the window modal.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._DistListItem.GetMember(System.Int32)">
			<summary>Returns a Recipient object representing a member in a distribution list.</summary>
			<param name="Index">The index number of the member to be retrieved.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._DistListItem.Move(Microsoft.Office.Interop.Outlook.MAPIFolder)">
			<summary>Moves the DistListItem to a new folder.</summary>
			<param name="DestFldr">The destination folder.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._DistListItem.PrintOut">
			<summary>Prints the DistListItem using all default settings.</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="M:Microsoft.Office.Interop.Outlook._DistListItem.Save">
			<summary>Saves the DistListItem to the current folder or, if this is a new DistListItem, 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 DistListItem to the specified path and in the format of the specified file type.</summary>
			<param name="Type">The file type to save.</param>
			<param name="Path">The path in which to save the item.</param>
		</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 DistListItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._DistListItem.Actions">
			<summary>Gets an Actions collection that represents all the available actions for the DistListItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._DistListItem.Application">
			<summary>Gets an Application object that represents the parent application (Microsoft Office Outlook) for the DistListItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._DistListItem.Attachments">
			<summary>Gets an Attachments object that represents all the attachments for the DistListItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._DistListItem.AutoResolvedWinner">
			<summary>true if the item is a winner of an automatic conflict resolution; otherwise, false.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._DistListItem.BillingInformation">
			<summary>Gets or sets a String representing the billing information associated with the DistListItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._DistListItem.Body">
			<summary>Gets or sets the clear-text body of the DistListItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._DistListItem.Categories">
			<summary>Gets or sets the categories assigned to the DistListItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._DistListItem.Class">
			<summary>Gets an OlObjectClass constant indicating the object's class.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._DistListItem.Companies">
			<summary>Gets or sets the names of the companies associated with the DistListItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._DistListItem.Conflicts">
			<summary>Gets the Conflicts object that represents the items that are in conflict for the DistListItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._DistListItem.ConversationIndex">
			<summary>Gets the index of the conversation thread of the DistListItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._DistListItem.ConversationTopic">
			<summary>Gets the topic of the conversation thread of the DistListItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._DistListItem.CreationTime">
			<summary>Gets the creation time for the DistListItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._DistListItem.DLName">
			<summary>Gets or sets the display name of a distribution list.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._DistListItem.DownloadState">
			<summary>Gets an OlDownloadState constant indicating the download state of the DistListItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._DistListItem.EntryID">
			<summary>Gets the unique entry ID of the DistListItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._DistListItem.FormDescription">
			<summary>Gets the FormDescription object that represents the form description for the DistListItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._DistListItem.GetInspector">
			<summary>Gets an Inspector object that represents an inspector initialized to contain the DistListItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._DistListItem.Importance">
			<summary>Gets or sets an OlImportance constant indicating the relative importance level for the DistListItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._DistListItem.IsConflict">
			<summary>Gets true if the DistListItem item is in conflict. Whether or not an item is in conflict is determined by the state of the application.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._DistListItem.ItemProperties">
			<summary>Gets an ItemProperties collection that represents all standard and user-defined properties associated with a DistListItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._DistListItem.LastModificationTime">
			<summary>Gets the date and time that the DistListItem was last modified.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._DistListItem.Links">
			<summary>Gets a Links collection of Link objects that represent the contacts to which the DistListItem is linked.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._DistListItem.MarkForDownload">
			<summary>Gets or sets an OlRemoteStatus constant that determines the status of a DistListItem once it is received by a remote user.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._DistListItem.MemberCount">
			<summary>Gets the number of members in a distribution list.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._DistListItem.MessageClass">
			<summary>Gets or sets the message class for the DistListItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._DistListItem.Mileage">
			<summary>Gets the mileage for a DistListItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._DistListItem.NoAging">
			<summary>true to not age the DistListItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._DistListItem.OutlookInternalVersion">
			<summary>Gets the build number of the Microsoft Outlook application for a DistListItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._DistListItem.OutlookVersion">
			<summary>Gets the major and minor version number of the Microsoft Outlook application for DistListItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._DistListItem.Parent">
			<summary>Gets the parent Object of the DistListItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._DistListItem.Saved">
			<summary>true if the DistListItem has not been modified since the last save.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._DistListItem.Sensitivity">
			<summary>Gets or sets an OlSensitivity constant indicating the sensitivity for the DistListItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._DistListItem.Session">
			<summary>Gets the NameSpace object for the current session.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._DistListItem.Size">
			<summary>Gets a Long indicating the size (in bytes) of the DistListItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._DistListItem.Subject">
			<summary>Gets or sets the subject for the DistListItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._DistListItem.UnRead">
			<summary>true if the DistListItem  has not been opened (read).</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._DistListItem.UserProperties">
			<summary>Gets the UserProperties collection that represents all the user properties for the DistListItem.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook._DocSiteControl">
			<summary>This class supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook._DocumentItem">
			<summary>A DocumentItem object is any document other than a Microsoft Outlook item as an item in an Outlook folder. In common usage, this will be an Office document but may be any type of document or executable file.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._DocumentItem.Close(Microsoft.Office.Interop.Outlook.OlInspectorClose)">
			<summary>For a DocumentItem object, the Close method closes the inspector or DocumentItem and optionally saves changes.</summary>
			<param name="SaveMode">The close behavior.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._DocumentItem.Copy">
			<summary>Creates another instance of an object.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._DocumentItem.Delete">
			<summary>Deletes an object from a collection.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._DocumentItem.Display(System.Object)">
			<summary>The Display method displays a new Inspector object for the DocumentItem.</summary>
			<param name="Modal">true to make the window modal.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._DocumentItem.Move(Microsoft.Office.Interop.Outlook.MAPIFolder)">
			<summary>Moves a DocumentItem to a new folder.</summary>
			<param name="DestFldr">The destination folder.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._DocumentItem.PrintOut">
			<summary>Prints the DocumentItem using all default settings.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._DocumentItem.Save">
			<summary>Saves the DocumentItem 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.</summary>
			<param name="Type">The file type to save.</param>
			<param name="Path">The path in which to save the item.</param>
		</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 DocumentItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._DocumentItem.Actions">
			<summary>Gets an Actions collection that represents all the available actions for the DocumentItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._DocumentItem.Application">
			<summary>Gets an Application object that represents the parent application (Microsoft Office Outlook) for a DocumentItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._DocumentItem.Attachments">
			<summary>Gets an Attachments object that represents all the attachments for the specified DocumentItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._DocumentItem.AutoResolvedWinner">
			<summary>Gets true if the DocumentItem is a winner of an automatic conflict resolution.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._DocumentItem.BillingInformation">
			<summary>Gets or sets the billing information associated with the DocumentItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._DocumentItem.Body">
			<summary>Gets or sets the clear-text body of the DocumentItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._DocumentItem.Categories">
			<summary>Gets or sets the categories assigned to the DocumentItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._DocumentItem.Class">
			<summary>Gets an OlObjectClass constant indicating the object's class.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._DocumentItem.Companies">
			<summary>Gets or sets the names of the companies associated with the DocumentItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._DocumentItem.Conflicts">
			<summary>Gets the Conflicts object that represents the items that are in conflict for the DocumentItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._DocumentItem.ConversationIndex">
			<summary>Gets the index of the conversation thread of the DocumentItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._DocumentItem.ConversationTopic">
			<summary>Gets the topic of the conversation thread of the DocumentItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._DocumentItem.CreationTime">
			<summary>Gets the creation time for the DocumentItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._DocumentItem.DownloadState">
			<summary>Gets an OlDownloadState constant indicating the download state of the DocumentItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._DocumentItem.EntryID">
			<summary>Gets the unique entry ID of the DocumentItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._DocumentItem.FormDescription">
			<summary>Gets the FormDescription object that represents the form description for the specified DocumentItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._DocumentItem.GetInspector">
			<summary>Gets an Inspector object that represents an inspector initialized to contain the DocumentItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._DocumentItem.Importance">
			<summary>Gets or sets an OlImportance constant indicating the relative importance level for the DocumentItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._DocumentItem.IsConflict">
			<summary>Gets true if the DocumentItem is in conflict.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._DocumentItem.ItemProperties">
			<summary>Gets an ItemProperties collection that represents all standard and user-defined properties associated with a DocumentItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._DocumentItem.LastModificationTime">
			<summary>Gets the date and time that the DocumentItem was last modified.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._DocumentItem.Links">
			<summary>Gets a Links collection of Link objects that represent the contacts to which the DocumentItem linked.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._DocumentItem.MarkForDownload">
			<summary>Gets or sets an OlRemoteStatus constant that determines the status of a DocumentItem once it is received by a remote user.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._DocumentItem.MessageClass">
			<summary>Gets or sets the message class for the DocumentItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._DocumentItem.Mileage">
			<summary>Gets or sets the mileage for a DocumentItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._DocumentItem.NoAging">
			<summary>true to not age the Outlook item.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._DocumentItem.OutlookInternalVersion">
			<summary>Gets the build number of the Microsoft Office Outlook application for a DocumentItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._DocumentItem.OutlookVersion">
			<summary>Gets the major and minor version number of the Microsoft Office Outlook application for a DocumentItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._DocumentItem.Parent">
			<summary>Gets the parent Object of the DocumentItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._DocumentItem.Saved">
			<summary>true if the DocumentItem has not been modified since the last save.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._DocumentItem.Sensitivity">
			<summary>Gets or sets an OlSensitivity constant indicating the sensitivity for the DocumentItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._DocumentItem.Session">
			<summary>Gets the NameSpace object for the current session.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._DocumentItem.Size">
			<summary>Gets a Long indicating the size (in bytes) of the DocumentItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._DocumentItem.Subject">
			<summary>Gets or sets the subject for the DocumentItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._DocumentItem.UnRead">
			<summary>true if the DocumentItem has not been opened (read).</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._DocumentItem.UserProperties">
			<summary>Gets the UserProperties collection that represents all the user properties for the DocumentItem.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook._DRecipientControlEvents">
			<summary>This class supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook._Explorer">
			<summary>Represents the window in which the contents of a folder are displayed. Do not use _Explorer directly in your code. Instead, use Explorer.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._Explorer.Activate">
			<summary>Activates an explorer by bringing it to the foreground and setting keyboard focus.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._Explorer.Close">
			<summary>The Close method closes the explorer.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._Explorer.DeselectFolder(Microsoft.Office.Interop.Outlook.MAPIFolder)">
			<summary>If the explorer is currently displaying the Calendar folder simultaneously with another Calendar folder, the specified folder will be closed. The DeselectFolder method works only with Calendar folders.</summary>
			<param name="Folder">The MAPIFolder object representing the Calendar folder to be closed in the explorer.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._Explorer.Display">
			<summary>The Display method displays a new Explorer object for the folder.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._Explorer.IsFolderSelected(Microsoft.Office.Interop.Outlook.MAPIFolder)">
			<summary>true if the folder is currently displayed in the explorer.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._Explorer.IsPaneVisible(Microsoft.Office.Interop.Outlook.OlPane)">
			<summary>true if the specified pane is displayed in the explorer.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._Explorer.SelectFolder(Microsoft.Office.Interop.Outlook.MAPIFolder)">
			<summary>Displays the folder if it can be displayed simultaneously with the current folder in the explorer.</summary>
			<param name="Folder">The MAPIFolder object representing the folder to be displayed in the explorer.</param>
		</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">An OlPane constant.</param>
			<param name="Visible">true to make the pane visible,</param>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Explorer.Application">
			<summary>Gets an Application object that represents the parent application (Microsoft Office Outlook) for an Explorer.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Explorer.Caption">
			<summary>Gets the window caption (title bar text) of an explorer or inspector window.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Explorer.Class">
			<summary>Gets an OlObjectClass constant indicating the object's class.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Explorer.CommandBars">
			<summary>Gets a CommandBars collection object that represents all the menus and toolbars in the Explorer.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Explorer.CurrentFolder">
			<summary>Gets or sets a MAPIFolder object that represents the current folder displayed in the explorer.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Explorer.CurrentView">
			<summary>Gets or sets a View object (for the MAPIFolder object) or Variant (for the Explorer object) representing the current view.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Explorer.Height">
			<summary>Gets or sets the height (in pixels) of the explorer.</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).</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Explorer.Left">
			<summary>Gets or sets a Long specifying the position (in pixels) of the left vertical edge of an explorer from the edge of the screen.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Explorer.Panes">
			<summary>Gets a Panes collection object representing the panes displayed by the specified explorer.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Explorer.Parent">
			<summary>Gets the parent Object of the Explorer.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Explorer.Selection">
			<summary>Gets a Selection object consisting of one or more items selected in the Explorer.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Explorer.Session">
			<summary>Returns the NameSpace object for the current session.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Explorer.Top">
			<summary>Gets or sets the position (in pixels) of the top horizontal edge of an explorer window from the edge of the screen.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Explorer.Width">
			<summary>Gets the width (in pixels) of the Explorer.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Explorer.WindowState">
			<summary>Gets or sets an OlWindowState constant specifying the window state of an explorer.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook._Explorers">
			<summary>This class supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</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 and returns a new instance of the window as an Explorer object.</summary>
			<param name="Folder">The Variant object to display in the explorer window when it is created.</param>
			<param name="DisplayMode">The display mode of the folder.</param>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Explorers.Application">
			<summary>Gets an Application object that represents the parent application (Microsoft Office Outlook) for an Explorers object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Explorers.Class">
			<summary>Gets an OlObjectClass constant indicating the Explorers object class.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Explorers.Count">
			<summary>Gets the count of objects in the specified collection.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Explorers.Item(System.Object)">
			<summary>Gets an object from a collection.</summary>
			<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>Gets the parent Object of the specified object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Explorers.Session">
			<summary>Gets the NameSpace object for the current session.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook._Folders">
			<summary>This class supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._Folders.Add(System.String,System.Object)">
			<summary>Creates a new folder in the Folders collection, and returns the new folder as a MAPIFolder object.</summary>
			<param name="Type">The Outlook folder type for the new folder.</param>
			<param name="Name">The display name for the new folder.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._Folders.GetFirst">
			<summary>The GetFirst method returns the first object in the Folders collection.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._Folders.GetLast">
			<summary>The GetLast method returns the last object in the Folders collection.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._Folders.GetNext">
			<summary>The GetNext method returns the next object in the Folders collection.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._Folders.GetPrevious">
			<summary>The GetPrevious method returns the previous object in the Folders collection.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._Folders.Remove(System.Int32)">
			<summary>Removes an object from the Folders collection.</summary>
			<param name="Index">The index value of the object within the collection.</param>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Folders.Application">
			<summary>Gets an Application object that represents the parent application (Microsoft Office Outlook) for a Folders object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Folders.Class">
			<summary>Gets an OlObjectClass constant indicating the Folders class.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Folders.Count">
			<summary>Gets the count of objects in the Folders collection.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Folders.Item(System.Object)">
			<summary>Returns an Object corresponding to the specified Folders object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Folders.Parent">
			<summary>Returns the parent Object of the specified object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Folders.Session">
			<summary>Returns the NameSpace object for the current session.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook._Inspector">
			<summary>Represents the window in which an Outlook item is displayed. Do not use _Inspector directly in your code. Instead, use 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="M:Microsoft.Office.Interop.Outlook._Inspector.Close(Microsoft.Office.Interop.Outlook.OlInspectorClose)">
			<summary>For the Explorer object, the Close method closes the explorer.</summary>
			<param name="SaveMode">The close behavior.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._Inspector.Display(System.Object)">
			<summary>For an Inspector object, the Display method displays a new Inspector object for the folder.</summary>
			<param name="Modal">true to make the window modal.</param>
		</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="M:Microsoft.Office.Interop.Outlook._Inspector.IsWordMail">
			<summary>Determines whether the mail message associated with an inspector is displayed in an Outlook Inspector or in Microsoft Word.</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 on an inspector.</summary>
			<param name="PropertyName">The name of the property that will be bound to the control.</param>
			<param name="Control">The control that will be bound to a property.</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.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.Application">
			<summary>Gets an Application object that represents the parent application (Microsoft Office Outlook) for an Inspector.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Inspector.Caption">
			<summary>Gets the window caption (title bar text) of an inspector window.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Inspector.Class">
			<summary>Gets an OlObjectClass constant indicating the Inspector class.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Inspector.CommandBars">
			<summary>Gets a CommandBars collection object that represents all the menus and toolbars in the Inspector.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Inspector.CurrentItem">
			<summary>Gets an Object representing the current item being displayed in the inspector.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Inspector.EditorType">
			<summary>Gets an OlEditorType constant indicating the type of editor.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Inspector.Height">
			<summary>Gets or sets the height (in pixels) of the inspector.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Inspector.HTMLEditor">
			<summary>Gets an Object representing the HTML Document Object Model of the message being displayed.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Inspector.Left">
			<summary>Gets or sets the position (in pixels) of the left vertical edge of the inspector window from the edge of the screen.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Inspector.ModifiedFormPages">
			<summary>Gets the Pages collection that represents all the pages for the item in the inspector.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Inspector.Parent">
			<summary>Gets the parent Object of the specified Inspector.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Inspector.Session">
			<summary>Returns the NameSpace object for the current session.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Inspector.Top">
			<summary>Gets or sets the position (in pixels) of the top horizontal edge of the inspector window from the edge of the screen.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Inspector.Width">
			<summary>Gets or sets the width (in pixels) of the Inspector object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Inspector.WindowState">
			<summary>Gets or sets an OlWindowState constant specifying the window state of the inspector window.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Inspector.WordEditor">
			<summary>Gets the Microsoft Word Document Object Model of the message being displayed.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook._Inspectors">
			<summary>Represents the window in which an Outlook item is displayed. Do not use _Inspectors directly in your code. Instead, use Inspectors.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._Inspectors.Add(System.Object)">
			<summary>Creates a new inspector window and returns the resulting Inspector object.</summary>
			<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>Gets an Application object that represents the parent application (Microsoft Office Outlook) for an Inspectors object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Inspectors.Class">
			<summary>Gets an OlObjectClass constant indicating the Inspectors class.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Inspectors.Count">
			<summary>Gets the count of objects in the Inspectors collection.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Inspectors.Item(System.Object)">
			<summary>Returns an object from a collection.</summary>
			<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>Gets the parent Object of the Inspectors object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Inspectors.Session">
			<summary>Returns the NameSpace object for the current session.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook._Items">
			<summary>An object containing Microsoft Office Outlook item objects in a folder. Do not use _Items directly in your code. Instead, use Items.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._Items.Add(System.Object)">
			<summary>Creates a new Microsoft Office Outlook item in the Items collection for the folder and returns the new item. </summary>
			<param name="Type">Object. The Outlook item type for the new item. 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="M:Microsoft.Office.Interop.Outlook._Items.Find(System.String)">
			<summary>Locates and returns an item.</summary>
			<param name="Filter">The filter of the search.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._Items.FindNext">
			<summary>After the Find method runs, this method finds and returns the next Microsoft Office Outlook item in the specified collection. The search operation begins from the current position, which matches the expression previously set through the Find method.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._Items.GetFirst">
			<summary>The GetFirst method returns the first object in the specified collection. Gets null if no first object exists, for example, if there are no objects in the collection.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._Items.GetLast">
			<summary>The GetLast method returns the last object in the specified collection. It returns null if no last object exists, for example, if the collection is empty.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._Items.GetNext">
			<summary>The GetNext method returns the next object in the specified collection. It returns null if no next object exists, for example, if already positioned at the end of the collection.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._Items.GetPrevious">
			<summary>The GetPrevious method returns the previous object in the specified collection. It returns null if no previous object exists, for example, if already positioned at the beginning of the collection.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._Items.Remove(System.Int32)">
			<summary>Removes an object from one of the Items collections.</summary>
			<param name="Index">The index value of the object within the collection.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._Items.ResetColumns">
			<summary>The ResetColumns method clears the properties that have been cached with the SetColumns method. </summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._Items.Restrict(System.String)">
			<summary>Applies a filter to the Items collection, returning a new collection containing all of the items from the original that match the filter. </summary>
			<param name="Filter"> The filter of the search.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._Items.SetColumns(System.String)">
			<summary>The SetColumns method allows the user to cache certain properties for extremely fast access to those particular properties of the item.</summary>
			<param name="Columns">A String containing the names of the properties to be cached, separated by commas.</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]"). May not be a user-defined field, and may not be a multi-valued property, such as a category.</param>
			<param name="Descending">Applies to all objects in the Applies To list except the AddressEntries object. Optional object for the Results object; optional Boolean for all other objects. true to sort in descending order. The default value is false (ascending).</param>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Items.Application">
			<summary>Gets an Application object that represents the parent application (Microsoft Office Outlook) for an object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Items.Class">
			<summary>Gets an OlObjectClass constant indicating the object's class.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Items.Count">
			<summary>Gets the count of objects in the specified collection.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Items.IncludeRecurrences">
			<summary>Gets or sets a value indicating whether the Items collection should include recurrence patterns. This property only has an effect if the Items collection contains appointments and is not sorted by any property other than Start in ascending order. The default value is false.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Items.Item(System.Object)">
			<summary>Gets an object from a collection</summary>
			<param name="Index">Integer</param>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Items.Parent">
			<summary>Gets the parent Object of the Items object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Items.Session">
			<summary>Gets the NameSpace object for the current session.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook._JournalItem">
			<summary>Represents a journal entry in a Journal folder. A journal entry represents a record of all Microsoft Office Outlook -moderated transactions for any given period. Do not use _JounralItem directly in your code. Instead, use JournalItem.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._JournalItem.Close(Microsoft.Office.Interop.Outlook.OlInspectorClose)">
			<summary>Closes the inspector or item and optionally saves changes to the displayed JournalItem.</summary>
			<param name="SaveMode">OlInspectorClose. The close behavior. If the item displayed within the inspector has not been changed, this argument has no effect. </param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._JournalItem.Copy">
			<summary>Creates another instance of a JournalItem.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._JournalItem.Delete">
			<summary>Deletes a JournalItem from a collection.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._JournalItem.Display(System.Object)">
			<summary>For Journal items, the Display method displays a new Inspector object for the item.</summary>
			<param name="Modal">true to make the window modal. The default value is False.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._JournalItem.Forward">
			<summary>Executes the Forward action for a MailItem. Gets the resulting copy as a new JournalItem.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._JournalItem.Move(Microsoft.Office.Interop.Outlook.MAPIFolder)">
			<summary>Moves a JournalItem to a new folder.</summary>
			<param name="DestFldr">An expression that gets a MAPIFolder object. The destination folder.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._JournalItem.PrintOut">
			<summary>Prints the JournalItem using all default settings.</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. Gets the reply as a MailItem object.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._JournalItem.ReplyAll">
			<summary>Creates a reply to all original recipients from the original message. Gets the reply as a MailItem object.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._JournalItem.Save">
			<summary>Saves the JournalItem to the current folder or, if this is a new item, to the Outlook Journal folder.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._JournalItem.SaveAs(System.String,System.Object)">
			<summary>Saves the JournalItem to the specified path and in the format of the specified file type.</summary>
			<param name="Type">Variant. 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>
			<param name="Path">The path in which to save the item.</param>
		</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="M:Microsoft.Office.Interop.Outlook._JournalItem.StartTimer">
			<summary>Starts the timer on the journal entry. This method allows programmatic control of the timer function. The Duration, End and Start properties are automatically updated when the timer is stopped.</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. The Duration, End and Start properties are automatically updated when the timer is stopped.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._JournalItem.Actions">
			<summary>Gets an Actions collection that represents all the available actions for the JournalItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._JournalItem.Application">
			<summary>Gets an Application object that represents the parent application (Microsoft Office Outlook) for an object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._JournalItem.Attachments">
			<summary>Gets an Attachments object that represents all the attachments for the JournalItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._JournalItem.AutoResolvedWinner">
			<summary>Gets a value that determines if the item is a winner of an automatic conflict resolution.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._JournalItem.BillingInformation">
			<summary>Gets or sets the billing information associated with the JournalItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._JournalItem.Body">
			<summary>Gets or sets the clear-text body of the JournalItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._JournalItem.Categories">
			<summary>Gets or sets the categories assigned to the JournalItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._JournalItem.Class">
			<summary>Gets an OlObjectClass constant indicating the object's class.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._JournalItem.Companies">
			<summary>Gets or sets the names of the companies associated with the JournalItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._JournalItem.Conflicts">
			<summary>Gets the Conflicts object that represents the items that are in conflict for any JournalItem object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._JournalItem.ContactNames">
			<summary>Sets or gets the contact names associated with the journal entry.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._JournalItem.ConversationIndex">
			<summary>Gets the index of the conversation thread of the JournalItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._JournalItem.ConversationTopic">
			<summary>Gets the topic of the conversation thread of the JournalItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._JournalItem.CreationTime">
			<summary>Gets a Date indicating the creation time for the JournalItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._JournalItem.DocPosted">
			<summary>Gets or sets a value indicating whether the journalized item was posted as part of the journalized item.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._JournalItem.DocPrinted">
			<summary>Gets or sets a value indicating whether the journalized item was printed as part of the journalized session.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._JournalItem.DocRouted">
			<summary>Gets or sets a value indicating whether the journalized item was routed as part of the journalized session.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._JournalItem.DocSaved">
			<summary>Gets or sets a value indicating whether the journalized item was saved as part of the journalized session.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._JournalItem.DownloadState">
			<summary>Gets an OlDownloadState constant indicating the download state of the item.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._JournalItem.Duration">
			<summary>Gets or sets the duration (in minutes) of the journal entry.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._JournalItem.End">
			<summary>Gets or sets a Date indicating the end date and time of a Journal entry.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._JournalItem.EntryID">
			<summary>Gets the unique entry ID of the object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._JournalItem.FormDescription">
			<summary>Gets the FormDescription object that represents the form description for the specified JournalItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._JournalItem.GetInspector">
			<summary>Gets an Inspector object that represents an inspector initialized to contain the JournalItem. </summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._JournalItem.Importance">
			<summary>Gets or sets an OlImportance constant indicating the relative importance level for the Outlook item.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._JournalItem.IsConflict">
			<summary>Gets a value that determines if the e-mail item is in conflict.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._JournalItem.ItemProperties">
			<summary>Gets an ItemProperties collection that represents all standard and user-defined properties associated with a JournalItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._JournalItem.LastModificationTime">
			<summary>Gets a Date specifying the date and time that the Outlook item was last modified.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._JournalItem.Links">
			<summary>Gets a Links collection of Link objects that represent the contacts to which the JournalItem is linked.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._JournalItem.MarkForDownload">
			<summary>Gets or sets an OlRemoteStatus constant that determines the status of an item once it is received by a remote user.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._JournalItem.MessageClass">
			<summary>Gets or sets the message class for the JournalItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._JournalItem.Mileage">
			<summary>Gets or sets the mileage for an item.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._JournalItem.NoAging">
			<summary>Gets or sets a value indicating whether to not age the JournalItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._JournalItem.OutlookInternalVersion">
			<summary>Gets the build number of the Microsoft Office Outlook application for a JournalItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._JournalItem.OutlookVersion">
			<summary>Gets the major and minor version number of the Microsoft Office Outlook application for a JournalItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._JournalItem.Parent">
			<summary>Gets the parent Object of the JournalItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._JournalItem.Recipients">
			<summary>Gets a Recipients collection that represents all the recipients for the JournalItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._JournalItem.Saved">
			<summary>Saves the JournalItem to the current folder or, if this is a new item, to the Outlook Journal.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._JournalItem.Sensitivity">
			<summary>Gets or sets an OlSensitivity constant indicating the sensitivity for the JournalItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._JournalItem.Session">
			<summary>Gets the NameSpace object for the current session.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._JournalItem.Size">
			<summary>Gets the size (in bytes) of the JournalItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._JournalItem.Start">
			<summary>Gets or sets a Date indicating the starting date and time for the Journal entry.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._JournalItem.Subject">
			<summary>Gets or sets the subject for the JournalItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._JournalItem.Type">
			<summary>Gets or sets the type of entry for this address such as an Internet Address, MacMail Address, or Microsoft Mail Address (for the AddressEntry object), or a free-form String field, usually containing the display name of the journalizing application (for example, "MSWord") (for the JournalItem object).</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._JournalItem.UnRead">
			<summary>Gets or sets a value indicating whether the JournalItem has not been opened (read).</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._JournalItem.UserProperties">
			<summary>Gets the UserProperties collection that represents all the user properties for the JournalItem.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook._MailItem">
			<summary>Represents a mail message in an Inbox (mail) folder. Do not use _MailItem directly in your code. Instead, use MailItem.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._MailItem.ClearConversationIndex">
			<summary>Clears the index of the conversation thread for the mail message or post.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._MailItem.Close(Microsoft.Office.Interop.Outlook.OlInspectorClose)">
			<summary>Closes the inspector or item and optionally saves changes to the displayed MailItem.</summary>
			<param name="SaveMode">OlInspectorClose. The close behavior</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._MailItem.Copy">
			<summary>Creates another instance of a MailItem.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._MailItem.Delete">
			<summary>Deletes a MailItem from a collection.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._MailItem.Display(System.Object)">
			<summary>For specified MailItems, the Display method displays a new Inspector object for the item.</summary>
			<param name="Modal">true to make the window modal. The default value is false.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._MailItem.Forward">
			<summary>Executes the Forward action for a MailItem. Gets the resulting copy as a new MailItem.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._MailItem.Move(Microsoft.Office.Interop.Outlook.MAPIFolder)">
			<summary>Moves a MailItem to a new folder.</summary>
			<param name="DestFldr">An expression that returns a MAPIFolder object. The destination folder.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._MailItem.PrintOut">
			<summary>Prints the MailItem using all default settings.</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. Gets the reply as a MailItem object.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._MailItem.ReplyAll">
			<summary>Creates a reply to all original recipients from the original message. Gets the reply as a MailItem object.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._MailItem.Save">
			<summary>Saves the MailItem the current folder or, if this is a new item, to the Inbox folder.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._MailItem.SaveAs(System.String,System.Object)">
			<summary>Saves the MailItem 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="Type">The file type to save.</param>
			<param name="Path">The path in which to save the item.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._MailItem.Send">
			<summary>Sends the e-mail message.</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.Actions">
			<summary>Gets an Actions collection that represents all the available actions for the MailItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MailItem.AlternateRecipientAllowed">
			<summary>Gets or sets a value that indicates whether the mail message can be forwarded.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MailItem.Application">
			<summary>Gets an Application object that represents the parent application (Microsoft Office Outlook) for a MailItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MailItem.Attachments">
			<summary>Gets an Attachments object that represents all the attachments for the MailItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MailItem.AutoForwarded">
			<summary>Gets or sets a value that indicates whether the mail message was automatically forwarded.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MailItem.AutoResolvedWinner">
			<summary>Gets a value that indicates whether the item is a winner of an automatic conflict resolution.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MailItem.BCC">
			<summary>Gets the display list of blind carbon copy (BCC) names for a MailItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MailItem.BillingInformation">
			<summary>Gets or sets the billing information associated with the MailItem. This is a free-form text field.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MailItem.Body">
			<summary>Gets or sets the clear-text body of the MailItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MailItem.BodyFormat">
			<summary>Gets or sets an OlBodyFormat constant indicating the format of the body text.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MailItem.Categories">
			<summary>Gets or sets the categories assigned to the MailItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MailItem.CC">
			<summary>Gets the display list of carbon copy (CC) names for a MailItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MailItem.Class">
			<summary>Gets an OlObjectClass constant indicating the object's class.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MailItem.Companies">
			<summary>Gets or sets the names of the companies associated with the MailItem. This is a free-form text field.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MailItem.Conflicts">
			<summary>Gets the Conflicts object that represents the items that are in conflict for any MailItem object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MailItem.ConversationIndex">
			<summary>Gets the index of the conversation thread of the item.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MailItem.ConversationTopic">
			<summary>Gets the topic of the conversation thread of the item.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MailItem.CreationTime">
			<summary>Gets a Date indicating the creation time for the MailItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MailItem.DeferredDeliveryTime">
			<summary>Gets or sets a value indicating the date and time the mail message is to be delivered.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MailItem.DeleteAfterSubmit">
			<summary>Gets or sets a value that indicates whether a copy of the mail message is not saved upon being sent. false if a copy is saved.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MailItem.DownloadState">
			<summary>Gets an OlDownloadState constant indicating the download state of the item.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MailItem.EnableSharedAttachments">
			<summary>Gets or set a value that indicates whether to allow shared attachments to the MailItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MailItem.EntryID">
			<summary>Gets the unique entry ID of the object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MailItem.ExpiryTime">
			<summary>Gets or sets a Date indicating the date and time at which the MailItem becomes invalid and can be deleted.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MailItem.FlagDueBy">
			<summary>Gets or sets a Date specifying the date by which an e-mail message is due.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MailItem.FlagIcon">
			<summary>Gets or sets an olFlagIcon constant indicating one or none of the six flag types in Microsoft Office Outlook for e-mail messages.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MailItem.FlagRequest">
			<summary>Gets or sets the requested action for an e-mail message. This is a free-form text field.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MailItem.FlagStatus">
			<summary>Gets or sets an OlFlagStatus constant indicating the flag status for an e-mail message. </summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MailItem.FormDescription">
			<summary>Gets the FormDescription object that represents the form description for the MailItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MailItem.GetInspector">
			<summary>Gets an Inspector object that represents an inspector initialized to contain the MailItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MailItem.HasCoverSheet">
			<summary>Gets or sets a value indicating whether the MailItem has a cover sheet.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MailItem.HTMLBody">
			<summary>Gets or sets the HTML body of the MailItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MailItem.Importance">
			<summary>Gets or sets an OlImportance constant indicating the relative importance level for the MailItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MailItem.InternetCodepage">
			<summary>Gets or sets a value that determines the Internet code page used by the item. The Internet code page defines the text encoding scheme used by the item.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MailItem.IsConflict">
			<summary>Gets a value that indicates whether the e-mail item is in conflict.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MailItem.IsIPFax">
			<summary>Gets or sets a value indicating whether MailItem is a fax.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MailItem.ItemProperties">
			<summary>Gets an ItemProperties collection that represents all standard and user-defined properties associated with an e-mail item.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MailItem.LastModificationTime">
			<summary>Gets the date and time that the MailItem was last modified.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MailItem.Links">
			<summary>Gets a Links collection of Link objects that represent the contacts to which the MailItem is linked.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MailItem.MarkForDownload">
			<summary>Gets or sets an OlRemoteStatus constant that determines the status of an item once it is received by a remote user.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MailItem.MessageClass">
			<summary>Gets or sets the message class for the MailItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MailItem.Mileage">
			<summary>Gets or sets the mileage for an item.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MailItem.NoAging">
			<summary>Gets or sets a value indicating whether to not age the MailItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MailItem.OriginatorDeliveryReportRequested">
			<summary>Gets or sets a value that determines whether the originator of the mail message will receive a delivery report</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MailItem.OutlookInternalVersion">
			<summary>Gets the build number of the Microsoft Office Outlook application for a MailItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MailItem.OutlookVersion">
			<summary>Gets the major and minor version number of the Microsoft Office Outlook application for a MailItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MailItem.Parent">
			<summary>Gets the parent Object of the MailItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MailItem.Permission">
			<summary>Gets or sets an OlPermission constant that determines the permissions the recipients will have on the e-mail item.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MailItem.PermissionService">
			<summary>Gets or sets an OlPermissionService constant that determines the permission service that will be used when sending an IRM protected message.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MailItem.ReadReceiptRequested">
			<summary>Gets or sets a value that indicates whether a read receipt has been requested by the sender.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MailItem.ReceivedByEntryID">
			<summary>Gets the EntryID for the true recipient as set by the transport provider delivering the mail message.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MailItem.ReceivedByName">
			<summary>Gets the display name of the true recipient for the mail message.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MailItem.ReceivedOnBehalfOfEntryID">
			<summary>Gets the EntryID of the user delegated to represent the recipient for the mail message.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MailItem.ReceivedOnBehalfOfName">
			<summary>Gets the display name of the user delegated to represent the recipient for the mail message.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MailItem.ReceivedTime">
			<summary>Gets the date and time at which the mail message was received.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MailItem.RecipientReassignmentProhibited">
			<summary>Gets or sets a value that indicates whether the recipient cannot forward the mail message.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MailItem.Recipients">
			<summary>Gets a Recipients collection that represents all the recipients for the MailItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MailItem.ReminderOverrideDefault">
			<summary>Gets or sets a value that indicates whether the reminder overrides the default reminder behavior for the mail item.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MailItem.ReminderPlaySound">
			<summary>Gets or sets a value that indicates whether the reminder should play a sound when it occurs for this appointment or task.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MailItem.ReminderSet">
			<summary>Gets or sets a value that indicates whether a reminder has been set for this e-mail item.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MailItem.ReminderSoundFile">
			<summary>Gets or sets the path and file name of the sound file to play when the reminder occurs for the mail message.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MailItem.ReminderTime">
			<summary>Gets or sets the date and time at which the reminder should occur for the MailItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MailItem.RemoteStatus">
			<summary>Gets or sets an OlRemoteStatus constant specifying the remote status of the mail message.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MailItem.ReplyRecipientNames">
			<summary>Gets a semicolon-delimited String list of reply recipients for the mail message.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MailItem.ReplyRecipients">
			<summary>Gets a Recipients collection that represents all the reply recipient objects for the mail message.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MailItem.Saved">
			<summary>Gets a value that indicates whether the MailItem has not been modified since the last save.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MailItem.SaveSentMessageFolder">
			<summary>Gets or sets a MAPIFolder object that represents the folder in which a copy of the e-mail message will be saved after being sent.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MailItem.SenderEmailAddress">
			<summary>Gets the e-mail address of the sender of the e-mail message.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MailItem.SenderEmailType">
			<summary>Gets the type of entry for the e-mail address of the sender of the message, such as 'SMTP' for Internet address or 'EX' for a Microsoft Exchange server address.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MailItem.SenderName">
			<summary>Gets the display name of the sender for the e-mail message.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MailItem.Sensitivity">
			<summary>Gets or sets an OlSensitivity constant indicating the sensitivity for the MailItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MailItem.Sent">
			<summary>Gets a value that indicates whether a message has been sent. true if sent, false if not sent.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MailItem.SentOn">
			<summary>Gets the date and time on which the mail message was sent.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MailItem.SentOnBehalfOfName">
			<summary>Gets the display name for the intended sender of the mail message.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MailItem.Session">
			<summary>Gets the NameSpace object for the current session.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MailItem.Size">
			<summary>Gets the size (in bytes) of the MailItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MailItem.Subject">
			<summary>Gets or sets the subject for the MailItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MailItem.Submitted">
			<summary>Gets a value that indicates if the item has been submitted. true if the item has been submitted.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MailItem.To">
			<summary>Gets or sets a semicolon-delimited String list of display names for the To recipients for the MailItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MailItem.UnRead">
			<summary>Gets or sets a value that indicates whether the MailItem has not been opened (read).</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MailItem.UserProperties">
			<summary>Gets the UserProperties collection that represents all the user properties for the MailItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MailItem.VotingOptions">
			<summary>Gets or sets a delimited string containing the voting options for the mail message.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MailItem.VotingResponse">
			<summary>Gets or sets the voting response for the mail message. This property is usually set to one of the delimited values returned by the VotingOptions property on a reply to the original message.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook._MeetingItem">
			<summary>Represents an item in an Inbox (mail) folder. A MeetingItem object represents a change to the recipient's Calendar folder initiated by another party or as a result of a group action. Do not use _MeetingItem directly in your code. Instead, use MeetingItem.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._MeetingItem.Close(Microsoft.Office.Interop.Outlook.OlInspectorClose)">
			<summary>Closes the MeetingItem and optionally saves changes to the displayed MeetingItem.</summary>
			<param name="SaveMode">OlInspectorClose</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._MeetingItem.Copy">
			<summary>Creates another instance of a MeetingItem.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._MeetingItem.Delete">
			<summary>Deletes a MeetingItem from a collection.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._MeetingItem.Display(System.Object)">
			<summary>The Display method displays a new Inspector object for the MeetingItem.</summary>
			<param name="Modal">true to make the window modal. The default value is false.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._MeetingItem.Forward">
			<summary>Executes the Forward action for a MeetingItem. Gets the resulting copy as a new MeetingItem.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._MeetingItem.GetAssociatedAppointment(System.Boolean)">
			<summary>Gets an AppointmentItem object that represents the appointment associated with the meeting request.</summary>
			<param name="AddToCalendar">true to add the meeting to the default Calendar folder.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._MeetingItem.Move(Microsoft.Office.Interop.Outlook.MAPIFolder)">
			<summary>Moves a MeetingItem to a new folder.</summary>
			<param name="DestFldr">An expression that returns a MAPIFolder object. The destination folder.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._MeetingItem.PrintOut">
			<summary>Prints the MeetingItem using all default settings.</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. Gets the reply as a MailItem object.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._MeetingItem.ReplyAll">
			<summary>Creates a reply to all original recipients from the original message. Gets the reply as a MailItem object.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._MeetingItem.Save">
			<summary>Saves the MailItem to the current folder or, if this is a new item, to the Outlook Inbox folder.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._MeetingItem.SaveAs(System.String,System.Object)">
			<summary>Saves the MailItem 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="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>
			<param name="Path">The path in which to save the item.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._MeetingItem.Send">
			<summary>Sends the MeetingItem.</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.Actions">
			<summary>Gets an Actions collection that represents all the available actions for the MeetingItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.Application">
			<summary>Gets an Application object that represents the parent application (Microsoft Office Outlook) for an object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.Attachments">
			<summary>Gets an Attachments object that represents all the attachments for the specified item.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.AutoForwarded">
			<summary>Gets or sets a value that indicates whether the mail message was automatically forwarded.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.AutoResolvedWinner">
			<summary>Gets a value that indicates whether the item is a winner of an automatic conflict resolution.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.BillingInformation">
			<summary>Gets or sets the billing information associated with the MeetingItem. This is a free-form text field.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.Body">
			<summary>Gets or sets the clear-text body of the MeetingItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.Categories">
			<summary>Gets or sets the categories assigned to the MeetingItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.Class">
			<summary>Gets an OlObjectClass constant indicating the object's class.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.Companies">
			<summary>Gets or sets the names of the companies associated with the MeetingItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.Conflicts">
			<summary>Gets the Conflicts object that represents the items that are in conflict for any MeetingItem object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.ConversationIndex">
			<summary>Gets the index of the conversation thread of the item.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.ConversationTopic">
			<summary>Gets the topic of the conversation thread of the item.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.CreationTime">
			<summary>Gets the creation time for the MeetingItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.DeferredDeliveryTime">
			<summary>Gets or sets the date and time the mail message is to be delivered.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.DeleteAfterSubmit">
			<summary>true if a copy of the mail message is not saved upon being sent. false if a copy is saved.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.DownloadState">
			<summary>Gets an OlDownloadState constant indicating the download state of the item. OlDownloadState.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.EntryID">
			<summary>Gets the unique entry ID of the object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.ExpiryTime">
			<summary>Gets or sets the date and time at which the item becomes invalid and can be deleted.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.FlagDueBy">
			<summary>Gets or sets the date by which an e-mail message is due. This property is only valid if the FlagStatus property is also set for the message.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.FlagIcon">
			<summary>Gets or sets an olFlagIcon constant indicating one or none of the six flag types in Microsoft Office Outlook for e-mail messages.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.FlagRequest">
			<summary>Gets or sets the requested action for an e-mail message. This is a free-form text field.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.FlagStatus">
			<summary>Gets or sets an OlFlagStatus constant indicating the flag status for an e-mail message.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.FormDescription">
			<summary>Gets the FormDescription object that represents the form description for the specified MeetingItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.GetInspector">
			<summary>Gets an Inspector object that represents an inspector initialized to contain the specified item.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.Importance">
			<summary>Gets or sets an OlImportance constant indicating the relative importance level for the Outlook item.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.IsConflict">
			<summary>Gets a value that indicates whether the e-mail item is in conflict. </summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.ItemProperties">
			<summary>Gets an ItemProperties collection that represents all standard and user-defined properties associated with an e-mail item.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.LastModificationTime">
			<summary>Gets the date and time that the MeetingItem was last modified.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.Links">
			<summary>Gets a Links collection of Link objects that represent the contacts to which the item is linked.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.MarkForDownload">
			<summary>Gets or sets an OlRemoteStatus constant that determines the status of an item once it is received by a remote user.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.MeetingWorkspaceURL">
			<summary>Gets the URL for the Meeting Workspace that the meeting or appointment item is linked to. </summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.MessageClass">
			<summary>Gets or sets the message class for the MeetingItem or Action.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.Mileage">
			<summary>Gets or sets the mileage for an item.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.NoAging">
			<summary>Gets or sets a value that indicates whether the MeetingItem is not aged.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.OriginatorDeliveryReportRequested">
			<summary>Gets or sets a value that indicates whether the originator of the meeting item or mail message will receive a delivery report. </summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.OutlookInternalVersion">
			<summary>Gets the build number of the Microsoft Office Outlook application for an MeetingItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.OutlookVersion">
			<summary>Gets the major and minor version number of the Microsoft Office Outlook application for an MeetingItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.Parent">
			<summary>Gets the parent Object of the specified object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.ReceivedTime">
			<summary>Gets or sets the date and time at which the meeting item was received.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.Recipients">
			<summary>Gets a Recipients collection that represents all the recipients for the MeetingItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.ReminderSet">
			<summary>Gets or sets a value that indicates whether a reminder has been set for this appointment.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.ReminderTime">
			<summary>Gets or sets the date and time at which the reminder should occur for the specified item.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.ReplyRecipients">
			<summary>Gets a Recipients collection that represents all the reply recipient objects for the mail message.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.Saved">
			<summary>Gets a value that indicates whether the Meeting item has not been modified since the last save.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.SaveSentMessageFolder">
			<summary>Gets or sets a MAPIFolder object that represents the folder in which a copy of the e-mail message will be saved after being sent.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.SenderEmailAddress">
			<summary>Gets the e-mail address of the sender of the e-mail message, meeting item, or post.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.SenderEmailType">
			<summary>Gets the type of entry for the e-mail address of the sender of the message, meeting item, or post, such as 'SMTP' for Internet address or 'EX' for a Microsoft Exchange server address.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.SenderName">
			<summary>Gets the display name of the sender for the e-mail message, meeting item, or post.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.Sensitivity">
			<summary>Gets or sets an OlSensitivity constant indicating the sensitivity for the MeetingItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.Sent">
			<summary>Gets a value that indicates whether a message has been sent.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.SentOn">
			<summary>Gets the date and time on which the meeting item was sent.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.Session">
			<summary>Gets the NameSpace object for the current session.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.Size">
			<summary>Gets the size (in bytes) of the MeetingItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.Subject">
			<summary>Gets or sets the subject for the MeetingItem. This property corresponds to the MAPI property PR_SUBJECT.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.Submitted">
			<summary>Gets a value that indicates whether the item has been submitted.</summary>
			<returns> true if the item has been submitted.</returns>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.UnRead">
			<summary>Gets or sets a value that indicates whether the MeetingItem has not been opened (read).</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._MeetingItem.UserProperties">
			<summary>Gets the UserProperties collection that represents all the user properties for the MeetingItem.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook._NameSpace">
			<summary>Represents an abstract root object for any data source. The object itself provides methods for logging in and out, accessing storage objects directly by ID, accessing certain special default folders directly, and accessing data sources owned by other users. Do not use _NameSpace directly in your code. Instead, use NameSpace.</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">Object. 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">Object. 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">OlStoreType constant. The format in which the data file should be created.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._NameSpace.CreateRecipient(System.String)">
			<summary>Creates and returns a Recipient object.</summary>
			<param name="RecipientName">The display name of the recipient.</param>
		</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">Object. The ContactItem object of the contact you want to dial.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._NameSpace.GetDefaultFolder(Microsoft.Office.Interop.Outlook.OlDefaultFolders)">
			<summary>Gets a MAPIFolder object that represents the default folder of the requested type for the current profile.</summary>
			<returns>for example, obtains the default Calendar folder for the user who is currently logged on.</returns>
			<param name="FolderType">OlDefaultFolders. The type of default folder to return.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._NameSpace.GetFolderFromID(System.String,System.Object)">
			<summary>Gets a MAPIFolder object identified by the specified entry ID (if valid).</summary>
			<param name="EntryIDFolder">The EntryIDFolder of the folder.</param>
			<param name="EntryIDStore">Object The EntryIDStore for the folder </param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._NameSpace.GetItemFromID(System.String,System.Object)">
			<summary>Gets a Microsoft Office Outlook item identified by the specified entry ID (if valid).</summary>
			<param name="EntryIDItem">The EntryID of the item</param>
			<param name="EntryIDStore">Object  The StoreID for the folder. 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>Gets a Recipient object identified by the specified entry ID (if valid).</summary>
			<param name="EntryID">The EntryID of the recipient.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._NameSpace.GetSharedDefaultFolder(Microsoft.Office.Interop.Outlook.Recipient,Microsoft.Office.Interop.Outlook.OlDefaultFolders)">
			<summary>Gets a MAPIFolder object that represents the specified default folder for the specified user.</summary>
			<param name="Recipient">Recipient object. The owner of the folder. The Recipient object must be resolved.</param>
			<param name="FolderType">OlDefaultFolders object. The type of folder.</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, to use for the session.</param>
			<param name="Password">The password (if any), as a String, associated with the profile. This parameter exists only for backwards compatibility and for security reasons, it is not recommended for use. Microsoft Outlook 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="M:Microsoft.Office.Interop.Outlook._NameSpace.PickFolder">
			<summary>The PickFolder method displays the Pick Folder dialog box.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._NameSpace.RefreshRemoteHeaders">
			<summary>Refresh remote headers on remote server to indicate recent changes to items.</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="P:Microsoft.Office.Interop.Outlook._NameSpace.AddressLists">
			<summary>Gets an AddressLists collection representing a collection of the address lists available for this session. The AddressLists collection represents the root of the address book hierarchy for the current session. A particular AddressList object represents one of the available address books. The type of access you obtain depends on the access permissions granted to you by each individual address book provider.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._NameSpace.Application">
			<summary>Gets an Application object that represents the parent application (Microsoft Office Outlook) for an object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._NameSpace.Class">
			<summary>Gets an OlObjectClass constant indicating the object's class.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._NameSpace.CurrentUser">
			<summary>Gets the display name of the currently logged-on user as a Recipient object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._NameSpace.ExchangeConnectionMode">
			<summary>Gets an ExchangeConnectionMode constant that indicates the current connection mode the user is using.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._NameSpace.Folders">
			<summary>Gets the Folders collection that represents all the folders contained in the specified folder or name space. The NameSpace object is the root of all the folders for the given name space.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._NameSpace.Offline">
			<summary>Gets a value indicating whether Microsoft Office Outlook is online (connected to a server) or offline (not connected to a server). Gets true if Outlook is offline.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._NameSpace.Parent">
			<summary>Gets the parent Object of the Namespace.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._NameSpace.Session">
			<summary>Gets the NameSpace object for the current session.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._NameSpace.SyncObjects">
			<summary>Gets a SyncObjects collection containing all Send\Receive groups.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._NameSpace.Type">
			<summary>Gets a String indicating the type of the specified object. The only supported string is "MAPI."</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook._NoteItem">
			<summary>Represents a note in a Notes folder. Do not use _Note directly in your code. Instead, use Note.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._NoteItem.Close(Microsoft.Office.Interop.Outlook.OlInspectorClose)">
			<summary>Closes the inspector or NoteItem and optionally saves changes to the displayed NoteItem.</summary>
			<param name="SaveMode">OlInspectorClose. The close behavior. If the item displayed within the inspector has not been changed, this argument has no effect.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._NoteItem.Copy">
			<summary>Creates another instance of a NoteItem.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._NoteItem.Delete">
			<summary>Deletes a NoteItem from a collection.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._NoteItem.Display(System.Object)">
			<summary>For NoteItems, the Display method displays a new Inspector object for the item.</summary>
			<param name="Modal">true to make the window modal. The default value is False.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._NoteItem.Move(Microsoft.Office.Interop.Outlook.MAPIFolder)">
			<summary>Moves a NoteItem to a new folder.</summary>
			<param name="DestFldr">An expression that returns a MAPIFolder object. The destination folder.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._NoteItem.PrintOut">
			<summary>Prints the NoteItem using all default settings.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._NoteItem.Save">
			<summary>Saves the NoteItem 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 NoteItem 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="Type">Object. 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>
			<param name="Path">The path in which to save the item.</param>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._NoteItem.Application">
			<summary>Gets an Application object that represents the parent application (Microsoft Office Outlook) for a NoteItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._NoteItem.AutoResolvedWinner">
			<summary>true if the NoteItem is a winner of an automatic conflict resolution.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._NoteItem.Body">
			<summary>Gets or sets the clear-text body of the NoteItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._NoteItem.Categories">
			<summary>Gets or sets the categories assigned to the NoteItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._NoteItem.Class">
			<summary>Gets an OlObjectClass constant indicating the object's class.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._NoteItem.Color">
			<summary>Gets or sets the color of the note. Can be one of the following OlNoteColor constants: olBlue, olGreen, olPink, olWhite, or olYellow.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._NoteItem.Conflicts">
			<summary>Return the Conflicts object that represents the items that are in conflict for any NoteItem object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._NoteItem.CreationTime">
			<summary>Gets the creation time for the NoteItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._NoteItem.DownloadState">
			<summary>Gets an OlDownloadState constant indicating the download state of the NoteItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._NoteItem.EntryID">
			<summary>Gets the unique entry ID of the NoteItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._NoteItem.GetInspector">
			<summary>Gets an Inspector object that represents an inspector initialized to contain the NoteItem. </summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._NoteItem.Height">
			<summary>Gets or sets the height (in pixels) of the note window.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._NoteItem.IsConflict">
			<summary>Gets a value that determines if the NoteItem is in conflict.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._NoteItem.ItemProperties">
			<summary>Gets an itemProperties collection that represents all standard and user-defined properties associated with a NoteItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._NoteItem.LastModificationTime">
			<summary>Gets the date and time that the NoteItem was last modified.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._NoteItem.Left">
			<summary>Gets or sets the position (in pixels) of the left vertical edge of a note window from the edge of the screen.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._NoteItem.Links">
			<summary>Gets a Links collection of Link objects that represent the contacts to which the NoteItem is linked.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._NoteItem.MarkForDownload">
			<summary>Gets or sets an OlRemoteStatus constant that determines the status of an item once it is received by a remote user.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._NoteItem.MessageClass">
			<summary>Gets or sets the message class for the NoteItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._NoteItem.Parent">
			<summary>Gets the parent Object of the specified object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._NoteItem.Saved">
			<summary>Gets a value indicating whether the NoteItem has not been modified since the last save. </summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._NoteItem.Session">
			<summary>Gets the NameSpace object for the current session.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._NoteItem.Size">
			<summary>Gets the size (in bytes) of the NoteItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._NoteItem.Subject">
			<summary>Gets or sets a String indicating the subject for the NoteItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._NoteItem.Top">
			<summary>Gets or sets the position (in pixels) of the top horizontal edge of a note window from the edge of the screen.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._NoteItem.Width">
			<summary>Gets or sets the width (in pixels) of the NoteItem.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook._OutlookBarGroups">
			<summary>Represents a group of shortcuts in the Shortcuts pane of an explorer window. Do not use _OutlookBarGroups directly in your code. Instead, use 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 and gets the new group as an OutlookBarGroup object.</summary>
			<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>
			<param name="Name">The name of the group being created.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._OutlookBarGroups.Remove(System.Object)">
			<summary>Removes an OutlookBarGroup from the specified list.</summary>
			<param name="Index">The name or ordinal value of an object within a list.</param>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._OutlookBarGroups.Application">
			<summary>Gets an Application object that represents the parent application (Microsoft Office Outlook) for an OutlookBarGroup.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._OutlookBarGroups.Class">
			<summary>Gets an OlObjectClass constant indicating the object's class.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._OutlookBarGroups.Count">
			<summary>Gets the count of OutlookBarGroups in the specified collection.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._OutlookBarGroups.Item(System.Object)">
			<summary>Gets an OutlookBarGroup from a collection</summary>
			<param name="Index">Object. 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>Gets the parent Object of the specified OutlookBarGroup.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._OutlookBarGroups.Session">
			<summary>Gets the NameSpace object for the current session.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook._OutlookBarPane">
			<summary>Represents the Shortcuts pane in an Explorer window. Do not use _OutlookBarPane directly in your code. Instead, use OutlookBarPane.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._OutlookBarPane.Application">
			<summary>Gets an Application object that represents the parent application (Microsoft Office Outlook) for an OutlookBarPane. </summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._OutlookBarPane.Class">
			<summary>Gets an OlObjectClass constant indicating the object's class. </summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._OutlookBarPane.Contents">
			<summary>Gets the OutlookBarStorage object for the specified Outlook Bar pane.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._OutlookBarPane.CurrentGroup">
			<summary>Gets or sets the new Navigation Pane or Shortcuts pane as the Current Group in Microsoft Office Outlook.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._OutlookBarPane.Name">
			<summary>Gets or sets the display name for an object in the Applies To list. The Name property is also the caption for a form</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._OutlookBarPane.Parent">
			<summary>Gets the parent Object of the OutlookBarPane. </summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._OutlookBarPane.Session">
			<summary>Gets the NameSpace object for the current session.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._OutlookBarPane.Visible">
			<summary>true to display the object; false to hide the object.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook._OutlookBarShortcuts">
			<summary>The OutlookBarShortcuts collection contains a set of OutlookBarShortcut objects representing all shortcuts in a group in the Shortcuts pane. Do not use _OutlookBarShortcuts directly in your code. Instead, use 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 and returns the new shortcut as an OutlookBarShortcut object.</summary>
			<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.</param>
			<param name="Name">The name of the shortcut being created.</param>
			<param name="Target">The target of the shortcut being created.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._OutlookBarShortcuts.Remove(System.Object)">
			<summary>Removes an object from the specified list.</summary>
			<param name="Index">The name or ordinal value of an object within a list.</param>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._OutlookBarShortcuts.Application">
			<summary>Gets an Application object that represents the parent application (Microsoft Office Outlook) for an object. .</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._OutlookBarShortcuts.Class">
			<summary>Gets an OlObjectClass constant indicating the object's class. </summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._OutlookBarShortcuts.Count">
			<summary>Gets the count of OutlookBarShortcuts in the specified collection.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._OutlookBarShortcuts.Item(System.Object)">
			<summary>Gets an OutlookBarShortcut from a collection.</summary>
			<param name="Index"> Object. 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>Gets the parent Object of the OutlookBarShortcuts.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._OutlookBarShortcuts.Session">
			<summary>Gets the NameSpace object for the current session.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook._PostItem">
			<summary>Represents a post in a public folder that others may browse. This class supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._PostItem.ClearConversationIndex">
			<summary>Clears the index of the conversation thread for the PostItem.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._PostItem.Close(Microsoft.Office.Interop.Outlook.OlInspectorClose)">
			<summary>Closes the inspector or item and optionally saves changes to the displayed PostItem.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._PostItem.Copy">
			<summary>Creates another instance of an object.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._PostItem.Delete">
			<summary>Deletes an object from a collection.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._PostItem.Display(System.Object)">
			<summary>The Display method displays a new Inspector object for the PostItem.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._PostItem.Forward">
			<summary>Executes the Forward action for the PostItem.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._PostItem.Move(Microsoft.Office.Interop.Outlook.MAPIFolder)">
			<summary>Executes the Forward action for an item.</summary>
			<param name="DestFldr">The destination folder.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._PostItem.Post">
			<summary>Sends (posts) the PostItem object.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._PostItem.PrintOut">
			<summary>Prints the PostItem using all default settings.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._PostItem.Reply">
			<summary>Creates a reply, pre-addressed to the original sender, from the PostItem.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._PostItem.Save">
			<summary>Saves the PostItem to the current folder or, if this is a new PostItem, 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 PostItem to the specified path and in the format of the specified file type.</summary>
			<param name="Type">The file type to save.</param>
			<param name="Path">The path in which to save the item.</param>
		</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 PostItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._PostItem.Actions">
			<summary>Gets an Actions collection that represents all the available actions for the PostItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._PostItem.Application">
			<summary>Gets an Application object that represents the parent application (Microsoft Office Outlook) for a PostItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._PostItem.Attachments">
			<summary>Gets an Attachments object that represents all the attachments for the specified PostItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._PostItem.AutoResolvedWinner">
			<summary>true if the PostItem is a winner of an automatic conflict resolution.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._PostItem.BillingInformation">
			<summary>Gets or sets the billing information associated with the Outlook PostItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._PostItem.Body">
			<summary>Gets or sets the clear-text body of the PostItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._PostItem.BodyFormat">
			<summary>Gets or sets an OlBodyFormat constant indicating the format of the body text.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._PostItem.Categories">
			<summary>Gets or sets the categories assigned to the PostItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._PostItem.Class">
			<summary>Gets an OlObjectClass constant indicating the object's class.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._PostItem.Companies">
			<summary>Gets or sets the names of the companies associated with the PostItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._PostItem.Conflicts">
			<summary>Gets the Conflicts object that represents the items that are in conflict for any Microsoft Outlook item object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._PostItem.ConversationIndex">
			<summary>Gets the index of the conversation thread of the PostItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._PostItem.ConversationTopic">
			<summary>Gets the topic of the conversation thread of the PostItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._PostItem.CreationTime">
			<summary>Gets the creation time for the PostItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._PostItem.DownloadState">
			<summary>Gets an OlDownloadState constant indicating the download state of the PostItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._PostItem.EntryID">
			<summary>Gets the unique entry ID of the PostItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._PostItem.ExpiryTime">
			<summary>Gets or sets the date and time at which the PostItem becomes invalid and can be deleted.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._PostItem.FormDescription">
			<summary>Gets the FormDescription object that represents the form description for the PostItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._PostItem.GetInspector">
			<summary>Gets an Inspector object that represents an inspector initialized to contain the PostItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._PostItem.HTMLBody">
			<summary>Gets or sets the HTML body of the PostItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._PostItem.Importance">
			<summary>Gets or sets an OlImportance constant indicating the relative importance level for the PostItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._PostItem.InternetCodepage">
			<summary>Gets or sets the Internet code page used by the PostItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._PostItem.IsConflict">
			<summary>true if the PostItem is in conflict.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._PostItem.ItemProperties">
			<summary>Gets an ItemProperties collection that represents all standard and user-defined properties associated with an PostItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._PostItem.LastModificationTime">
			<summary>Gets the date and time that the PostItem was last modified.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._PostItem.Links">
			<summary>Gets a Links collection of Link objects that represent the contacts to which the PostItem is linked.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._PostItem.MarkForDownload">
			<summary>Gets or sets an OlRemoteStatus constant that determines the status of a PostItem once it is received by a remote user.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._PostItem.MessageClass">
			<summary>Gets or sets the message class for the PostItem or Action.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._PostItem.Mileage">
			<summary>Gets or sets the mileage for a PostItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._PostItem.NoAging">
			<summary>true to not age the Outlook item.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._PostItem.OutlookInternalVersion">
			<summary>Gets the build number of the Microsoft Office Outlook application for the PostItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._PostItem.OutlookVersion">
			<summary>Gets the major and minor version number of the Microsoft Outlook application for the PostItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._PostItem.Parent">
			<summary>Returns the parent Object of the PostItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._PostItem.ReceivedTime">
			<summary>Gets or sets the date and time at which the PostItem was received.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._PostItem.Saved">
			<summary>true if the PostItem has not been modified since the last save.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._PostItem.SenderEmailAddress">
			<summary>Gets the e-mail address of the sender of the PostItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._PostItem.SenderEmailType">
			<summary>Gets the type of entry for the E-mail address of the sender of the PostItem, such as 'SMTP' for Internet address, 'EX' for a Microsoft Exchange server address, etc.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._PostItem.SenderName">
			<summary>Gets the display name of the sender for the PostItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._PostItem.Sensitivity">
			<summary>Gets or sets an OlSensitivity constant indicating the sensitivity for the PostItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._PostItem.SentOn">
			<summary>Gets the date and time on which the PostItem was sent.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._PostItem.Session">
			<summary>Gets the NameSpace object for the current session.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._PostItem.Size">
			<summary>Gets the size (in bytes) of the PostItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._PostItem.Subject">
			<summary>Gets or sets the subject for the PostItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._PostItem.UnRead">
			<summary>true if the PostItem has not been opened (read).</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._PostItem.UserProperties">
			<summary>Gets the UserProperties collection that represents all the user properties for the PostItem.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook._RecipientControl">
			<summary>Control for processing Recipient objects for the appointment items. Do not use _RecipientControl directly in your code. Instead, use RecipientControl. </summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook._RecipientControlClass">
			<summary>This class supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._RecipientControlClass.#ctor">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._RecipientControlClass.BackColor">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._RecipientControlClass.Enabled">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._RecipientControlClass.Font">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._RecipientControlClass.ForeColor">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._RecipientControlClass.ReadOnly">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._RecipientControlClass.SpecialEffect">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook._Reminder">
			<summary>A collection of all the Reminder objects in a Microsoft Office Outlook application that represents the reminders for all pending items. Do not use _Reminder directly in your code. Instead, use Reminder.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._Reminder.Dismiss">
			<summary>Dismisses the current reminder.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._Reminder.Snooze(System.Object)">
			<summary>Delays the Reminder by a specified time. This is equivalent to the user clicking the Snooze button.</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="P:Microsoft.Office.Interop.Outlook._Reminder.Application">
			<summary>Gets an Application object that represents the parent application (Microsoft Office Outlook) for a Reminder object. </summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Reminder.Caption">
			<summary>Gets a caption of the Reminder object. </summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Reminder.Class">
			<summary>Gets an OlObjectClass constant indicating the object's class. </summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Reminder.IsVisible">
			<summary>Gets a value that determines if the Reminder is currently visible. All active reminders are visible. If true, the Reminder is visible. </summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Reminder.Item">
			<summary>Gets a specified Reminder item.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Reminder.NextReminderDate">
			<summary>Gets the next time the specified Reminder will occur. </summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Reminder.OriginalReminderDate">
			<summary>Gets the original date and time that the specified Reminder is set to occur. </summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Reminder.Parent">
			<summary>Gets the parent Object of the specified reminder. </summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Reminder.Session">
			<summary>Gets the NameSpace object for the current session.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook._Reminders">
			<summary>A collection of all the Reminder objects in a Microsoft Office Outlook application that represents the reminders for all pending items. Do not use _Reminders directly in your code. Instead, use Reminders.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._Reminders.Remove(System.Object)">
			<summary>Removes a Reminder object from the Reminders list.</summary>
			<param name="Index">The name or ordinal value of an object within a list.</param>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Reminders.Application">
			<summary>Returns an Application object that represents the parent application (Microsoft Office Outlook) for an object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Reminders.Class">
			<summary>Returns an OlObjectClass constant indicating the object's class.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Reminders.Count">
			<summary>Returns the count of Reminder objects in the specified collection.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Reminders.Item(System.Object)">
			<summary>A generic Object representing a single Reminder in the Reminders collection</summary>
			<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 Reminders object. </summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Reminders.Session">
			<summary>Returns the NameSpace object for the current session.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook._RemoteItem">
			<summary>Represents a remote item in an Inbox (mail) folder. The RemoteItem object is similar to the MailItem object, but it contains only the Subject, Received Date and Time, Sender, Size, and the first 256 characters of the body of the message. Do not use _RemoteItem directly in your code. Instead, use RemoteItem.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._RemoteItem.Close(Microsoft.Office.Interop.Outlook.OlInspectorClose)">
			<summary>Closes the inspector or RemoteItem and optionally saves changes to the displayed RemoteItem.</summary>
			<param name="SaveMode">OlInspectorClose. The close behavior. If the item displayed within the inspector has not been changed, this argument has no effect.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._RemoteItem.Copy">
			<summary>Creates another instance of an RemoteItem.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._RemoteItem.Delete">
			<summary>Deletes an RemoteItem from a collection.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._RemoteItem.Display(System.Object)">
			<summary>For RemoteItem, the Display method displays a new Inspector object for the item.</summary>
			<param name="Modal">true to make the window modal. The default value is false.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._RemoteItem.Move(Microsoft.Office.Interop.Outlook.MAPIFolder)">
			<summary>Moves a RemoteItem to a new folder.</summary>
			<param name="DestFldr">An expression that returns a MapiFolder object. The destination folder.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._RemoteItem.PrintOut">
			<summary>Prints the RemoteItem using all default settings.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._RemoteItem.Save">
			<summary>Saves the RemoteItem 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 RemoteItem 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="Type">The file type to save. </param>
			<param name="Path"> String. The path in which to save the item.</param>
		</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 RemoteItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._RemoteItem.Actions">
			<summary>Gets an Actions collection that represents all the available actions for the RemoteItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._RemoteItem.Application">
			<summary>Gets an Application object that represents the parent application (Microsoft Office Outlook) for an object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._RemoteItem.Attachments">
			<summary>Gets an Attachments object that represents all the attachments for the RemoteItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._RemoteItem.AutoResolvedWinner">
			<summary>Gets a value that determines whether the RemoteItem is a winner of an automatic conflict resolution.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._RemoteItem.BillingInformation">
			<summary>Gets or sets the billing information associated with the RemoteItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._RemoteItem.Body">
			<summary>Gets or sets the clear-text body of the RemoteItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._RemoteItem.Categories">
			<summary>Gets or sets the categories assigned to the RemoteItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._RemoteItem.Class">
			<summary>Gets an OlObjectClass constant indicating the object's class.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._RemoteItem.Companies">
			<summary>Gets or sets the names of the companies associated with the RemoteItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._RemoteItem.Conflicts">
			<summary>Gets the Conflicts object that represents the RemoteItems that are in conflict.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._RemoteItem.ConversationIndex">
			<summary>Gets the index of the conversation thread of the RemoteItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._RemoteItem.ConversationTopic">
			<summary>Gets the topic of the conversation thread of the RemoteItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._RemoteItem.CreationTime">
			<summary>Gets the creation time for the RemoteItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._RemoteItem.DownloadState">
			<summary>Gets an OlDownloadState constant indicating the download state of the item.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._RemoteItem.EntryID">
			<summary>Gets the unique entry ID of the RemoteItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._RemoteItem.FormDescription">
			<summary>Gets the FormDescription object that represents the form description for the specified RemoteItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._RemoteItem.GetInspector">
			<summary>Gets an Inspector object that represents an inspector initialized to contain the RemoteItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._RemoteItem.HasAttachment">
			<summary>Gets a value indicating whether the RemoteItem has an attachment associated with it.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._RemoteItem.Importance">
			<summary>Gets or sets an OlImportance constant indicating the relative importance level for the Outlook item.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._RemoteItem.IsConflict">
			<summary>Gets a value that determines whether the e-mail item is in conflict</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._RemoteItem.ItemProperties">
			<summary>Gets an ItemProperties collection that represents all standard and user-defined properties associated with a RemoteItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._RemoteItem.LastModificationTime">
			<summary>Gets the date and time that the RemoteItem was last modified.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._RemoteItem.Links">
			<summary>Gets a Links collection of Link objects that represent the contacts to which the RemoteItem is linked.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._RemoteItem.MarkForDownload">
			<summary>Gets or sets an OlRemoteStatus constant that determines the status of an item once it is received by a remote user.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._RemoteItem.MessageClass">
			<summary>Gets or sets message class for the RemoteItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._RemoteItem.Mileage">
			<summary>Gets or sets the mileage for a RemoteItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._RemoteItem.NoAging">
			<summary>Gets or sets a value indicating whether to not age the RemoteItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._RemoteItem.OutlookInternalVersion">
			<summary>Gets the build number of the Microsoft Office Outlook application for a RemoteItem. </summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._RemoteItem.OutlookVersion">
			<summary>Gets the major and minor version number of the Microsoft Office Outlook application for a RemoteItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._RemoteItem.Parent">
			<summary>Gets the parent Object of the RemoteItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._RemoteItem.RemoteMessageClass">
			<summary>Gets the message class for the remote item.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._RemoteItem.Saved">
			<summary>Saves the RemoteItem to the current folder or, if this is a new item, to the Outlook default folder for the item type.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._RemoteItem.Sensitivity">
			<summary>Gets or sets an OlSensitivity constant indicating the sensitivity for the RemoteItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._RemoteItem.Session">
			<summary>Gets the NameSpace object for the current session.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._RemoteItem.Size">
			<summary>Gets the size (in bytes) of the RemoteItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._RemoteItem.Subject">
			<summary>Gets or sets the subject for the RemoteItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._RemoteItem.TransferSize">
			<summary>Gets the transfer size (in bytes) for the remote item.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._RemoteItem.TransferTime">
			<summary>Gets the transfer time (in seconds) for the remote item.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._RemoteItem.UnRead">
			<summary>Gets or sets a value indicating whether the RemoteItem has not been opened (read).</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._RemoteItem.UserProperties">
			<summary>Gets the UserProperties collection that represents all the user properties for the RemoteItem.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook._ReportItem">
			<summary>Represents a mail-delivery report in an Inbox (mail) folder. The ReportItem object is similar to a MailItem object, and it contains a report (usually the non-delivery report) or error message from the mail transport system. Do not use _ReportItem directly in your code. Instead, use ReportItem.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._ReportItem.Close(Microsoft.Office.Interop.Outlook.OlInspectorClose)">
			<summary>Closes the inspector or ReportItem and optionally saves changes to the displayed Outlook item.</summary>
			<param name="SaveMode">OlInspectorClose The close behavior.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._ReportItem.Copy">
			<summary>Creates another instance of a ReportItem.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._ReportItem.Delete">
			<summary>Deletes a ReportItem from a collection.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._ReportItem.Display(System.Object)">
			<summary>The Display method displays a new Inspector object for the ReportItem.</summary>
			<param name="Modal">Boolean</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._ReportItem.Move(Microsoft.Office.Interop.Outlook.MAPIFolder)">
			<summary>Moves a ReportItem to a new folder.</summary>
			<param name="DestFldr">An expression that Gets a MAPIFolder object. The destination folder.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._ReportItem.PrintOut">
			<summary>Prints the ReportItem using all default settings.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._ReportItem.Save">
			<summary>Saves the ReportItem to the current folder or, if this is a new item, to the Inbox.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._ReportItem.SaveAs(System.String,System.Object)">
			<summary>Saves the ReportItem 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="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>
			<param name="Path">The path in which to save the item.</param>
		</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 ReportItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ReportItem.Actions">
			<summary>Gets an Actions collection that represents all the available actions for the Outlook item.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ReportItem.Application">
			<summary>Gets an Application object that represents the parent application (Microsoft Office Outlook) for an object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ReportItem.Attachments">
			<summary>Gets an Attachments object that represents all the attachments for the specified ReportItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ReportItem.AutoResolvedWinner">
			<summary>Gets a value that determines if the ReportItem is a winner of an automatic conflict resolution.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ReportItem.BillingInformation">
			<summary>Gets or sets the billing information associated with the ReportItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ReportItem.Body">
			<summary>Gets or sets the clear-text body of the ReportItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ReportItem.Categories">
			<summary>Gets or sets the categories assigned to the ReportItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ReportItem.Class">
			<summary>Gets an OlObjectClass constant indicating the object's class.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ReportItem.Companies">
			<summary>Gets or sets the names of the companies associated with the ReportItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ReportItem.Conflicts">
			<summary>Gets the Conflicts object that represents the ReportItems that are in conflict.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ReportItem.ConversationIndex">
			<summary>Gets the index of the conversation thread of the ReportItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ReportItem.ConversationTopic">
			<summary>Gets the topic of the conversation thread of the ReportItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ReportItem.CreationTime">
			<summary>Gets the creation time for the ReportItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ReportItem.DownloadState">
			<summary>Gets an OlDownloadState constant indicating the download state of the ReportItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ReportItem.EntryID">
			<summary>Gets the unique entry ID of the ReportItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ReportItem.FormDescription">
			<summary>Gets the FormDescription object that represents the form description for the specified ReportItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ReportItem.GetInspector">
			<summary>Gets an Inspector object that represents an inspector initialized to contain the ReportItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ReportItem.Importance">
			<summary>Gets or sets an OlImportance constant indicating the relative importance level for the Outlook item.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ReportItem.IsConflict">
			<summary>Gets a value that determines if the e-mail item is in conflict.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ReportItem.ItemProperties">
			<summary>Gets an ItemProperties collection that represents all standard and user-defined properties associated with a ReportItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ReportItem.LastModificationTime">
			<summary>Gets the date and time that the ReportItem was last modified.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ReportItem.Links">
			<summary>Gets a Links collection of Link objects that represent the contacts to which the ReportItem is linked.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ReportItem.MarkForDownload">
			<summary>Gets or sets an OlRemoteStatus constant that determines the status of a ReportItem once it is received by a remote user.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ReportItem.MessageClass">
			<summary>Gets or sets the message class for the ReportItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ReportItem.Mileage">
			<summary>Gets or sets the mileage for an ReportItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ReportItem.NoAging">
			<summary>Gets or sets a value indicating whether to not age the ReportItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ReportItem.OutlookInternalVersion">
			<summary>Gets the build number of the Microsoft Office Outlook application for a ReportItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ReportItem.OutlookVersion">
			<summary>Gets the major and minor version number of the Microsoft Office Outlook application for a ReportItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ReportItem.Parent">
			<summary>Gets the parent Object of the ReportItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ReportItem.Saved">
			<summary>Gets a value indicating whether the ReportItem has not been modified since the last save.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ReportItem.Sensitivity">
			<summary>Gets or sets an OlSensitivity constant indicating the sensitivity for the ReportItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ReportItem.Session">
			<summary>Gets the NameSpace object for the current session.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ReportItem.Size">
			<summary>Gets the size (in bytes) of the ReportItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ReportItem.Subject">
			<summary>Gets or sets the subject for the ReportItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ReportItem.UnRead">
			<summary>Gets or sets a value indicating whether the ReportItem has not been opened (read).</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._ReportItem.UserProperties">
			<summary>Gets the UserProperties collection that represents all the user properties for the ReportItem.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook._Results">
			<summary>Stores data and results returned by the Search object and the AdvancedSearch method. Do not use _Results directly in your code. Instead, use Results.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._Results.GetFirst">
			<summary>The GetFirst method returns the first object in the specified collection.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._Results.GetLast">
			<summary>The GetLast method returns the last object in the specified collection.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._Results.GetNext">
			<summary>The GetNext method returns the next object in the specified collection.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._Results.GetPrevious">
			<summary>The GetPrevious method returns the previous object in the specified collection.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._Results.ResetColumns">
			<summary>The ResetColumns method clears the properties that have been cached with the SetColumns method.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._Results.SetColumns(System.String)">
			<summary>The SetColumns method allows the user to cache certain properties for extremely fast access to those particular properties of the item.</summary>
			<param name="Columns">A String containing the names of the properties to be cached, separated by commas.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._Results.Sort(System.String,System.Object)">
			<summary>Sorts the collection of items by the specified property.</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.</param>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Results.Application">
			<summary>Gets an Application object that represents the parent application (Microsoft Office Outlook) for a Results object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Results.Class">
			<summary>Gets an OlObjectClass constant indicating the object's class.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Results.Count">
			<summary>Gets the count of objects in the specified collection.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Results.DefaultItemType">
			<summary>Returns an OlItemType constant indicating the default Outlook item type contained in the folder.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Results.Item(System.Object)">
			<summary>Gets an object from a collection.</summary>
			<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>Gets the parent Object of the specified object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Results.Session">
			<summary>Gets the NameSpace object for the current session.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook._SyncObject">
			<summary>Represents a Send\Receive group for a user. A Send\Receive group lets users configure different synchronization scenarios, selecting which folders and which filters apply. Do not use _SyncObject directly in your code. Instead, use SyncObject.</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="P:Microsoft.Office.Interop.Outlook._SyncObject.Application">
			<summary>Gets an Application object that represents the parent application (Microsoft Office Outlook) for an SyncObject.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._SyncObject.Class">
			<summary>Gets an OlObjectClass constant indicating the SyncObject's class.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._SyncObject.Name">
			<summary>Gets or sets the display name for the SyncObject.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._SyncObject.Parent">
			<summary>Gets the parent Object of the SyncObject.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._SyncObject.Session">
			<summary>Returns the NameSpace object for the current session.</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. Do not use _TaskItem directly in your code. Instead, use TaskItem.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._TaskItem.Assign">
			<summary>Assigns a task and Gets a TaskItem object that represents it. This method allows a task to be assigned (delegated) to another user.</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="M:Microsoft.Office.Interop.Outlook._TaskItem.ClearRecurrencePattern">
			<summary>Removes the recurrence settings and restores the single-occurrence state for a task.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._TaskItem.Close(Microsoft.Office.Interop.Outlook.OlInspectorClose)">
			<summary>Closes the inspector or TaskItem and optionally saves changes.</summary>
			<param name="SaveMode">OlInspectorClose  The close behavior</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._TaskItem.Copy">
			<summary>Creates another instance of a TaskItem</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._TaskItem.Delete">
			<summary>Deletes an TaskItem from a collection.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._TaskItem.Display(System.Object)">
			<summary>For TaskItems, the Display method displays a new Inspector object for the TaskItem.</summary>
			<param name="Modal">boolean</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._TaskItem.GetRecurrencePattern">
			<summary>Gets a RecurrencePattern object that represents the recurrence attributes of a task.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._TaskItem.MarkComplete">
			<summary>Marks the task as completed. Sets PercentComplete to "100%", Complete to True, and DateCompleted to the current date.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._TaskItem.Move(Microsoft.Office.Interop.Outlook.MAPIFolder)">
			<summary>Moves a TaskItem to a new folder.</summary>
			<param name="DestFldr">An expression that Gets a MAPIFolder object. The destination folder.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._TaskItem.PrintOut">
			<summary>Prints the TaskItem using all default settings.</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 for the TaskItem object.</summary>
			<param name="Response">OlMeetingResponse. The response to the request.</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>
			<param name="fNoUI">true to not display a dialog box; the response is sent automatically. false to display the dialog box for responding.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._TaskItem.Save">
			<summary>Saves the TaskItem to the current folder or, if this is a new item, to the Tasks folder.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._TaskItem.SaveAs(System.String,System.Object)">
			<summary>Saves the TaskItem to the specified path and in the format of the TaskItem type.</summary>
			<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>
			<param name="Path">The path in which to save the item.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._TaskItem.Send">
			<summary>Sends the task.</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 TaskItem.</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>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._TaskItem.StatusReport">
			<summary>Sends a status report to all Cc recipients (recipients returned by the StatusUpdateRecipients property) with the current status for the task. Gets an Object representing the status report.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskItem.Actions">
			<summary>Gets an Actions collection that represents all the available actions for the TaskItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskItem.ActualWork">
			<summary>Gets or sets the actual effort (in minutes) spent on the task.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskItem.Application">
			<summary>Gets an Application object that represents the parent application (Microsoft Office Outlook) for an object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskItem.Attachments">
			<summary>Gets an Attachments object that represents all the attachments for the TaskItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskItem.AutoResolvedWinner">
			<summary>Gets a value that determines if the TaskItem is a winner of an automatic conflict resolution.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskItem.BillingInformation">
			<summary>Gets or sets the billing information associated with the TaskItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskItem.Body">
			<summary>Gets or sets the clear-text body of the TaskItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskItem.CardData">
			<summary>Gets or sets the text of the card data for the TaskItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskItem.Categories">
			<summary>Gets or sets the categories assigned to the TaskItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskItem.Class">
			<summary>Gets an OlObjectClass constant indicating the object's class.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskItem.Companies">
			<summary>Gets or sets the names of the companies associated with the TaskItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskItem.Complete">
			<summary>Gets or sets a value indicating whether the task is completed.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskItem.Conflicts">
			<summary>Gets the Conflicts object that represents the TaskItems that are in conflict.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskItem.ContactNames">
			<summary>Gets or sets the contact names associated with the TaskItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskItem.Contacts">
			<summary>Gets or sets the contact associated with the TaskItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskItem.ConversationIndex">
			<summary>Gets the index of the conversation thread of the TaskItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskItem.ConversationTopic">
			<summary>Gets the topic of the conversation thread of the TaskItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskItem.CreationTime">
			<summary>Gets the creation time for the TaskItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskItem.DateCompleted">
			<summary>Gets or sets the completion date of the task.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskItem.DelegationState">
			<summary>Gets an OlTaskDelegationState constant indicating the delegation state of the task.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskItem.Delegator">
			<summary>Gets the display name of the delegator for the task.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskItem.DownloadState">
			<summary>Gets an OlDownloadState constant indicating the download state of the TaskItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskItem.DueDate">
			<summary>Gets or sets the due date for the task.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskItem.EntryID">
			<summary>Gets the unique entry ID of the object. This property corresponds to the MAPI property PR_ENTRYID.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskItem.FormDescription">
			<summary>Gets the FormDescription object that represents the form description for the TaskItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskItem.GetInspector">
			<summary>Gets an Inspector object that represents an inspector initialized to contain the TaskItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskItem.Importance">
			<summary>Gets or sets an OlImportance constant indicating the relative importance level for the TaskItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskItem.InternetCodepage">
			<summary>Gets or sets a value that determines the Internet code page used by the TaskItem. </summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskItem.IsConflict">
			<summary>Gets a value that determines if the TaskItem is in conflict.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskItem.IsRecurring">
			<summary>Gets a value indicating if the task is a recurring task.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskItem.ItemProperties">
			<summary>Gets an ItemProperties collection that represents all standard and user-defined properties associated with Task item.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskItem.LastModificationTime">
			<summary>Gets the date and time that the task item was last modified.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskItem.Links">
			<summary>Gets a Links collection of Link objects that represent the contacts to which the TaskItem is linked.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskItem.MarkForDownload">
			<summary>Gets or sets an OlRemoteStatus constant that determines the status of an item once it is received by a remote user.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskItem.MessageClass">
			<summary>Gets or sets the message class for the TaskItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskItem.Mileage">
			<summary>Gets or sets the mileage for an TaskItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskItem.NoAging">
			<summary>Gets or sets a value indicating whether to not age the TaskItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskItem.Ordinal">
			<summary>Gets or sets the position in the view (ordinal) for the task.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskItem.OutlookInternalVersion">
			<summary>Gets the build number of the Microsoft Office Outlook application for the task item.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskItem.OutlookVersion">
			<summary>Gets the major and minor version number of the Microsoft Office Outlook application for a task item.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskItem.Owner">
			<summary>Gets or sets the owner for the task. This is a free-form string field.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskItem.Ownership">
			<summary>Gets an OlTaskOwnership specifying the ownership state of the task.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskItem.Parent">
			<summary>Gets the parent Object of the task item.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskItem.PercentComplete">
			<summary>Gets or sets the percentage of the task completed at the current date and time.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskItem.Recipients">
			<summary>Gets a Recipients collection that represents all the recipients for the task item.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskItem.ReminderOverrideDefault">
			<summary>Gets or sets a value indicating whether the reminder overrides the default reminder behavior for the task.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskItem.ReminderPlaySound">
			<summary>Gets or sets a value indicating whether the reminder should play a sound when it occurs for this task. The ReminderPlaySound property must be set in order to validate the ReminderSoundFile property.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskItem.ReminderSet">
			<summary>Gets or sets a value indicating whether a reminder has been set for this task.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskItem.ReminderSoundFile">
			<summary>Gets or sets the path and file name of the sound file to play when the reminder occurs for the task.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskItem.ReminderTime">
			<summary>Gets or sets the date and time at which the reminder should occur for the task item.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskItem.ResponseState">
			<summary>Gets or sets the date and time at which the reminder should occur for the task item</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskItem.Role">
			<summary>Gets or sets the free-form text string associating the owner of a task with a role for the task.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskItem.Saved">
			<summary>Saves the TaskItem to the current folder.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskItem.SchedulePlusPriority">
			<summary>Gets or sets the Microsoft Schedule+ priority for the task. Can be 1 through 9, A through Z, or A1 through Z9. Priority 1 is the highest.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskItem.Sensitivity">
			<summary>Gets or sets an OlSensitivity constant indicating the sensitivity for the TaskItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskItem.Session">
			<summary>Gets the NameSpace object for the current session .</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskItem.Size">
			<summary>Gets the size (in bytes) of the task item.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskItem.StartDate">
			<summary>Gets or sets the start date of the task item.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskItem.Status">
			<summary>Gets or sets an OlTaskStatus constant specifying the status for the task.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskItem.StatusOnCompletionRecipients">
			<summary>Gets or sets a semicolon-delimited String of display names for recipients who will receive status upon completion of the task.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskItem.StatusUpdateRecipients">
			<summary>Gets a semicolon-delimited String of display names for recipients who receive status updates for the task.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskItem.Subject">
			<summary>Gets or sets the subject for the TaskItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskItem.TeamTask">
			<summary>Gets or sets a value indicating whether the task is a team task.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskItem.TotalWork">
			<summary>Gets or sets the total work for the task. Corresponds to the Total work field on the Details tab of a Task item.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskItem.UnRead">
			<summary>Gets or sets a value indicating whether the TaskItem has not been opened (read).</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskItem.UserProperties">
			<summary>Gets the UserProperties collection that represents all the user properties for the TaskItem.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem">
			<summary>A TaskRequestAcceptItem object represents a response to a TaskRequestItem sent by the initiating user. If the delegated user accepts the task, the ResponseState property is set to olTaskAccept. The associated TaskItem is received by the delegator as a TaskRequestAcceptItem object. Do not use _TaskRequestAcceptItem directly in your code. Instead, use TaskRequestAcceptItem.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.Close(Microsoft.Office.Interop.Outlook.OlInspectorClose)">
			<summary>Closes the inspector or TaskRequestAcceptItem and optionally saves changes to the displayed TaskRequestAcceptItem.</summary>
			<param name="SaveMode">OlInspectorClose  The close behavior.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.Copy">
			<summary>Creates another instance of an TaskRequestAcceptItem.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.Delete">
			<summary>Deletes an TaskRequestAcceptItem from a collection.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.Display(System.Object)">
			<summary>The Display method displays a new Inspector object for the TaskRequestAcceptItem.</summary>
			<param name="Modal">Boolean</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.GetAssociatedTask(System.Boolean)">
			<summary>Gets a TaskItem object that represents the requested task.</summary>
			<param name="AddToTaskList">true if the task is added to the default Tasks folder.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.Move(Microsoft.Office.Interop.Outlook.MAPIFolder)">
			<summary>Moves a TaskRequestAcceptItem to a new folder.</summary>
			<param name="DestFldr">An expression that Gets a MAPIFolder object. The destination folder</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.PrintOut">
			<summary>Prints the TaskRequestAcceptItem using all default settings.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.Save">
			<summary>Saves the TaskRequestAcceptItem 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 TaskRequestAcceptItem 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="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>
			<param name="Path">The path in which to save the item.</param>
		</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.Actions">
			<summary>Gets an Actions collection that represents all the available actions for the TaskRequestAcceptItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.Application">
			<summary>Gets an Application object that represents the parent application (Microsoft Office Outlook) for an object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.Attachments">
			<summary>Gets an Attachments object that represents all the attachments for the specified item.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.AutoResolvedWinner">
			<summary>Gets a value that determines if the item is a winner of an automatic conflict resolution.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.BillingInformation">
			<summary>Gets or sets the billing information associated with the TaskRequestAcceptItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.Body">
			<summary>Gets or sets the clear-text body of the TaskRequestAcceptItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.Categories">
			<summary>Gets or sets the categories assigned to the TaskRequestAcceptItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.Class">
			<summary>Gets an OlObjectClass constant indicating the object's class.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.Companies">
			<summary>Gets or sets the names of the companies associated with the TaskRequestAcceptItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.Conflicts">
			<summary>Gets the Conflicts object that represents the TaskRequestAcceptItem that are in conflict.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.ConversationIndex">
			<summary>Gets the index of the conversation thread of the TaskRequestAcceptItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.ConversationTopic">
			<summary>Gets the topic of the conversation thread of the TaskRequestAcceptItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.CreationTime">
			<summary>Gets the creation time for the TaskRequestAcceptItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.DownloadState">
			<summary>Gets an OlDownloadState constant indicating the download state of the TaskRequestAcceptItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.EntryID">
			<summary>Gets the unique entry ID of the object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.FormDescription">
			<summary>Gets the FormDescription object that represents the form description for the specified TaskRequestAcceptItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.GetInspector">
			<summary>Gets an Inspector object that represents an inspector initialized to contain the TaskRequestAcceptItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.Importance">
			<summary>Gets or sets an OlImportance constant indicating the relative importance level for the TaskRequestAcceptItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.IsConflict">
			<summary>Gets a value that determines if the TaskRequestAcceptItem is in conflict.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.ItemProperties">
			<summary>Gets an ItemProperties collection that represents all standard and user-defined properties associated with a TaskRequestAcceptItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.LastModificationTime">
			<summary>Gets a Date specifying the date and time that the TaskRequestAcceptItem was last modified. </summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.Links">
			<summary>Gets a Links collection of Link objects that represent the contacts to which the TaskRequestAcceptItem is linked.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.MarkForDownload">
			<summary>Gets or sets an OlRemoteStatus constant that determines the status of an item once it is received by a remote user.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.MessageClass">
			<summary>Gets or sets the message class for the TaskRequestAcceptItem or Action.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.Mileage">
			<summary>Gets or sets the mileage for an TaskRequestAcceptItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.NoAging">
			<summary>Gets or sets a value indicating whether to not age the TaskRequestAcceptItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.OutlookInternalVersion">
			<summary>Gets the build number of the Microsoft Office Outlook application for an TaskRequestAcceptItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.OutlookVersion">
			<summary>Gets a String indicating the major and minor version number of the Microsoft Office Outlook application for an TaskRequestAcceptItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.Parent">
			<summary>Gets the parent Object of the TaskRequestAcceptItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.Saved">
			<summary>Gets a value indicating whether the TaskRequestAcceptItem has not been modified since the last save.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.Sensitivity">
			<summary>Gets or sets an OlSensitivity constant indicating the sensitivity for the TaskRequestAcceptItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.Session">
			<summary>Gets the NameSpace object for the current session.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.Size">
			<summary>Gets the size (in bytes) of the TaskRequestAcceptItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.Subject">
			<summary>Gets or sets a String indicating the subject for the TaskRequestAcceptItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.UnRead">
			<summary>Gets or sets a value indicating whether the TaskRequestAcceptItem has not been opened (read).</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestAcceptItem.UserProperties">
			<summary>Gets the UserProperties collection that represents all the user properties for the TaskRequestAcceptItem.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem">
			<summary>Represents an item in an Inbox (mail) folder. Do not use _TaskRequestDeclineItem directly in your code. Instead, use TaskRequestDeclineItem.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.Close(Microsoft.Office.Interop.Outlook.OlInspectorClose)">
			<summary>The Close method closes the inspector or item and optionally saves changes to the displayed TaskRequestDeclineItem.</summary>
			<param name="SaveMode">The close behavior.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.Copy">
			<summary>Creates another instance of an object.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.Delete">
			<summary>Deletes an object from a collection.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.Display(System.Object)">
			<summary>The Display method displays a new Inspector object for the TaskRequestDeclineItem.</summary>
			<param name="Modal">true to make the window modal.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.GetAssociatedTask(System.Boolean)">
			<summary>Gets a TaskItem object that represents the TaskRequestDeclineItem.</summary>
			<param name="AddToTaskList">true if the task is added to the default Tasks folder.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.Move(Microsoft.Office.Interop.Outlook.MAPIFolder)">
			<summary>Moves the TaskRequestDeclineItem to a new folder.</summary>
			<param name="DestFldr">The destination folder.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.PrintOut">
			<summary>Prints the TaskRequestDeclineItem using all default settings.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.Save">
			<summary>Saves the TaskRequestDeclineItem 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>aves the Microsoft Outlook item to the specified path and in the format of the specified file type.</summary>
			<param name="Type">The file type to save.</param>
			<param name="Path">The path in which to save the item.</param>
		</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 TaskRequestDeclineItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.Actions">
			<summary>Gets an Actions collection that represents all the available actions for the TaskRequestDeclineItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.Application">
			<summary>Gets an Application object that represents the parent application (Microsoft Office Outlook) for a TaskRequestDeclineItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.Attachments">
			<summary>Gets an Attachments object that represents all the attachments for the TaskRequestDeclineItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.AutoResolvedWinner">
			<summary>Gets true if the TaskRequestDeclineItem is a winner of an automatic conflict resolution.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.BillingInformation">
			<summary>Gets or sets the billing information associated with the TaskRequestDeclineItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.Body">
			<summary>Gets or sets the clear-text body of the TaskRequestDeclineItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.Categories">
			<summary>Gets or sets the categories assigned to the TaskRequestDeclineItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.Class">
			<summary>Returns an OlObjectClass constant indicating the object's class.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.Companies">
			<summary>Gets or sets the names of the companies associated with the TaskRequestDeclineItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.Conflicts">
			<summary>Gets the Conflicts object that represents the items that are in conflict for the TaskRequestDeclineItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.ConversationIndex">
			<summary>Gets the index of the conversation thread of the TaskRequestDeclineItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.ConversationTopic">
			<summary>Gets the topic of the conversation thread of the TaskRequestDeclineItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.CreationTime">
			<summary>Gets the creation time for the TaskRequestDeclineItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.DownloadState">
			<summary>Gets the creation time for the TaskRequestDeclineItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.EntryID">
			<summary>Gets the unique entry ID of the TaskRequestDeclineItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.FormDescription">
			<summary>Gets the FormDescription object that represents the form description for the TaskRequestDeclineItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.GetInspector">
			<summary>Gets an Inspector object that represents an inspector initialized to contain the TaskRequestDeclineItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.Importance">
			<summary>Gets or sets an OlImportance constant indicating the relative importance level for the TaskRequestDeclineItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.IsConflict">
			<summary>Gets true if the TaskRequestDeclineItem is in conflict.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.ItemProperties">
			<summary>Gets an ItemProperties collection that represents all standard and user-defined properties associated with a TaskRequestDeclineItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.LastModificationTime">
			<summary>Gets the date and time that the TaskRequestDeclineItem was last modified.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.Links">
			<summary>Gets a Links collection of Link objects that represent the contacts to which the TaskRequestDeclineItem is linked.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.MarkForDownload">
			<summary>Gets or sets an OlRemoteStatus constant that determines the status of a TaskRequestDeclineItem once it is received by a remote user.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.MessageClass">
			<summary>Gets or sets the message class for the TaskRequestDeclineItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.Mileage">
			<summary>Gets or sets the mileage for a TaskRequestDeclineItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.NoAging">
			<summary>true to not age the TaskRequestDeclineItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.OutlookInternalVersion">
			<summary>Gets the build number of the Microsoft Office Outlook application for TaskRequestDeclineItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.OutlookVersion">
			<summary>Gets the major and minor version number of the Microsoft Office Outlook application for a TaskRequestDeclineItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.Parent">
			<summary>Gets the parent Object of the TaskRequestDeclineItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.Saved">
			<summary>true if the TaskRequestDeclineItem has not been modified since the last save.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.Sensitivity">
			<summary>Gets or sets the sensitivity for the TaskRequestDeclineItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.Session">
			<summary>Gets the NameSpace object for the current session.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.Size">
			<summary>Gets the size (in bytes) of the TaskRequestDeclineItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.Subject">
			<summary>Gets or sets the subject for the TaskRequestDeclineItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.UnRead">
			<summary>true if the TaskRequestDeclineItem has not been opened (read).</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestDeclineItem.UserProperties">
			<summary>Gets the UserProperties collection that represents all the user properties for the TaskRequestDeclineItem.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook._TaskRequestItem">
			<summary>Represents an item in an Inbox (mail) folder. A TaskRequestItem object represents a change to the recipient's Tasks list initiated by another party or as a result of a group tasking. Do not use _TaskRequestItem directly in your code. Instead, use TaskRequestItem.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._TaskRequestItem.Close(Microsoft.Office.Interop.Outlook.OlInspectorClose)">
			<summary>The Close method closes the inspector or item and optionally saves changes to the displayed Outlook item.</summary>
			<param name="SaveMode">The close behavior OLClose.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._TaskRequestItem.Copy">
			<summary>Creates another instance of an object.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._TaskRequestItem.Delete">
			<summary>Deletes an object from a collection.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._TaskRequestItem.Display(System.Object)">
			<summary>For TaskRequestItem, the Display method displays a new Inspector object for the item.</summary>
			<param name="Modal">True or false.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._TaskRequestItem.GetAssociatedTask(System.Boolean)">
			<summary>Gets a TaskItem object that represents the requested task.</summary>
			<param name="AddToTaskList">True if the task is added to the default Tasks folder.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._TaskRequestItem.Move(Microsoft.Office.Interop.Outlook.MAPIFolder)">
			<summary>Moves a Microsoft Office Outlook item to a new folder.</summary>
			<param name="DestFldr">An expression that Gets a MAPIFolder object. The destination folder. </param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._TaskRequestItem.PrintOut">
			<summary>Prints the Outlook item using all default settings.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._TaskRequestItem.Save">
			<summary>Saves the Microsoft Office 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 Office 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="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>
			<param name="Path">The path in which to save the item.</param>
		</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.Actions">
			<summary>Gets an Actions collection that represents all the available actions for the Outlook item.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestItem.Application">
			<summary>Gets an Application object that represents the parent application (Microsoft Office Outlook) for an object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestItem.Attachments">
			<summary>Gets an Attachments object that represents all the attachments for the specified item.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestItem.AutoResolvedWinner">
			<summary>Gets a Value that indicates whetherthe item is a winner of an automatic conflict resolution.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestItem.BillingInformation">
			<summary>Gets or sets the billing information associated with the Outlook item. This is a free-form text field.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestItem.Body">
			<summary>Gets or sets the clear-text body of the Microsoft Office Outlook item.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestItem.Categories">
			<summary>Gets or sets the categories assigned to the Microsoft Office Outlook item.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestItem.Class">
			<summary>Gets an OlObjectClass constant indicating the object's class.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestItem.Companies">
			<summary>Gets or sets the names of the companies associated with the Microsoft Office Outlook item.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestItem.Conflicts">
			<summary>Gets the Conflicts object that represents the items that are in conflict for any Microsoft Office Outlook item object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestItem.ConversationIndex">
			<summary>Gets the index of the conversation thread of the item.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestItem.ConversationTopic">
			<summary>Gets the topic of the conversation thread of the item.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestItem.CreationTime">
			<summary>Gets the creation time for the Outlook item.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestItem.DownloadState">
			<summary>Gets an OlDownloadState constant indicating the download state of the item.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestItem.EntryID">
			<summary>Gets the unique entry ID of the object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestItem.FormDescription">
			<summary>Gets the FormDescription object that represents the form description for the specified Microsoft Office Outlook item.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestItem.GetInspector">
			<summary>Gets an Inspector object that represents an inspector initialized to contain the specified item.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestItem.Importance">
			<summary>Gets or sets an OlImportance constant indicating the relative importance level for the Outlook item.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestItem.IsConflict">
			<summary>Gets a Value that indicates whetherthe e-mail item is in conflict. Whether or not an item is in conflict is determined by the state of the application.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestItem.ItemProperties">
			<summary>Gets an ItemProperties collection that represents all standard and user-defined properties associated with an e-mail item.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestItem.LastModificationTime">
			<summary>Gets the date and time that the Microsoft Office Outlook item was last modified.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestItem.Links">
			<summary>Gets a Links collection of Link objects that represent the contacts to which the item is linked.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestItem.MarkForDownload">
			<summary>Gets or sets an OlRemoteStatus constant that determines the status of an item once it is received by a remote user.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestItem.MessageClass">
			<summary>Gets or sets the message class for the Microsoft Office Outlook item or Action.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestItem.Mileage">
			<summary>Gets or sets the mileage for an item. This is a free-form string field and can be used to store mileage information associated with the item</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestItem.NoAging">
			<summary>True to not age the Outlook item.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestItem.OutlookInternalVersion">
			<summary>Gets the build number of the Microsoft Office Outlook application for an Outlook item.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestItem.OutlookVersion">
			<summary>Gets the major and minor version number of the Microsoft Office Outlook application for an Outlook item.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestItem.Parent">
			<summary>Gets the parent Object of the specified object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestItem.Saved">
			<summary>True if the Microsoft Office Outlook item has not been modified since the last save.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestItem.Sensitivity">
			<summary>Gets or sets an OlSensitivity constant indicating the sensitivity for the Microsoft Office Outlook item.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestItem.Session">
			<summary>Returns the NameSpace object for the current session.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestItem.Size">
			<summary>Gets the size (in bytes) of the Outlook item.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestItem.Subject">
			<summary>Gets or sets the subject for the Microsoft Office Outlook item.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestItem.UnRead">
			<summary>True if the Microsoft Office Outlook item has not been opened (read).</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestItem.UserProperties">
			<summary>Gets the UserProperties collection that represents all the user properties for the Microsoft Office Outlook item.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem">
			<summary>Represents an item in an Inbox (mail) folder. Do not use _TaskRequestUpdateItem directly in your code. Instead, use TaskRequestUpdateItem.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.Close(Microsoft.Office.Interop.Outlook.OlInspectorClose)">
			<summary>The Close method closes the inspector or item and optionally saves changes to the displayed TaskRequestUpdateItem.</summary>
			<param name="SaveMode">The close behavior.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.Copy">
			<summary>Creates another instance of an object.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.Delete">
			<summary>Deletes an object from a collection.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.Display(System.Object)">
			<summary>The Display method displays a new Inspector object for the TaskRequestUpdateItem.</summary>
			<param name="Modal">true to make the window modal.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.GetAssociatedTask(System.Boolean)">
			<summary>Gets a TaskItem object that represents the TaskRequestUpdateItem.</summary>
			<param name="AddToTaskList">true if the task is added to the default Tasks folder.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.Move(Microsoft.Office.Interop.Outlook.MAPIFolder)">
			<summary>Moves the TaskRequestUpdateItem to a new folder.</summary>
			<param name="DestFldr">The destination folder.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.PrintOut">
			<summary>Prints the TaskRequestUpdateItem using all default settings.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.Save">
			<summary>Saves the TaskRequestUpdateItem 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>aves the Microsoft Outlook item to the specified path and in the format of the specified file type.</summary>
			<param name="Type">The file type to save.</param>
			<param name="Path">The path in which to save the item.</param>
		</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 TaskRequestUpdateItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.Actions">
			<summary>Gets an Actions collection that represents all the available actions for the TaskRequestUpdateItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.Application">
			<summary>Gets an Application object that represents the parent application (Microsoft Office Outlook) for a TaskRequestUpdateItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.Attachments">
			<summary>Gets an Attachments object that represents all the attachments for the TaskRequestUpdateItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.AutoResolvedWinner">
			<summary>Gets true if the TaskRequestUpdateItem is a winner of an automatic conflict resolution.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.BillingInformation">
			<summary>Gets or sets the billing information associated with the TaskRequestUpdateItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.Body">
			<summary>Gets or sets the clear-text body of the TaskRequestUpdateItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.Categories">
			<summary>Gets or sets the categories assigned to the TaskRequestUpdateItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.Class">
			<summary>Gets an OlObjectClass constant indicating the object's class.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.Companies">
			<summary>Gets or sets the names of the companies associated with the TaskRequestUpdateItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.Conflicts">
			<summary>Gets the Conflicts object that represents the items that are in conflict for the TaskRequestUpdateItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.ConversationIndex">
			<summary>Gets the index of the conversation thread of the TaskRequestUpdateItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.ConversationTopic">
			<summary>Gets the topic of the conversation thread of the TaskRequestUpdateItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.CreationTime">
			<summary>Gets the creation time for the TaskRequestUpdateItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.DownloadState">
			<summary>Gets a Date indicating the creation time for the TaskRequestUpdateItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.EntryID">
			<summary>Gets the unique entry ID of the TaskRequestUpdateItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.FormDescription">
			<summary>Gets the FormDescription object that represents the form description for the TaskRequestUpdateItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.GetInspector">
			<summary>Gets an Inspector object that represents an inspector initialized to contain the TaskRequestUpdateItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.Importance">
			<summary>Gets or sets an OlImportance constant indicating the relative importance level for the TaskRequestUpdateItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.IsConflict">
			<summary>Gets true if the TaskRequestUpdateItem is in conflict.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.ItemProperties">
			<summary>Gets an ItemProperties collection that represents all standard and user-defined properties associated with a TaskRequestUpdateItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.LastModificationTime">
			<summary>Gets the date and time that the TaskRequestUpdateItem was last modified.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.Links">
			<summary>Gets a Links collection of Link objects that represent the contacts to which the TaskRequestUpdateItem is linked.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.MarkForDownload">
			<summary>Gets or sets an OlRemoteStatus constant that determines the status of a TaskRequestUpdateItem once it is received by a remote user.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.MessageClass">
			<summary>Gets or sets the message class for the TaskRequestUpdateItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.Mileage">
			<summary>Gets or sets the mileage for a TaskRequestUpdateItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.NoAging">
			<summary>true to not age the TaskRequestUpdateItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.OutlookInternalVersion">
			<summary>Gets the build number of the Microsoft Office Outlook application for TaskRequestUpdateItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.OutlookVersion">
			<summary>Gets the major and minor version number of the Microsoft Office Outlook application for a TaskRequestUpdateItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.Parent">
			<summary>Gets the parent Object of the TaskRequestUpdateItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.Saved">
			<summary>true if the TaskRequestUpdateItem has not been modified since the last save.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.Sensitivity">
			<summary>Gets or sets the sensitivity for the TaskRequestUpdateItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.Session">
			<summary>Gets the NameSpace object for the current session.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.Size">
			<summary>Gets the size (in bytes) of the TaskRequestUpdateItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.Subject">
			<summary>Gets or sets the subject for the TaskRequestUpdateItem.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.UnRead">
			<summary>true if the TaskRequestUpdateItem has not been opened (read).</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._TaskRequestUpdateItem.UserProperties">
			<summary>Gets the UserProperties collection that represents all the user properties for the TaskRequestUpdateItem.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook._Views">
			<summary>A collection of all View objects in the current folder. Do not use _Views directly in your code. Instead, use 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 Views collection, and returns the new view as a View object.OlViewType.</summary>
			<param name="Name">The name of the new view.</param>
			<param name="SaveOption">The save option that specifies the permissions of the new view.</param>
			<param name="ViewType">The type of the new view.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._Views.Remove(System.Object)">
			<summary>Removes an object from the Views collection.</summary>
			<param name="Index">The name or ordinal value of an object within a list.</param>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Views.Application">
			<summary>Gets an Application object that represents the parent application (Microsoft Office Outlook) for a Views object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Views.Class">
			<summary>Gets an OlObjectClass constant indicating the Views class.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Views.Count">
			<summary>Gets the count of objects in the specified collection.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Views.Item(System.Object)">
			<summary>Gets an Object corresponding to the specified Views object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Views.Parent">
			<summary>Gets the parent Object of the Views object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook._Views.Session">
			<summary>Gets the NameSpace object for the current session.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook._ViewsEvents">
			<summary>This interface supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._ViewsEvents.ViewAdd(Microsoft.Office.Interop.Outlook.View)">
			<summary>Represents the method that will handle the ViewAdd event of the Views object.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._ViewsEvents.ViewRemove(Microsoft.Office.Interop.Outlook.View)">
			<summary>Represents the method that will handle the ViewRemove event of the Views object.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook._ViewsEvents_Event">
			<summary>Events interface for Views object events.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook._ViewsEvents_Event.ViewAdd">
			<summary>Represents the method that will handle the ViewAdd event of the Views Object.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook._ViewsEvents_Event.ViewRemove">
			<summary>Represents the method that will handle the ViewRemove event of the Views Object.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._ViewsEvents_Event.add_ViewAdd(Microsoft.Office.Interop.Outlook._ViewsEvents_ViewAddEventHandler)">
			<summary>Represents the method that will handle the ViewAdd event of the Views Object.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._ViewsEvents_Event.add_ViewRemove(Microsoft.Office.Interop.Outlook._ViewsEvents_ViewRemoveEventHandler)">
			<summary>Represents the method that will handle the ViewRemove event of the Views Object.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._ViewsEvents_Event.remove_ViewAdd(Microsoft.Office.Interop.Outlook._ViewsEvents_ViewAddEventHandler)">
			<summary>Represents the method that will handle the ViewAdd event of the Views Object.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._ViewsEvents_Event.remove_ViewRemove(Microsoft.Office.Interop.Outlook._ViewsEvents_ViewRemoveEventHandler)">
			<summary>Represents the method that will handle the ViewRemove event of the Views Object.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook._ViewsEvents_SinkHelper">
			<summary>This interface supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook._ViewsEvents_SinkHelper.m_dwCookie">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook._ViewsEvents_SinkHelper.m_ViewAddDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook._ViewsEvents_SinkHelper.m_ViewRemoveDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._ViewsEvents_SinkHelper.ViewAdd(Microsoft.Office.Interop.Outlook.View)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook._ViewsEvents_SinkHelper.ViewRemove(Microsoft.Office.Interop.Outlook.View)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook._ViewsEvents_ViewAddEventHandler">
			<summary>Represents the method that will handle the ViewAdd event of the _Views class.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook._ViewsEvents_ViewRemoveEventHandler">
			<summary>This interface supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</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 item. The Action object is a member of the Actions object.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.Action.Delete">
			<summary>Deletes an Action from a collection.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.Action.Execute">
			<summary>Executes the action and gets the Microsoft Office Outlook item created by the action.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Action.Application">
			<summary>Gets an Application object that represents the parent application (Microsoft Office Outlook) for an object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Action.Class">
			<summary>Gets an OlObjectClass constant indicating the object's class.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Action.CopyLike">
			<summary>Gets or sets an OlActionCopyLike constant indicating the property inheritance style to use for the action.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Action.Enabled">
			<summary>Gets or sets a value indicating whether the action is enabled in the application.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Action.MessageClass">
			<summary>Gets or sets the message class for the Action.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Action.Name">
			<summary>Gets or sets the display name for an Action. </summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Action.Parent">
			<summary>Gets the parent Object of the Action.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Action.Prefix">
			<summary>Gets or sets the prefix (for example, "Re") to use with the subject of the item when the action is executed.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Action.ReplyStyle">
			<summary>Gets or sets an OlActionReplyStyle constant indicating the text formatting reply style for the specified Action.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Action.ResponseStyle">
			<summary>Gets or sets an OlActionResponseStyle constant indicating the response style used when the specified action is executed.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Action.Session">
			<summary>Gets the NameSpace object for the current session.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Action.ShowOn">
			<summary>Gets or sets an OlActionShowOn constant representing the location where the action will be shown.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.Actions">
			<summary>A collection of 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 Actions collection and gets the new action as an Action object.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.Actions.Remove(System.Int32)">
			<summary>Removes an Action from the Actions collection.</summary>
			<param name="Index">The index value of the object within the collection.</param>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Actions.Application">
			<summary>Gets an Application object that represents the parent application (Microsoft Office Outlook) for an object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Actions.Class">
			<summary>Gets an OlObjectClass constant indicating the object's class.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Actions.Count">
			<summary>Gets the count of Action objects in the Action collection.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Actions.Item(System.Object)">
			<summary>Gets an object from an Actions collection. </summary>
			<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>Gets the parent Object of the Actions object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Actions.Session">
			<summary>Gets the NameSpace object for the current session.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.AddressEntries">
			<summary>The AddressEntries collection is a collection of addresses in an 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 AddressEntries collection and returns the new entry as an AddressEntry object.</summary>
			<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="M:Microsoft.Office.Interop.Outlook.AddressEntries.GetFirst">
			<summary>The GetFirst method returns the first object in the specified collection.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.AddressEntries.GetLast">
			<summary>The GetLast method returns the last object in the specified collection.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.AddressEntries.GetNext">
			<summary>The GetNext method returns the next object in the specified collection.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.AddressEntries.GetPrevious">
			<summary>The GetPrevious method returns the previous object in the specified collection.</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.</summary>
			<param name="Order">The order for the specified address entries.</param>
			<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>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AddressEntries.Application">
			<summary>Gets an Application object that represents the parent application (Microsoft Office Outlook) for an AddressEntries object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AddressEntries.Class">
			<summary>Gets an OlObjectClass constant indicating the object's class.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AddressEntries.Count">
			<summary>Gets the count of objects in the specified collection.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AddressEntries.Item(System.Object)">
			<summary>Returns an object from a collection.</summary>
			<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>Gets the parent Object of the specified object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AddressEntries.Session">
			<summary>Gets the NameSpace object for the current session.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.AddressEntry">
			<summary>The AddressEntry object is an address in an AddressEntries object. Each AddressEntry object in the AddressEntries object holds information that represents a person or process to which the messaging system can deliver messages.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.AddressEntry.Delete">
			<summary>Deletes an object from a collection.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.AddressEntry.Details(System.Object)">
			<summary>The Details method displays a modal dialog box that provides detailed information about an AddressEntry object. You must use error handling to handle run-time errors when the user clicks Cancel in the dialog box. The Details method actually stops the code from running while the dialog box is displayed.</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="M:Microsoft.Office.Interop.Outlook.AddressEntry.GetFreeBusy(System.DateTime,System.Int32,System.Object)">
			<summary>The GetFreeBusy method returns a String representing the availability of the individual user for a period of 30 days from the start date, beginning at midnight of the date specified.</summary>
			<param name="MinPerChar">Specifies the length of each time slot in minutes. Default is 30 minutes.</param>
			<param name="Start">Specifies the date.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.AddressEntry.Update(System.Object,System.Object)">
			<summary>The Update method posts a change to the AddressEntry object in the messaging system.</summary>
			<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>
			<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>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AddressEntry.Address">
			<summary>Gets or sets the e-mail address of the recipient.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AddressEntry.Application">
			<summary>Gets the parent application (Microsoft Office Outlook) for an object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AddressEntry.Class">
			<summary>Gets an OlObjectClass constant indicating the object's class.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AddressEntry.DisplayType">
			<summary>Gets an OlDisplayType constant that describes the nature of the recipient.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AddressEntry.ID">
			<summary>Gets a unique identifier for the object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AddressEntry.Manager">
			<summary>Gets an the manager of the user that corresponds to this address entry</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AddressEntry.Members">
			<summary>Gets the members of a distribution list in an address book.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AddressEntry.Name">
			<summary>Gets or sets the display name for an object in the Applies To list.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AddressEntry.Parent">
			<summary>Gets the parent Object of the specified object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AddressEntry.Session">
			<summary>Gets the NameSpace object for the current session.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AddressEntry.Type">
			<summary>Gets or sets a String representing the type of entry for this address such as an Internet Address, MacMail Address, or Microsoft Mail Address.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.AddressList">
			<summary>The AddressList is an address book that contains a set of AddressEntry objects.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AddressList.AddressEntries">
			<summary>Returns the AddressEntries collection for the AddressList.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AddressList.Application">
			<summary>Gets the parent application (Microsoft Office Outlook) for an object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AddressList.Class">
			<summary>Gets an OlObjectClass constant indicating the object's class.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AddressList.ID">
			<summary>Gets a unique identifier for the AddressList.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AddressList.Index">
			<summary>Gets the position of the AddressList within the collection. The Index property is only valid during the current session and can change as objects are added to and deleted from the collection. The first object in the collection has an Index value of 1.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AddressList.IsReadOnly">
			<summary>Indicates that the AddressList cannot be modified.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AddressList.Name">
			<summary>Gets the display name for the AddressList.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AddressList.Parent">
			<summary>Gets the parent object of the AddressList.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AddressList.Session">
			<summary>Gets the NameSpace object for the current session.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.AddressLists">
			<summary>The AddressLists object contains a set of AddressList objects. The AddressLists collection provides access to the root of the transport provider's address book hierarchy for the current session.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AddressLists.Application">
			<summary>Gets the parent application (Microsoft Office Outlook) for an object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AddressLists.Class">
			<summary>Gets an OlObjectClass constant indicating the object's class.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AddressLists.Count">
			<summary>Gets the count of objects in the specified collection.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AddressLists.Item(System.Object)">
			<summary>The AddressLists object contains a set of AddressList objects.</summary>
			<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>Gets the parent Object of the AddressLists object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AddressLists.Session">
			<summary>Gets the NameSpace object for the current session.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.Application">
			<summary>Represents the entire Microsoft Office Outlook application.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ApplicationClass">
			<summary>This class supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.#ctor">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ApplicationClass.AdvancedSearchComplete">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ApplicationClass.AdvancedSearchStopped">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_10_Event_AdvancedSearchComplete">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_10_Event_AdvancedSearchStopped">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_10_Event_ItemSend">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_10_Event_MAPILogonComplete">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_10_Event_NewMail">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_10_Event_OptionsPagesAdd">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_10_Event_Quit">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_10_Event_Reminder">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_10_Event_Startup">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_11_Event_Quit">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_Event_ItemSend">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_Event_NewMail">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_Event_OptionsPagesAdd">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_Event_Quit">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_Event_Reminder">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_Event_Startup">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ApplicationClass.ItemSend">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ApplicationClass.MAPILogonComplete">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ApplicationClass.NewMail">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ApplicationClass.NewMailEx">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ApplicationClass.OptionsPagesAdd">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ApplicationClass.Reminder">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ApplicationClass.Startup">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.ActiveExplorer">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.ActiveInspector">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.ActiveWindow">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.add_AdvancedSearchComplete(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_AdvancedSearchCompleteEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.add_AdvancedSearchStopped(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_AdvancedSearchStoppedEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.add_ItemSend(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_ItemSendEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.add_MAPILogonComplete(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_MAPILogonCompleteEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.add_NewMail(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_NewMailEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.add_NewMailEx(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_NewMailExEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.add_OptionsPagesAdd(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_OptionsPagesAddEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.add_Quit(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_QuitEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.add_Reminder(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_ReminderEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.add_Startup(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_StartupEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.AdvancedSearch(System.String,System.Object,System.Object,System.Object)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="Scope">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
			<param name="SearchSubFolders">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
			<param name="Tag">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
			<param name="Filter">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_10_Event_add_AdvancedSearchComplete(Microsoft.Office.Interop.Outlook.ApplicationEvents_10_AdvancedSearchCompleteEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_10_Event_add_AdvancedSearchStopped(Microsoft.Office.Interop.Outlook.ApplicationEvents_10_AdvancedSearchStoppedEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_10_Event_add_ItemSend(Microsoft.Office.Interop.Outlook.ApplicationEvents_10_ItemSendEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_10_Event_add_MAPILogonComplete(Microsoft.Office.Interop.Outlook.ApplicationEvents_10_MAPILogonCompleteEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_10_Event_add_NewMail(Microsoft.Office.Interop.Outlook.ApplicationEvents_10_NewMailEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_10_Event_add_OptionsPagesAdd(Microsoft.Office.Interop.Outlook.ApplicationEvents_10_OptionsPagesAddEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_10_Event_add_Quit(Microsoft.Office.Interop.Outlook.ApplicationEvents_10_QuitEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_10_Event_add_Reminder(Microsoft.Office.Interop.Outlook.ApplicationEvents_10_ReminderEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_10_Event_add_Startup(Microsoft.Office.Interop.Outlook.ApplicationEvents_10_StartupEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_10_Event_remove_AdvancedSearchComplete(Microsoft.Office.Interop.Outlook.ApplicationEvents_10_AdvancedSearchCompleteEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_10_Event_remove_AdvancedSearchStopped(Microsoft.Office.Interop.Outlook.ApplicationEvents_10_AdvancedSearchStoppedEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_10_Event_remove_ItemSend(Microsoft.Office.Interop.Outlook.ApplicationEvents_10_ItemSendEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_10_Event_remove_MAPILogonComplete(Microsoft.Office.Interop.Outlook.ApplicationEvents_10_MAPILogonCompleteEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_10_Event_remove_NewMail(Microsoft.Office.Interop.Outlook.ApplicationEvents_10_NewMailEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_10_Event_remove_OptionsPagesAdd(Microsoft.Office.Interop.Outlook.ApplicationEvents_10_OptionsPagesAddEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_10_Event_remove_Quit(Microsoft.Office.Interop.Outlook.ApplicationEvents_10_QuitEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_10_Event_remove_Reminder(Microsoft.Office.Interop.Outlook.ApplicationEvents_10_ReminderEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_10_Event_remove_Startup(Microsoft.Office.Interop.Outlook.ApplicationEvents_10_StartupEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_Event_add_ItemSend(Microsoft.Office.Interop.Outlook.ApplicationEvents_ItemSendEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_Event_add_NewMail(Microsoft.Office.Interop.Outlook.ApplicationEvents_NewMailEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_Event_add_OptionsPagesAdd(Microsoft.Office.Interop.Outlook.ApplicationEvents_OptionsPagesAddEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_Event_add_Quit(Microsoft.Office.Interop.Outlook.ApplicationEvents_QuitEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_Event_add_Reminder(Microsoft.Office.Interop.Outlook.ApplicationEvents_ReminderEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_Event_add_Startup(Microsoft.Office.Interop.Outlook.ApplicationEvents_StartupEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_Event_remove_ItemSend(Microsoft.Office.Interop.Outlook.ApplicationEvents_ItemSendEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_Event_remove_NewMail(Microsoft.Office.Interop.Outlook.ApplicationEvents_NewMailEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_Event_remove_OptionsPagesAdd(Microsoft.Office.Interop.Outlook.ApplicationEvents_OptionsPagesAddEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_Event_remove_Quit(Microsoft.Office.Interop.Outlook.ApplicationEvents_QuitEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_Event_remove_Reminder(Microsoft.Office.Interop.Outlook.ApplicationEvents_ReminderEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.ApplicationEvents_Event_remove_Startup(Microsoft.Office.Interop.Outlook.ApplicationEvents_StartupEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.CopyFile(System.String,System.String)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="FilePath">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
			<param name="DestFolderPath">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.CreateItem(Microsoft.Office.Interop.Outlook.OlItemType)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="ItemType">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.CreateItemFromTemplate(System.String,System.Object)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="TemplatePath">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
			<param name="InFolder">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.CreateObject(System.String)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="ObjectName">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.GetNamespace(System.String)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="Type">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.GetNewNickNames(System.Object@)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="pvar">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.IsSearchSynchronous(System.String)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="LookInFolders">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.Quit">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.remove_AdvancedSearchComplete(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_AdvancedSearchCompleteEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.remove_AdvancedSearchStopped(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_AdvancedSearchStoppedEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.remove_ItemSend(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_ItemSendEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.remove_MAPILogonComplete(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_MAPILogonCompleteEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.remove_NewMail(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_NewMailEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.remove_NewMailEx(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_NewMailExEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.remove_OptionsPagesAdd(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_OptionsPagesAddEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.remove_Quit(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_QuitEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.remove_Reminder(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_ReminderEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationClass.remove_Startup(Microsoft.Office.Interop.Outlook.ApplicationEvents_11_StartupEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ApplicationClass.AnswerWizard">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ApplicationClass.Application">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ApplicationClass.Assistant">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ApplicationClass.Class">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ApplicationClass.COMAddIns">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ApplicationClass.Explorers">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ApplicationClass.FeatureInstall">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ApplicationClass.Inspectors">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ApplicationClass.LanguageSettings">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ApplicationClass.Name">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ApplicationClass.Parent">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ApplicationClass.ProductCode">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ApplicationClass.Reminders">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ApplicationClass.Session">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ApplicationClass.Version">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ApplicationEvents">
			<summary>Do not use ApplicationEvents. Instead, use ApplicationEvents_11.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents.ItemSend(System.Object,System.Boolean@)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents.NewMail">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents.OptionsPagesAdd(Microsoft.Office.Interop.Outlook.PropertyPages)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents.Quit">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents.Reminder(System.Object)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents.Startup">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_10">
			<summary>This class supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_10.AdvancedSearchComplete(Microsoft.Office.Interop.Outlook.Search)">
			<summary>Occurs when the AdvancedSearch method has completed. The AdvancedSearchComplete event is used to return the object that was created by the AdvancedSearch method.</summary>
			<param name="SearchObject">The Search object returned by the AdvancedSearch method.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_10.AdvancedSearchStopped(Microsoft.Office.Interop.Outlook.Search)">
			<summary>Occurs when a specified Search object's Stop method has been executed.</summary>
			<param name="SearchObject">The Search object returned by the AdvancedSearch method.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_10.ItemSend(System.Object,System.Boolean@)">
			<summary>Occurs whenever an item is sent, either by the user through an Inspector (before the inspector is closed, but after the user clicks the Send button) or when the Send method is used in a program.</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="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_10.NewMail">
			<summary>Occurs when one or more new E-mail messages are received in the Inbox.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_10.OptionsPagesAdd(Microsoft.Office.Interop.Outlook.PropertyPages)">
			<summary>Occurs whenever the Options dialog box (on the Tools menu) or a folder Properties dialog box is opened.</summary>
			<param name="Pages">The collection of property pages that have been added to the dialog box.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_10.Quit">
			<summary>Occurs when Microsoft Outlook begins to close.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_10.Reminder(System.Object)">
			<summary>Occurs immediately before a reminder is displayed.</summary>
			<param name="Item">The Application associated with the reminder.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_10.Startup">
			<summary>Occurs when Microsoft Outlook is starting, but after all add-in programs have been loaded.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_AdvancedSearchCompleteEventHandler">
			<summary>Do not use ApplicationEvents_10_AdvancedSearchStoppedEventHandler. Instead, use ApplicationEvents_Event_11_AdvancedSearchStoppedEventHandler.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_AdvancedSearchStoppedEventHandler">
			<summary>Do not use ApplicationEvents_10_AdvancedSearchStoppedEventHandler. Instead, use ApplicationEvents_Event_11_AdvancedSearchStoppedEventHandler.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_Event">
			<summary>Events interface for Application object events.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_Event.AdvancedSearchComplete">
			<summary>Occurs when the AdvancedSearch method has completed. The AdvancedSearchComplete event is used to return the object that was created by the AdvancedSearch method.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_Event.AdvancedSearchStopped">
			<summary>Occurs when a specified Search object's Stop method has been executed.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_Event.ItemSend">
			<summary>Occurs whenever an item is sent, either by the user through an Inspector (before the inspector is closed, but after the user clicks the Send button) or when the Send method is used in a program.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_Event.MAPILogonComplete">
			<summary>Occurs after the user has logged onto the system.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_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_10_Event.OptionsPagesAdd">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_Event.Quit">
			<summary>Occurs when Microsoft Outlook begins to close.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_Event.Reminder">
			<summary>Occurs immediately before a reminder is displayed.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_Event.Startup">
			<summary>Occurs when Microsoft Outlook is starting, but after all add-in programs have been loaded.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_ItemSendEventHandler">
			<summary>Do not use ApplicationEvents_10.ItemSentEventHandler.Instead, use ApplicationEvents_11.ItemSentEventHandler.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_MAPILogonCompleteEventHandler">
			<summary>Do not use ApplicationEvents_10.MAPILogonCompleteHandler. Instead, use ApplicationEvents_11.MAPILogonCompleteHandler</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_NewMailEventHandler">
			<summary>Do not use ApplicationEvents_10_NewMailEventHandler. Instead, use ApplicationEvents_11_ NewMailEventHandler.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_OptionsPagesAddEventHandler">
			<summary>Do not use ApplicationEvents_10_OptionsPagesAddEventHandler. Instead, use ApplicationEvents_11_ OptionsPagesAddEventHandler.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_QuitEventHandler">
			<summary>Do not use ApplicationEvents_10_QuitEventHandler. Instead, use ApplicationEvents_11_ QuitEventHandler.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_ReminderEventHandler">
			<summary>Do not use ApplicationEvents_10_ReminderEventHandler. Instead, use ApplicationEvents_11_ ReminderEventHandler.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_SinkHelper">
			<summary>This class supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_SinkHelper.m_AdvancedSearchCompleteDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_SinkHelper.m_AdvancedSearchStoppedDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_SinkHelper.m_dwCookie">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_SinkHelper.m_ItemSendDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_SinkHelper.m_MAPILogonCompleteDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_SinkHelper.m_NewMailDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_SinkHelper.m_OptionsPagesAddDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_SinkHelper.m_QuitDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_SinkHelper.m_ReminderDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_SinkHelper.m_StartupDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_SinkHelper.AdvancedSearchComplete(Microsoft.Office.Interop.Outlook.Search)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_SinkHelper.AdvancedSearchStopped(Microsoft.Office.Interop.Outlook.Search)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_SinkHelper.ItemSend(System.Object,System.Boolean@)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
			<param name="__unnamed1">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_SinkHelper.MAPILogonComplete">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_SinkHelper.NewMail">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_SinkHelper.OptionsPagesAdd(Microsoft.Office.Interop.Outlook.PropertyPages)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_SinkHelper.Quit">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_SinkHelper.Reminder(System.Object)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_SinkHelper.Startup">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_10_StartupEventHandler">
			<summary>Do not use ApplicationEvents_10_StartupEventHandler. Instead use ApplicationEvents_11_StartupEventHandler</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_11">
			<summary>Events interface for Application object events.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11.AdvancedSearchComplete(Microsoft.Office.Interop.Outlook.Search)">
			<summary>Occurs when the AdvancedSearch method has completed.</summary>
			<param name="SearchObject">The Search object returned by the AdvancedSearch method</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11.AdvancedSearchStopped(Microsoft.Office.Interop.Outlook.Search)">
			<summary>Occurs when a specified Search object's Stop method has been executed.</summary>
			<param name="SearchObject">The Search object returned by the AdvancedSearch method</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11.ItemSend(System.Object,System.Boolean@)">
			<summary>Occurs whenever an item is sent, either by the user through an Inspector (before the inspector is closed, but after the user clicks the Send button) or when the Send method is used in a program.</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="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11.MAPILogonComplete">
			<summary>Occurs after the user has logged onto the system.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11.NewMail">
			<summary>Occurs when one or more new e-mail messages are received in the Inbox.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11.NewMailEx(System.String)">
			<summary>Occurs when one or more new items are received in the Inbox. This event passes a list of entry IDs of all the items received in the Inbox since the last time the event was fired.</summary>
			<param name="EntryIDCollection">A string containing entry IDs of all items received in the Inbox since the last time the event was fired. The entry IDs are comma-delimited. The maximum number of entry IDs in the string are limited only by the available memory on the computer.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11.OptionsPagesAdd(Microsoft.Office.Interop.Outlook.PropertyPages)">
			<summary>Occurs whenever the Options dialog box (on the Tools menu) or a folder Properties dialog box is opened.</summary>
			<param name="Pages">The collection of property pages that have been added to the dialog box. This collection includes only custom property pages.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11.Quit">
			<summary>Occurs when Microsoft Outlook begins to close.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11.Reminder(System.Object)">
			<summary>Occurs immediately before a reminder is displayed.</summary>
			<param name="Item">The AppointmentItem, MailItem, ContactItem, or TaskItem associated with the reminder.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11.Startup">
			<summary>Occurs when Microsoft Office Outlook is starting, but after all add-in programs have been loaded.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_AdvancedSearchCompleteEventHandler">
			<summary>Represents the method that will handle the AdvancedSearchComplete event of the ApplicationEvents class.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_AdvancedSearchStoppedEventHandler">
			<summary>Represents the method that will handle the AdvancedSearchStopped event of the ApplicationEvents.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_Event">
			<summary>Events interface for Application object events.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_Event.AdvancedSearchComplete">
			<summary>Occurs when the AdvancedSearch method has completed. The AdvancedSearchComplete event is used to return the object that was created by the AdvancedSearch method.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_Event.AdvancedSearchStopped">
			<summary>Occurs when a specified Search object's Stop method has been executed.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_Event.ItemSend">
			<summary>Occurs when a specified Search object's Stop method has been executed.</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 one or more new items are received in the Inbox. This event passes a list of entry IDs of all the items received in the Inbox since the last time the event was fired.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_Event.OptionsPagesAdd">
			<summary>Occurs whenever the Options dialog box (on the Tools menu) or a folder Properties dialog box is opened.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_Event.Quit">
			<summary>Occurs when Microsoft 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="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="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_ItemSendEventHandler">
			<summary>Represents the method that will handle the ItemSend event of the ApplicationEvents class.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_MAPILogonCompleteEventHandler">
			<summary>Represents the method that will handle the MAPILogonComplete event of the ApplicationEvents class.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_NewMailEventHandler">
			<summary>Represents the method that will handle the NewMail event of the ApplicationEvents class.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_NewMailExEventHandler">
			<summary>Represents the method that will handle the NewMailEx event of the ApplicationEvents class.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_OptionsPagesAddEventHandler">
			<summary>Represents the method that will handle the OptionsPagesAdd event of the ApplicationEvents class.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_QuitEventHandler">
			<summary>Represents the method that will handle the Quit event of the ApplicationEvents class.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_ReminderEventHandler">
			<summary>Represents the method that will handle the Reminder event of the ApplicationEvents.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_SinkHelper">
			<summary>This Class supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_SinkHelper.m_AdvancedSearchCompleteDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_SinkHelper.m_AdvancedSearchStoppedDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_SinkHelper.m_dwCookie">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_SinkHelper.m_ItemSendDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_SinkHelper.m_MAPILogonCompleteDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_SinkHelper.m_NewMailDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_SinkHelper.m_NewMailExDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_SinkHelper.m_OptionsPagesAddDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_SinkHelper.m_QuitDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_SinkHelper.m_ReminderDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_SinkHelper.m_StartupDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_SinkHelper.AdvancedSearchComplete(Microsoft.Office.Interop.Outlook.Search)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_SinkHelper.AdvancedSearchStopped(Microsoft.Office.Interop.Outlook.Search)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_SinkHelper.ItemSend(System.Object,System.Boolean@)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_SinkHelper.MAPILogonComplete">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_SinkHelper.NewMail">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_SinkHelper.NewMailEx(System.String)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_SinkHelper.OptionsPagesAdd(Microsoft.Office.Interop.Outlook.PropertyPages)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_SinkHelper.Quit">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_SinkHelper.Reminder(System.Object)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_SinkHelper.Startup">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_11_StartupEventHandler">
			<summary>Represents the method that will handle the Startup event of the ApplicationEvents class.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_Event">
			<summary>Do not use ApplicationEvents_Event. Instead, use ApplicationEvents_Event_11.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ApplicationEvents_Event.ItemSend">
			<summary>Do not use ApplicationEvents_Event. Instead, use ApplicationEvents_Event_11.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ApplicationEvents_Event.NewMail">
			<summary>Do not use ApplicationEvents_Event. Instead, use ApplicationEvents_Event_11.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ApplicationEvents_Event.OptionsPagesAdd">
			<summary>Do not use ApplicationEvents_Event. Instead, use ApplicationEvents_Event_11.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ApplicationEvents_Event.Quit">
			<summary>Do not use ApplicationEvents_Event. Instead, use ApplicationEvents_Event_11.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ApplicationEvents_Event.Reminder">
			<summary>Do not use ApplicationEvents_Event. Instead, use ApplicationEvents_Event_11.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ApplicationEvents_Event.Startup">
			<summary>Do not use ApplicationEvents_Event. Instead, use ApplicationEvents_Event_11.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_Event.add_ItemSend(Microsoft.Office.Interop.Outlook.ApplicationEvents_ItemSendEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_Event.add_NewMail(Microsoft.Office.Interop.Outlook.ApplicationEvents_NewMailEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_Event.add_OptionsPagesAdd(Microsoft.Office.Interop.Outlook.ApplicationEvents_OptionsPagesAddEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_Event.add_Quit(Microsoft.Office.Interop.Outlook.ApplicationEvents_QuitEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_Event.add_Reminder(Microsoft.Office.Interop.Outlook.ApplicationEvents_ReminderEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_Event.add_Startup(Microsoft.Office.Interop.Outlook.ApplicationEvents_StartupEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_Event.remove_ItemSend(Microsoft.Office.Interop.Outlook.ApplicationEvents_ItemSendEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_Event.remove_NewMail(Microsoft.Office.Interop.Outlook.ApplicationEvents_NewMailEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_Event.remove_OptionsPagesAdd(Microsoft.Office.Interop.Outlook.ApplicationEvents_OptionsPagesAddEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_Event.remove_Quit(Microsoft.Office.Interop.Outlook.ApplicationEvents_QuitEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_Event.remove_Reminder(Microsoft.Office.Interop.Outlook.ApplicationEvents_ReminderEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_Event.remove_Startup(Microsoft.Office.Interop.Outlook.ApplicationEvents_StartupEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_ItemSendEventHandler">
			<summary>Represents the method that will handle the ItemSend event of the ApplicationEvents class.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_NewMailEventHandler">
			<summary>Represents the method that will handle the NewMail event of the ApplicationEvents class.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_OptionsPagesAddEventHandler">
			<summary>Represents the method that will handle the OptionsPagesAdd event of the ApplicationEvents class.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_QuitEventHandler">
			<summary>Represents the method that will handle the Quit event of the ApplicationEvents class.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_ReminderEventHandler">
			<summary>Represents the method that will handle the Reminder event of ApplicationEvents class.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_SinkHelper">
			<summary>This class supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ApplicationEvents_SinkHelper.m_dwCookie">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ApplicationEvents_SinkHelper.m_ItemSendDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ApplicationEvents_SinkHelper.m_NewMailDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ApplicationEvents_SinkHelper.m_OptionsPagesAddDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ApplicationEvents_SinkHelper.m_QuitDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ApplicationEvents_SinkHelper.m_ReminderDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ApplicationEvents_SinkHelper.m_StartupDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_SinkHelper.ItemSend(System.Object,System.Boolean@)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_SinkHelper.NewMail">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_SinkHelper.OptionsPagesAdd(Microsoft.Office.Interop.Outlook.PropertyPages)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_SinkHelper.Quit">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_SinkHelper.Reminder(System.Object)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ApplicationEvents_SinkHelper.Startup">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ApplicationEvents_StartupEventHandler">
			<summary>Represents the method that will handle the Startup event of the ApplicationEvents class.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.AppointmentItem">
			<summary>Represents an appointment in the Calendar folder. An AppointmentItem object can represent a meeting, a one-time appointment, or a recurring appointment or meeting.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.AppointmentItemClass">
			<summary>This class supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.AppointmentItemClass.AttachmentAdd">
			<summary>Represents the method that will handle the AttachmentAdd event of the AppointmentItem class.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.AppointmentItemClass.AttachmentRead">
			<summary>Represents the method that will handle the AttachmentRead event of the AppointmentItem class.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.AppointmentItemClass.BeforeAttachmentSave">
			<summary>Represents the method that will handle the BeforeAttachmentSave event of the AppointmentItem class.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.AppointmentItemClass.BeforeCheckNames">
			<summary>Represents the method that will handle the BeforeCheckNames event of the AppointmentItem class.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.AppointmentItemClass.BeforeDelete">
			<summary>Represents the method that will handle the BeforeDelete event of the AppointmentItem class.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.AppointmentItemClass.CustomAction">
			<summary>Represents the method that will handle the CustomAction event of the AppointmentItem class.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.AppointmentItemClass.CustomPropertyChange">
			<summary>Represents the method that will handle the CustomPropertyChange event of the AppointmentItem class.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.AppointmentItemClass.Forward">
			<summary>Represents the method that will handle the Forward event of the AppointmentItem class.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_10_Event_Close">
			<summary>Represents the method that will handle the Close event of the AppointmentItem class.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_10_Event_Send">
			<summary>Represents the method that will handle the Send event of the AppointmentItem class.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_AttachmentAdd">
			<summary>Represents the method that will handle the AttachmentAdd event of the AppointmentItem class.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_AttachmentRead">
			<summary>Represents the method that will handle the AttachmentRead event of the AppointmentItem class.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_BeforeAttachmentSave">
			<summary>Represents the method that will handle the BeforeAttachmentSave event of the AppointmentItem class.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_BeforeCheckNames">
			<summary>Represents the method that will handle the BeforeCheckNames event of the AppointmentItem class.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_Close">
			<summary>Represents the method that will handle the Close event of the AppointmentItem class.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_CustomAction">
			<summary>Represents the method that will handle the CustomAction event of the AppointmentItem class.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_CustomPropertyChange">
			<summary>Represents the method that will handle the CustomPropertyChange event of the AppointmentItem class.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_Forward">
			<summary>Represents the method that will handle the Forward event of the AppointmentItem class.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_Open">
			<summary>Represents the method that will handle the Open event of the AppointmentItem class.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_PropertyChange">
			<summary>Represents the method that will handle the PropertyChange event of the AppointmentItem class.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_Read">
			<summary>Represents the method that will handle the Read event of the AppointmentItem class.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_Reply">
			<summary>Represents the method that will handle the Reply event of the AppointmentItem class.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_ReplyAll">
			<summary>Represents the method that will handle the ReplyAll event of the AppointmentItem class.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_Send">
			<summary>Represents the method that will handle the Send event of the AppointmentItem class.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_Write">
			<summary>Represents the method that will handle the Write event of the AppointmentItem class.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.AppointmentItemClass.Open">
			<summary>Represents the method that will handle the Open event of the AppointmentItem class.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.AppointmentItemClass.PropertyChange">
			<summary>Represents the method that will handle the Change event of the AppointmentItem class.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.AppointmentItemClass.Read">
			<summary>Represents the method that will handle the Read event of the AppointmentItem class.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.AppointmentItemClass.Reply">
			<summary>Represents the method that will handle the Reply event of the AppointmentItem class.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ReplyAll">
			<summary>Represents the method that will handle the ReplyAll event of the AppointmentItem class.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.AppointmentItemClass.Write">
			<summary>Represents the method that will handle the Write event of the AppointmentItem class.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.add_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentAddEventHandler)">
			<summary>Represents the method that will handle the AttachmentAdd event of the AppointmentItem class.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.add_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentReadEventHandler)">
			<summary>Represents the method that will handle the AttachmentRead event of the AppointmentItem class.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.add_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentSaveEventHandler)">
			<summary>Represents the method that will handle the BeforeAttachmentSave event of the AppointmentItem class.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.add_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeCheckNamesEventHandler)">
			<summary>Represents the method that will handle the BeforeCheckNames event of the AppointmentItem class.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.add_BeforeDelete(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeDeleteEventHandler)">
			<summary>Represents the method that will handle the BeforeDelete event of the AppointmentItem class.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.add_Close(Microsoft.Office.Interop.Outlook.ItemEvents_10_CloseEventHandler)">
			<summary>Represents the method that will handle the Close event of the AppointmentItem class.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.add_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomActionEventHandler)">
			<summary>Represents the method that will handle the CustomAction event of the AppointmentItem class.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.add_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomPropertyChangeEventHandler)">
			<summary>Represents the method that will handle the CustomPropertyChange event of the AppointmentItem class.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.add_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_10_ForwardEventHandler)">
			<summary>Represents the method that will handle the Forward event of the AppointmentItem class.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.add_Open(Microsoft.Office.Interop.Outlook.ItemEvents_10_OpenEventHandler)">
			<summary>Represents the method that will handle the Open event of the AppointmentItem class.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.add_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_PropertyChangeEventHandler)">
			<summary>Represents the method that will handle the PropertyChange event of the AppointmentItem class.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.add_Read(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReadEventHandler)">
			<summary>Represents the method that will handle the Read event of the AppointmentItem class.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.add_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyEventHandler)">
			<summary>Represents the method that will handle the Reply event of the AppointmentItem class.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.add_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyAllEventHandler)">
			<summary>Represents the method that will handle the ReplyAll event of the AppointmentItem class.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.add_Send(Microsoft.Office.Interop.Outlook.ItemEvents_10_SendEventHandler)">
			<summary>Represents the method that will handle the Send event of the AppointmentItem class.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.add_Write(Microsoft.Office.Interop.Outlook.ItemEvents_10_WriteEventHandler)">
			<summary>Represents the method that will handle the Write event of the AppointmentItem class.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ClearRecurrencePattern">
			<summary>Represents the method that will handle the AttachmentRead event of the AppointmentItem class.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.Close(Microsoft.Office.Interop.Outlook.OlInspectorClose)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="SaveMode">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.Copy">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.Delete">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.Display(System.Object)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="Modal">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ForwardAsVcal">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.GetRecurrencePattern">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_add_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentAddEventHandler)">
			<summary>Represents the method that will handle the AttachmentAdd event of the AppointmentItem class.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_add_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentReadEventHandler)">
			<summary>Represents the method that will handle the AttachmentRead event of the AppointmentItem class.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_add_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeAttachmentSaveEventHandler)">
			<summary>Represents the method that will handle the BeforeAttachmentSave event of the AppointmentItem class.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_add_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeCheckNamesEventHandler)">
			<summary>Represents the method that will handle the BeforeCheckNames event of the AppointmentItem class.</summary>
			<param name="__unnamed0">.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_add_Close(Microsoft.Office.Interop.Outlook.ItemEvents_CloseEventHandler)">
			<summary>Represents the method that will handle the Close event of the AppointmentItem class.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_add_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_CustomActionEventHandler)">
			<summary>Represents the method that will handle the CustomAction event of the AppointmentItem class.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_add_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_CustomPropertyChangeEventHandler)">
			<summary>Represents the method that will handle the CustomPropertyChange event of the AppointmentItem class.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_add_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_ForwardEventHandler)">
			<summary>Represents the method that will handle the Forward event of the AppointmentItem class.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_add_Open(Microsoft.Office.Interop.Outlook.ItemEvents_OpenEventHandler)">
			<summary>Represents the method that will handle the Open event of the AppointmentItem class.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_add_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_PropertyChangeEventHandler)">
			<summary>Represents the method that will handle the PropertyChange event of the AppointmentItem class.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_add_Read(Microsoft.Office.Interop.Outlook.ItemEvents_ReadEventHandler)">
			<summary>Represents the method that will handle the Read event of the AppointmentItem class.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_add_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyEventHandler)">
			<summary>Represents the method that will handle the Reply event of the AppointmentItem class.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_add_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyAllEventHandler)">
			<summary>Represents the method that will handle the ReplyAll event of the AppointmentItem class.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_add_Send(Microsoft.Office.Interop.Outlook.ItemEvents_SendEventHandler)">
			<summary>Represents the method that will handle the Send event of the AppointmentItem class.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_add_Write(Microsoft.Office.Interop.Outlook.ItemEvents_WriteEventHandler)">
			<summary>Represents the method that will handle the Write event of the AppointmentItem class.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_remove_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentAddEventHandler)">
			<summary>Represents the method that will handle the AttachmentAdd event of the AppointmentItem class.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_remove_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentReadEventHandler)">
			<summary>Represents the method that will handle the AttachmentRead event of the AppointmentItem class.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_remove_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeAttachmentSaveEventHandler)">
			<summary>Represents the method that will handle the BeforeAttachmentSave event of the AppointmentItem class.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_remove_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeCheckNamesEventHandler)">
			<summary>Represents the method that will handle the BeforeCheckNames event of the AppointmentItem class.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_remove_Close(Microsoft.Office.Interop.Outlook.ItemEvents_CloseEventHandler)">
			<summary>Represents the method that will handle the Close event of the AppointmentItem class.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_remove_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_CustomActionEventHandler)">
			<summary>Represents the method that will handle the CustomAction event of the AppointmentItem class.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_remove_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_CustomPropertyChangeEventHandler)">
			<summary>Represents the method that will handle the CustomPropertyChange event of the AppointmentItem class.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_remove_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_ForwardEventHandler)">
			<summary>Represents the method that will handle the Forward event of the AppointmentItem class.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_remove_Open(Microsoft.Office.Interop.Outlook.ItemEvents_OpenEventHandler)">
			<summary>Represents the method that will handle the Open event of the AppointmentItem class.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_remove_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_PropertyChangeEventHandler)">
			<summary>Represents the method that will handle the PropertyChange event of the AppointmentItem class.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_remove_Read(Microsoft.Office.Interop.Outlook.ItemEvents_ReadEventHandler)">
			<summary>Represents the method that will handle the Read event of the AppointmentItem class.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_remove_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyEventHandler)">
			<summary>Represents the method that will handle the Reply event of the AppointmentItem class.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_remove_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyAllEventHandler)">
			<summary>Represents the method that will handle the ReplyAll event of the AppointmentItem class.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_remove_Send(Microsoft.Office.Interop.Outlook.ItemEvents_SendEventHandler)">
			<summary>Represents the method that will handle the Send event of the AppointmentItem class.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemEvents_Event_remove_Write(Microsoft.Office.Interop.Outlook.ItemEvents_WriteEventHandler)">
			<summary>Represents the method that will handle the Write event of the AppointmentItem class.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.Move(Microsoft.Office.Interop.Outlook.MAPIFolder)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.PrintOut">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.remove_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentAddEventHandler)">
			<summary>Represents the method that will handle the AttachmentAdd event of the AppointmentItem class.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.remove_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentReadEventHandler)">
			<summary>Represents the method that will handle the AttachmentRead event of the AppointmentItem class.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.remove_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentSaveEventHandler)">
			<summary>Represents the method that will handle the BeforeAttachmentSave event of the AppointmentItem class.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.remove_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeCheckNamesEventHandler)">
			<summary>Represents the method that will handle the BeforeCheckNames event of the AppointmentItem class.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.remove_BeforeDelete(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeDeleteEventHandler)">
			<summary>Represents the method that will handle the BeforeDelete event of the AppointmentItem class.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.remove_Close(Microsoft.Office.Interop.Outlook.ItemEvents_10_CloseEventHandler)">
			<summary>Represents the method that will handle the Close event of the AppointmentItem class.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.remove_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomActionEventHandler)">
			<summary>Represents the method that will handle the CustomAction event of the AppointmentItem class.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.remove_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomPropertyChangeEventHandler)">
			<summary>Represents the method that will handle the CustomPropertyChange event of the AppointmentItem class.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.remove_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_10_ForwardEventHandler)">
			<summary>Represents the method that will handle the Forward event of the AppointmentItem class.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.remove_Open(Microsoft.Office.Interop.Outlook.ItemEvents_10_OpenEventHandler)">
			<summary>Represents the method that will handle the Open event of the AppointmentItem class.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.remove_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_PropertyChangeEventHandler)">
			<summary>Represents the method that will handle the PropertyChange event of the AppointmentItem class.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.remove_Read(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReadEventHandler)">
			<summary>Represents the method that will handle the Read event of the AppointmentItem class.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.remove_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyEventHandler)">
			<summary>Represents the method that will handle the Reply event of the AppointmentItem class.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.remove_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyAllEventHandler)">
			<summary>Represents the method that will handle the ReplyAll event of the AppointmentItem class.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.remove_Send(Microsoft.Office.Interop.Outlook.ItemEvents_10_SendEventHandler)">
			<summary>Represents the method that will handle the Send event of the AppointmentItem class.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.remove_Write(Microsoft.Office.Interop.Outlook.ItemEvents_10_WriteEventHandler)">
			<summary>Represents the method that will handle the Write event of the AppointmentItem class.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.Respond(Microsoft.Office.Interop.Outlook.OlMeetingResponse,System.Object,System.Object)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.Save">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.SaveAs(System.String,System.Object)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="Type">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
			<param name="Path">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.Send">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ShowCategoriesDialog">
			<summary>Represents the method that will handle the ShowCategoriesDialog event of the AppointmentItem class.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.Actions">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.AllDayEvent">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.Application">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.Attachments">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.AutoResolvedWinner">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.BillingInformation">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.Body">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.BusyStatus">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.Categories">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.Class">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.Companies">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ConferenceServerAllowExternal">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ConferenceServerPassword">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.Conflicts">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ConversationIndex">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ConversationTopic">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.CreationTime">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.DownloadState">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.Duration">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.End">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.EntryID">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.FormDescription">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.GetInspector">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.Importance">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.InternetCodepage">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.IsConflict">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.IsOnlineMeeting">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.IsRecurring">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ItemProperties">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.LastModificationTime">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.Links">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.Location">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.MAPIOBJECT">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.MarkForDownload">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.MeetingStatus">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.MeetingWorkspaceURL">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.MessageClass">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.Mileage">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.NetMeetingAutoStart">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.NetMeetingDocPathName">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.NetMeetingOrganizerAlias">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.NetMeetingServer">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.NetMeetingType">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.NetShowURL">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.NoAging">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.OptionalAttendees">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.Organizer">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.OutlookInternalVersion">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.OutlookVersion">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.Parent">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.Recipients">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.RecurrenceState">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ReminderMinutesBeforeStart">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ReminderOverrideDefault">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ReminderPlaySound">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ReminderSet">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ReminderSoundFile">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ReplyTime">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.RequiredAttendees">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.Resources">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ResponseRequested">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.ResponseStatus">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.Saved">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.Sensitivity">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.Session">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.Size">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.Start">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.Subject">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.UnRead">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.AppointmentItemClass.UserProperties">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</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="M:Microsoft.Office.Interop.Outlook.Attachment.Delete">
			<summary>Deletes an Attachment from a collection.</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.Application">
			<summary>Gets an Application object that represents the parent application (Microsoft Office Outlook) for an object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Attachment.Class">
			<summary>Gets an OlObjectClass constant indicating the object's class.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Attachment.DisplayName">
			<summary>Gets or sets the name, which does not need to be the actual file name, displayed below the icon representing the embedded attachment.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Attachment.FileName">
			<summary>Gets the file name of the attachment. Use this property in conjunction with the PathName property.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Attachment.Index">
			<summary>Gets the position of the object within the collection.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Attachment.Parent">
			<summary>Gets the parent Object of the Attachment.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Attachment.PathName">
			<summary>Gets the full path to the linked attached file. This property is only valid for linked files.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Attachment.Position">
			<summary>Gets or sets the position of the attachment within the body of the item.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Attachment.Session">
			<summary>Gets the NameSpace object for the current session.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Attachment.Type">
			<summary>Gets an OlAttachmentType constant indicating the type of the specified object.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.Attachments">
			<summary>An object containing 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 Attachments collection and returns the new attachment as an Attachment object</summary>
			<param name="Position">In e-mail messages using Microsoft Outlook Rich Text format, position where the attachment should be placed. A value of 1 for the 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="Type">The type of the attachment.</param>
			<param name="Source">The source of the attachment.</param>
			<param name="DisplayName">Display name for the attachment.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.Attachments.Remove(System.Int32)">
			<summary>Removes an Attachment from one of the Attachments collections.</summary>
			<param name="Index">The index value of the object within the collection.</param>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Attachments.Application">
			<summary>Gets the parent application (Microsoft Office Outlook) for an object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Attachments.Class">
			<summary>Gets an OlObjectClass constant indicating the object's class.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Attachments.Count">
			<summary>Gets the count of objects in the Attachments collection.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Attachments.Item(System.Object)">
			<summary>An object containing Attachment objects that represent the attachments in an Outlook item.</summary>
			<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>Gets the parent Object of the Attachments.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Attachments.Session">
			<summary>Gets the NameSpace object for the current session.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.Conflict">
			<summary>Represents a Microsoft Office Outlook item that is in conflict with another Outlook item.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Conflict.Application">
			<summary>Gets an Application object that represents the parent application (Microsoft Office Outlook) for the conflict.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Conflict.Class">
			<summary>Gets an OlObjectClass constant indicating the object's class.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Conflict.Item">
			<summary>Gets a Conflict corresponding to the specified Microsoft Office Outlook item.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Conflict.Name">
			<summary>Gets the display name for the Conflict.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Conflict.Parent">
			<summary>Gets the parent object of the Conflict.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Conflict.Session">
			<summary>Gets the NameSpace object for the current session</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Conflict.Type">
			<summary>Gets an OlObjectClass constant indicating the type of item represented by the Conflict.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.Conflicts">
			<summary>The Conflicts object is a collection of Conflict objects that represent all Microsoft Office Outlook items that are in conflict with a particular Outlook item.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.Conflicts.GetFirst">
			<summary>The GetFirst method Gets the first object in the Conflicts collection.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.Conflicts.GetLast">
			<summary>The GetLast method Gets the last object in the Conflicts collection.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.Conflicts.GetNext">
			<summary>The GetNext method returns the next object in the Conflicts collection.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.Conflicts.GetPrevious">
			<summary>The GetPrevious method returns the previous object in the Conflicts collection.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Conflicts.Application">
			<summary>Gets the parent application (Microsoft Office Outlook) for an object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Conflicts.Class">
			<summary>Gets an OlObjectClass  constant indicating the object's class.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Conflicts.Count">
			<summary>Gets the count of conflicts in the Conflicts collection.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Conflicts.Item(System.Object)">
			<summary>A generic Object representing a single object in the Conflicts collection.</summary>
			<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>Gets the parent Object of the Conflicts collection.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Conflicts.Session">
			<summary>Gets the NameSpace object for the current session.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ContactItem">
			<summary>Represents a contact in a contacts folder. A contact can represent any person with whom you have any personal or professional contact.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ContactItemClass">
			<summary>This class supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ContactItemClass.AttachmentAdd">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ContactItemClass.AttachmentRead">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ContactItemClass.BeforeAttachmentSave">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ContactItemClass.BeforeCheckNames">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ContactItemClass.BeforeDelete">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ContactItemClass.CustomAction">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ContactItemClass.CustomPropertyChange">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ContactItemClass.Forward">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_10_Event_Close">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_AttachmentAdd">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_AttachmentRead">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_BeforeAttachmentSave">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_BeforeCheckNames">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_Close">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_CustomAction">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_CustomPropertyChange">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_Forward">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_Open">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_PropertyChange">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_Read">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_Reply">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_ReplyAll">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_Send">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_Write">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ContactItemClass.Open">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ContactItemClass.PropertyChange">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ContactItemClass.Read">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ContactItemClass.Reply">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ContactItemClass.ReplyAll">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ContactItemClass.Send">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ContactItemClass.Write">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.add_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentAddEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.add_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.add_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentSaveEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.add_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeCheckNamesEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.add_BeforeDelete(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeDeleteEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.add_Close(Microsoft.Office.Interop.Outlook.ItemEvents_10_CloseEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.add_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomActionEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.add_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomPropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.add_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_10_ForwardEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.add_Open(Microsoft.Office.Interop.Outlook.ItemEvents_10_OpenEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.add_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_PropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.add_Read(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.add_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.add_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyAllEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.add_Send(Microsoft.Office.Interop.Outlook.ItemEvents_10_SendEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.add_Write(Microsoft.Office.Interop.Outlook.ItemEvents_10_WriteEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.AddPicture(System.String)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.Close(Microsoft.Office.Interop.Outlook.OlInspectorClose)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.Copy">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.Delete">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.Display(System.Object)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.ForwardAsVcard">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_add_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentAddEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_add_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_add_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeAttachmentSaveEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_add_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeCheckNamesEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_add_Close(Microsoft.Office.Interop.Outlook.ItemEvents_CloseEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_add_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_CustomActionEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_add_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_CustomPropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_add_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_ForwardEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_add_Open(Microsoft.Office.Interop.Outlook.ItemEvents_OpenEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_add_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_PropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_add_Read(Microsoft.Office.Interop.Outlook.ItemEvents_ReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_add_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_add_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyAllEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_add_Send(Microsoft.Office.Interop.Outlook.ItemEvents_SendEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_add_Write(Microsoft.Office.Interop.Outlook.ItemEvents_WriteEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_remove_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentAddEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_remove_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_remove_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeAttachmentSaveEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_remove_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeCheckNamesEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_remove_Close(Microsoft.Office.Interop.Outlook.ItemEvents_CloseEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_remove_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_CustomActionEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_remove_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_CustomPropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_remove_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_ForwardEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_remove_Open(Microsoft.Office.Interop.Outlook.ItemEvents_OpenEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_remove_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_PropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_remove_Read(Microsoft.Office.Interop.Outlook.ItemEvents_ReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_remove_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_remove_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyAllEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_remove_Send(Microsoft.Office.Interop.Outlook.ItemEvents_SendEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemEvents_Event_remove_Write(Microsoft.Office.Interop.Outlook.ItemEvents_WriteEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.Move(Microsoft.Office.Interop.Outlook.MAPIFolder)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.PrintOut">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.remove_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentAddEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.remove_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.remove_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentSaveEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.remove_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeCheckNamesEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.remove_BeforeDelete(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeDeleteEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.remove_Close(Microsoft.Office.Interop.Outlook.ItemEvents_10_CloseEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.remove_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomActionEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.remove_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomPropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.remove_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_10_ForwardEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.remove_Open(Microsoft.Office.Interop.Outlook.ItemEvents_10_OpenEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.remove_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_PropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.remove_Read(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.remove_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.remove_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyAllEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.remove_Send(Microsoft.Office.Interop.Outlook.ItemEvents_10_SendEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.remove_Write(Microsoft.Office.Interop.Outlook.ItemEvents_10_WriteEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.RemovePicture">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.Save">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.SaveAs(System.String,System.Object)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ContactItemClass.ShowCategoriesDialog">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Account">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Actions">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Anniversary">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Application">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.AssistantName">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.AssistantTelephoneNumber">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Attachments">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.AutoResolvedWinner">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.BillingInformation">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Birthday">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Body">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Business2TelephoneNumber">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.BusinessAddress">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.BusinessAddressCity">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.BusinessAddressCountry">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.BusinessAddressPostalCode">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.BusinessAddressPostOfficeBox">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.BusinessAddressState">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.BusinessAddressStreet">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.BusinessFaxNumber">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.BusinessHomePage">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.BusinessTelephoneNumber">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.CallbackTelephoneNumber">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.CarTelephoneNumber">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Categories">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Children">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Class">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Companies">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.CompanyAndFullName">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.CompanyLastFirstNoSpace">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.CompanyLastFirstSpaceOnly">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.CompanyMainTelephoneNumber">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.CompanyName">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.ComputerNetworkName">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Conflicts">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.ConversationIndex">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.ConversationTopic">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.CreationTime">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.CustomerID">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Department">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.DownloadState">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Email1Address">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Email1AddressType">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Email1DisplayName">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Email1EntryID">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Email2Address">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Email2AddressType">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Email2DisplayName">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Email2EntryID">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Email3Address">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Email3AddressType">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Email3DisplayName">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Email3EntryID">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.EntryID">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.FileAs">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.FirstName">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.FormDescription">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.FTPSite">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.FullName">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.FullNameAndCompany">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Gender">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.GetInspector">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.GovernmentIDNumber">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.HasPicture">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Hobby">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Home2TelephoneNumber">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.HomeAddress">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.HomeAddressCity">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.HomeAddressCountry">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.HomeAddressPostalCode">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.HomeAddressPostOfficeBox">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.HomeAddressState">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.HomeAddressStreet">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.HomeFaxNumber">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.HomeTelephoneNumber">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.IMAddress">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Importance">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Initials">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.InternetFreeBusyAddress">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.IsConflict">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.ISDNNumber">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.ItemProperties">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.JobTitle">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Journal">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Language">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.LastFirstAndSuffix">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.LastFirstNoSpace">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.LastFirstNoSpaceAndSuffix">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.LastFirstNoSpaceCompany">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.LastFirstSpaceOnly">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.LastFirstSpaceOnlyCompany">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.LastModificationTime">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.LastName">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.LastNameAndFirstName">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Links">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.MailingAddress">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.MailingAddressCity">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.MailingAddressCountry">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.MailingAddressPostalCode">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.MailingAddressPostOfficeBox">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.MailingAddressState">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.MailingAddressStreet">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.ManagerName">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.MAPIOBJECT">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.MarkForDownload">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.MessageClass">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.MiddleName">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Mileage">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.MobileTelephoneNumber">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.NetMeetingAlias">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.NetMeetingServer">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.NickName">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.NoAging">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.OfficeLocation">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.OrganizationalIDNumber">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.OtherAddress">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.OtherAddressCity">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.OtherAddressCountry">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.OtherAddressPostalCode">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.OtherAddressPostOfficeBox">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.OtherAddressState">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.OtherAddressStreet">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.OtherFaxNumber">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.OtherTelephoneNumber">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.OutlookInternalVersion">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.OutlookVersion">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.PagerNumber">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Parent">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.PersonalHomePage">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.PrimaryTelephoneNumber">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Profession">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.RadioTelephoneNumber">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.ReferredBy">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Saved">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.SelectedMailingAddress">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Sensitivity">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Session">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Size">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Spouse">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Subject">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Suffix">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.TelexNumber">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.Title">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.TTYTDDTelephoneNumber">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.UnRead">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.User1">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.User2">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.User3">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.User4">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.UserCertificate">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.UserProperties">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.WebPage">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.YomiCompanyName">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.YomiFirstName">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ContactItemClass.YomiLastName">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.DistListItem">
			<summary>Represents a distribution list in a contacts folder. A distribution list can contain multiple recipients and is used to send messages to everyone in the list.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.DistListItemClass">
			<summary>This class supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.DistListItemClass.AttachmentAdd">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.DistListItemClass.AttachmentRead">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.DistListItemClass.BeforeAttachmentSave">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.DistListItemClass.BeforeCheckNames">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.DistListItemClass.BeforeDelete">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.DistListItemClass.CustomAction">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.DistListItemClass.CustomPropertyChange">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.DistListItemClass.Forward">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_10_Event_Close">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_AttachmentAdd">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_AttachmentRead">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_BeforeAttachmentSave">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_BeforeCheckNames">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_Close">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_CustomAction">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_CustomPropertyChange">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_Forward">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_Open">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_PropertyChange">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_Read">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_Reply">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_ReplyAll">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_Send">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_Write">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.DistListItemClass.Open">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.DistListItemClass.PropertyChange">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.DistListItemClass.Read">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.DistListItemClass.Reply">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.DistListItemClass.ReplyAll">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.DistListItemClass.Send">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.DistListItemClass.Write">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.add_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentAddEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.add_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.add_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentSaveEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.add_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeCheckNamesEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.add_BeforeDelete(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeDeleteEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.add_Close(Microsoft.Office.Interop.Outlook.ItemEvents_10_CloseEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.add_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomActionEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.add_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomPropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.add_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_10_ForwardEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.add_Open(Microsoft.Office.Interop.Outlook.ItemEvents_10_OpenEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.add_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_PropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.add_Read(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.add_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.add_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyAllEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.add_Send(Microsoft.Office.Interop.Outlook.ItemEvents_10_SendEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.add_Write(Microsoft.Office.Interop.Outlook.ItemEvents_10_WriteEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.AddMember(Microsoft.Office.Interop.Outlook.Recipient)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.AddMembers(Microsoft.Office.Interop.Outlook.Recipients)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.Close(Microsoft.Office.Interop.Outlook.OlInspectorClose)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.Copy">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.Delete">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.Display(System.Object)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.GetMember(System.Int32)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_add_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentAddEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_add_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_add_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeAttachmentSaveEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_add_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeCheckNamesEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_add_Close(Microsoft.Office.Interop.Outlook.ItemEvents_CloseEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_add_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_CustomActionEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_add_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_CustomPropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_add_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_ForwardEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_add_Open(Microsoft.Office.Interop.Outlook.ItemEvents_OpenEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_add_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_PropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_add_Read(Microsoft.Office.Interop.Outlook.ItemEvents_ReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_add_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_add_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyAllEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_add_Send(Microsoft.Office.Interop.Outlook.ItemEvents_SendEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_add_Write(Microsoft.Office.Interop.Outlook.ItemEvents_WriteEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_remove_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentAddEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_remove_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_remove_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeAttachmentSaveEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_remove_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeCheckNamesEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_remove_Close(Microsoft.Office.Interop.Outlook.ItemEvents_CloseEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_remove_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_CustomActionEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_remove_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_CustomPropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_remove_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_ForwardEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_remove_Open(Microsoft.Office.Interop.Outlook.ItemEvents_OpenEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_remove_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_PropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_remove_Read(Microsoft.Office.Interop.Outlook.ItemEvents_ReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_remove_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_remove_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyAllEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_remove_Send(Microsoft.Office.Interop.Outlook.ItemEvents_SendEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemEvents_Event_remove_Write(Microsoft.Office.Interop.Outlook.ItemEvents_WriteEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.Move(Microsoft.Office.Interop.Outlook.MAPIFolder)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.PrintOut">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.remove_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentAddEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.remove_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.remove_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentSaveEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.remove_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeCheckNamesEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.remove_BeforeDelete(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeDeleteEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.remove_Close(Microsoft.Office.Interop.Outlook.ItemEvents_10_CloseEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.remove_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomActionEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.remove_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomPropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.remove_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_10_ForwardEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.remove_Open(Microsoft.Office.Interop.Outlook.ItemEvents_10_OpenEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.remove_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_PropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.remove_Read(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.remove_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.remove_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyAllEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.remove_Send(Microsoft.Office.Interop.Outlook.ItemEvents_10_SendEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.remove_Write(Microsoft.Office.Interop.Outlook.ItemEvents_10_WriteEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.RemoveMember(Microsoft.Office.Interop.Outlook.Recipient)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.RemoveMembers(Microsoft.Office.Interop.Outlook.Recipients)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.Save">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.SaveAs(System.String,System.Object)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DistListItemClass.ShowCategoriesDialog">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.Actions">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.Application">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.Attachments">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.AutoResolvedWinner">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.BillingInformation">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.Body">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.Categories">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.CheckSum">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.Class">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.Companies">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.Conflicts">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.ConversationIndex">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.ConversationTopic">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.CreationTime">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.DLName">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.DownloadState">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.EntryID">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.FormDescription">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.GetInspector">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.Importance">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.IsConflict">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.ItemProperties">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.LastModificationTime">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.Links">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.MAPIOBJECT">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.MarkForDownload">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.MemberCount">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.Members">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.MessageClass">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.Mileage">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.NoAging">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.OneOffMembers">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.OutlookInternalVersion">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.OutlookVersion">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.Parent">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.Saved">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.Sensitivity">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.Session">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.Size">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.Subject">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.UnRead">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.DistListItemClass.UserProperties">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.DocumentItem">
			<summary>A DocumentItem object is any document other than a Microsoft Outlook item as an item in an Outlook folder. In common usage, this will be an Office document but may be any type of document or executable file.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.DocumentItemClass">
			<summary>This class supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.DocumentItemClass.AttachmentAdd">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.DocumentItemClass.AttachmentRead">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.DocumentItemClass.BeforeAttachmentSave">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.DocumentItemClass.BeforeCheckNames">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.DocumentItemClass.BeforeDelete">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.DocumentItemClass.CustomAction">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.DocumentItemClass.CustomPropertyChange">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.DocumentItemClass.Forward">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_10_Event_Close">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_AttachmentAdd">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_AttachmentRead">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_BeforeAttachmentSave">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_BeforeCheckNames">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_Close">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_CustomAction">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_CustomPropertyChange">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_Forward">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_Open">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_PropertyChange">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_Read">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_Reply">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_ReplyAll">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_Send">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_Write">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.DocumentItemClass.Open">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.DocumentItemClass.PropertyChange">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.DocumentItemClass.Read">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.DocumentItemClass.Reply">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.DocumentItemClass.ReplyAll">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.DocumentItemClass.Send">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.DocumentItemClass.Write">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.add_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentAddEventHandler)">
			<summary>This Method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.add_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.add_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentSaveEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.add_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeCheckNamesEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.add_BeforeDelete(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeDeleteEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.add_Close(Microsoft.Office.Interop.Outlook.ItemEvents_10_CloseEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.add_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomActionEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.add_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomPropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.add_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_10_ForwardEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.add_Open(Microsoft.Office.Interop.Outlook.ItemEvents_10_OpenEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.add_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_PropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.add_Read(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.add_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.add_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyAllEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.add_Send(Microsoft.Office.Interop.Outlook.ItemEvents_10_SendEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.add_Write(Microsoft.Office.Interop.Outlook.ItemEvents_10_WriteEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.Close(Microsoft.Office.Interop.Outlook.OlInspectorClose)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.Copy">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.Delete">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.Display(System.Object)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_add_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentAddEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_add_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_add_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeAttachmentSaveEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_add_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeCheckNamesEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_add_Close(Microsoft.Office.Interop.Outlook.ItemEvents_CloseEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_add_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_CustomActionEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_add_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_CustomPropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_add_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_ForwardEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_add_Open(Microsoft.Office.Interop.Outlook.ItemEvents_OpenEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_add_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_PropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_add_Read(Microsoft.Office.Interop.Outlook.ItemEvents_ReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_add_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_add_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyAllEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_add_Send(Microsoft.Office.Interop.Outlook.ItemEvents_SendEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_add_Write(Microsoft.Office.Interop.Outlook.ItemEvents_WriteEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_remove_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentAddEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_remove_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_remove_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeAttachmentSaveEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_remove_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeCheckNamesEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_remove_Close(Microsoft.Office.Interop.Outlook.ItemEvents_CloseEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_remove_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_CustomActionEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_remove_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_CustomPropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_remove_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_ForwardEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_remove_Open(Microsoft.Office.Interop.Outlook.ItemEvents_OpenEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_remove_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_PropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_remove_Read(Microsoft.Office.Interop.Outlook.ItemEvents_ReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_remove_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_remove_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyAllEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_remove_Send(Microsoft.Office.Interop.Outlook.ItemEvents_SendEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemEvents_Event_remove_Write(Microsoft.Office.Interop.Outlook.ItemEvents_WriteEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.Move(Microsoft.Office.Interop.Outlook.MAPIFolder)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.PrintOut">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.remove_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentAddEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.remove_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.remove_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentSaveEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.remove_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeCheckNamesEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.remove_BeforeDelete(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeDeleteEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.remove_Close(Microsoft.Office.Interop.Outlook.ItemEvents_10_CloseEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.remove_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomActionEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.remove_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomPropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.remove_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_10_ForwardEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.remove_Open(Microsoft.Office.Interop.Outlook.ItemEvents_10_OpenEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.remove_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_PropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.remove_Read(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.remove_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.remove_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyAllEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.remove_Send(Microsoft.Office.Interop.Outlook.ItemEvents_10_SendEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.remove_Write(Microsoft.Office.Interop.Outlook.ItemEvents_10_WriteEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.Save">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.SaveAs(System.String,System.Object)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.DocumentItemClass.ShowCategoriesDialog">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.DocumentItemClass.Actions">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.DocumentItemClass.Application">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.DocumentItemClass.Attachments">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.DocumentItemClass.AutoResolvedWinner">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.DocumentItemClass.BillingInformation">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.DocumentItemClass.Body">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.DocumentItemClass.Categories">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.DocumentItemClass.Class">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.DocumentItemClass.Companies">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.DocumentItemClass.Conflicts">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.DocumentItemClass.ConversationIndex">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.DocumentItemClass.ConversationTopic">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.DocumentItemClass.CreationTime">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.DocumentItemClass.DownloadState">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.DocumentItemClass.EntryID">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.DocumentItemClass.FormDescription">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.DocumentItemClass.GetInspector">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.DocumentItemClass.Importance">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.DocumentItemClass.IsConflict">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.DocumentItemClass.ItemProperties">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.DocumentItemClass.LastModificationTime">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.DocumentItemClass.Links">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.DocumentItemClass.MAPIOBJECT">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.DocumentItemClass.MarkForDownload">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.DocumentItemClass.MessageClass">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.DocumentItemClass.Mileage">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.DocumentItemClass.NoAging">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.DocumentItemClass.OutlookInternalVersion">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.DocumentItemClass.OutlookVersion">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.DocumentItemClass.Parent">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.DocumentItemClass.Saved">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.DocumentItemClass.Sensitivity">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.DocumentItemClass.Session">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.DocumentItemClass.Size">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.DocumentItemClass.Subject">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.DocumentItemClass.UnRead">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.DocumentItemClass.UserProperties">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.Exception">
			<summary>The Exception object holds information about one instance of an AppointmentItem object which is an exception to a recurring series.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Exception.Application">
			<summary>Gets an Application object that represents the parent application (Microsoft Office Outlook) for an object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Exception.AppointmentItem">
			<summary>Gets the AppointmentItem object that is the exception.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Exception.Class">
			<summary>Gets an OlObjectClass constant indicating the object's class.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Exception.Deleted">
			<summary>Indicates that the appointment became an exception because it was deleted from the recurring pattern.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Exception.ItemProperties">
			<summary>Gets an ItemProperties collection that represents all standard and user-defined properties associated with an Exception.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Exception.OriginalDate">
			<summary>Gets the original date and time of an AppointmentItem before it was altered.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Exception.Parent">
			<summary>Gets the parent Object of the Exception object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Exception.Session">
			<summary>Gets the NameSpace object for the current session.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.Exceptions">
			<summary>The Exceptions object contains a group of Exception objects. If you have a recurring AppointmentItem, the RecurrencePattern object defines the recurrence of these appointments. The Exceptions object contains the group of Exception objects that define the exceptions to that series of appointments.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Exceptions.Application">
			<summary>Gets an Application object that represents the parent application (Microsoft Office Outlook) for an object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Exceptions.Class">
			<summary>Gets an OlObjectClass constant indicating the object's class.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Exceptions.Count">
			<summary>Gets the count of objects in the Exceptions collection.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Exceptions.Item(System.Object)">
			<summary>The Exceptions object contains a group of Exception objects. If you have a recurring AppointmentItem, the RecurrencePattern object defines the recurrence of these appointments. The Exceptions object contains the group of Exception objects that define the exceptions to that series of appointments.</summary>
			<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>Gets the parent Object of the Exceptions object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Exceptions.Session">
			<summary>Gets the NameSpace object for the current session.</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 class supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ExplorerClass.BeforeFolderSwitch">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ExplorerClass.BeforeItemCopy">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ExplorerClass.BeforeItemCut">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ExplorerClass.BeforeItemPaste">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ExplorerClass.BeforeMaximize">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ExplorerClass.BeforeMinimize">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ExplorerClass.BeforeMove">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ExplorerClass.BeforeSize">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ExplorerClass.BeforeViewSwitch">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ExplorerClass.Deactivate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ExplorerClass.ExplorerEvents_10_Event_Activate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ExplorerClass.ExplorerEvents_10_Event_Close">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ExplorerClass.ExplorerEvents_Event_Activate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ExplorerClass.ExplorerEvents_Event_BeforeFolderSwitch">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ExplorerClass.ExplorerEvents_Event_BeforeViewSwitch">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ExplorerClass.ExplorerEvents_Event_Close">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ExplorerClass.ExplorerEvents_Event_Deactivate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ExplorerClass.ExplorerEvents_Event_FolderSwitch">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ExplorerClass.ExplorerEvents_Event_SelectionChange">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ExplorerClass.ExplorerEvents_Event_ViewSwitch">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ExplorerClass.FolderSwitch">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ExplorerClass.SelectionChange">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ExplorerClass.ViewSwitch">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.Activate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.add_Activate(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_ActivateEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.add_BeforeFolderSwitch(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_BeforeFolderSwitchEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.add_BeforeItemCopy(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_BeforeItemCopyEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.add_BeforeItemCut(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_BeforeItemCutEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.add_BeforeItemPaste(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_BeforeItemPasteEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.add_BeforeMaximize(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_BeforeMaximizeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.add_BeforeMinimize(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_BeforeMinimizeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.add_BeforeMove(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_BeforeMoveEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.add_BeforeSize(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_BeforeSizeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.add_BeforeViewSwitch(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_BeforeViewSwitchEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.add_Close(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_CloseEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.add_Deactivate(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_DeactivateEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.add_FolderSwitch(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_FolderSwitchEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.add_SelectionChange(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_SelectionChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.add_ViewSwitch(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_ViewSwitchEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.Close">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.DeselectFolder(Microsoft.Office.Interop.Outlook.MAPIFolder)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.Display">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.ExplorerEvents_Event_add_Activate(Microsoft.Office.Interop.Outlook.ExplorerEvents_ActivateEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.ExplorerEvents_Event_add_BeforeFolderSwitch(Microsoft.Office.Interop.Outlook.ExplorerEvents_BeforeFolderSwitchEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.ExplorerEvents_Event_add_BeforeViewSwitch(Microsoft.Office.Interop.Outlook.ExplorerEvents_BeforeViewSwitchEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.ExplorerEvents_Event_add_Close(Microsoft.Office.Interop.Outlook.ExplorerEvents_CloseEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.ExplorerEvents_Event_add_Deactivate(Microsoft.Office.Interop.Outlook.ExplorerEvents_DeactivateEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.ExplorerEvents_Event_add_FolderSwitch(Microsoft.Office.Interop.Outlook.ExplorerEvents_FolderSwitchEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.ExplorerEvents_Event_add_SelectionChange(Microsoft.Office.Interop.Outlook.ExplorerEvents_SelectionChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.ExplorerEvents_Event_add_ViewSwitch(Microsoft.Office.Interop.Outlook.ExplorerEvents_ViewSwitchEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.ExplorerEvents_Event_remove_Activate(Microsoft.Office.Interop.Outlook.ExplorerEvents_ActivateEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.ExplorerEvents_Event_remove_BeforeFolderSwitch(Microsoft.Office.Interop.Outlook.ExplorerEvents_BeforeFolderSwitchEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.ExplorerEvents_Event_remove_BeforeViewSwitch(Microsoft.Office.Interop.Outlook.ExplorerEvents_BeforeViewSwitchEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.ExplorerEvents_Event_remove_Close(Microsoft.Office.Interop.Outlook.ExplorerEvents_CloseEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.ExplorerEvents_Event_remove_Deactivate(Microsoft.Office.Interop.Outlook.ExplorerEvents_DeactivateEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.ExplorerEvents_Event_remove_FolderSwitch(Microsoft.Office.Interop.Outlook.ExplorerEvents_FolderSwitchEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.ExplorerEvents_Event_remove_SelectionChange(Microsoft.Office.Interop.Outlook.ExplorerEvents_SelectionChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.ExplorerEvents_Event_remove_ViewSwitch(Microsoft.Office.Interop.Outlook.ExplorerEvents_ViewSwitchEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.IsFolderSelected(Microsoft.Office.Interop.Outlook.MAPIFolder)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.IsPaneVisible(Microsoft.Office.Interop.Outlook.OlPane)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.remove_Activate(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_ActivateEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.remove_BeforeFolderSwitch(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_BeforeFolderSwitchEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.remove_BeforeItemCopy(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_BeforeItemCopyEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.remove_BeforeItemCut(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_BeforeItemCutEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.remove_BeforeItemPaste(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_BeforeItemPasteEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.remove_BeforeMaximize(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_BeforeMaximizeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.remove_BeforeMinimize(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_BeforeMinimizeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.remove_BeforeMove(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_BeforeMoveEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.remove_BeforeSize(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_BeforeSizeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.remove_BeforeViewSwitch(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_BeforeViewSwitchEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.remove_Close(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_CloseEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.remove_Deactivate(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_DeactivateEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.remove_FolderSwitch(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_FolderSwitchEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.remove_SelectionChange(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_SelectionChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.remove_ViewSwitch(Microsoft.Office.Interop.Outlook.ExplorerEvents_10_ViewSwitchEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.SelectFolder(Microsoft.Office.Interop.Outlook.MAPIFolder)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ExplorerClass.ShowPane(Microsoft.Office.Interop.Outlook.OlPane,System.Boolean)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ExplorerClass.Application">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ExplorerClass.Caption">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ExplorerClass.Class">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ExplorerClass.CommandBars">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ExplorerClass.CurrentFolder">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ExplorerClass.CurrentView">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ExplorerClass.Height">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ExplorerClass.HTMLDocument">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ExplorerClass.Left">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ExplorerClass.Panes">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ExplorerClass.Parent">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ExplorerClass.Selection">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ExplorerClass.Session">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ExplorerClass.Top">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ExplorerClass.Views">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ExplorerClass.Width">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ExplorerClass.WindowState">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ExplorerEvents">
			<summary>This interface supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents.Activate">
			<summary>Occurs when an explorer or 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.ExplorerEvents.BeforeFolderSwitch(System.Object,System.Boolean@)">
			<summary>Occurs before the explorer goes to a new folder, either as a result of user action or through program code.</summary>
			<param name="NewFolder">The MAPIFolder 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="M:Microsoft.Office.Interop.Outlook.ExplorerEvents.BeforeViewSwitch(System.Object,System.Boolean@)">
			<summary>Occurs before the explorer changes to a new view, either as a result of user action or through program code.</summary>
			<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>
			<param name="NewView">The name of the view the explorer is switching to.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents.Close">
			<summary>Occurs when the inspector associated with a Microsoft Outlook item or when an explorer is being closed.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents.Deactivate">
			<summary>Occurs when an explorer or inspector stops being the active window, either as a result of user action or through program code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents.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.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="M:Microsoft.Office.Interop.Outlook.ExplorerEvents.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_ActivateEventHandler">
			<summary>Represents the method that will handle the Activate event of the Explorer.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_BeforeFolderSwitchEventHandler">
			<summary>Represents the method that will handle the Activate event of the Explorer.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_BeforeItemCopyEventHandler">
			<summary>Represents the method that will handle the BeforeItemCopy event of the Explorer.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_BeforeItemCutEventHandler">
			<summary>Represents the method that will handle the BeforeItemCut event of the Explorer.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_BeforeItemPasteEventHandler">
			<summary>Represents the method that will handle the BeforeItemPaste event of the Explorer.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_BeforeMaximizeEventHandler">
			<summary>Represents the method that will handle the BeforeMaximize event of the Explorer.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_BeforeMinimizeEventHandler">
			<summary>Represents the method that will handle the BeforeMinimize event of the Explorer class.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_BeforeMoveEventHandler">
			<summary>Represents the method that will handle the BeforeMove event of the Explorer class.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_BeforeSizeEventHandler">
			<summary>Represents the method that will handle the BeforeSize event of the Explorer.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_BeforeViewSwitchEventHandler">
			<summary>Represents the method that will handle the BeforeViewSwitch event of the Explorer class.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_CloseEventHandler">
			<summary>Represents the method that will handle the Close event of the ExplorerEvents class.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_DeactivateEventHandler">
			<summary>Represents the method that will handle the Deativate event of the Explorer class</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_Event">
			<summary>Events interface for Explorer object events.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_Event.Activate">
			<summary>Occurs when an explorer or inspector becomes 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.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 item is copied. This event can be cancelled after it has started.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_Event.BeforeItemCut">
			<summary>Occurs when an item is cut from a folder. This method can be cancelled after it has started. If the event is cancelled, then the item will not be removed.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_Event.BeforeItemPaste">
			<summary>Occurs when a Microsoft Outlook item is pasted. This event can be cancelled after it has started.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_Event.BeforeMaximize">
			<summary>Occurs when an explorer or inspector is maximized by the user. This event can be cancelled after it has started.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_Event.BeforeMinimize">
			<summary>Occurs when the active explorer or inspector is minimized by the user.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_Event.BeforeMove">
			<summary>Occurs when the Inspector or Explorer is moved by the user. This event can be cancelled after it has started.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_Event.BeforeSize">
			<summary>Occurs when the user sizes the current Explorer or Inspector. This event can be cancelled after it has started. If the event is cancelled, the window is not sized.</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 or 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.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="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. This event also occurs when the user, either programmatically or using the UI, clicks or switches to a different folder that contains items as Microsoft Outlook automatically selects the first item in that folder. However, this event does not occur if the folder is a file-system folder or if Outlook Today or any folder with a current Web view is displayed.</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>Represents the method that will handle the FolderSwitch event of the ExploreEventsr class.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_SelectionChangeEventHandler">
			<summary>Represents the method that will handle the SelectionChange event of the ExplorerEvents class.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_SinkHelper">
			<summary>This class supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_SinkHelper.m_ActivateDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_SinkHelper.m_BeforeFolderSwitchDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_SinkHelper.m_BeforeItemCopyDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_SinkHelper.m_BeforeItemCutDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_SinkHelper.m_BeforeItemPasteDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_SinkHelper.m_BeforeMaximizeDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_SinkHelper.m_BeforeMinimizeDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_SinkHelper.m_BeforeMoveDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_SinkHelper.m_BeforeSizeDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_SinkHelper.m_BeforeViewSwitchDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_SinkHelper.m_CloseDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_SinkHelper.m_DeactivateDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_SinkHelper.m_dwCookie">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_SinkHelper.m_FolderSwitchDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_SinkHelper.m_SelectionChangeDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_SinkHelper.m_ViewSwitchDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_SinkHelper.Activate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_SinkHelper.BeforeFolderSwitch(System.Object,System.Boolean@)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_SinkHelper.BeforeItemCopy(System.Boolean@)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_SinkHelper.BeforeItemCut(System.Boolean@)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_SinkHelper.BeforeItemPaste(System.Object@,Microsoft.Office.Interop.Outlook.MAPIFolder,System.Boolean@)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_SinkHelper.BeforeMaximize(System.Boolean@)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_SinkHelper.BeforeMinimize(System.Boolean@)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_SinkHelper.BeforeMove(System.Boolean@)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_SinkHelper.BeforeSize(System.Boolean@)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_SinkHelper.BeforeViewSwitch(System.Object,System.Boolean@)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_SinkHelper.Close">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_SinkHelper.Deactivate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_SinkHelper.FolderSwitch">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_SinkHelper.SelectionChange">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_SinkHelper.ViewSwitch">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_ViewSwitchEventHandler">
			<summary>Represents the method that will handle the ViewSwitch event of the ExplorerEvents class.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ExplorerEvents_ActivateEventHandler">
			<summary>Represents the method that will handle the Activate event of the ExplorerEvents class.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ExplorerEvents_BeforeFolderSwitchEventHandler">
			<summary>Represents the method that will handle the BeforeFolderSwitch event of the ExplorerEvents.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ExplorerEvents_BeforeViewSwitchEventHandler">
			<summary>Represents the method that will handle the BeforeViewSwitch event of the ExplorerEvents class.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ExplorerEvents_CloseEventHandler">
			<summary>Represents the method that will handle the Close event of the ExplorerEvents class.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ExplorerEvents_DeactivateEventHandler">
			<summary>Represents the method that will handle the Deactivate event of the ExplorerEvents class.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ExplorerEvents_Event">
			<summary>This class supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ExplorerEvents_Event.Activate">
			<summary>Occurs when an explorer or inspector becomes the active window, either as a result of user action or through program code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ExplorerEvents_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_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_Event.Close">
			<summary>Occurs when the inspector associated with a Microsoft Outlook item or when an explorer is being closed.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ExplorerEvents_Event.Deactivate">
			<summary>Occurs when an explorer or 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.ExplorerEvents_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="E:Microsoft.Office.Interop.Outlook.ExplorerEvents_Event.SelectionChange">
			<summary>Occurs when the user switches to a different item in a folder using the user interface (UI) or programmatically. This event also occurs when the user, either programmatically or using the UI, clicks or switches to a different folder that contains items as Microsoft Office Outlook automatically selects the first item in that folder. However, this event does not occur if the folder is a file-system folder or if Outlook Today or any folder with a current Web view is displayed.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ExplorerEvents_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_FolderSwitchEventHandler">
			<summary>Represents the method that will handle the FolderSwitch event of the ExplorerEvents class.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ExplorerEvents_SelectionChangeEventHandler">
			<summary>Represents the method that will handle the SelectionChange event of the ExplorerEvents class.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ExplorerEvents_SinkHelper">
			<summary>This class supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ExplorerEvents_SinkHelper.m_ActivateDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ExplorerEvents_SinkHelper.m_BeforeFolderSwitchDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ExplorerEvents_SinkHelper.m_BeforeViewSwitchDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ExplorerEvents_SinkHelper.m_CloseDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ExplorerEvents_SinkHelper.m_DeactivateDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ExplorerEvents_SinkHelper.m_dwCookie">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ExplorerEvents_SinkHelper.m_FolderSwitchDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ExplorerEvents_SinkHelper.m_SelectionChangeDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ExplorerEvents_SinkHelper.m_ViewSwitchDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_SinkHelper.Activate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_SinkHelper.BeforeFolderSwitch(System.Object,System.Boolean@)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_SinkHelper.BeforeViewSwitch(System.Object,System.Boolean@)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_SinkHelper.Close">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_SinkHelper.Deactivate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_SinkHelper.FolderSwitch">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_SinkHelper.SelectionChange">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ExplorerEvents_SinkHelper.ViewSwitch">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ExplorerEvents_ViewSwitchEventHandler">
			<summary>Represents the method that will handle the ViewSwitch event of the ExplorerEvents class.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.Explorers">
			<summary>The Explorers object contains a set of Explorer objects representing all explorers. An explorer need not be visible to be included in the collection.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ExplorersClass">
			<summary>This class supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ExplorersClass.NewExplorer">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ExplorersClass.Add(System.Object,Microsoft.Office.Interop.Outlook.OlFolderDisplayMode)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ExplorersClass.add_NewExplorer(Microsoft.Office.Interop.Outlook.ExplorersEvents_NewExplorerEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ExplorersClass.remove_NewExplorer(Microsoft.Office.Interop.Outlook.ExplorersEvents_NewExplorerEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ExplorersClass.Application">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ExplorersClass.Class">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ExplorersClass.Count">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ExplorersClass.Item(System.Object)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ExplorersClass.Parent">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ExplorersClass.Session">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ExplorersEvents">
			<summary>This interface supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ExplorersEvents.NewExplorer(Microsoft.Office.Interop.Outlook.Explorer)">
			<summary>Occurs whenever a new explorer window is opened, either as a result of user action or through program code.</summary>
			<param name="Explorer">The explorer that was opened.</param>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ExplorersEvents_NewExplorerEventHandler">
			<summary>Represents the method that will handle the NewExplorer event of the ExplorersEvents.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.Folders">
			<summary>An object containing MAPIFolder objects that represent all the available Microsoft 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 class supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.FoldersClass.FolderAdd">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.FoldersClass.FolderChange">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.FoldersClass.FolderRemove">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.FoldersClass.Add(System.String,System.Object)">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.FoldersClass.add_FolderAdd(Microsoft.Office.Interop.Outlook.FoldersEvents_FolderAddEventHandler)">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.FoldersClass.add_FolderChange(Microsoft.Office.Interop.Outlook.FoldersEvents_FolderChangeEventHandler)">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.FoldersClass.add_FolderRemove(Microsoft.Office.Interop.Outlook.FoldersEvents_FolderRemoveEventHandler)">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.FoldersClass.GetFirst">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.FoldersClass.GetLast">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.FoldersClass.GetNext">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.FoldersClass.GetPrevious">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.FoldersClass.Remove(System.Int32)">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.FoldersClass.remove_FolderAdd(Microsoft.Office.Interop.Outlook.FoldersEvents_FolderAddEventHandler)">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.FoldersClass.remove_FolderChange(Microsoft.Office.Interop.Outlook.FoldersEvents_FolderChangeEventHandler)">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.FoldersClass.remove_FolderRemove(Microsoft.Office.Interop.Outlook.FoldersEvents_FolderRemoveEventHandler)">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.FoldersClass.Application">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.FoldersClass.Class">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.FoldersClass.Count">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.FoldersClass.Item(System.Object)">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.FoldersClass.Parent">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.FoldersClass.RawTable">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.FoldersClass.Session">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.FoldersEvents">
			<summary>Represents the FolderEvents that are from the Folders class. </summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.FoldersEvents.FolderAdd(Microsoft.Office.Interop.Outlook.MAPIFolder)">
			<summary>Occurs when a folder is added to the specified Folders collection.</summary>
			<param name="Folder">The MAPIFolder that was added to the collection.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.FoldersEvents.FolderChange(Microsoft.Office.Interop.Outlook.MAPIFolder)">
			<summary>Occurs when a folder in the specified Folders collection is changed.</summary>
			<param name="Folder">The MAPIFolder that was changed.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.FoldersEvents.FolderRemove">
			<summary>Occurs when a folder is removed from the specified Folders collection.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.FoldersEvents_Event">
			<summary>Represents the events of the Folders object.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.FoldersEvents_Event.FolderAdd">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.FoldersEvents_Event.FolderChange">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.FoldersEvents_Event.FolderRemove">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.FoldersEvents_Event.add_FolderAdd(Microsoft.Office.Interop.Outlook.FoldersEvents_FolderAddEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.FoldersEvents_Event.add_FolderChange(Microsoft.Office.Interop.Outlook.FoldersEvents_FolderChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.FoldersEvents_Event.add_FolderRemove(Microsoft.Office.Interop.Outlook.FoldersEvents_FolderRemoveEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.FoldersEvents_Event.remove_FolderAdd(Microsoft.Office.Interop.Outlook.FoldersEvents_FolderAddEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.FoldersEvents_Event.remove_FolderChange(Microsoft.Office.Interop.Outlook.FoldersEvents_FolderChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.FoldersEvents_Event.remove_FolderRemove(Microsoft.Office.Interop.Outlook.FoldersEvents_FolderRemoveEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.FoldersEvents_FolderAddEventHandler">
			<summary>Represents the method that will handle the FolderAdd event of the FoldersEvents class.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.FoldersEvents_FolderChangeEventHandler">
			<summary>Represents the method that will handle the FolderChange event of the FoldersEvents.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.FoldersEvents_FolderRemoveEventHandler">
			<summary>Represents the method that will handle the FolderRemove event of the FoldersEvents class.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.FoldersEvents_SinkHelper">
			<summary>This class supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.FoldersEvents_SinkHelper.m_dwCookie">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.FoldersEvents_SinkHelper.m_FolderAddDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.FoldersEvents_SinkHelper.m_FolderChangeDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.FoldersEvents_SinkHelper.m_FolderRemoveDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.FoldersEvents_SinkHelper.FolderAdd(Microsoft.Office.Interop.Outlook.MAPIFolder)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.FoldersEvents_SinkHelper.FolderChange(Microsoft.Office.Interop.Outlook.MAPIFolder)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.FoldersEvents_SinkHelper.FolderRemove">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.FormDescription">
			<summary>Contains the general properties of a Microsoft Outlook form.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.FormDescription.PublishForm(Microsoft.Office.Interop.Outlook.OlFormRegistry,System.Object)">
			<summary>Saves the definition of the FormDescription object in the specified form registry (library).</summary>
			<param name="Folder">Expression that Gets a MAPIFolder object. Used only with Folder form registry. The folder object from which the forms must be accessed.</param>
			<param name="Registry">The form class.</param>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.FormDescription.Application">
			<summary>Gets an Application object that represents the parent application (Microsoft Office Outlook) for an object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.FormDescription.Category">
			<summary>Gets the category assigned to the form description.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.FormDescription.CategorySub">
			<summary>Gets the subcategory assigned to the form description.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.FormDescription.Class">
			<summary>Gets an OlObjectClass constant indicating the object's class.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.FormDescription.Comment">
			<summary>Gets the text of a comment assigned to the form description.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.FormDescription.ContactName">
			<summary>Gets or sets the name of the person to contact for information regarding the custom form for this FormDescription object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.FormDescription.DisplayName">
			<summary>Gets or sets the name of the form, which is displayed in the Choose Forms dialog box.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.FormDescription.Hidden">
			<summary>Gets a value indicating whether the Form is hidden.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.FormDescription.Icon">
			<summary>Gets or sets the file name of the icon to be displayed for the form.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.FormDescription.Locked">
			<summary>true if the form cannot be modified.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.FormDescription.MessageClass">
			<summary>The MessageClass property links the item to the form on which it is based.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.FormDescription.MiniIcon">
			<summary>Gets or the file name of the mini-icon to be displayed for the form.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.FormDescription.Name">
			<summary>Gets or sets the display name for a FormDescription. The Name property is also the caption for a form.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.FormDescription.Number">
			<summary>Gets or sets to the number for the specified form.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.FormDescription.OneOff">
			<summary>true if the form will be discarded after using once (one-off). false if the form is retained as a custom form.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.FormDescription.Parent">
			<summary>Gets the parent Object of the FormDescription object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.FormDescription.Password">
			<summary>Gets or sets the password for modifying the form.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.FormDescription.ScriptText">
			<summary>Gets the VBScript code in the form's Script Editor.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.FormDescription.Session">
			<summary>Gets the NameSpace object for the current session.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.FormDescription.Template">
			<summary>Gets or sets the name of the template for the form.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.FormDescription.UseWordMail">
			<summary>true to use Microsoft Office Word as the default editor for the form.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.FormDescription.Version">
			<summary>Gets or sets the number of the version.</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 class supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.InspectorClass.BeforeMaximize">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.InspectorClass.BeforeMinimize">
			<summary> This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.InspectorClass.BeforeMove">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.InspectorClass.BeforeSize">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.InspectorClass.Deactivate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.InspectorClass.InspectorEvents_10_Event_Activate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.InspectorClass.InspectorEvents_10_Event_Close">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.InspectorClass.InspectorEvents_Event_Activate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.InspectorClass.InspectorEvents_Event_Close">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.InspectorClass.InspectorEvents_Event_Deactivate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.InspectorClass.Activate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.InspectorClass.add_Activate(Microsoft.Office.Interop.Outlook.InspectorEvents_10_ActivateEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.InspectorClass.add_BeforeMaximize(Microsoft.Office.Interop.Outlook.InspectorEvents_10_BeforeMaximizeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.InspectorClass.add_BeforeMinimize(Microsoft.Office.Interop.Outlook.InspectorEvents_10_BeforeMinimizeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.InspectorClass.add_BeforeMove(Microsoft.Office.Interop.Outlook.InspectorEvents_10_BeforeMoveEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.InspectorClass.add_BeforeSize(Microsoft.Office.Interop.Outlook.InspectorEvents_10_BeforeSizeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.InspectorClass.add_Close(Microsoft.Office.Interop.Outlook.InspectorEvents_10_CloseEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.InspectorClass.add_Deactivate(Microsoft.Office.Interop.Outlook.InspectorEvents_10_DeactivateEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.InspectorClass.Close(Microsoft.Office.Interop.Outlook.OlInspectorClose)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.InspectorClass.Display(System.Object)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.InspectorClass.HideFormPage(System.String)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.InspectorClass.InspectorEvents_Event_add_Activate(Microsoft.Office.Interop.Outlook.InspectorEvents_ActivateEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.InspectorClass.InspectorEvents_Event_add_Close(Microsoft.Office.Interop.Outlook.InspectorEvents_CloseEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.InspectorClass.InspectorEvents_Event_add_Deactivate(Microsoft.Office.Interop.Outlook.InspectorEvents_DeactivateEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.InspectorClass.InspectorEvents_Event_remove_Activate(Microsoft.Office.Interop.Outlook.InspectorEvents_ActivateEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.InspectorClass.InspectorEvents_Event_remove_Close(Microsoft.Office.Interop.Outlook.InspectorEvents_CloseEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.InspectorClass.InspectorEvents_Event_remove_Deactivate(Microsoft.Office.Interop.Outlook.InspectorEvents_DeactivateEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.InspectorClass.IsWordMail">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.InspectorClass.remove_Activate(Microsoft.Office.Interop.Outlook.InspectorEvents_10_ActivateEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.InspectorClass.remove_BeforeMaximize(Microsoft.Office.Interop.Outlook.InspectorEvents_10_BeforeMaximizeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.InspectorClass.remove_BeforeMinimize(Microsoft.Office.Interop.Outlook.InspectorEvents_10_BeforeMinimizeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.InspectorClass.remove_BeforeMove(Microsoft.Office.Interop.Outlook.InspectorEvents_10_BeforeMoveEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.InspectorClass.remove_BeforeSize(Microsoft.Office.Interop.Outlook.InspectorEvents_10_BeforeSizeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.InspectorClass.remove_Close(Microsoft.Office.Interop.Outlook.InspectorEvents_10_CloseEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.InspectorClass.remove_Deactivate(Microsoft.Office.Interop.Outlook.InspectorEvents_10_DeactivateEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.InspectorClass.SetControlItemProperty(System.Object,System.String)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.InspectorClass.SetCurrentFormPage(System.String)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.InspectorClass.ShowFormPage(System.String)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.InspectorClass.Application">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.InspectorClass.Caption">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.InspectorClass.Class">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.InspectorClass.CommandBars">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.InspectorClass.CurrentItem">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.InspectorClass.EditorType">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.InspectorClass.Height">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.InspectorClass.HTMLEditor">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.InspectorClass.Left">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.InspectorClass.ModifiedFormPages">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.InspectorClass.Parent">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.InspectorClass.Session">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.InspectorClass.Top">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.InspectorClass.Width">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.InspectorClass.WindowState">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.InspectorClass.WordEditor">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.InspectorEvents">
			<summary>Represents the events of the Inspector object.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.InspectorEvents.Activate">
			<summary>Occurs when an explorer or 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.Close">
			<summary>Occurs when the inspector associated with a Microsoft Outlook item or when an explorer is being closed.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.InspectorEvents.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="T:Microsoft.Office.Interop.Outlook.InspectorEvents_10">
			<summary>Represents the events associated with the Inspector object.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.InspectorEvents_10.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.BeforeMaximize(System.Boolean@)">
			<summary>Occurs when an explorer or inspector is maximized by the user.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.InspectorEvents_10.BeforeMinimize(System.Boolean@)">
			<summary>Occurs when the active explorer or inspector is minimized by the user.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.InspectorEvents_10.BeforeMove(System.Boolean@)">
			<summary>Occurs when the Inspector moved by the user.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.InspectorEvents_10.BeforeSize(System.Boolean@)">
			<summary>Occurs when the user sizes the current Inspector.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.InspectorEvents_10.Close">
			<summary>Occurs when the inspector associated with a Microsoft Outlook item is being closed.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.InspectorEvents_10.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="T:Microsoft.Office.Interop.Outlook.InspectorEvents_10_ActivateEventHandler">
			<summary>Represents the method that will handle the Activate event of the InspectorEvents class.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.InspectorEvents_10_BeforeMaximizeEventHandler">
			<summary>Represents the method that will handle the BeforeMaximize event of the InspectorEvents class.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.InspectorEvents_10_BeforeMinimizeEventHandler">
			<summary>Represents the method that will handle the BeforeMinimize event of the InspectorEvents class.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.InspectorEvents_10_BeforeMoveEventHandler">
			<summary>Represents the method that will handle the BeforeMove event of the InspectorEvents class.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.InspectorEvents_10_BeforeSizeEventHandler">
			<summary>Represents the method that will handle the BeforeSizeEvent event of the InspectorEvents class.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.InspectorEvents_10_CloseEventHandler">
			<summary>Represents the method that will handle the Close event of the InspectorEvents class.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.InspectorEvents_10_DeactivateEventHandler">
			<summary>Represents the method that will handle the Deactivate event of the InspectorEvents class.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.InspectorEvents_10_Event">
			<summary>Events interface for Inspector object events.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.InspectorEvents_10_Event.Activate">
			<summary>Occurs when an explorer or inspector becomes 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.BeforeMaximize">
			<summary>Occurs when an explorer or inspector is maximized by the user. This event can be cancelled after it has started.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.InspectorEvents_10_Event.BeforeMinimize">
			<summary>Occurs when the active explorer or inspector is minimized by the user.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.InspectorEvents_10_Event.BeforeMove">
			<summary>Occurs when the Inspector or Explorer is moved by the user. This event can be cancelled after it has started.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.InspectorEvents_10_Event.BeforeSize">
			<summary>Occurs when the user sizes the current Explorer or Inspector. This event can be cancelled after it has started.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.InspectorEvents_10_Event.Close">
			<summary>Occurs when the inspector associated with a Microsoft Outlook item or when an explorer is being closed.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.InspectorEvents_10_Event.Deactivate">
			<summary>Occurs when an explorer or inspector stops being 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)">
			<param name="__unnamed0">na</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.InspectorEvents_10_Event.add_BeforeMaximize(Microsoft.Office.Interop.Outlook.InspectorEvents_10_BeforeMaximizeEventHandler)">
			<param name="__unnamed0">Na</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.InspectorEvents_10_Event.add_BeforeMinimize(Microsoft.Office.Interop.Outlook.InspectorEvents_10_BeforeMinimizeEventHandler)">
			<param name="__unnamed0">Na</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.InspectorEvents_10_Event.add_BeforeMove(Microsoft.Office.Interop.Outlook.InspectorEvents_10_BeforeMoveEventHandler)">
			<param name="__unnamed0">Na</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.InspectorEvents_10_Event.add_BeforeSize(Microsoft.Office.Interop.Outlook.InspectorEvents_10_BeforeSizeEventHandler)">
			<param name="__unnamed0">Na</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.InspectorEvents_10_Event.add_Close(Microsoft.Office.Interop.Outlook.InspectorEvents_10_CloseEventHandler)">
			<param name="__unnamed0">Na</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.InspectorEvents_10_Event.add_Deactivate(Microsoft.Office.Interop.Outlook.InspectorEvents_10_DeactivateEventHandler)">
			<param name="__unnamed0">Na</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.InspectorEvents_10_Event.remove_Activate(Microsoft.Office.Interop.Outlook.InspectorEvents_10_ActivateEventHandler)">
			<param name="__unnamed0">Na</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.InspectorEvents_10_Event.remove_BeforeMaximize(Microsoft.Office.Interop.Outlook.InspectorEvents_10_BeforeMaximizeEventHandler)">
			<param name="__unnamed0">Na</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.InspectorEvents_10_Event.remove_BeforeMinimize(Microsoft.Office.Interop.Outlook.InspectorEvents_10_BeforeMinimizeEventHandler)">
			<param name="__unnamed0">Na</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.InspectorEvents_10_Event.remove_BeforeMove(Microsoft.Office.Interop.Outlook.InspectorEvents_10_BeforeMoveEventHandler)">
			<param name="__unnamed0">Na</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.InspectorEvents_10_Event.remove_BeforeSize(Microsoft.Office.Interop.Outlook.InspectorEvents_10_BeforeSizeEventHandler)">
			<param name="__unnamed0">Na</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.InspectorEvents_10_Event.remove_Close(Microsoft.Office.Interop.Outlook.InspectorEvents_10_CloseEventHandler)">
			<param name="__unnamed0">Na</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.InspectorEvents_10_Event.remove_Deactivate(Microsoft.Office.Interop.Outlook.InspectorEvents_10_DeactivateEventHandler)">
			<param name="__unnamed0">Na</param>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.InspectorEvents_10_SinkHelper">
			<summary>This class supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.InspectorEvents_10_SinkHelper.m_ActivateDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.InspectorEvents_10_SinkHelper.m_BeforeMaximizeDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.InspectorEvents_10_SinkHelper.m_BeforeMoveDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.InspectorEvents_10_SinkHelper.m_BeforeSizeDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.InspectorEvents_10_SinkHelper.m_CloseDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.InspectorEvents_10_SinkHelper.m_DeactivateDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.InspectorEvents_10_SinkHelper.m_dwCookie">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.InspectorEvents_10_SinkHelper.Activate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.InspectorEvents_10_SinkHelper.BeforeMaximize(System.Boolean@)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.InspectorEvents_10_SinkHelper.BeforeMinimize(System.Boolean@)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.InspectorEvents_10_SinkHelper.BeforeMove(System.Boolean@)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.InspectorEvents_10_SinkHelper.BeforeSize(System.Boolean@)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.InspectorEvents_10_SinkHelper.Deactivate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.InspectorEvents_ActivateEventHandler">
			<summary>Represents the method that will handle the Activate event of the InspectorEvents class.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.InspectorEvents_CloseEventHandler">
			<summary>Represents the method that will handle the Close event of the InspectorEvents.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.InspectorEvents_DeactivateEventHandler">
			<summary>Represents the method that will handle the Deactivate event of the InspectorEvents class.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.InspectorEvents_Event">
			<summary>Provides events for the Inspector object. </summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.InspectorEvents_Event.Activate">
			<summary>Represents the method that will handle the Activate event of the Inspector.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.InspectorEvents_Event.Close">
			<summary>Represents the method that will handle the Close event of the Inspector.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.InspectorEvents_Event.Deactivate">
			<summary>Represents the method that will handle the Deactivate event of the Inspector.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.InspectorEvents_Event.add_Activate(Microsoft.Office.Interop.Outlook.InspectorEvents_ActivateEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.InspectorEvents_Event.add_Close(Microsoft.Office.Interop.Outlook.InspectorEvents_CloseEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.InspectorEvents_Event.add_Deactivate(Microsoft.Office.Interop.Outlook.InspectorEvents_DeactivateEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.InspectorEvents_Event.remove_Activate(Microsoft.Office.Interop.Outlook.InspectorEvents_ActivateEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.InspectorEvents_Event.remove_Close(Microsoft.Office.Interop.Outlook.InspectorEvents_CloseEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.InspectorEvents_Event.remove_Deactivate(Microsoft.Office.Interop.Outlook.InspectorEvents_DeactivateEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.InspectorEvents_SinkHelper">
			<summary>This class supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.InspectorEvents_SinkHelper.m_ActivateDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.InspectorEvents_SinkHelper.m_CloseDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.InspectorEvents_SinkHelper.m_DeactivateDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.InspectorEvents_SinkHelper.m_dwCookie">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.InspectorEvents_SinkHelper.Activate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.InspectorEvents_SinkHelper.Close">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.InspectorEvents_SinkHelper.Deactivate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.Inspectors">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.InspectorsClass">
			<summary>This class supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.InspectorsClass.NewInspector">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.InspectorsClass.Add(System.Object)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.InspectorsClass.add_NewInspector(Microsoft.Office.Interop.Outlook.InspectorsEvents_NewInspectorEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.InspectorsClass.remove_NewInspector(Microsoft.Office.Interop.Outlook.InspectorsEvents_NewInspectorEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.InspectorsClass.Application">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.InspectorsClass.Class">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.InspectorsClass.Count">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.InspectorsClass.Item(System.Object)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.InspectorsClass.Parent">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.InspectorsClass.Session">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.InspectorsEvents">
			<summary>This interface supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.InspectorsEvents.NewInspector(Microsoft.Office.Interop.Outlook.Inspector)">
			<summary>Occurs whenever a new inspector window is opened, either as a result of user action or through program code.</summary>
			<param name="Inspector">The inspector that was opened.</param>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.InspectorsEvents_NewInspectorEventHandler">
			<summary>Represents the method that will handle the NewInspector event of the InspectorsEvents class.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.InspectorsEvents_SinkHelper">
			<summary>This class supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.InspectorsEvents_SinkHelper.m_dwCookie">
			<summary>This field supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.InspectorsEvents_SinkHelper.m_NewInspectorDelegate">
			<summary>This field supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.InspectorsEvents_SinkHelper.NewInspector(Microsoft.Office.Interop.Outlook.Inspector)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ItemEvents">
			<summary>Do not use ItemEvents Instead, use ItemEvents_10.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ItemEvents.AttachmentAdd(Microsoft.Office.Interop.Outlook.Attachment)">
			<summary>Do not use ItemEvents.AttachmentAdd. Instead, use ItemEvents_10.AttachmentAdd.</summary>
			<param name="Attachment">The Attachment that was added to the item.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ItemEvents.AttachmentRead(Microsoft.Office.Interop.Outlook.Attachment)">
			<summary>Do not use ItemEvents.AttachmentRead Instead, use ItemEvents_10.AttachmentRead.</summary>
			<param name="Attachment">The Attachment that was added to the item.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ItemEvents.BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.Attachment,System.Boolean@)">
			<summary>Do not use ItemEvents.BeforeAttachmentSave. Instead, use ItemEvents_10.BeforeAttachmentSave.</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="M:Microsoft.Office.Interop.Outlook.ItemEvents.BeforeCheckNames(System.Boolean@)">
			<summary>Do not use ItemEvents.BeforeCheckNames. Instead, use ItemEvents_10.BeforeCheckNames.</summary>
			<param name="Cancel">false when the event occurs. If the event procedure sets this argument to true, the operation is cancelled and the names in the recipients collection are not resolved.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ItemEvents.Close(System.Boolean@)">
			<summary>Do not use ItemEvents.Close. Instead, use ItemEvents_10.Close.</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="M:Microsoft.Office.Interop.Outlook.ItemEvents.CustomAction(System.Object,System.Object,System.Boolean@)">
			<summary>Do not use ItemEvents.CustomAction. Instead, use ItemEvents_10.CustomAction.</summary>
			<param name="Cancel">false when the event occurs. If the event procedure sets this argument to true, the custom action is not completed.</param>
			<param name="Response">The newly created item resulting from the custom action.</param>
			<param name="Action">The Action object.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ItemEvents.CustomPropertyChange(System.String)">
			<summary>Do not use ItemEvents.CustomPropertyChange. Instead, use ItemEvents_10.CustomPropertyChange.</summary>
			<param name="Name">The name of the custom property that was changed.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ItemEvents.Forward(System.Object,System.Boolean@)">
			<summary>Do not use ItemEvents.Forward. Instead, use ItemEvents_10.Forward.</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="M:Microsoft.Office.Interop.Outlook.ItemEvents.Open(System.Boolean@)">
			<summary>Do not use ItemEvents.Open. Instead, use ItemEvents_10.Open.</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="M:Microsoft.Office.Interop.Outlook.ItemEvents.PropertyChange(System.String)">
			<summary>Do not use ItemEvents.PropertyChange. Instead, use ItemEvents_10.PropertyChange.</summary>
			<param name="Name">The name of the property that was changed.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ItemEvents.Read">
			<summary>Do not use ItemEvents.Read. Instead, use ItemEvents_10.Read.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ItemEvents.Reply(System.Object,System.Boolean@)">
			<summary>Do not use ItemEvents.Reply. Instead, use ItemEvents_10.Reply.</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="M:Microsoft.Office.Interop.Outlook.ItemEvents.ReplyAll(System.Object,System.Boolean@)">
			<summary>Do not use ItemEvents.ReplyAll. Instead, use ItemEvents_10.ReplyAll.</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="M:Microsoft.Office.Interop.Outlook.ItemEvents.Send(System.Boolean@)">
			<summary>Do not use ItemEvents.Send. Instead, use ItemEvents_10.Send.</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="M:Microsoft.Office.Interop.Outlook.ItemEvents.Write(System.Boolean@)">
			<summary>Do not use ItemEvents.Write. Instead, use ItemEvents_10.Write.</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_10">
			<summary>Responds to events for the Item object.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10.AttachmentAdd(Microsoft.Office.Interop.Outlook.Attachment)">
			<summary>Occurs when an attachment has been added to an item.</summary>
			<param name="Attachment">The Attachment that was added to the item.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10.AttachmentRead(Microsoft.Office.Interop.Outlook.Attachment)">
			<summary>Occurs when an attachment in an item has been opened for reading.</summary>
			<param name="Attachment">The Attachment that was opened.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10.BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.Attachment,System.Boolean@)">
			<summary>Occurs just before an attachment is saved.</summary>
			<param name="Attachment">The Attachment to be saved</param>
			<param name="Cancel">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="M:Microsoft.Office.Interop.Outlook.ItemEvents_10.BeforeCheckNames(System.Boolean@)">
			<summary>Occurs just before Microsoft Outlook starts resolving names in the recipient collection for an e-mail item.</summary>
			<param name="Cancel">If the event procedure sets this argument to true, the operation is cancelled and the names in the recipients collection are not resolved.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10.BeforeDelete(System.Object,System.Boolean@)">
			<summary>Occurs before an item is deleted.</summary>
			<param name="Item">The item being deleted.</param>
			<param name="Cancel">If the event procedure sets this argument to true, the operation is not completed and the item is not deleted.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10.Close(System.Boolean@)">
			<summary>Occurs when the inspector associated with a Microsoft Outlook item or when an explorer is being closed.</summary>
			<param name="Cancel">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="M:Microsoft.Office.Interop.Outlook.ItemEvents_10.CustomAction(System.Object,System.Object,System.Boolean@)">
			<summary>Occurs when a custom action of a Microsoft Outlook item executes.</summary>
			<param name="Cancel">If the event procedure sets this argument to true, the custom action is not completed.</param>
			<param name="Response">The newly created item resulting from the custom action.</param>
			<param name="Action">The Action object.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10.CustomPropertyChange(System.String)">
			<summary>Occurs when a custom property of a Microsoft Outlook item is changed. The property name is passed to the procedure so that you can determine which custom property changed.</summary>
			<param name="Name">The name of the custom property that was changed.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10.Forward(System.Object,System.Boolean@)">
			<summary>Occurs when the user selects the Forward action for a Microsoft Outlook item.</summary>
			<param name="Forward">The new item being forwarded.</param>
			<param name="Cancel">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="M:Microsoft.Office.Interop.Outlook.ItemEvents_10.Open(System.Boolean@)">
			<summary>Occurs when a Microsoft Outlook item is being opened in an Inspector. When this event occurs, the Inspector object is initialized but not yet displayed.</summary>
			<param name="Cancel">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="M:Microsoft.Office.Interop.Outlook.ItemEvents_10.PropertyChange(System.String)">
			<summary>Occurs when a standard property (for example, Subject or To) of a Microsoft Outlook item is changed. The property name is passed to the event so that you can determine which property was changed.</summary>
			<param name="Name">The name of the property that was changed.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10.Read">
			<summary>Occurs when an existing Microsoft Outlook item is opened for editing by the user.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10.Reply(System.Object,System.Boolean@)">
			<summary>Occurs when the user selects the Reply action for a Microsoft Outlook item.</summary>
			<param name="Response">The new item being sent in response to the original message.</param>
			<param name="Cancel">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="M:Microsoft.Office.Interop.Outlook.ItemEvents_10.ReplyAll(System.Object,System.Boolean@)">
			<summary>Occurs when the user selects the ReplyAll action for a Microsoft Outlook item.</summary>
			<param name="Response">The new item being sent in response to the original message.</param>
			<param name="Cancel">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="M:Microsoft.Office.Interop.Outlook.ItemEvents_10.Send(System.Boolean@)">
			<summary>Occurs when the user selects the Send action for a Microsoft Outlook item.</summary>
			<param name="Cancel">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="M:Microsoft.Office.Interop.Outlook.ItemEvents_10.Write(System.Boolean@)">
			<summary>Occurs when a Microsoft Outlook item is saved, either explicitly (for example, using the Save or SaveAs methods) or implicitly (for example, in response to a prompt when closing the item's inspector).</summary>
			<param name="Cancel">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_10_AttachmentAddEventHandler">
			<summary>Represents the method that will handle the AttachmentAdd event of the ItemEvents class.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentReadEventHandler">
			<summary>Represents the method that will handle the AttachmentRead event of the ItemEvents class.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentSaveEventHandler">
			<summary>Represents the method that will handle the BeforeAttachmentSave event of the ItemEvents class.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeDeleteEventHandler">
			<summary>Represents the method that will handle the BeforeDelete event of the ItemEvents class.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ItemEvents_10_CloseEventHandler">
			<summary>Represents the method that will handle the Close event of the ItemEvents.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomActionEventHandler">
			<summary>Represents the method that will handle the CustomAction event of the ItemEvents class.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomPropertyChangeEventHandler">
			<summary>Represents the method that will handle the CustomPropertyChange event of the ItemEvents class.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event">
			<summary>This class supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event.AttachmentAdd">
			<summary>Occurs when an attachment has been added to an item.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event.AttachmentRead">
			<summary>Occurs when an attachment in an e-mail item has been opened for reading.</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.BeforeCheckNames">
			<summary>Occurs just before Microsoft Outlook starts resolving names in the recipient collection for an e-mail item.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event.BeforeDelete">
			<summary>Occurs before an e-mail item is deleted.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event.Close">
			<summary>Occurs when the inspector associated with a Microsoft Outlook item or when an explorer is being closed.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event.CustomAction">
			<summary>Occurs when a custom action of a Microsoft Outlook item executes.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event.CustomPropertyChange">
			<summary>Occurs when a custom property of a Microsoft Outlook item 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 a Microsoft Outlook item.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event.Open">
			<summary>Occurs when a Microsoft Outlook item is being opened in an Inspector.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event.PropertyChange">
			<summary>Occurs when a standard property (for example, Subject or To) of a Microsoft Outlook item is changed. The property name is passed to the event so that you can determine which property was changed.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event.Read">
			<summary>Occurs when an existing Microsoft Outlook item is opened for editing by the user.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event.Reply">
			<summary>Occurs when the user selects the Reply action for a Microsoft Outlook item.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event.ReplyAll">
			<summary>Occurs when the user selects the ReplyAll action for a Microsoft Outlook item.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event.Send">
			<summary>Occurs when the user selects the Send action for a Microsoft Outlook item.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ItemEvents_10_Event.Write">
			<summary>Occurs when a Microsoft Outlook item is saved, either explicitly (for example, using the Save or SaveAs methods) 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>Represents the method that will handle the Forward event of the ItemEvents class.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ItemEvents_10_OpenEventHandler">
			<summary>Represents the method that will handle the Open event of the ItemEvents class.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ItemEvents_10_PropertyChangeEventHandler">
			<summary>Represents the method that will handle the PropertyChange event of the ItemEvents class.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ItemEvents_10_ReadEventHandler">
			<summary>Represents the method that will handle the Read event of the ItemEvents class.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyAllEventHandler">
			<summary>Represents the method that will handle the ReplyAll event of the ItemEvents class.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyEventHandler">
			<summary>Represents the method that will handle the Reply event of the ItemEvents class.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ItemEvents_10_SendEventHandler">
			<summary>Represents the method that will handle the Send event of the ItemEvents class.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ItemEvents_10_SinkHelper">
			<summary>This class supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ItemEvents_10_SinkHelper.m_AttachmentAddDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ItemEvents_10_SinkHelper.m_AttachmentReadDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ItemEvents_10_SinkHelper.m_BeforeAttachmentSaveDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ItemEvents_10_SinkHelper.m_BeforeCheckNamesDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ItemEvents_10_SinkHelper.m_BeforeDeleteDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ItemEvents_10_SinkHelper.m_CloseDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ItemEvents_10_SinkHelper.m_CustomActionDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ItemEvents_10_SinkHelper.m_CustomPropertyChangeDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ItemEvents_10_SinkHelper.m_dwCookie">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ItemEvents_10_SinkHelper.m_ForwardDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ItemEvents_10_SinkHelper.m_OpenDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ItemEvents_10_SinkHelper.m_PropertyChangeDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ItemEvents_10_SinkHelper.m_ReadDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ItemEvents_10_SinkHelper.m_ReplyAllDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ItemEvents_10_SinkHelper.m_ReplyDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ItemEvents_10_SinkHelper.m_SendDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ItemEvents_10_SinkHelper.m_WriteDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_SinkHelper.AttachmentAdd(Microsoft.Office.Interop.Outlook.Attachment)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_SinkHelper.AttachmentRead(Microsoft.Office.Interop.Outlook.Attachment)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_SinkHelper.BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.Attachment,System.Boolean@)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_SinkHelper.BeforeCheckNames(System.Boolean@)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_SinkHelper.BeforeDelete(System.Object,System.Boolean@)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_SinkHelper.Close(System.Boolean@)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_SinkHelper.CustomAction(System.Object,System.Object,System.Boolean@)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_SinkHelper.CustomPropertyChange(System.String)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_SinkHelper.Forward(System.Object,System.Boolean@)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_SinkHelper.Open(System.Boolean@)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_SinkHelper.PropertyChange(System.String)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_SinkHelper.Read">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_SinkHelper.Reply(System.Object,System.Boolean@)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_SinkHelper.ReplyAll(System.Object,System.Boolean@)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_SinkHelper.Send(System.Boolean@)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_10_SinkHelper.Write(System.Boolean@)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ItemEvents_10_WriteEventHandler">
			<summary>Represents the method that will handle the Write event of the ItemEvents class.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentAddEventHandler">
			<summary>Represents the method that will handle the AttachmentAdd event of the ItemEvents class.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentReadEventHandler">
			<summary>Represents the method that will handle the AttachmentRead event of the ItemEvents class.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ItemEvents_BeforeAttachmentSaveEventHandler">
			<summary>Represents the method that will handle the BeforeAttachmentSave event of the ItemEvents class.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ItemEvents_BeforeCheckNamesEventHandler">
			<summary>Represents the method that will handle the BeforeCheckNames event of the ItemEvents class.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ItemEvents_CloseEventHandler">
			<summary>Represents the method that will handle the Close event of the ItemEvents class.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ItemEvents_CustomActionEventHandler">
			<summary>Represents the method that will handle the CustomAction event of the ItemEvents class.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ItemEvents_CustomPropertyChangeEventHandler">
			<summary>Represents the method that will handle the CustomPropertyChange event of the ItemEvents class.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ItemEvents_Event">
			<summary>This class supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ItemEvents_Event.AttachmentAdd">
			<summary>Occurs when an attachment has been added to an item.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ItemEvents_Event.AttachmentRead">
			<summary>Occurs when an attachment in an e-mail item has been opened for reading.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ItemEvents_Event.BeforeAttachmentSave">
			<summary>Occurs just before an attachment is saved.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ItemEvents_Event.BeforeCheckNames">
			<summary>Occurs just before Microsoft Outlook starts resolving names in the recipient collection for an e-mail item.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ItemEvents_Event.Close">
			<summary>Occurs when the inspector associated with a Microsoft Outlook item or when an explorer is being closed.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ItemEvents_Event.CustomAction">
			<summary>Occurs when a custom action of a Microsoft Outlook item executes. The Action object and the newly created item resulting from the custom action are passed to the event.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ItemEvents_Event.CustomPropertyChange">
			<summary>Occurs when a custom property of a Microsoft Outlook item is changed. The property name is passed to the procedure so that you can determine which custom property changed.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ItemEvents_Event.Forward">
			<summary>Occurs when the user selects the Forward action for a Microsoft Outlook item.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ItemEvents_Event.Open">
			<summary>Occurs when a Microsoft Outlook item is being opened in an Inspector. When this event occurs, the Inspector object is initialized but not yet displayed. The Open event differs from the Read event in that Read occurs whenever the user selects the item in a view that supports in-cell editing as well as when the item is being opened in an inspector.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ItemEvents_Event.PropertyChange">
			<summary>Occurs when a standard property (for example, Subject or To) of a Microsoft Office Outlook item is changed. The property name is passed to the event so that you can determine which property was changed.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ItemEvents_Event.Read">
			<summary>Occurs when an existing Microsoft Outlook item is opened for editing by the user. The Read event differs from the Open event in that Read occurs whenever the user selects the item in a view that supports in-cell editing as well as when the item is being opened in an Inspector.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ItemEvents_Event.Reply">
			<summary>Occurs when the user selects the Reply action for a Microsoft Outlook item.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ItemEvents_Event.ReplyAll">
			<summary>Occurs when the user selects the ReplyAll action for a Microsoft Outlook item.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ItemEvents_Event.Send">
			<summary>Occurs when the user selects the Send action for a Microsoft Outlook item.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ItemEvents_Event.Write">
			<summary>Occurs when a Microsoft Outlook item is saved, either explicitly (for example, using the Save or SaveAs methods) 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_ForwardEventHandler">
			<summary>Represents the method that will handle the Forward event of the ItemEvents class.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ItemEvents_OpenEventHandler">
			<summary>Represents the method that will handle the Open event of the ItemEvents class.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ItemEvents_PropertyChangeEventHandler">
			<summary>Represents the method that will handle the PropertyChange event of the ItemEvents class.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ItemEvents_ReadEventHandler">
			<summary>Represents the method that will handle the Read event of the ItemEvents class.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ItemEvents_ReplyAllEventHandler">
			<summary>Represents the method that will handle the ReplyAll event of the ItemEvents class.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ItemEvents_ReplyEventHandler">
			<summary>Represents the method that will handle the Reply event of the ItemEvents class.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ItemEvents_SendEventHandler">
			<summary>Represents the method that will handle the Send event of the ItemEvents class.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ItemEvents_SinkHelper">
			<summary>This class supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ItemEvents_SinkHelper.m_AttachmentAddDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ItemEvents_SinkHelper.m_AttachmentReadDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ItemEvents_SinkHelper.m_BeforeAttachmentSaveDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ItemEvents_SinkHelper.m_BeforeCheckNamesDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ItemEvents_SinkHelper.m_CloseDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ItemEvents_SinkHelper.m_CustomActionDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ItemEvents_SinkHelper.m_CustomPropertyChangeDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ItemEvents_SinkHelper.m_dwCookie">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ItemEvents_SinkHelper.m_ForwardDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ItemEvents_SinkHelper.m_OpenDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ItemEvents_SinkHelper.m_PropertyChangeDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ItemEvents_SinkHelper.m_ReadDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ItemEvents_SinkHelper.m_ReplyAllDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ItemEvents_SinkHelper.m_ReplyDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ItemEvents_SinkHelper.m_SendDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ItemEvents_SinkHelper.m_WriteDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_SinkHelper.AttachmentAdd(Microsoft.Office.Interop.Outlook.Attachment)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_SinkHelper.AttachmentRead(Microsoft.Office.Interop.Outlook.Attachment)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_SinkHelper.BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.Attachment,System.Boolean@)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_SinkHelper.BeforeCheckNames(System.Boolean@)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_SinkHelper.Close(System.Boolean@)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_SinkHelper.CustomAction(System.Object,System.Object,System.Boolean@)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_SinkHelper.CustomPropertyChange(System.String)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_SinkHelper.Forward(System.Object,System.Boolean@)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_SinkHelper.Open(System.Boolean@)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_SinkHelper.PropertyChange(System.String)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_SinkHelper.Read">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_SinkHelper.Reply(System.Object,System.Boolean@)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_SinkHelper.ReplyAll(System.Object,System.Boolean@)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_SinkHelper.Send(System.Boolean@)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ItemEvents_SinkHelper.Write(System.Boolean@)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ItemEvents_WriteEventHandler">
			<summary>Represents the method that will handle the Write event of the ItemEvents class.</summary>
		</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="Type">An expression that returns an ItemProperties object</param>
			<param name="Name">The name of the new item property object.</param>
			<param name="AddToFolderFields">OlUserPropertyType. The type of the new ItemProperty.</param>
			<param name="DisplayFormat">Defines the format of the field as it appears in a given folder.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ItemProperties.GetEnumerator">
			<summary>Gets an enumerator that can iterate through a collection.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ItemProperties.Remove(System.Int32)">
			<summary>Removes an object from the ItemProperties collection.</summary>
			<param name="Index">The index number of the item within the collection.</param>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ItemProperties.Application">
			<summary>Gets the parent application (Microsoft Office Outlook) for an object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ItemProperties.Class">
			<summary>Gets an OlObjectClass constant indicating the object's class.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ItemProperties.Count">
			<summary>Gets the count of objects in the ItemProperties collection.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ItemProperties.Item(System.Object)">
			<summary>A generic Object representing a single object in the ItemProperties collection</summary>
			<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.ItemProperties.Parent">
			<summary>Gets the parent Object of the ItemProperties.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ItemProperties.Session">
			<summary>Gets the NameSpace object for the current session.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ItemProperty">
			<summary>Contains information about a given item property. Each item property defines a certain attribute of the item, such as the name, type, or value of the item. The ItemProperty object is a member of the ItemProperties collection.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ItemProperty.Delete">
			<summary>Delete a ItemProperty from the collection.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ItemProperty.Application">
			<summary>Gets the parent application (Microsoft Office Outlook) for an object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ItemProperty.Class">
			<summary>Gets an OlObjectClass constant indicating the object's class.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ItemProperty.Formula">
			<summary>This class supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ItemProperty.IsUserProperty">
			<summary>Gets a value that indicates if the item property is a custom property created by the user.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ItemProperty.Name">
			<summary>Gets the display name for an ItemProperty.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ItemProperty.Parent">
			<summary>Gets the parent Object of the ItemProperty.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ItemProperty.Session">
			<summary>Gets the NameSpace object for the current session.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ItemProperty.Type">
			<summary>Gets an OlUserPropertyType constant indicating the type of the specified object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ItemProperty.Value">
			<summary>Gets or sets an object indicating the value for the specified user or item property.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.Items">
			<summary>An object containing Microsoft Office Outlook item objects in a folder.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ItemsClass">
			<summary>This class supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ItemsClass.ItemAdd">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ItemsClass.ItemChange">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ItemsClass.ItemRemove">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ItemsClass.Add(System.Object)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ItemsClass.add_ItemAdd(Microsoft.Office.Interop.Outlook.ItemsEvents_ItemAddEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ItemsClass.add_ItemChange(Microsoft.Office.Interop.Outlook.ItemsEvents_ItemChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ItemsClass.add_ItemRemove(Microsoft.Office.Interop.Outlook.ItemsEvents_ItemRemoveEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ItemsClass.Find(System.String)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ItemsClass.FindNext">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ItemsClass.GetFirst">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ItemsClass.GetLast">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ItemsClass.GetNext">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ItemsClass.GetPrevious">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ItemsClass.Remove(System.Int32)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ItemsClass.remove_ItemAdd(Microsoft.Office.Interop.Outlook.ItemsEvents_ItemAddEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ItemsClass.remove_ItemChange(Microsoft.Office.Interop.Outlook.ItemsEvents_ItemChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ItemsClass.remove_ItemRemove(Microsoft.Office.Interop.Outlook.ItemsEvents_ItemRemoveEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ItemsClass.ResetColumns">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ItemsClass.Restrict(System.String)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ItemsClass.SetColumns(System.String)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ItemsClass.Sort(System.String,System.Object)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ItemsClass.Application">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ItemsClass.Class">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ItemsClass.Count">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ItemsClass.IncludeRecurrences">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ItemsClass.Item(System.Object)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ItemsClass.Parent">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ItemsClass.RawTable">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ItemsClass.Session">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ItemsEvents">
			<summary>Do not use ItemsEvents. Instead, use ItemsEvents_10 interface for Items object events.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ItemsEvents.ItemAdd(System.Object)">
			<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>
			<param name="Item">The item that was added.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ItemsEvents.ItemChange(System.Object)">
			<summary>Occurs when an item in the specified collection is changed.</summary>
			<param name="Item">The item that was changed.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ItemsEvents.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="T:Microsoft.Office.Interop.Outlook.ItemsEvents_ItemAddEventHandler">
			<summary>Represents the method that will handle the ItemAdd event of the ItemsEvents class.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ItemsEvents_ItemChangeEventHandler">
			<summary>Represents the method that will handle the ItemChange event of the ItemsEvents class.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ItemsEvents_ItemRemoveEventHandler">
			<summary>Represents the method that will handle the ItemRemove event of the ItemsEvents class.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ItemsEvents_SinkHelper">
			<summary>This class supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ItemsEvents_SinkHelper.m_dwCookie">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ItemsEvents_SinkHelper.m_ItemAddDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ItemsEvents_SinkHelper.m_ItemChangeDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ItemsEvents_SinkHelper.m_ItemRemoveDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ItemsEvents_SinkHelper.ItemAdd(System.Object)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ItemsEvents_SinkHelper.ItemChange(System.Object)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ItemsEvents_SinkHelper.ItemRemove">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.JournalItem">
			<summary>Represents a journal entry in a Journal folder. A journal entry represents a record of all Microsoft Office Outlook-moderated transactions for any given period.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.JournalItemClass">
			<summary>This class supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.JournalItemClass.AttachmentAdd">
			<summary>This Method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.JournalItemClass.AttachmentRead">
			<summary>This Event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.JournalItemClass.BeforeAttachmentSave">
			<summary>This Event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.JournalItemClass.BeforeCheckNames">
			<summary>This Event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.JournalItemClass.BeforeDelete">
			<summary>This Event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.JournalItemClass.CustomAction">
			<summary>This Event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.JournalItemClass.CustomPropertyChange">
			<summary>This Event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_10_Event_Close">
			<summary>This Event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_10_Event_Forward">
			<summary>This Event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_10_Event_Reply">
			<summary>This Event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_10_Event_ReplyAll">
			<summary>This Event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_AttachmentAdd">
			<summary>This Event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_AttachmentRead">
			<summary>This Event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_BeforeAttachmentSave">
			<summary>This Event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_BeforeCheckNames">
			<summary>This Event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_Close">
			<summary>This Event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_CustomAction">
			<summary>This Event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_CustomPropertyChange">
			<summary>This Event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_Forward">
			<summary>This Event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_Open">
			<summary>This Event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_PropertyChange">
			<summary>This Event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_Read">
			<summary>This Event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_Reply">
			<summary>This Event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_ReplyAll">
			<summary>This Event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_Send">
			<summary>This Event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_Write">
			<summary>This Event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.JournalItemClass.Open">
			<summary>This Event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.JournalItemClass.PropertyChange">
			<summary>This Event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.JournalItemClass.Read">
			<summary>This Event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.JournalItemClass.Send">
			<summary>This Event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.JournalItemClass.Write">
			<summary>This Event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.add_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentAddEventHandler)">
			<summary>This Method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">n/a/</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.add_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentReadEventHandler)">
			<summary>This Method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">n/a</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.add_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentSaveEventHandler)">
			<summary>This Method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">n/a</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.add_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeCheckNamesEventHandler)">
			<summary>This Method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">n/a</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.add_BeforeDelete(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeDeleteEventHandler)">
			<summary>This Method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">n/a</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.add_Close(Microsoft.Office.Interop.Outlook.ItemEvents_10_CloseEventHandler)">
			<summary>This Method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">n/a</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.add_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomActionEventHandler)">
			<summary>This Method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">n/a</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.add_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomPropertyChangeEventHandler)">
			<summary>This Method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">n/a</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.add_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_10_ForwardEventHandler)">
			<summary>This Method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">n/a</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.add_Open(Microsoft.Office.Interop.Outlook.ItemEvents_10_OpenEventHandler)">
			<summary>This Method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">n/a</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.add_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_PropertyChangeEventHandler)">
			<summary>This Method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">n/a</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.add_Read(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReadEventHandler)">
			<summary>This Method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">n/a</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.add_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyEventHandler)">
			<summary>This Method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">n/a</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.add_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyAllEventHandler)">
			<summary>This Method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">n/a</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.add_Send(Microsoft.Office.Interop.Outlook.ItemEvents_10_SendEventHandler)">
			<summary>This Method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">n/a</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.add_Write(Microsoft.Office.Interop.Outlook.ItemEvents_10_WriteEventHandler)">
			<summary>This Method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">n/a</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.Close(Microsoft.Office.Interop.Outlook.OlInspectorClose)">
			<summary>This Method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="SaveMode">n/a</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.Copy">
			<summary>This Method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.Delete">
			<summary>This Method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.Display(System.Object)">
			<summary>This Method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="Modal">n/a</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.Forward">
			<summary>This Method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_add_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentAddEventHandler)">
			<summary>This Method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">n/a</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_add_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentReadEventHandler)">
			<summary>This Method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">n/a</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_add_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeAttachmentSaveEventHandler)">
			<summary>This Method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">n/a</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_add_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeCheckNamesEventHandler)">
			<summary>This Method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">n/a</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_add_Close(Microsoft.Office.Interop.Outlook.ItemEvents_CloseEventHandler)">
			<summary>This Method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">n/a</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_add_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_CustomActionEventHandler)">
			<summary>This Method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">n/a</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_add_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_CustomPropertyChangeEventHandler)">
			<summary>This Method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">n/a</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_add_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_ForwardEventHandler)">
			<summary>This Method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">n/a</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_add_Open(Microsoft.Office.Interop.Outlook.ItemEvents_OpenEventHandler)">
			<summary>This Method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">n/a</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_add_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_PropertyChangeEventHandler)">
			<summary>This Method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">n/a</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_add_Read(Microsoft.Office.Interop.Outlook.ItemEvents_ReadEventHandler)">
			<summary>This Method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">n/a</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_add_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyEventHandler)">
			<summary>This Method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">n/a</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_add_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyAllEventHandler)">
			<summary>This Method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">n/a</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_add_Send(Microsoft.Office.Interop.Outlook.ItemEvents_SendEventHandler)">
			<summary>This Method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">n/a</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_add_Write(Microsoft.Office.Interop.Outlook.ItemEvents_WriteEventHandler)">
			<summary>This Method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">n/a</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_remove_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentAddEventHandler)">
			<summary>This Method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">n/a</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_remove_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentReadEventHandler)">
			<summary>This Method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">n/a</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_remove_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeAttachmentSaveEventHandler)">
			<summary>This Method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">n/a</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_remove_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeCheckNamesEventHandler)">
			<summary>This Method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">n/a</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_remove_Close(Microsoft.Office.Interop.Outlook.ItemEvents_CloseEventHandler)">
			<summary>This Method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">n/a</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_remove_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_CustomActionEventHandler)">
			<summary>This Method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">n/a</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_remove_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_CustomPropertyChangeEventHandler)">
			<summary>This Method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">n/a</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_remove_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_ForwardEventHandler)">
			<summary>This Method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">n/a</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_remove_Open(Microsoft.Office.Interop.Outlook.ItemEvents_OpenEventHandler)">
			<summary>This Method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">n/A</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_remove_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_PropertyChangeEventHandler)">
			<summary>This Method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">n/a</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_remove_Read(Microsoft.Office.Interop.Outlook.ItemEvents_ReadEventHandler)">
			<summary>This Method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">n/a</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_remove_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyEventHandler)">
			<summary>This Method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">n/a</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_remove_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyAllEventHandler)">
			<summary>This Method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">n/a</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_remove_Send(Microsoft.Office.Interop.Outlook.ItemEvents_SendEventHandler)">
			<summary>This Method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">n/a</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemEvents_Event_remove_Write(Microsoft.Office.Interop.Outlook.ItemEvents_WriteEventHandler)">
			<summary>This Method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">n/a</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.Move(Microsoft.Office.Interop.Outlook.MAPIFolder)">
			<summary>This Method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="DestFldr">n/a</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.PrintOut">
			<summary>This Method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.remove_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentAddEventHandler)">
			<summary>This Method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">n/a</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.remove_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentReadEventHandler)">
			<summary>This Method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">n/a</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.remove_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentSaveEventHandler)">
			<summary>This Method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">n/a</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.remove_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeCheckNamesEventHandler)">
			<summary>This Method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">n/a</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.remove_BeforeDelete(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeDeleteEventHandler)">
			<summary>This Method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">n/a</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.remove_Close(Microsoft.Office.Interop.Outlook.ItemEvents_10_CloseEventHandler)">
			<summary>This Method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">n/a</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.remove_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomActionEventHandler)">
			<summary>This Method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">n/a</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.remove_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomPropertyChangeEventHandler)">
			<summary>This Method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">n/a</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.remove_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_10_ForwardEventHandler)">
			<summary>This Method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">n/a</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.remove_Open(Microsoft.Office.Interop.Outlook.ItemEvents_10_OpenEventHandler)">
			<summary>This Method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">n/a</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.remove_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_PropertyChangeEventHandler)">
			<summary>This Method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">n/a</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.remove_Read(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReadEventHandler)">
			<summary>This Method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">n/a</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.remove_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyEventHandler)">
			<summary>This Method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">n/a</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.remove_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyAllEventHandler)">
			<summary>This Method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">n/a</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.remove_Send(Microsoft.Office.Interop.Outlook.ItemEvents_10_SendEventHandler)">
			<summary>This Method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">n/a</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.remove_Write(Microsoft.Office.Interop.Outlook.ItemEvents_10_WriteEventHandler)">
			<summary>This Method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">n/a</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.Reply">
			<summary>This Method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.ReplyAll">
			<summary>This Method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.Save">
			<summary>This Method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.SaveAs(System.String,System.Object)">
			<summary>This Method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="Type">n/a</param>
			<param name="Path">n/a</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.ShowCategoriesDialog">
			<summary>This Method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.StartTimer">
			<summary>This Method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.JournalItemClass.StopTimer">
			<summary>This Method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.Actions">
			<summary>This Property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.Application">
			<summary>This Property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.Attachments">
			<summary>This Property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.AutoResolvedWinner">
			<summary>This Property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.BillingInformation">
			<summary>This Property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.Body">
			<summary>This Property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.Categories">
			<summary>This Property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.Class">
			<summary>This Property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.Companies">
			<summary>This Property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.Conflicts">
			<summary>This Property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.ContactNames">
			<summary>This Property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.ConversationIndex">
			<summary>This Property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.ConversationTopic">
			<summary>This Property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.CreationTime">
			<summary>This Property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.DocPosted">
			<summary>This Property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.DocPrinted">
			<summary>This Property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.DocRouted">
			<summary>This Property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.DocSaved">
			<summary>This Property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.DownloadState">
			<summary>This Property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.Duration">
			<summary>This Property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.End">
			<summary>This Property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.EntryID">
			<summary>This Property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.FormDescription">
			<summary>This Property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.GetInspector">
			<summary>This Property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.Importance">
			<summary>This Property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.IsConflict">
			<summary>This Property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.ItemProperties">
			<summary>This Property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.LastModificationTime">
			<summary>This Property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.Links">
			<summary>This Property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.MAPIOBJECT">
			<summary>This Property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.MarkForDownload">
			<summary>This Property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.MessageClass">
			<summary>This Property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.Mileage">
			<summary>This Property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.NoAging">
			<summary>This Property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.OutlookInternalVersion">
			<summary>This Property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.OutlookVersion">
			<summary>This Property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.Parent">
			<summary>This Property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.Recipients">
			<summary>This Property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.Saved">
			<summary>This Property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.Sensitivity">
			<summary>This Property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.Session">
			<summary>This Property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.Size">
			<summary>This Property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.Start">
			<summary>This Property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.Subject">
			<summary>This Property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.Type">
			<summary>This Property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.UnRead">
			<summary>This Property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.JournalItemClass.UserProperties">
			<summary>This Property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.Link">
			<summary>Represents an item that is linked to another Microsoft Outlook item.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Link.Application">
			<summary>Represents the entire Microsoft Outlook application.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Link.Class">
			<summary>Gets an OlObjectClass constant indicating the object's class.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Link.Item">
			<summary>Gets an item that is linked to another Microsoft Outlook item.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Link.Name">
			<summary>Gets or sets the display name for the Link.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Link.Parent">
			<summary>Gets the parent Object of the Link.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Link.Session">
			<summary>Gets the NameSpace object for the current session.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Link.Type">
			<summary>Gets an OlObjectClass constant indicating the type of item represented by the Link.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.Links">
			<summary>The Links object contains a set of Link objects representing all items linked to a particular Microsoft 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 Link object to the 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="M:Microsoft.Office.Interop.Outlook.Links.Remove(System.Object)">
			<summary>Removes an object from the specified list.</summary>
			<param name="Index">The name or ordinal value of an object within a list.</param>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Links.Application">
			<summary>Gets an Application object that represents the parent application (Microsoft Outlook) for an object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Links.Class">
			<summary>Gets an OlObjectClass constant indicating the object's class.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Links.Count">
			<summary>Returns the count of objects in the specified collection.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Links.Item(System.Object)">
			<summary>Returns an object from a collection.</summary>
			<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>Gets the parent Object of the specified object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Links.Session">
			<summary>Gets the NameSpace object for the current session.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.MailItem">
			<summary>Represents a mail message in an Inbox (mail) folder.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.MailItemClass">
			<summary>This class supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.MailItemClass.AttachmentAdd">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.MailItemClass.AttachmentRead">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.MailItemClass.BeforeAttachmentSave">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.MailItemClass.BeforeCheckNames">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.MailItemClass.BeforeDelete">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.MailItemClass.CustomAction">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.MailItemClass.CustomPropertyChange">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_10_Event_Close">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_10_Event_Forward">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_10_Event_Reply">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_10_Event_ReplyAll">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_10_Event_Send">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_AttachmentAdd">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_AttachmentRead">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_BeforeAttachmentSave">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_BeforeCheckNames">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_Close">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_CustomAction">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_CustomPropertyChange">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_Forward">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_Open">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_PropertyChange">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_Read">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_Reply">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_ReplyAll">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_Send">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_Write">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.MailItemClass.Open">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.MailItemClass.PropertyChange">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.MailItemClass.Read">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.MailItemClass.Write">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.add_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentAddEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.add_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.add_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentSaveEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.add_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeCheckNamesEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.add_BeforeDelete(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeDeleteEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.add_Close(Microsoft.Office.Interop.Outlook.ItemEvents_10_CloseEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.add_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomActionEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.add_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomPropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.add_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_10_ForwardEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.add_Open(Microsoft.Office.Interop.Outlook.ItemEvents_10_OpenEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.add_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_PropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.add_Read(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.add_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.add_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyAllEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.add_Send(Microsoft.Office.Interop.Outlook.ItemEvents_10_SendEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.add_Write(Microsoft.Office.Interop.Outlook.ItemEvents_10_WriteEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.ClearConversationIndex">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.Close(Microsoft.Office.Interop.Outlook.OlInspectorClose)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.Copy">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.Delete">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.Display(System.Object)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.Forward">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_add_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentAddEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_add_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_add_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeAttachmentSaveEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_add_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeCheckNamesEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_add_Close(Microsoft.Office.Interop.Outlook.ItemEvents_CloseEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_add_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_CustomActionEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_add_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_CustomPropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_add_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_ForwardEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_add_Open(Microsoft.Office.Interop.Outlook.ItemEvents_OpenEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_add_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_PropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_add_Read(Microsoft.Office.Interop.Outlook.ItemEvents_ReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_add_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_add_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyAllEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_add_Send(Microsoft.Office.Interop.Outlook.ItemEvents_SendEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_add_Write(Microsoft.Office.Interop.Outlook.ItemEvents_WriteEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_remove_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentAddEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_remove_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_remove_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeAttachmentSaveEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_remove_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeCheckNamesEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_remove_Close(Microsoft.Office.Interop.Outlook.ItemEvents_CloseEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_remove_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_CustomActionEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_remove_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_CustomPropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_remove_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_ForwardEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_remove_Open(Microsoft.Office.Interop.Outlook.ItemEvents_OpenEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_remove_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_PropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_remove_Read(Microsoft.Office.Interop.Outlook.ItemEvents_ReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_remove_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_remove_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyAllEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_remove_Send(Microsoft.Office.Interop.Outlook.ItemEvents_SendEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.ItemEvents_Event_remove_Write(Microsoft.Office.Interop.Outlook.ItemEvents_WriteEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.Move(Microsoft.Office.Interop.Outlook.MAPIFolder)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.PrintOut">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.remove_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentAddEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.remove_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.remove_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentSaveEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.remove_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeCheckNamesEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.remove_BeforeDelete(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeDeleteEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.remove_Close(Microsoft.Office.Interop.Outlook.ItemEvents_10_CloseEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.remove_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomActionEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.remove_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomPropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.remove_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_10_ForwardEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.remove_Open(Microsoft.Office.Interop.Outlook.ItemEvents_10_OpenEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.remove_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_PropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.remove_Read(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.remove_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.remove_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyAllEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.remove_Send(Microsoft.Office.Interop.Outlook.ItemEvents_10_SendEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.remove_Write(Microsoft.Office.Interop.Outlook.ItemEvents_10_WriteEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.Reply">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.ReplyAll">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.Save">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.SaveAs(System.String,System.Object)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.Send">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MailItemClass.ShowCategoriesDialog">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.Actions">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.AlternateRecipientAllowed">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.Application">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.Attachments">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.AutoForwarded">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.AutoResolvedWinner">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.BCC">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.BillingInformation">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.Body">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.BodyFormat">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.Categories">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.CC">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.Class">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.Companies">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.Conflicts">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.ConversationIndex">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.ConversationTopic">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.CreationTime">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.DeferredDeliveryTime">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.DeleteAfterSubmit">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.DownloadState">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.EnableSharedAttachments">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.EntryID">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.ExpiryTime">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.FlagDueBy">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.FlagIcon">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.FlagRequest">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.FlagStatus">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.FormDescription">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.GetInspector">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.HasCoverSheet">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.HTMLBody">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.Importance">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.InternetCodepage">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.IsConflict">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.IsIPFax">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.ItemProperties">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.LastModificationTime">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.Links">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.MAPIOBJECT">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.MarkForDownload">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.MessageClass">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.Mileage">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.NoAging">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.OriginatorDeliveryReportRequested">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.OutlookInternalVersion">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.OutlookVersion">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.Parent">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.Permission">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.PermissionService">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.ReadReceiptRequested">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.ReceivedByEntryID">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.ReceivedByName">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.ReceivedOnBehalfOfEntryID">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.ReceivedOnBehalfOfName">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.ReceivedTime">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.RecipientReassignmentProhibited">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.Recipients">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.ReminderOverrideDefault">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.ReminderPlaySound">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.ReminderSet">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.ReminderSoundFile">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.ReminderTime">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.RemoteStatus">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.ReplyRecipientNames">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.ReplyRecipients">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.Saved">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.SaveSentMessageFolder">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.SenderEmailAddress">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.SenderEmailType">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.SenderName">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.Sensitivity">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.Sent">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.SentOn">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.SentOnBehalfOfName">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.Session">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.Size">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.Subject">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.Submitted">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.To">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.UnRead">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.UserProperties">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.VotingOptions">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MailItemClass.VotingResponse">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.MAPIFolder">
			<summary>Represents a Microsoft Office Outlook folder. A MAPIFolder object can contain other MAPIFolder objects, as well as Outlook items.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MAPIFolder.AddToFavorites(System.Object,System.Object)">
			<summary>Adds the current MAPI folder to the Microsoft Internet Explorer Favorites list.</summary>
			<param name="Name">Specifies the name of the favorite folder. The default value is the name of the folder. </param>
			<param name="fNoUI">Specifies whether the Add Favorite dialog will be displayed. The default value is false, which displays the dialog. Specify true if you do not want to show the dialog to the user. </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="M:Microsoft.Office.Interop.Outlook.MAPIFolder.CopyTo(Microsoft.Office.Interop.Outlook.MAPIFolder)">
			<summary>Copies the current folder in its entirety to the destination folder. Gets a MAPIFolder object that represents the new copy.</summary>
			<param name="DestinationFolder">MAPIFolder object (the destination folder for the copied folder).</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MAPIFolder.Delete">
			<summary>Deletes an MAPIFolder from a collection.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MAPIFolder.Display">
			<summary>For a MAPIFolder object, the Display method displays a new Explorer object for the folder.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MAPIFolder.GetExplorer(System.Object)">
			<summary>Gets an Explorer object that represents a new, inactive Explorer object initialized with the specified folder as the current folder.</summary>
			<param name="DisplayMode">true to make the window modal. The default value is false.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MAPIFolder.MoveTo(Microsoft.Office.Interop.Outlook.MAPIFolder)">
			<summary>Moves a MAPIFolder to the specified destination folder.</summary>
			<param name="DestinationFolder">An expression that returns a MAPIFolder object. The destination folder for the folder that is being moved.</param>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MAPIFolder.AddressBookName">
			<summary>Gets or sets the Address Book name for the MAPIFolder object representing a contact items folder.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MAPIFolder.Application">
			<summary>Gets an Application object that represents the parent application (Microsoft Office Outlook) for an object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MAPIFolder.Class">
			<summary>Gets an OlObjectClass constant indicating the object's class.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MAPIFolder.CurrentView">
			<summary>Gets or sets a View object (for the MAPIFolder object) for representing the current view.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MAPIFolder.CustomViewsOnly">
			<summary>Gets or sets a value that determines which views are displayed on the View menu for a given folder. </summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MAPIFolder.DefaultItemType">
			<summary>Gets an OlItemType constant indicating the default Outlook item type contained in the folder.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MAPIFolder.DefaultMessageClass">
			<summary>Gets the default message class for items in the folder.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MAPIFolder.Description">
			<summary>Gets or sets the description of the folder.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MAPIFolder.EntryID">
			<summary>Gets the unique entry ID of the object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MAPIFolder.FolderPath">
			<summary>Gets the path of the current folder.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MAPIFolder.Folders">
			<summary>Gets the Folders collection that represents all the folders contained in the specified folder or name space.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MAPIFolder.FullFolderPath">
			<summary>Gets the path of the current folder.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MAPIFolder.InAppFolderSyncObject">
			<summary>Gets or sets a value that determines if the specified folder will be synchronized with the e-mail server.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MAPIFolder.IsSharePointFolder">
			<summary>Gets a value that determines if the folder is a Microsoft Windows SharePoint Services folder.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MAPIFolder.Items">
			<summary>Gets an Items collection as a collection of Microsoft Office Outlook items in the specified folder.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MAPIFolder.Name">
			<summary>Gets or sets the display name for an object in the Applies To list. The Name property is also the caption for a form.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MAPIFolder.Parent">
			<summary>Gets the parent Object of the MAPIFolder.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MAPIFolder.Session">
			<summary>Gets the NameSpace object for the current session.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MAPIFolder.ShowAsOutlookAB">
			<summary>Gets or sets a value that specifies whether the contact items folder will be displayed as a Microsoft Office Outlook Address Book.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MAPIFolder.ShowItemCount">
			<summary>Gets or sets an OlShowItemCount constant 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.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MAPIFolder.StoreID">
			<summary>Gets the store ID for the folder.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MAPIFolder.UnReadItemCount">
			<summary>Gets the number of unread items in the folder.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MAPIFolder.Views">
			<summary>Gets the Views collection object of the MAPIFolder object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MAPIFolder.WebViewAllowNavigation">
			<summary>Gets or sets a value that determines if a Web View will allow Navigation. </summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MAPIFolder.WebViewOn">
			<summary>Gets or sets a value indicating the Web view state for a folder. true to display the Web page specified by the WebViewURL property.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MAPIFolder.WebViewURL">
			<summary>Gets or sets the URL of the Web page that is assigned to a folder.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.MeetingItem">
			<summary>Represents an item in an Inbox (mail) folder. A MeetingItem object 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 class supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.MeetingItemClass.AttachmentAdd">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.MeetingItemClass.AttachmentRead">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.MeetingItemClass.BeforeAttachmentSave">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.MeetingItemClass.BeforeCheckNames">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.MeetingItemClass.BeforeDelete">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.MeetingItemClass.CustomAction">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.MeetingItemClass.CustomPropertyChange">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_10_Event_Close">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_10_Event_Forward">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_10_Event_Reply">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_10_Event_ReplyAll">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_10_Event_Send">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_AttachmentAdd">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_AttachmentRead">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_BeforeAttachmentSave">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_BeforeCheckNames">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_Close">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_CustomAction">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_CustomPropertyChange">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_Forward">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_Open">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_PropertyChange">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_Read">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_Reply">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_ReplyAll">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_Send">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_Write">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.MeetingItemClass.Open">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.MeetingItemClass.PropertyChange">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.MeetingItemClass.Read">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.MeetingItemClass.Write">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.add_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentAddEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.add_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.add_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentSaveEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.add_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeCheckNamesEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.add_BeforeDelete(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeDeleteEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.add_Close(Microsoft.Office.Interop.Outlook.ItemEvents_10_CloseEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.add_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomActionEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.add_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomPropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.add_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_10_ForwardEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.add_Open(Microsoft.Office.Interop.Outlook.ItemEvents_10_OpenEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.add_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_PropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.add_Read(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.add_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.add_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyAllEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.add_Send(Microsoft.Office.Interop.Outlook.ItemEvents_10_SendEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.add_Write(Microsoft.Office.Interop.Outlook.ItemEvents_10_WriteEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.Close(Microsoft.Office.Interop.Outlook.OlInspectorClose)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.Copy">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.Delete">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.Display(System.Object)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.Forward">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.GetAssociatedAppointment(System.Boolean)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_add_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentAddEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_add_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_add_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeAttachmentSaveEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_add_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeCheckNamesEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_add_Close(Microsoft.Office.Interop.Outlook.ItemEvents_CloseEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_add_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_CustomActionEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_add_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_CustomPropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_add_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_ForwardEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_add_Open(Microsoft.Office.Interop.Outlook.ItemEvents_OpenEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_add_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_PropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_add_Read(Microsoft.Office.Interop.Outlook.ItemEvents_ReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_add_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_add_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyAllEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_add_Send(Microsoft.Office.Interop.Outlook.ItemEvents_SendEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_add_Write(Microsoft.Office.Interop.Outlook.ItemEvents_WriteEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_remove_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentAddEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_remove_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_remove_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeAttachmentSaveEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_remove_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeCheckNamesEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_remove_Close(Microsoft.Office.Interop.Outlook.ItemEvents_CloseEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_remove_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_CustomActionEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_remove_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_CustomPropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_remove_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_ForwardEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_remove_Open(Microsoft.Office.Interop.Outlook.ItemEvents_OpenEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_remove_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_PropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_remove_Read(Microsoft.Office.Interop.Outlook.ItemEvents_ReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_remove_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_remove_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyAllEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_remove_Send(Microsoft.Office.Interop.Outlook.ItemEvents_SendEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemEvents_Event_remove_Write(Microsoft.Office.Interop.Outlook.ItemEvents_WriteEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.Move(Microsoft.Office.Interop.Outlook.MAPIFolder)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.PrintOut">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.remove_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentAddEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.remove_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.remove_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentSaveEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.remove_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeCheckNamesEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.remove_BeforeDelete(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeDeleteEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.remove_Close(Microsoft.Office.Interop.Outlook.ItemEvents_10_CloseEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.remove_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomActionEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.remove_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomPropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.remove_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_10_ForwardEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.remove_Open(Microsoft.Office.Interop.Outlook.ItemEvents_10_OpenEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.remove_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_PropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.remove_Read(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.remove_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.remove_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyAllEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.remove_Send(Microsoft.Office.Interop.Outlook.ItemEvents_10_SendEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.remove_Write(Microsoft.Office.Interop.Outlook.ItemEvents_10_WriteEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.Reply">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.ReplyAll">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.Save">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.SaveAs(System.String,System.Object)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.Send">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.MeetingItemClass.ShowCategoriesDialog">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.Actions">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.Application">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.Attachments">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.AutoForwarded">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.AutoResolvedWinner">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.BillingInformation">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.Body">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.Categories">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.Class">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.Companies">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.Conflicts">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.ConversationIndex">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.ConversationTopic">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.CreationTime">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.DeferredDeliveryTime">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.DeleteAfterSubmit">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.DownloadState">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.EntryID">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.ExpiryTime">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.FlagDueBy">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.FlagIcon">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.FlagRequest">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.FlagStatus">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.FormDescription">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.GetInspector">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.Importance">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.IsConflict">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.ItemProperties">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.LastModificationTime">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.Links">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.MAPIOBJECT">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.MarkForDownload">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.MeetingWorkspaceURL">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.MessageClass">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.Mileage">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.NoAging">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.OriginatorDeliveryReportRequested">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.OutlookInternalVersion">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.OutlookVersion">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.Parent">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.ReceivedTime">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.Recipients">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.ReminderSet">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.ReminderTime">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.ReplyRecipients">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.Saved">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.SaveSentMessageFolder">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.SenderEmailAddress">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.SenderEmailType">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.SenderName">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.Sensitivity">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.Sent">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.SentOn">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.Session">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.Size">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.Subject">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.Submitted">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.UnRead">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.MeetingItemClass.UserProperties">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.NameSpace">
			<summary>Represents an abstract root object for any data source. The object itself provides methods for logging in and out, accessing storage objects directly by ID, accessing certain special default folders directly, and accessing data sources owned by other users.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.NameSpaceClass">
			<summary>This class supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.NameSpaceClass.OptionsPagesAdd">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.NameSpaceClass.add_OptionsPagesAdd(Microsoft.Office.Interop.Outlook.NameSpaceEvents_OptionsPagesAddEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.NameSpaceClass.AddStore(System.Object)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.NameSpaceClass.AddStoreEx(System.Object,Microsoft.Office.Interop.Outlook.OlStoreType)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.NameSpaceClass.CreateRecipient(System.String)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.NameSpaceClass.Dial(System.Object)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.NameSpaceClass.GetDefaultFolder(Microsoft.Office.Interop.Outlook.OlDefaultFolders)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.NameSpaceClass.GetFolderFromID(System.String,System.Object)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.NameSpaceClass.GetItemFromID(System.String,System.Object)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.NameSpaceClass.GetRecipientFromID(System.String)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.NameSpaceClass.GetSharedDefaultFolder(Microsoft.Office.Interop.Outlook.Recipient,Microsoft.Office.Interop.Outlook.OlDefaultFolders)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.NameSpaceClass.Logoff">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.NameSpaceClass.Logon(System.Object,System.Object,System.Object,System.Object)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.NameSpaceClass.PickFolder">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.NameSpaceClass.RefreshRemoteHeaders">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.NameSpaceClass.remove_OptionsPagesAdd(Microsoft.Office.Interop.Outlook.NameSpaceEvents_OptionsPagesAddEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.NameSpaceClass.RemoveStore(Microsoft.Office.Interop.Outlook.MAPIFolder)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.NameSpaceClass.AddressLists">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.NameSpaceClass.Application">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.NameSpaceClass.Class">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.NameSpaceClass.CurrentUser">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.NameSpaceClass.ExchangeConnectionMode">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.NameSpaceClass.Folders">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.NameSpaceClass.MAPIOBJECT">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.NameSpaceClass.Offline">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.NameSpaceClass.Parent">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.NameSpaceClass.Session">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.NameSpaceClass.SyncObjects">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.NameSpaceClass.Type">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.NameSpaceEvents">
			<summary>This class supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.NameSpaceEvents.OptionsPagesAdd(Microsoft.Office.Interop.Outlook.PropertyPages,Microsoft.Office.Interop.Outlook.MAPIFolder)">
			<summary>Occurs whenever the Options dialog box (on the Tools menu) or a folder Properties dialog box is opened.</summary>
			<param name="Pages">The collection of property pages that have been added to the dialog box.</param>
			<param name="Folder">The MAPIFolder object for which the Properties dialog box is being opened.</param>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.NameSpaceEvents_Event">
			<summary>Represents the Events associated with the NamespaceEvents.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.NameSpaceEvents_Event.OptionsPagesAdd">
			<summary>Occurs whenever the Options dialog box (on the Tools menu) or a folder Properties dialog box is opened.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.NameSpaceEvents_Event.add_OptionsPagesAdd(Microsoft.Office.Interop.Outlook.NameSpaceEvents_OptionsPagesAddEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.NameSpaceEvents_Event.remove_OptionsPagesAdd(Microsoft.Office.Interop.Outlook.NameSpaceEvents_OptionsPagesAddEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.NameSpaceEvents_OptionsPagesAddEventHandler">
			<summary>Represents the method that will handle the OptionsPagesAdd event of the Namespace.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.NameSpaceEvents_SinkHelper">
			<summary>This class supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.NameSpaceEvents_SinkHelper.m_dwCookie">
			<summary>This field supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.NameSpaceEvents_SinkHelper.m_OptionsPagesAddDelegate">
			<summary>This field supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.NameSpaceEvents_SinkHelper.OptionsPagesAdd(Microsoft.Office.Interop.Outlook.PropertyPages,Microsoft.Office.Interop.Outlook.MAPIFolder)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</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 class supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.NoteItemClass.Close(Microsoft.Office.Interop.Outlook.OlInspectorClose)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.NoteItemClass.Copy">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.NoteItemClass.Delete">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.NoteItemClass.Display(System.Object)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.NoteItemClass.Move(Microsoft.Office.Interop.Outlook.MAPIFolder)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.NoteItemClass.PrintOut">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.NoteItemClass.Save">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.NoteItemClass.SaveAs(System.String,System.Object)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.NoteItemClass.Application">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.NoteItemClass.AutoResolvedWinner">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.NoteItemClass.Body">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.NoteItemClass.Categories">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.NoteItemClass.Class">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.NoteItemClass.Color">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.NoteItemClass.Conflicts">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.NoteItemClass.CreationTime">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.NoteItemClass.DownloadState">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.NoteItemClass.EntryID">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.NoteItemClass.GetInspector">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.NoteItemClass.Height">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.NoteItemClass.IsConflict">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.NoteItemClass.ItemProperties">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.NoteItemClass.LastModificationTime">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.NoteItemClass.Left">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.NoteItemClass.Links">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.NoteItemClass.MarkForDownload">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.NoteItemClass.MessageClass">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.NoteItemClass.Parent">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.NoteItemClass.Saved">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.NoteItemClass.Session">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.NoteItemClass.Size">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.NoteItemClass.Subject">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.NoteItemClass.Top">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.NoteItemClass.Width">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</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>Gets an Application object that represents the parent application (Microsoft Office Outlook) for an object</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.OutlookBarGroup.Class">
			<summary>Gets an OlObjectClass constant indicating the object's class.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.OutlookBarGroup.Name">
			<summary>Gets or sets the display name for an OutlookBarGroup.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.OutlookBarGroup.Parent">
			<summary>Gets the parent Object of the specified object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.OutlookBarGroup.Session">
			<summary>Gets the NameSpace object for the current session.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.OutlookBarGroup.Shortcuts">
			<summary>Gets an OutlookBarShortcuts collection of shortcuts contained within the Shortcuts pane</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.OutlookBarGroup.ViewType">
			<summary>Gets or sets the icon view displayed by the specified Outlook Bar group.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.OutlookBarGroups">
			<summary>The OutlookBarGroups object contains a set of OutlookBarGroup objects representing all groups in the Shortcuts pane.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.OutlookBarGroupsClass">
			<summary>This class supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.OutlookBarGroupsClass.BeforeGroupAdd">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.OutlookBarGroupsClass.BeforeGroupRemove">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.OutlookBarGroupsClass.GroupAdd">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.OutlookBarGroupsClass.Add(System.String,System.Object)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.OutlookBarGroupsClass.add_BeforeGroupAdd(Microsoft.Office.Interop.Outlook.OutlookBarGroupsEvents_BeforeGroupAddEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.OutlookBarGroupsClass.add_BeforeGroupRemove(Microsoft.Office.Interop.Outlook.OutlookBarGroupsEvents_BeforeGroupRemoveEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.OutlookBarGroupsClass.add_GroupAdd(Microsoft.Office.Interop.Outlook.OutlookBarGroupsEvents_GroupAddEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.OutlookBarGroupsClass.Remove(System.Object)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.OutlookBarGroupsClass.remove_BeforeGroupAdd(Microsoft.Office.Interop.Outlook.OutlookBarGroupsEvents_BeforeGroupAddEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.OutlookBarGroupsClass.remove_BeforeGroupRemove(Microsoft.Office.Interop.Outlook.OutlookBarGroupsEvents_BeforeGroupRemoveEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.OutlookBarGroupsClass.remove_GroupAdd(Microsoft.Office.Interop.Outlook.OutlookBarGroupsEvents_GroupAddEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.OutlookBarGroupsClass.Application">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.OutlookBarGroupsClass.Class">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.OutlookBarGroupsClass.Count">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.OutlookBarGroupsClass.Item(System.Object)">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.OutlookBarGroupsClass.Parent">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.OutlookBarGroupsClass.Session">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.OutlookBarGroupsEvents">
			<summary>This interface supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.OutlookBarGroupsEvents.BeforeGroupAdd(System.Boolean@)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.OutlookBarGroupsEvents.BeforeGroupRemove(Microsoft.Office.Interop.Outlook.OutlookBarGroup,System.Boolean@)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.OutlookBarGroupsEvents.GroupAdd(Microsoft.Office.Interop.Outlook.OutlookBarGroup)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.OutlookBarGroupsEvents_BeforeGroupAddEventHandler">
			<summary>Represents the method that will handle the BeforeGroupAdd event of the OutlookBarGroupsEvents class.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.OutlookBarGroupsEvents_BeforeGroupRemoveEventHandler">
			<summary>Represents the method that will handle the BeforeGroupRemove event of the OutlookBarGroupsEvents class.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.OutlookBarGroupsEvents_Event">
			<summary>This class supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.OutlookBarGroupsEvents_Event.BeforeGroupAdd">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.OutlookBarGroupsEvents_Event.BeforeGroupRemove">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.OutlookBarGroupsEvents_Event.GroupAdd">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.OutlookBarGroupsEvents_Event.add_BeforeGroupAdd(Microsoft.Office.Interop.Outlook.OutlookBarGroupsEvents_BeforeGroupAddEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.OutlookBarGroupsEvents_Event.add_BeforeGroupRemove(Microsoft.Office.Interop.Outlook.OutlookBarGroupsEvents_BeforeGroupRemoveEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.OutlookBarGroupsEvents_Event.add_GroupAdd(Microsoft.Office.Interop.Outlook.OutlookBarGroupsEvents_GroupAddEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.OutlookBarGroupsEvents_Event.remove_BeforeGroupAdd(Microsoft.Office.Interop.Outlook.OutlookBarGroupsEvents_BeforeGroupAddEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.OutlookBarGroupsEvents_Event.remove_BeforeGroupRemove(Microsoft.Office.Interop.Outlook.OutlookBarGroupsEvents_BeforeGroupRemoveEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.OutlookBarGroupsEvents_Event.remove_GroupAdd(Microsoft.Office.Interop.Outlook.OutlookBarGroupsEvents_GroupAddEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.OutlookBarGroupsEvents_GroupAddEventHandler">
			<summary>Represents the method that will handle the GroupAdd event of the OutlookBarGroups.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.OutlookBarGroupsEvents_SinkHelper">
			<summary>This class supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.OutlookBarGroupsEvents_SinkHelper.m_BeforeGroupAddDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.OutlookBarGroupsEvents_SinkHelper.m_BeforeGroupRemoveDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.OutlookBarGroupsEvents_SinkHelper.m_dwCookie">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.OutlookBarGroupsEvents_SinkHelper.m_GroupAddDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.OutlookBarGroupsEvents_SinkHelper.BeforeGroupAdd(System.Boolean@)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.OutlookBarGroupsEvents_SinkHelper.BeforeGroupRemove(Microsoft.Office.Interop.Outlook.OutlookBarGroup,System.Boolean@)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.OutlookBarGroupsEvents_SinkHelper.GroupAdd(Microsoft.Office.Interop.Outlook.OutlookBarGroup)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.OutlookBarPane">
			<summary>Represents the ShortcutsPane in an explorer window.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.OutlookBarPaneClass">
			<summary>This class supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.OutlookBarPaneClass.BeforeGroupSwitch">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.OutlookBarPaneClass.BeforeNavigate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.OutlookBarPaneClass.add_BeforeGroupSwitch(Microsoft.Office.Interop.Outlook.OutlookBarPaneEvents_BeforeGroupSwitchEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.OutlookBarPaneClass.add_BeforeNavigate(Microsoft.Office.Interop.Outlook.OutlookBarPaneEvents_BeforeNavigateEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.OutlookBarPaneClass.remove_BeforeGroupSwitch(Microsoft.Office.Interop.Outlook.OutlookBarPaneEvents_BeforeGroupSwitchEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.OutlookBarPaneClass.remove_BeforeNavigate(Microsoft.Office.Interop.Outlook.OutlookBarPaneEvents_BeforeNavigateEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.OutlookBarPaneClass.Application">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.OutlookBarPaneClass.Class">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.OutlookBarPaneClass.Contents">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.OutlookBarPaneClass.CurrentGroup">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.OutlookBarPaneClass.Name">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.OutlookBarPaneClass.Parent">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.OutlookBarPaneClass.Session">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.OutlookBarPaneClass.Visible">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.OutlookBarPaneEvents">
			<summary>Represents events associated with the OutlookBarname.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.OutlookBarPaneEvents.BeforeGroupSwitch(Microsoft.Office.Interop.Outlook.OutlookBarGroup,System.Boolean@)">
			<summary>Occurs when there is  a switch between OutlookBarPanes.</summary>
			<param name="ToGroup">The OutlookBarPane group being switched.</param>
			<param name="Cancel">True or false. False is default.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.OutlookBarPaneEvents.BeforeNavigate(Microsoft.Office.Interop.Outlook.OutlookBarShortcut,System.Boolean@)">
			<summary>Occurs when the user clicks a shortcut in the Shortcuts pane to navigate to a different folder.</summary>
			<param name="Shortcut">The shortcut that the user clicked.</param>
			<param name="Cancel">false when the event occurs.</param>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.OutlookBarPaneEvents_BeforeGroupSwitchEventHandler">
			<summary>Represents the method that will handle the BeforeGroup event of the OutlookBarPaneEvents class.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.OutlookBarPaneEvents_BeforeNavigateEventHandler">
			<summary>Represents the method that will handle the BeforeNavigate event of the OutlookBarPaneEvents class.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.OutlookBarPaneEvents_Event">
			<summary>This class supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.OutlookBarPaneEvents_Event.BeforeGroupSwitch">
			<summary>With the new Navigation Pane and Shortcuts pane in Microsoft Office Outlook   2003, this event does not fire in Office Outlook   2003.</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="T:Microsoft.Office.Interop.Outlook.OutlookBarShortcut">
			<summary>Represents a shortcut in a group in the Shortcuts pane.</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.Application">
			<summary>Gets an Application object that represents the parent application (Microsoft Office Outlook) for an object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.OutlookBarShortcut.Class">
			<summary>Gets an OlObjectClass constant indicating the object's class.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.OutlookBarShortcut.Name">
			<summary>Gets or sets the display name for an OutlookBarShortcut.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.OutlookBarShortcut.Parent">
			<summary>Gets the parent Object of the OutlookBarShortcut.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.OutlookBarShortcut.Session">
			<summary>Gets the NameSpace object for the current session.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.OutlookBarShortcut.Target">
			<summary>Gets an Object indicating the target of the specified shortcut in a Shortcuts pane group</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.OutlookBarShortcuts">
			<summary>The OutlookBarShortcuts collection contains a set of OutlookBarShortcut objects representing all shortcuts in a group in the Shortcuts pane.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.OutlookBarShortcutsClass">
			<summary>This class supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.OutlookBarShortcutsClass.BeforeShortcutAdd">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.OutlookBarShortcutsClass.BeforeShortcutRemove">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.OutlookBarShortcutsClass.ShortcutAdd">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.OutlookBarShortcutsClass.Add(System.Object,System.String,System.Object)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.OutlookBarShortcutsClass.add_BeforeShortcutAdd(Microsoft.Office.Interop.Outlook.OutlookBarShortcutsEvents_BeforeShortcutAddEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.OutlookBarShortcutsClass.add_BeforeShortcutRemove(Microsoft.Office.Interop.Outlook.OutlookBarShortcutsEvents_BeforeShortcutRemoveEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.OutlookBarShortcutsClass.add_ShortcutAdd(Microsoft.Office.Interop.Outlook.OutlookBarShortcutsEvents_ShortcutAddEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.OutlookBarShortcutsClass.Remove(System.Object)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.OutlookBarShortcutsClass.remove_BeforeShortcutAdd(Microsoft.Office.Interop.Outlook.OutlookBarShortcutsEvents_BeforeShortcutAddEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.OutlookBarShortcutsClass.remove_BeforeShortcutRemove(Microsoft.Office.Interop.Outlook.OutlookBarShortcutsEvents_BeforeShortcutRemoveEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.OutlookBarShortcutsClass.remove_ShortcutAdd(Microsoft.Office.Interop.Outlook.OutlookBarShortcutsEvents_ShortcutAddEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.OutlookBarShortcutsClass.Application">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.OutlookBarShortcutsClass.Class">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.OutlookBarShortcutsClass.Count">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.OutlookBarShortcutsClass.Item(System.Object)">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.OutlookBarShortcutsClass.Parent">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.OutlookBarShortcutsClass.Session">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.OutlookBarShortcutsEvents_BeforeShortcutAddEventHandler">
			<summary>Represents the method that will handle the BeforeShortcutAdd event of the OutlookBar.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.OutlookBarShortcutsEvents_BeforeShortcutRemoveEventHandler">
			<summary>Represents the method that will handle the BeforeShutcutRemove event of the OutlookBarShortcutsEvents class.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.OutlookBarShortcutsEvents_Event">
			<summary>Represents the events of the OutlookBarShortcutsEvents_Event.</summary>
		</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="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>Represents the method that will handle the ShortcutAdd event of the OutlookBarShortcutsEvents class.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.OutlookBarShortcutsEvents_SinkHelper">
			<summary>This class supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.OutlookBarShortcutsEvents_SinkHelper.m_BeforeShortcutAddDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.OutlookBarShortcutsEvents_SinkHelper.m_BeforeShortcutRemoveDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.OutlookBarShortcutsEvents_SinkHelper.m_dwCookie">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.OutlookBarShortcutsEvents_SinkHelper.m_ShortcutAddDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.OutlookBarShortcutsEvents_SinkHelper.BeforeShortcutAdd(System.Boolean@)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.OutlookBarShortcutsEvents_SinkHelper.BeforeShortcutRemove(Microsoft.Office.Interop.Outlook.OutlookBarShortcut,System.Boolean@)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.OutlookBarShortcutsEvents_SinkHelper.ShortcutAdd(Microsoft.Office.Interop.Outlook.OutlookBarShortcut)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</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>Gets an Application object that represents the parent application (Microsoft Office Outlook) for an object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.OutlookBarStorage.Class">
			<summary>Gets an OlObjectClass constant indicating the object's class.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.OutlookBarStorage.Groups">
			<summary>Gets an OutlookBarGroups object representing the set of groups in the Shortcuts pane</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.OutlookBarStorage.Parent">
			<summary>Gets the parent Object of the specified object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.OutlookBarStorage.Session">
			<summary>Gets the NameSpace object for the current session.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.Pages">
			<summary>An object containing 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 Pages collection and returns the new object.</summary>
			<param name="Name">The name of the page.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.Pages.Remove(System.Int32)">
			<summary>Removes an object from the Pages collection.</summary>
			<param name="Index">The index value of the object within the collection.</param>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Pages.Application">
			<summary>Gets an Application object that represents the parent application (Microsoft Office Outlook) for a Pages object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Pages.Class">
			<summary>Gets an OlObjectClass constant indicating the object's class.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Pages.Count">
			<summary>Gets the count of objects in the Pages collection.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Pages.Item(System.Object)">
			<summary>Gets an object from a collection.</summary>
			<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.Pages.Parent">
			<summary>Gets the parent Object of the specified object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Pages.Session">
			<summary>Gets the NameSpace object for the current session.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.Panes">
			<summary>The Panes object contains the panes displayed by the specified Explorer.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Panes.Application">
			<summary>Gets an Application object that represents the parent application (Microsoft Office Outlook) for a Panes object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Panes.Class">
			<summary>Gets an OlObjectClass constant indicating the object's class.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Panes.Count">
			<summary>Gets the count of objects in the Panes collection.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Panes.Item(System.Object)">
			<summary>Gets an object from a collection. The following table shows the collections supported and the object type returned.</summary>
			<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>Gets the parent Object of the Panes object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Panes.Session">
			<summary>Gets the NameSpace object for the current session.</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 class supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.PostItemClass.AttachmentAdd">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.PostItemClass.AttachmentRead">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.PostItemClass.BeforeAttachmentSave">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.PostItemClass.BeforeCheckNames">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.PostItemClass.BeforeDelete">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.PostItemClass.CustomAction">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.PostItemClass.CustomPropertyChange">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_10_Event_Close">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_10_Event_Forward">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_10_Event_Reply">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_AttachmentAdd">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_AttachmentRead">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_BeforeAttachmentSave">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_BeforeCheckNames">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_Close">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_CustomAction">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_CustomPropertyChange">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_Forward">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_Open">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_PropertyChange">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_Read">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_Reply">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_ReplyAll">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_Send">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_Write">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.PostItemClass.Open">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.PostItemClass.PropertyChange">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.PostItemClass.Read">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.PostItemClass.ReplyAll">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.PostItemClass.Send">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.PostItemClass.Write">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.add_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentAddEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.add_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.add_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentSaveEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.add_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeCheckNamesEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.add_BeforeDelete(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeDeleteEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.add_Close(Microsoft.Office.Interop.Outlook.ItemEvents_10_CloseEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.add_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomActionEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.add_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomPropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.add_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_10_ForwardEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.add_Open(Microsoft.Office.Interop.Outlook.ItemEvents_10_OpenEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.add_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_PropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.add_Read(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.add_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.add_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyAllEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.add_Send(Microsoft.Office.Interop.Outlook.ItemEvents_10_SendEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.add_Write(Microsoft.Office.Interop.Outlook.ItemEvents_10_WriteEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.ClearConversationIndex">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.Close(Microsoft.Office.Interop.Outlook.OlInspectorClose)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="SaveMode">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.Copy">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.Delete">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.Display(System.Object)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="Modal">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.Forward">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_add_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentAddEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_add_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_add_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeAttachmentSaveEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_add_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeCheckNamesEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_add_Close(Microsoft.Office.Interop.Outlook.ItemEvents_CloseEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_add_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_CustomActionEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_add_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_CustomPropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_add_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_ForwardEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_add_Open(Microsoft.Office.Interop.Outlook.ItemEvents_OpenEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_add_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_PropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_add_Read(Microsoft.Office.Interop.Outlook.ItemEvents_ReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_add_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_add_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyAllEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_add_Send(Microsoft.Office.Interop.Outlook.ItemEvents_SendEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_add_Write(Microsoft.Office.Interop.Outlook.ItemEvents_WriteEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_remove_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentAddEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_remove_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_remove_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeAttachmentSaveEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_remove_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeCheckNamesEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_remove_Close(Microsoft.Office.Interop.Outlook.ItemEvents_CloseEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_remove_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_CustomActionEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_remove_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_CustomPropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_remove_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_ForwardEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_remove_Open(Microsoft.Office.Interop.Outlook.ItemEvents_OpenEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_remove_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_PropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_remove_Read(Microsoft.Office.Interop.Outlook.ItemEvents_ReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_remove_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_remove_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyAllEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_remove_Send(Microsoft.Office.Interop.Outlook.ItemEvents_SendEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.ItemEvents_Event_remove_Write(Microsoft.Office.Interop.Outlook.ItemEvents_WriteEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.Move(Microsoft.Office.Interop.Outlook.MAPIFolder)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="DestFldr">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.Post">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.PrintOut">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.remove_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentAddEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.remove_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.remove_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentSaveEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.remove_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeCheckNamesEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.remove_BeforeDelete(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeDeleteEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.remove_Close(Microsoft.Office.Interop.Outlook.ItemEvents_10_CloseEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.remove_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomActionEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.remove_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomPropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.remove_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_10_ForwardEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.remove_Open(Microsoft.Office.Interop.Outlook.ItemEvents_10_OpenEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.remove_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_PropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.remove_Read(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.remove_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.remove_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyAllEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.remove_Send(Microsoft.Office.Interop.Outlook.ItemEvents_10_SendEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.remove_Write(Microsoft.Office.Interop.Outlook.ItemEvents_10_WriteEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="__unnamed0">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.Reply">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.Save">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.SaveAs(System.String,System.Object)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
			<param name="Type">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
			<param name="Path">This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.SetACLs">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.PostItemClass.ShowCategoriesDialog">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.Actions">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.Application">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.Attachments">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.AutoResolvedWinner">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.BillingInformation">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.Body">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.BodyFormat">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.Categories">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.Class">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.Companies">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.Conflicts">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.ConversationIndex">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.ConversationTopic">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.CreationTime">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.DownloadState">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.EntryID">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.ExpiryTime">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.FormDescription">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.GetInspector">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.HTMLBody">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.Importance">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.InternetCodepage">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.IsConflict">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.ItemProperties">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.LastModificationTime">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.Links">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.MAPIOBJECT">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.MarkForDownload">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.MessageClass">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.Mileage">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.NoAging">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.OutlookInternalVersion">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.OutlookVersion">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.Parent">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.ReceivedTime">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.Saved">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.SenderEmailAddress">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.SenderEmailType">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.SenderName">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.Sensitivity">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.SentOn">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.Session">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.Size">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.Subject">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.UnRead">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.PostItemClass.UserProperties">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.PropertyPage">
			<summary>Represents a custom property page in the Microsoft Outlook Options dialog box or in the folder Properties dialog box.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.PropertyPage.Apply">
			<summary>Applies the view or applies the changes that have been made in a custom property page.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.PropertyPage.GetPageInfo(System.String@,System.Int32@)">
			<summary>Returns 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="P:Microsoft.Office.Interop.Outlook.PropertyPage.Dirty">
			<summary>true if the contents of a custom property page have been altered.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.PropertyPages">
			<summary>The PropertyPages object 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="Title">The caption to be displayed on the property-page tab.</param>
			<param name="Page">The property page being added to the dialog box.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.PropertyPages.Remove(System.Object)">
			<summary>Removes an object from the specified list.</summary>
			<param name="Index">The name or ordinal value of an object within a list.</param>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.PropertyPages.Application">
			<summary>Gets an Application object that represents the parent application (Microsoft Office Outlook) for a ProperyPages collection.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.PropertyPages.Class">
			<summary>Gets an OlObjectClass constant indicating the object's class.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.PropertyPages.Count">
			<summary>Gets the count of objects in the PropertyPages collection.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.PropertyPages.Item(System.Object)">
			<summary>Returns an object from a collection. The following table shows the collections supported and the object type returned.</summary>
			<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>Gets the parent Object of the PropertyPages object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.PropertyPages.Session">
			<summary>Returns the NameSpace object for the current session.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.PropertyPageSite">
			<summary>Represents the container of a custom property page.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.PropertyPageSite.OnStatusChange">
			<summary>Notifies Microsoft Office Outlook that a custom property page has changed.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.PropertyPageSite.Application">
			<summary>Gets an Application object that represents the parent application (Microsoft Office Outlook) for an object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.PropertyPageSite.Class">
			<summary>Gets an OlObjectClass constant indicating the object's class.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.PropertyPageSite.Parent">
			<summary>Gets the parent Object of the PropertyPageSite object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.PropertyPageSite.Session">
			<summary>Gets the NameSpace object for the current session.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.Recipient">
			<summary>Represents a user or resource in Microsoft Office Outlook, generally a mail message addressee.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.Recipient.Delete">
			<summary>Deletes a Recipient from a collection.</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>
			<param name="MinPerChar">The number of minutes per character represented in the returned free/busy string.</param>
			<param name="Start">An expression that returns a Recipient object.</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 OlBusyStatus constants: olBusy, olFree, olOutOfOffice, and olTentative.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.Recipient.Resolve">
			<summary>Attempts to resolve a Recipient object against the Address Book. Gets true if the object was resolved, false if it was not.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Recipient.Address">
			<summary>Gets the e-mail address of the recipient.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Recipient.AddressEntry">
			<summary>Gets the AddressEntry object corresponding to the resolved recipient</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Recipient.Application">
			<summary>Gets an Application object that represents the parent application (Microsoft Office Outlook) for an object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Recipient.AutoResponse">
			<summary>Gets or sets the text of an automatic response for a Recipient.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Recipient.Class">
			<summary>Gets an OlObjectClass constant indicating the object's class.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Recipient.DisplayType">
			<summary>Gets an OlDisplayType constant that describes the nature of the recipient.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Recipient.EntryID">
			<summary>Gets the unique entry ID of the object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Recipient.Index">
			<summary>Gets a value indicating the position of the Recipient within the collection.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Recipient.MeetingResponseStatus">
			<summary>Gets an OlResponseStatus constant indicating the overall status of the response to the meeting request for the recipient.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Recipient.Name">
			<summary>Gets or sets the display name for a Recipient.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Recipient.Parent">
			<summary>Gets the parent Object of the specified Recipient object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Recipient.Resolved">
			<summary>true if the recipient has been validated against the Address Book.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Recipient.Session">
			<summary>Gets the NameSpace object for the current session.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Recipient.TrackingStatus">
			<summary>Gets or sets an OlTrackingStatus constant indicating the tracking status for the recipient.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Recipient.TrackingStatusTime">
			<summary>Gets or sets a Date indicating the tracking status date and time for the recipient.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Recipient.Type">
			<summary>Gets or sets a value corresponding to the numeric equivalent of a JournalItem, MailItem, MeetingItem or TaskItem recipient Type.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.Recipients">
			<summary>The Recipients object contains Recipient objects.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.Recipients.Add(System.String)">
			<summary>Creates a new recipient in the Recipients collection and returns the new recipient as a Recipient object.</summary>
			<param name="Name">The display name of the recipient.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.Recipients.Remove(System.Int32)">
			<summary>Removes a Recipient from the Recipients collection.</summary>
			<param name="Index">The 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 Recipient objects in the Recipients collection against the Address Book. Gets true if all of the objects were resolved, false if one or more were not.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Recipients.Application">
			<summary>Gets an Application object that represents the parent application (Microsoft Office Outlook) for an object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Recipients.Class">
			<summary>Gets an OlObjectClass constant indicating the object's class.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Recipients.Count">
			<summary>Gets the count of objects in the Recipients collection.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Recipients.Item(System.Object)">
			<summary>The Recipients object contains Recipient objects.</summary>
			<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>Gets the parent Object of the Recipients object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Recipients.Session">
			<summary>Gets the NameSpace object for the current session.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.RecurrencePattern">
			<summary>Represents the pattern of incidence of recurring appointments and tasks for the associated AppointmentItem and TaskItem object.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.RecurrencePattern.GetOccurrence(System.DateTime)">
			<summary>The GetOccurrence method returns a specific instance of the AppointmentItem object on the specified date.</summary>
			<param name="StartDate">Required Date that represents local time.</param>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.RecurrencePattern.Application">
			<summary>Gets an Application object that represents the parent application (Microsoft Office Outlook) for an object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.RecurrencePattern.Class">
			<summary>Gets an OlObjectClass constant indicating the object's class.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.RecurrencePattern.DayOfMonth">
			<summary>Gets or sets the day of the month on which the recurring appointment or task occurs.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.RecurrencePattern.DayOfWeekMask">
			<summary>Gets or sets an OlDaysOfWeek constant representing the mask for the days of the week on which the recurring appointment or task occurs.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.RecurrencePattern.Duration">
			<summary>Gets or sets the duration (in minutes) of the recurrence pattern.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.RecurrencePattern.EndTime">
			<summary>Gets or sets the end time for a recurrence pattern.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.RecurrencePattern.Exceptions">
			<summary>Gets the Exceptions collection for a specified series of recurring appointments.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.RecurrencePattern.Instance">
			<summary>Gets or sets the count for which the recurrence pattern is valid for a given interval.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.RecurrencePattern.Interval">
			<summary>Gets or sets the number of units of a given recurrence type between occurrences.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.RecurrencePattern.MonthOfYear">
			<summary>Gets or sets which month of the year is valid for the specified recurrence pattern.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.RecurrencePattern.NoEndDate">
			<summary>true if the recurrence pattern has no end date.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.RecurrencePattern.Occurrences">
			<summary>Gets or sets the number of occurrences of the recurrence pattern.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.RecurrencePattern.Parent">
			<summary>Gets the parent Object of the specified object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.RecurrencePattern.PatternEndDate">
			<summary>Gets or sets the end date for the recurrence pattern.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.RecurrencePattern.PatternStartDate">
			<summary>Gets or sets the start date for the recurrence pattern.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.RecurrencePattern.RecurrenceType">
			<summary>Gets or sets an OlRecurrenceType constant specifying the frequency of occurrences for the recurrence pattern.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.RecurrencePattern.Regenerate">
			<summary>true if the task should be regenerated following this pass through the recurrence pattern.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.RecurrencePattern.Session">
			<summary>Gets the NameSpace object for the current session.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.RecurrencePattern.StartTime">
			<summary>Gets or sets the start time for a given occurrence of the recurrence pattern.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.Reminder">
			<summary>Represents a Microsoft Office Outlook reminder. Reminders allow users to keep track of upcoming appointments by scheduling a pop-up dialog box to appear at a given time.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ReminderClass">
			<summary>This class supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReminderClass.Dismiss">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReminderClass.Snooze(System.Object)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ReminderClass.Application">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ReminderClass.Caption">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ReminderClass.Class">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ReminderClass.IsVisible">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ReminderClass.Item">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ReminderClass.NextReminderDate">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ReminderClass.OriginalReminderDate">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ReminderClass.Parent">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ReminderClass.Session">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ReminderCollectionEvents">
			<summary>Represents the events associated with the Reminders object.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReminderCollectionEvents.BeforeReminderShow(System.Boolean@)">
			<summary>Occurs before the Reminder dialog box is displayed.</summary>
			<param name="Cancel">true to cancel the event. The default value is false.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReminderCollectionEvents.ReminderAdd(Microsoft.Office.Interop.Outlook.Reminder)">
			<summary>Occurs after a reminder is added.</summary>
			<param name="ReminderObject">The Reminder object added to the collection.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReminderCollectionEvents.ReminderChange(Microsoft.Office.Interop.Outlook.Reminder)">
			<summary>Occurs after a reminder has been modified.</summary>
			<param name="ReminderObject">The Reminder object that has been modified.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReminderCollectionEvents.ReminderFire(Microsoft.Office.Interop.Outlook.Reminder)">
			<summary>Occurs before the reminder is executed.</summary>
			<param name="ReminderObject">The Reminder object that has been executed.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReminderCollectionEvents.ReminderRemove">
			<summary>Occurs when a Reminder object has been removed from the collection.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReminderCollectionEvents.Snooze(Microsoft.Office.Interop.Outlook.Reminder)">
			<summary>Occurs when a reminder is dismissed using the Snooze button.</summary>
			<param name="ReminderObject">An object of type Reminders declared with events in a class module.</param>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_BeforeReminderShowEventHandler">
			<summary>Represents the method that will handle the BeforeReminderShow event of the ReminderCollectionEvents class.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_Event">
			<summary>Represents the events associated with the Reminders collection.</summary>
		</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 Reminder object has been removed from the collection.</summary>
		</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="M:Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_Event.add_BeforeReminderShow(Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_BeforeReminderShowEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_Event.add_ReminderAdd(Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_ReminderAddEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_Event.add_ReminderChange(Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_ReminderChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_Event.add_ReminderFire(Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_ReminderFireEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_Event.add_ReminderRemove(Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_ReminderRemoveEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_Event.add_Snooze(Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_SnoozeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_Event.remove_BeforeReminderShow(Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_BeforeReminderShowEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_Event.remove_ReminderAdd(Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_ReminderAddEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_Event.remove_ReminderChange(Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_ReminderChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_Event.remove_ReminderFire(Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_ReminderFireEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_Event.remove_ReminderRemove(Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_ReminderRemoveEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_Event.remove_Snooze(Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_SnoozeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_ReminderAddEventHandler">
			<summary>Represents the method that will handle the ReminderAdd event of the ReminderCollectionEvents class.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_ReminderChangeEventHandler">
			<summary>Represents the method that will handle the ReminderChange event of the ReminderCollectionEvents class.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_ReminderFireEventHandler">
			<summary>Represents the method that will handle the ReminderFire event of the ReminderCollectionEvents class.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_ReminderRemoveEventHandler">
			<summary>Represents the method that will handle the ReminderRemove event of the ReminderCollectionEvents class.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_SinkHelper">
			<summary>This class supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_SinkHelper.m_BeforeReminderShowDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_SinkHelper.m_dwCookie">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_SinkHelper.m_ReminderAddDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_SinkHelper.m_ReminderChangeDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_SinkHelper.m_ReminderFireDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_SinkHelper.m_ReminderRemoveDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_SinkHelper.m_SnoozeDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_SinkHelper.BeforeReminderShow(System.Boolean@)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_SinkHelper.ReminderAdd(Microsoft.Office.Interop.Outlook.Reminder)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_SinkHelper.ReminderChange(Microsoft.Office.Interop.Outlook.Reminder)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_SinkHelper.ReminderFire(Microsoft.Office.Interop.Outlook.Reminder)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_SinkHelper.ReminderRemove">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_SinkHelper.Snooze(Microsoft.Office.Interop.Outlook.Reminder)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_SnoozeEventHandler">
			<summary>Represents the method that will handle the Snooze event of the ReminderCollectionEvents class.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.Reminders">
			<summary>A collection of all the Reminder objects in a Microsoft Office Outlook application that represents the reminders for all pending items.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.RemindersClass">
			<summary>This class supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.RemindersClass.BeforeReminderShow">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.RemindersClass.ReminderAdd">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.RemindersClass.ReminderChange">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.RemindersClass.ReminderFire">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.RemindersClass.ReminderRemove">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.RemindersClass.Snooze">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.RemindersClass.add_BeforeReminderShow(Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_BeforeReminderShowEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.RemindersClass.add_ReminderAdd(Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_ReminderAddEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.RemindersClass.add_ReminderChange(Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_ReminderChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.RemindersClass.add_ReminderFire(Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_ReminderFireEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.RemindersClass.add_ReminderRemove(Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_ReminderRemoveEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.RemindersClass.add_Snooze(Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_SnoozeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.RemindersClass.GetEnumerator">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.RemindersClass.Remove(System.Object)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.RemindersClass.remove_BeforeReminderShow(Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_BeforeReminderShowEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.RemindersClass.remove_ReminderAdd(Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_ReminderAddEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.RemindersClass.remove_ReminderChange(Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_ReminderChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.RemindersClass.remove_ReminderFire(Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_ReminderFireEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.RemindersClass.remove_ReminderRemove(Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_ReminderRemoveEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.RemindersClass.remove_Snooze(Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_SnoozeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.RemindersClass.Application">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.RemindersClass.Class">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.RemindersClass.Count">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.RemindersClass.Item(System.Object)">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.RemindersClass.Parent">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.RemindersClass.Session">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.RemoteItem">
			<summary>Represents a remote item in an Inbox (mail) folder. The RemoteItem object is similar to the MailItem object, but it contains only the Subject, Received Date and Time, Sender, Size, and the first 256 characters of the body of the message.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.RemoteItemClass">
			<summary>This class supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.RemoteItemClass.AttachmentAdd">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.RemoteItemClass.AttachmentRead">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.RemoteItemClass.BeforeAttachmentSave">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.RemoteItemClass.BeforeCheckNames">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.RemoteItemClass.BeforeDelete">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.RemoteItemClass.CustomAction">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.RemoteItemClass.CustomPropertyChange">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.RemoteItemClass.Forward">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_10_Event_Close">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_AttachmentAdd">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_AttachmentRead">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_BeforeAttachmentSave">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_BeforeCheckNames">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_Close">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_CustomAction">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_CustomPropertyChange">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_Forward">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_Open">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_PropertyChange">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_Read">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_Reply">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_ReplyAll">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_Send">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_Write">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.RemoteItemClass.Open">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.RemoteItemClass.PropertyChange">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.RemoteItemClass.Read">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.RemoteItemClass.Reply">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.RemoteItemClass.ReplyAll">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.RemoteItemClass.Send">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.RemoteItemClass.Write">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.add_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentAddEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.add_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.add_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentSaveEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.add_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeCheckNamesEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.add_BeforeDelete(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeDeleteEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.add_Close(Microsoft.Office.Interop.Outlook.ItemEvents_10_CloseEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.add_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomActionEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.add_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomPropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.add_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_10_ForwardEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.add_Open(Microsoft.Office.Interop.Outlook.ItemEvents_10_OpenEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.add_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_PropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.add_Read(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.add_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.add_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyAllEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.add_Send(Microsoft.Office.Interop.Outlook.ItemEvents_10_SendEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.add_Write(Microsoft.Office.Interop.Outlook.ItemEvents_10_WriteEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.Close(Microsoft.Office.Interop.Outlook.OlInspectorClose)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.Copy">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.Delete">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.Display(System.Object)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_add_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentAddEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_add_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_add_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeAttachmentSaveEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_add_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeCheckNamesEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_add_Close(Microsoft.Office.Interop.Outlook.ItemEvents_CloseEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_add_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_CustomActionEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_add_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_CustomPropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_add_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_ForwardEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_add_Open(Microsoft.Office.Interop.Outlook.ItemEvents_OpenEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_add_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_PropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_add_Read(Microsoft.Office.Interop.Outlook.ItemEvents_ReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_add_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_add_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyAllEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_add_Send(Microsoft.Office.Interop.Outlook.ItemEvents_SendEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_add_Write(Microsoft.Office.Interop.Outlook.ItemEvents_WriteEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_remove_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentAddEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_remove_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_remove_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeAttachmentSaveEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_remove_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeCheckNamesEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_remove_Close(Microsoft.Office.Interop.Outlook.ItemEvents_CloseEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_remove_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_CustomActionEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_remove_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_CustomPropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_remove_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_ForwardEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_remove_Open(Microsoft.Office.Interop.Outlook.ItemEvents_OpenEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_remove_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_PropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_remove_Read(Microsoft.Office.Interop.Outlook.ItemEvents_ReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_remove_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_remove_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyAllEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_remove_Send(Microsoft.Office.Interop.Outlook.ItemEvents_SendEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemEvents_Event_remove_Write(Microsoft.Office.Interop.Outlook.ItemEvents_WriteEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.Move(Microsoft.Office.Interop.Outlook.MAPIFolder)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.PrintOut">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.remove_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentAddEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.remove_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.remove_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentSaveEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.remove_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeCheckNamesEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.remove_BeforeDelete(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeDeleteEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.remove_Close(Microsoft.Office.Interop.Outlook.ItemEvents_10_CloseEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.remove_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomActionEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.remove_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomPropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.remove_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_10_ForwardEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.remove_Open(Microsoft.Office.Interop.Outlook.ItemEvents_10_OpenEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.remove_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_PropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.remove_Read(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.remove_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.remove_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyAllEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.remove_Send(Microsoft.Office.Interop.Outlook.ItemEvents_10_SendEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.remove_Write(Microsoft.Office.Interop.Outlook.ItemEvents_10_WriteEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.Save">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.SaveAs(System.String,System.Object)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.RemoteItemClass.ShowCategoriesDialog">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.RemoteItemClass.Actions">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.RemoteItemClass.Application">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.RemoteItemClass.Attachments">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.RemoteItemClass.AutoResolvedWinner">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.RemoteItemClass.BillingInformation">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.RemoteItemClass.Body">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.RemoteItemClass.Categories">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.RemoteItemClass.Class">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.RemoteItemClass.Companies">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.RemoteItemClass.Conflicts">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.RemoteItemClass.ConversationIndex">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.RemoteItemClass.ConversationTopic">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.RemoteItemClass.CreationTime">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.RemoteItemClass.DownloadState">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.RemoteItemClass.EntryID">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.RemoteItemClass.FormDescription">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.RemoteItemClass.GetInspector">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.RemoteItemClass.HasAttachment">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.RemoteItemClass.Importance">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.RemoteItemClass.IsConflict">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.RemoteItemClass.ItemProperties">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.RemoteItemClass.LastModificationTime">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.RemoteItemClass.Links">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.RemoteItemClass.MAPIOBJECT">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.RemoteItemClass.MarkForDownload">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.RemoteItemClass.MessageClass">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.RemoteItemClass.Mileage">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.RemoteItemClass.NoAging">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.RemoteItemClass.OutlookInternalVersion">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.RemoteItemClass.OutlookVersion">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.RemoteItemClass.Parent">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.RemoteItemClass.RemoteMessageClass">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.RemoteItemClass.Saved">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.RemoteItemClass.Sensitivity">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.RemoteItemClass.Session">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.RemoteItemClass.Size">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.RemoteItemClass.Subject">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.RemoteItemClass.TransferSize">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.RemoteItemClass.TransferTime">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.RemoteItemClass.UnRead">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.RemoteItemClass.UserProperties">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ReportItem">
			<summary>Represents a mail-delivery report in an Inbox (mail) folder. The ReportItem object is similar to a MailItem object, and it contains a report (usually the non-delivery report) or error message from the mail transport system.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ReportItemClass">
			<summary>This class supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ReportItemClass.AttachmentAdd">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ReportItemClass.AttachmentRead">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ReportItemClass.BeforeAttachmentSave">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ReportItemClass.BeforeCheckNames">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ReportItemClass.BeforeDelete">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ReportItemClass.CustomAction">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ReportItemClass.CustomPropertyChange">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ReportItemClass.Forward">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_10_Event_Close">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_AttachmentAdd">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_AttachmentRead">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_BeforeAttachmentSave">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_BeforeCheckNames">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_Close">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_CustomAction">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_CustomPropertyChange">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_Forward">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_Open">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_PropertyChange">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_Read">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_Reply">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_ReplyAll">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_Send">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_Write">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ReportItemClass.Open">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ReportItemClass.PropertyChange">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ReportItemClass.Read">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ReportItemClass.Reply">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ReportItemClass.ReplyAll">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ReportItemClass.Send">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ReportItemClass.Write">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.add_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentAddEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.add_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.add_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentSaveEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.add_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeCheckNamesEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.add_BeforeDelete(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeDeleteEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.add_Close(Microsoft.Office.Interop.Outlook.ItemEvents_10_CloseEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.add_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomActionEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.add_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomPropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.add_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_10_ForwardEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.add_Open(Microsoft.Office.Interop.Outlook.ItemEvents_10_OpenEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.add_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_PropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.add_Read(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.add_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.add_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyAllEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.add_Send(Microsoft.Office.Interop.Outlook.ItemEvents_10_SendEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.add_Write(Microsoft.Office.Interop.Outlook.ItemEvents_10_WriteEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.Close(Microsoft.Office.Interop.Outlook.OlInspectorClose)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.Copy">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.Delete">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.Display(System.Object)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_add_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentAddEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_add_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_add_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeAttachmentSaveEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_add_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeCheckNamesEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_add_Close(Microsoft.Office.Interop.Outlook.ItemEvents_CloseEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_add_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_CustomActionEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_add_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_CustomPropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_add_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_ForwardEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_add_Open(Microsoft.Office.Interop.Outlook.ItemEvents_OpenEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_add_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_PropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_add_Read(Microsoft.Office.Interop.Outlook.ItemEvents_ReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_add_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_add_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyAllEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_add_Send(Microsoft.Office.Interop.Outlook.ItemEvents_SendEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_add_Write(Microsoft.Office.Interop.Outlook.ItemEvents_WriteEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_remove_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentAddEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_remove_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_remove_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeAttachmentSaveEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_remove_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeCheckNamesEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_remove_Close(Microsoft.Office.Interop.Outlook.ItemEvents_CloseEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_remove_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_CustomActionEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_remove_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_CustomPropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_remove_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_ForwardEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_remove_Open(Microsoft.Office.Interop.Outlook.ItemEvents_OpenEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_remove_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_PropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_remove_Read(Microsoft.Office.Interop.Outlook.ItemEvents_ReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_remove_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_remove_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyAllEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_remove_Send(Microsoft.Office.Interop.Outlook.ItemEvents_SendEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemEvents_Event_remove_Write(Microsoft.Office.Interop.Outlook.ItemEvents_WriteEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.Move(Microsoft.Office.Interop.Outlook.MAPIFolder)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.PrintOut">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.remove_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentAddEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.remove_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.remove_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentSaveEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.remove_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeCheckNamesEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.remove_BeforeDelete(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeDeleteEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.remove_Close(Microsoft.Office.Interop.Outlook.ItemEvents_10_CloseEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.remove_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomActionEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.remove_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomPropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.remove_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_10_ForwardEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.remove_Open(Microsoft.Office.Interop.Outlook.ItemEvents_10_OpenEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.remove_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_PropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.remove_Read(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.remove_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.remove_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyAllEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.remove_Send(Microsoft.Office.Interop.Outlook.ItemEvents_10_SendEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.remove_Write(Microsoft.Office.Interop.Outlook.ItemEvents_10_WriteEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.Save">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ReportItemClass.ShowCategoriesDialog">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ReportItemClass.Actions">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ReportItemClass.Application">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ReportItemClass.Attachments">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ReportItemClass.AutoResolvedWinner">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ReportItemClass.BillingInformation">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ReportItemClass.Body">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ReportItemClass.Categories">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ReportItemClass.Class">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ReportItemClass.Companies">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ReportItemClass.Conflicts">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ReportItemClass.ConversationIndex">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ReportItemClass.ConversationTopic">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ReportItemClass.CreationTime">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ReportItemClass.DownloadState">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ReportItemClass.EntryID">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ReportItemClass.FormDescription">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ReportItemClass.GetInspector">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ReportItemClass.Importance">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ReportItemClass.IsConflict">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ReportItemClass.ItemProperties">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ReportItemClass.LastModificationTime">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ReportItemClass.Links">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ReportItemClass.MAPIOBJECT">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ReportItemClass.MarkForDownload">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ReportItemClass.MessageClass">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ReportItemClass.Mileage">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ReportItemClass.NoAging">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ReportItemClass.OutlookInternalVersion">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ReportItemClass.OutlookVersion">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ReportItemClass.Parent">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ReportItemClass.Saved">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ReportItemClass.Sensitivity">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ReportItemClass.Session">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ReportItemClass.Size">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ReportItemClass.Subject">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ReportItemClass.UnRead">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ReportItemClass.UserProperties">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.Results">
			<summary>Stores data and results returned by the Search object and the AdvancedSearch method.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ResultsClass">
			<summary>This class supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ResultsClass.ItemAdd">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ResultsClass.ItemChange">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ResultsClass.ItemRemove">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ResultsClass.add_ItemAdd(Microsoft.Office.Interop.Outlook.ResultsEvents_ItemAddEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ResultsClass.add_ItemChange(Microsoft.Office.Interop.Outlook.ResultsEvents_ItemChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ResultsClass.add_ItemRemove(Microsoft.Office.Interop.Outlook.ResultsEvents_ItemRemoveEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ResultsClass.GetFirst">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ResultsClass.GetLast">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ResultsClass.GetNext">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ResultsClass.GetPrevious">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ResultsClass.remove_ItemAdd(Microsoft.Office.Interop.Outlook.ResultsEvents_ItemAddEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ResultsClass.remove_ItemChange(Microsoft.Office.Interop.Outlook.ResultsEvents_ItemChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ResultsClass.remove_ItemRemove(Microsoft.Office.Interop.Outlook.ResultsEvents_ItemRemoveEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ResultsClass.ResetColumns">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ResultsClass.SetColumns(System.String)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ResultsClass.Sort(System.String,System.Object)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ResultsClass.Application">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ResultsClass.Class">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ResultsClass.Count">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ResultsClass.DefaultItemType">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ResultsClass.Item(System.Object)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ResultsClass.Parent">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ResultsClass.RawTable">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ResultsClass.Session">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ResultsEvents">
			<summary>This interface supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ResultsEvents.ItemAdd(System.Object)">
			<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>
			<param name="Item">The item that was added.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ResultsEvents.ItemChange(System.Object)">
			<summary>Occurs when an item in the specified collection is changed.</summary>
			<param name="Item">The item that was changed.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ResultsEvents.ItemRemove">
			<summary>Occurs when an item is deleted from the specified collection.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ResultsEvents_Event">
			<summary>Represents the Events of the ResultsEvent_Event</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ResultsEvents_Event.ItemAdd">
			<summary>Occurs when one or more items are added to the Results 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.ResultsEvents_Event.ItemChange">
			<summary>Occurs when an item in the Results collection is changed.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ResultsEvents_Event.ItemRemove">
			<summary>Occurs when an item is deleted from the Results collection.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ResultsEvents_Event.add_ItemAdd(Microsoft.Office.Interop.Outlook.ResultsEvents_ItemAddEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ResultsEvents_Event.add_ItemChange(Microsoft.Office.Interop.Outlook.ResultsEvents_ItemChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ResultsEvents_Event.add_ItemRemove(Microsoft.Office.Interop.Outlook.ResultsEvents_ItemRemoveEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ResultsEvents_Event.remove_ItemAdd(Microsoft.Office.Interop.Outlook.ResultsEvents_ItemAddEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ResultsEvents_Event.remove_ItemChange(Microsoft.Office.Interop.Outlook.ResultsEvents_ItemChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ResultsEvents_Event.remove_ItemRemove(Microsoft.Office.Interop.Outlook.ResultsEvents_ItemRemoveEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ResultsEvents_ItemAddEventHandler">
			<summary>Represents the method that will handle the ItemAdd event of the Results event.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ResultsEvents_ItemChangeEventHandler">
			<summary>Represents the method that will handle the ItemChange event of the Results object.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ResultsEvents_ItemRemoveEventHandler">
			<summary>Represents the method that will handle the ItemRemove event of the Results object.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ResultsEvents_SinkHelper">
			<summary>This class supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ResultsEvents_SinkHelper.m_dwCookie">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ResultsEvents_SinkHelper.m_ItemAddDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ResultsEvents_SinkHelper.m_ItemChangeDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.ResultsEvents_SinkHelper.m_ItemRemoveDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ResultsEvents_SinkHelper.ItemAdd(System.Object)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ResultsEvents_SinkHelper.ItemChange(System.Object)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ResultsEvents_SinkHelper.ItemRemove">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.Search">
			<summary>Contains information about individual searches performed against Microsoft Office Outlook items. The Search object contains properties that define the type of search and the parameters of the search itself.</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="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.Application">
			<summary>Gets an Application object that represents the parent application (Microsoft Office Outlook) for an object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Search.Class">
			<summary>Gets an OlObjectClass constant indicating the object's class.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Search.Filter">
			<summary>The DASL statement used to restrict the search to a specified subset of data. This property is set by the Application object's AdvancedSearch method.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Search.IsSynchronous">
			<summary>Gets a value indicating whether the search is synchronous.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Search.Parent">
			<summary>Gets the parent Object of the Search object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Search.Results">
			<summary>Gets a Results collection that specifies the results of the search.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Search.Scope">
			<summary>Gets the scope of the specified search.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Search.SearchSubFolders">
			<summary>Gets a value indicating whether the scope of the specified search included the subfolders of any folders searched.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Search.Session">
			<summary>Gets the NameSpace object for the current session.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Search.Tag">
			<summary>Gets the name of the current search. The Tag property is used to identify a specific search.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.Selection">
			<summary>The Selection object contains a set of Microsoft Outlook items representing the items currently selected in an explorer.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Selection.Application">
			<summary>Gets an Application object that represents the parent application (Microsoft Office Outlook) for an object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Selection.Class">
			<summary>Gets an OlObjectClass constant indicating the object's class.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Selection.Count">
			<summary>Returns the count of objects in the Selection collection.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Selection.Item(System.Object)">
			<summary>Gets an object from a Selection collection.</summary>
			<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.Parent">
			<summary>Gets the parent Object of the specified object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.Selection.Session">
			<summary>Returns the NameSpace object for the current session.</summary>
		</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 class supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.SyncObjectClass.OnError">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.SyncObjectClass.Progress">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.SyncObjectClass.SyncEnd">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.SyncObjectClass.SyncStart">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.SyncObjectClass.add_OnError(Microsoft.Office.Interop.Outlook.SyncObjectEvents_OnErrorEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.SyncObjectClass.add_Progress(Microsoft.Office.Interop.Outlook.SyncObjectEvents_ProgressEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.SyncObjectClass.add_SyncEnd(Microsoft.Office.Interop.Outlook.SyncObjectEvents_SyncEndEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.SyncObjectClass.add_SyncStart(Microsoft.Office.Interop.Outlook.SyncObjectEvents_SyncStartEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.SyncObjectClass.remove_OnError(Microsoft.Office.Interop.Outlook.SyncObjectEvents_OnErrorEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.SyncObjectClass.remove_Progress(Microsoft.Office.Interop.Outlook.SyncObjectEvents_ProgressEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.SyncObjectClass.remove_SyncEnd(Microsoft.Office.Interop.Outlook.SyncObjectEvents_SyncEndEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.SyncObjectClass.remove_SyncStart(Microsoft.Office.Interop.Outlook.SyncObjectEvents_SyncStartEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.SyncObjectClass.Start">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.SyncObjectClass.Stop">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.SyncObjectClass.Application">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.SyncObjectClass.Class">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.SyncObjectClass.Name">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.SyncObjectClass.Parent">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.SyncObjectClass.Session">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.SyncObjectEvents">
			<summary>This interface supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.SyncObjectEvents.OnError(System.Int32,System.String)">
			<summary>Occurs when Microsoft Office Outlook encounters an error while synchronizing a user's folders using the specified Send\Receive group.</summary>
			<param name="Description">A textual description of the error.</param>
			<param name="Code">A unique value that identifies the error.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.SyncObjectEvents.Progress(Microsoft.Office.Interop.Outlook.OlSyncState,System.String,System.Int32,System.Int32)">
			<summary>Occurs periodically while Microsoft Outlook is synchronizing a user's folders using the specified Send\Receive group.</summary>
			<param name="Max">The maximum that Value can reach. The ratio of Value to Max represents the percent complete of the synchronization process.</param>
			<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>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.SyncObjectEvents.SyncEnd">
			<summary>Occurs immediately after Microsoft Outlook finishes synchronizing a user's folders using the specified Send\Receive group.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.SyncObjectEvents.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_Event">
			<summary>Represents the Events associated with the SyncObjectEvents_Event.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.SyncObjectEvents_Event.OnError">
			<summary>Occurs when Microsoft Office 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 MicrosoftOffice Outlook is synchronizing a user’s folders using the specified Send\Receive group.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.SyncObjectEvents_Event.SyncEnd">
			<summary>Occurs immediately after Microsoft Office 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 Office Outlook begins synchronizing a user’s folders using the specified Send\Receive group.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.SyncObjectEvents_Event.add_OnError(Microsoft.Office.Interop.Outlook.SyncObjectEvents_OnErrorEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.SyncObjectEvents_Event.add_Progress(Microsoft.Office.Interop.Outlook.SyncObjectEvents_ProgressEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.SyncObjectEvents_Event.add_SyncEnd(Microsoft.Office.Interop.Outlook.SyncObjectEvents_SyncEndEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.SyncObjectEvents_Event.add_SyncStart(Microsoft.Office.Interop.Outlook.SyncObjectEvents_SyncStartEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.SyncObjectEvents_Event.remove_OnError(Microsoft.Office.Interop.Outlook.SyncObjectEvents_OnErrorEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.SyncObjectEvents_Event.remove_Progress(Microsoft.Office.Interop.Outlook.SyncObjectEvents_ProgressEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.SyncObjectEvents_Event.remove_SyncStart(Microsoft.Office.Interop.Outlook.SyncObjectEvents_SyncStartEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.SyncObjectEvents_OnErrorEventHandler">
			<summary>Represents the method that will handle the OnError event of the SyncObject.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.SyncObjectEvents_ProgressEventHandler">
			<summary>Represents the method that will handle the Progress event of the SyncObject.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.SyncObjectEvents_SinkHelper">
			<summary>This class supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.SyncObjectEvents_SinkHelper.m_dwCookie">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.SyncObjectEvents_SinkHelper.m_OnErrorDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.SyncObjectEvents_SinkHelper.m_ProgressDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.SyncObjectEvents_SinkHelper.m_SyncEndDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="F:Microsoft.Office.Interop.Outlook.SyncObjectEvents_SinkHelper.m_SyncStartDelegate">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.SyncObjectEvents_SinkHelper.OnError(System.Int32,System.String)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.SyncObjectEvents_SinkHelper.Progress(Microsoft.Office.Interop.Outlook.OlSyncState,System.String,System.Int32,System.Int32)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.SyncObjectEvents_SinkHelper.SyncEnd">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.SyncObjectEvents_SinkHelper.SyncStart">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.SyncObjectEvents_SyncEndEventHandler">
			<summary>Represents the method that will handle the SyncEnd event of the SyncObject.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.SyncObjectEvents_SyncStartEventHandler">
			<summary>Represents the method that will handle the SyncStart event of the SyncObject.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.SyncObjects">
			<summary>The SyncObjects object contains a set of 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 "Application Folders" SyncObject.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.SyncObjects.Application">
			<summary>Gets an Application object that represents the parent application (Microsoft Office Outlook) for an object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.SyncObjects.Class">
			<summary>Gets an OlObjectClass constant indicating the object's class.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.SyncObjects.Count">
			<summary>Gets the count of objects in the specified collection.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.SyncObjects.Item(System.Object)">
			<summary>The SyncObjects object contains a set of SyncObject Items representing the Send\Receive groups for a user.</summary>
			<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>Gets the parent Object of the SyncObjects.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.SyncObjects.Session">
			<summary>Gets the NameSpace object for the current session.</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 class supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskItemClass.AttachmentAdd">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskItemClass.AttachmentRead">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskItemClass.BeforeAttachmentSave">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskItemClass.BeforeCheckNames">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskItemClass.BeforeDelete">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskItemClass.CustomAction">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskItemClass.CustomPropertyChange">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskItemClass.Forward">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_10_Event_Close">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_10_Event_Send">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_AttachmentAdd">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_AttachmentRead">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_BeforeAttachmentSave">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_BeforeCheckNames">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_Close">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_CustomAction">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_CustomPropertyChange">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_Forward">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_Open">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_PropertyChange">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_Read">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_Reply">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_ReplyAll">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_Send">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_Write">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskItemClass.Open">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskItemClass.PropertyChange">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskItemClass.Read">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskItemClass.Reply">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskItemClass.ReplyAll">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskItemClass.Write">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.add_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentAddEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.add_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.add_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentSaveEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.add_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeCheckNamesEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.add_BeforeDelete(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeDeleteEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.add_Close(Microsoft.Office.Interop.Outlook.ItemEvents_10_CloseEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.add_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomActionEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.add_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomPropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.add_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_10_ForwardEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.add_Open(Microsoft.Office.Interop.Outlook.ItemEvents_10_OpenEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.add_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_PropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.add_Read(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.add_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.add_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyAllEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.add_Send(Microsoft.Office.Interop.Outlook.ItemEvents_10_SendEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.add_Write(Microsoft.Office.Interop.Outlook.ItemEvents_10_WriteEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.Assign">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.CancelResponseState">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.ClearRecurrencePattern">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.Close(Microsoft.Office.Interop.Outlook.OlInspectorClose)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.Copy">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.Delete">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.Display(System.Object)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.GetRecurrencePattern">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_add_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentAddEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_add_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_add_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeAttachmentSaveEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_add_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeCheckNamesEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_add_Close(Microsoft.Office.Interop.Outlook.ItemEvents_CloseEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_add_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_CustomActionEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_add_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_CustomPropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_add_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_ForwardEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_add_Open(Microsoft.Office.Interop.Outlook.ItemEvents_OpenEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_add_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_PropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_add_Read(Microsoft.Office.Interop.Outlook.ItemEvents_ReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_add_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_add_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyAllEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_add_Send(Microsoft.Office.Interop.Outlook.ItemEvents_SendEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_add_Write(Microsoft.Office.Interop.Outlook.ItemEvents_WriteEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_remove_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentAddEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_remove_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_remove_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeAttachmentSaveEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_remove_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeCheckNamesEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_remove_Close(Microsoft.Office.Interop.Outlook.ItemEvents_CloseEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_remove_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_CustomActionEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_remove_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_CustomPropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_remove_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_ForwardEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_remove_Open(Microsoft.Office.Interop.Outlook.ItemEvents_OpenEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_remove_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_PropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_remove_Read(Microsoft.Office.Interop.Outlook.ItemEvents_ReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_remove_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_remove_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyAllEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_remove_Send(Microsoft.Office.Interop.Outlook.ItemEvents_SendEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemEvents_Event_remove_Write(Microsoft.Office.Interop.Outlook.ItemEvents_WriteEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.MarkComplete">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.Move(Microsoft.Office.Interop.Outlook.MAPIFolder)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.PrintOut">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.remove_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentAddEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.remove_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.remove_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentSaveEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.remove_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeCheckNamesEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.remove_BeforeDelete(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeDeleteEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.remove_Close(Microsoft.Office.Interop.Outlook.ItemEvents_10_CloseEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.remove_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomActionEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.remove_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomPropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.remove_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_10_ForwardEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.remove_Open(Microsoft.Office.Interop.Outlook.ItemEvents_10_OpenEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.remove_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_PropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.remove_Read(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.remove_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.remove_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyAllEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.remove_Send(Microsoft.Office.Interop.Outlook.ItemEvents_10_SendEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.remove_Write(Microsoft.Office.Interop.Outlook.ItemEvents_10_WriteEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.Respond(Microsoft.Office.Interop.Outlook.OlTaskResponse,System.Object,System.Object)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.Save">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.SaveAs(System.String,System.Object)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.Send">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.ShowCategoriesDialog">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.SkipRecurrence">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskItemClass.StatusReport">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.Actions">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.ActualWork">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.Application">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.Attachments">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.AutoResolvedWinner">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.BillingInformation">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.Body">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.CardData">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.Categories">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.Class">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.Companies">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.Complete">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.Conflicts">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.ContactNames">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.Contacts">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.ConversationIndex">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.ConversationTopic">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.CreationTime">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.DateCompleted">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.DelegationState">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.Delegator">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.DownloadState">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.DueDate">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.EntryID">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.FormDescription">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.GetInspector">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.Importance">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.InternetCodepage">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.IsConflict">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.IsRecurring">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.ItemProperties">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.LastModificationTime">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.Links">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.MAPIOBJECT">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.MarkForDownload">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.MessageClass">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.Mileage">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.NoAging">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.Ordinal">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.OutlookInternalVersion">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.OutlookVersion">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.Owner">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.Ownership">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.Parent">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.PercentComplete">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.Recipients">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.ReminderOverrideDefault">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.ReminderPlaySound">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.ReminderSet">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.ReminderSoundFile">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.ReminderTime">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.ResponseState">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.Role">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.Saved">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.SchedulePlusPriority">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.Sensitivity">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.Session">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.Size">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.StartDate">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.Status">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.StatusOnCompletionRecipients">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.StatusUpdateRecipients">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.Subject">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.TeamTask">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.TotalWork">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.UnRead">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskItemClass.UserProperties">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItem">
			<summary>A TaskRequestAcceptItem object represents a response to a TaskRequestItem sent by the initiating user.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass">
			<summary>This class supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.AttachmentAdd">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.AttachmentRead">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.BeforeAttachmentSave">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.BeforeCheckNames">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.BeforeDelete">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.CustomAction">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.CustomPropertyChange">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.Forward">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_10_Event_Close">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_AttachmentAdd">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_AttachmentRead">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_BeforeAttachmentSave">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_BeforeCheckNames">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_Close">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_CustomAction">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_CustomPropertyChange">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_Forward">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_Open">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_PropertyChange">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_Read">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_Reply">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_ReplyAll">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_Send">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_Write">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.Open">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.PropertyChange">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.Read">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.Reply">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ReplyAll">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.Send">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.Write">
			<summary>This event supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.add_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentAddEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.add_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.add_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentSaveEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.add_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeCheckNamesEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.add_BeforeDelete(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeDeleteEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.add_Close(Microsoft.Office.Interop.Outlook.ItemEvents_10_CloseEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.add_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomActionEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.add_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomPropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.add_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_10_ForwardEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.add_Open(Microsoft.Office.Interop.Outlook.ItemEvents_10_OpenEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.add_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_PropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.add_Read(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.add_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.add_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyAllEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.add_Send(Microsoft.Office.Interop.Outlook.ItemEvents_10_SendEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.add_Write(Microsoft.Office.Interop.Outlook.ItemEvents_10_WriteEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.Close(Microsoft.Office.Interop.Outlook.OlInspectorClose)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.Copy">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.Delete">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.Display(System.Object)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.GetAssociatedTask(System.Boolean)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_add_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentAddEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_add_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_add_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeAttachmentSaveEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_add_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeCheckNamesEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_add_Close(Microsoft.Office.Interop.Outlook.ItemEvents_CloseEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_add_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_CustomActionEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_add_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_CustomPropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_add_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_ForwardEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_add_Open(Microsoft.Office.Interop.Outlook.ItemEvents_OpenEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_add_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_PropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_add_Read(Microsoft.Office.Interop.Outlook.ItemEvents_ReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_add_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_add_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyAllEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_add_Send(Microsoft.Office.Interop.Outlook.ItemEvents_SendEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_add_Write(Microsoft.Office.Interop.Outlook.ItemEvents_WriteEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_remove_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentAddEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_remove_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_remove_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeAttachmentSaveEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_remove_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeCheckNamesEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_remove_Close(Microsoft.Office.Interop.Outlook.ItemEvents_CloseEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_remove_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_CustomActionEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_remove_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_CustomPropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_remove_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_ForwardEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_remove_Open(Microsoft.Office.Interop.Outlook.ItemEvents_OpenEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_remove_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_PropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_remove_Read(Microsoft.Office.Interop.Outlook.ItemEvents_ReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_remove_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_remove_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyAllEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_remove_Send(Microsoft.Office.Interop.Outlook.ItemEvents_SendEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemEvents_Event_remove_Write(Microsoft.Office.Interop.Outlook.ItemEvents_WriteEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.Move(Microsoft.Office.Interop.Outlook.MAPIFolder)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.PrintOut">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.remove_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentAddEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.remove_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.remove_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentSaveEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.remove_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeCheckNamesEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.remove_BeforeDelete(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeDeleteEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.remove_Close(Microsoft.Office.Interop.Outlook.ItemEvents_10_CloseEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.remove_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomActionEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.remove_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomPropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.remove_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_10_ForwardEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.remove_Open(Microsoft.Office.Interop.Outlook.ItemEvents_10_OpenEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.remove_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_PropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.remove_Read(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.remove_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.remove_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyAllEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.remove_Send(Microsoft.Office.Interop.Outlook.ItemEvents_10_SendEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.remove_Write(Microsoft.Office.Interop.Outlook.ItemEvents_10_WriteEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.Save">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.SaveAs(System.String,System.Object)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ShowCategoriesDialog">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.Actions">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.Application">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.Attachments">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.AutoResolvedWinner">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.BillingInformation">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.Body">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.Categories">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.Class">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.Companies">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.Conflicts">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ConversationIndex">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ConversationTopic">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.CreationTime">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.DownloadState">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.EntryID">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.FormDescription">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.GetInspector">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.Importance">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.IsConflict">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.ItemProperties">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.LastModificationTime">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.Links">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.MAPIOBJECT">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.MarkForDownload">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.MessageClass">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.Mileage">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.NoAging">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.OutlookInternalVersion">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.OutlookVersion">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.Parent">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.Saved">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.Sensitivity">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.Session">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.Size">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.Subject">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.UnRead">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestAcceptItemClass.UserProperties">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItem">
			<summary>A TaskRequestDeclineItem object represents a response to a TaskRequestItem sent by the initiating user.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass">
			<summary>This class supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.AttachmentAdd">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.AttachmentRead">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.BeforeAttachmentSave">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.BeforeCheckNames">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.BeforeDelete">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.CustomAction">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.CustomPropertyChange">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.Forward">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_10_Event_Close">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_AttachmentAdd">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_AttachmentRead">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_BeforeAttachmentSave">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_BeforeCheckNames">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_Close">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_CustomAction">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_CustomPropertyChange">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_Forward">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_Open">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_PropertyChange">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_Read">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_Reply">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_ReplyAll">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_Send">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_Write">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.Open">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.PropertyChange">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.Read">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.Reply">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ReplyAll">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.Send">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.Write">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.add_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentAddEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.add_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.add_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentSaveEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.add_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeCheckNamesEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.add_BeforeDelete(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeDeleteEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.add_Close(Microsoft.Office.Interop.Outlook.ItemEvents_10_CloseEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.add_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomActionEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.add_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomPropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.add_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_10_ForwardEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.add_Open(Microsoft.Office.Interop.Outlook.ItemEvents_10_OpenEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.add_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_PropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.add_Read(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.add_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.add_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyAllEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.add_Send(Microsoft.Office.Interop.Outlook.ItemEvents_10_SendEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.add_Write(Microsoft.Office.Interop.Outlook.ItemEvents_10_WriteEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.Close(Microsoft.Office.Interop.Outlook.OlInspectorClose)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.Copy">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.Delete">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.Display(System.Object)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.GetAssociatedTask(System.Boolean)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_add_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentAddEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_add_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_add_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeAttachmentSaveEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_add_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeCheckNamesEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_add_Close(Microsoft.Office.Interop.Outlook.ItemEvents_CloseEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_add_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_CustomActionEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_add_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_CustomPropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_add_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_ForwardEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_add_Open(Microsoft.Office.Interop.Outlook.ItemEvents_OpenEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_add_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_PropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_add_Read(Microsoft.Office.Interop.Outlook.ItemEvents_ReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_add_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_add_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyAllEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_add_Send(Microsoft.Office.Interop.Outlook.ItemEvents_SendEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_add_Write(Microsoft.Office.Interop.Outlook.ItemEvents_WriteEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_remove_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentAddEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_remove_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_remove_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeAttachmentSaveEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_remove_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeCheckNamesEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_remove_Close(Microsoft.Office.Interop.Outlook.ItemEvents_CloseEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_remove_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_CustomActionEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_remove_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_CustomPropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_remove_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_ForwardEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_remove_Open(Microsoft.Office.Interop.Outlook.ItemEvents_OpenEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_remove_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_PropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_remove_Read(Microsoft.Office.Interop.Outlook.ItemEvents_ReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_remove_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_remove_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyAllEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_remove_Send(Microsoft.Office.Interop.Outlook.ItemEvents_SendEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemEvents_Event_remove_Write(Microsoft.Office.Interop.Outlook.ItemEvents_WriteEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.Move(Microsoft.Office.Interop.Outlook.MAPIFolder)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.PrintOut">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.remove_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentAddEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.remove_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.remove_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentSaveEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.remove_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeCheckNamesEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.remove_BeforeDelete(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeDeleteEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.remove_Close(Microsoft.Office.Interop.Outlook.ItemEvents_10_CloseEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.remove_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomActionEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.remove_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomPropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.remove_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_10_ForwardEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.remove_Open(Microsoft.Office.Interop.Outlook.ItemEvents_10_OpenEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.remove_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_PropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.remove_Read(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.remove_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.remove_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyAllEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.remove_Send(Microsoft.Office.Interop.Outlook.ItemEvents_10_SendEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.remove_Write(Microsoft.Office.Interop.Outlook.ItemEvents_10_WriteEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.Save">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.SaveAs(System.String,System.Object)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ShowCategoriesDialog">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.Actions">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.Application">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.Attachments">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.AutoResolvedWinner">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.BillingInformation">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.Body">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.Categories">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.Class">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.Companies">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.Conflicts">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ConversationIndex">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ConversationTopic">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.CreationTime">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.DownloadState">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.EntryID">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.FormDescription">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.GetInspector">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.Importance">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.IsConflict">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.ItemProperties">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.LastModificationTime">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.Links">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.MAPIOBJECT">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.MarkForDownload">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.MessageClass">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.Mileage">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.NoAging">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.OutlookInternalVersion">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.OutlookVersion">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.Parent">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.Saved">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.Sensitivity">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.Session">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.Size">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.Subject">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.UnRead">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestDeclineItemClass.UserProperties">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.TaskRequestItem">
			<summary>Represents an item in an Inbox (mail) folder. A TaskRequestItem object 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 class supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.AttachmentAdd">
			<summary>This events supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.AttachmentRead">
			<summary>This events supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.BeforeAttachmentSave">
			<summary>This events supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.BeforeCheckNames">
			<summary>This events supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.BeforeDelete">
			<summary>This events supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.CustomAction">
			<summary>This events supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.CustomPropertyChange">
			<summary>This events supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.Forward">
			<summary>This events supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_10_Event_Close">
			<summary>This events supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_AttachmentAdd">
			<summary>This events supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_AttachmentRead">
			<summary>This events supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_BeforeAttachmentSave">
			<summary>This events supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_BeforeCheckNames">
			<summary>This events supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_Close">
			<summary>This events supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_CustomAction">
			<summary>This events supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_CustomPropertyChange">
			<summary>This events supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_Forward">
			<summary>This events supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_Open">
			<summary>This events supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_PropertyChange">
			<summary>This events supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_Read">
			<summary>This events supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_Reply">
			<summary>This events supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_ReplyAll">
			<summary>This events supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_Send">
			<summary>This events supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_Write">
			<summary>This events supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.Open">
			<summary>This events supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.PropertyChange">
			<summary>This events supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.Read">
			<summary>This events supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.Reply">
			<summary>This events supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ReplyAll">
			<summary>This events supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.Send">
			<summary>This events supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.Write">
			<summary>This events supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.add_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentAddEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.add_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.add_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentSaveEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.add_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeCheckNamesEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.add_BeforeDelete(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeDeleteEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.add_Close(Microsoft.Office.Interop.Outlook.ItemEvents_10_CloseEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.add_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomActionEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.add_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomPropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.add_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_10_ForwardEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.add_Open(Microsoft.Office.Interop.Outlook.ItemEvents_10_OpenEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.add_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_PropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.add_Read(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.add_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.add_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyAllEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.add_Send(Microsoft.Office.Interop.Outlook.ItemEvents_10_SendEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.add_Write(Microsoft.Office.Interop.Outlook.ItemEvents_10_WriteEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.Close(Microsoft.Office.Interop.Outlook.OlInspectorClose)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.Copy">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.Delete">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.Display(System.Object)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.GetAssociatedTask(System.Boolean)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_add_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentAddEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_add_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_add_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeAttachmentSaveEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_add_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeCheckNamesEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_add_Close(Microsoft.Office.Interop.Outlook.ItemEvents_CloseEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_add_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_CustomActionEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_add_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_CustomPropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_add_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_ForwardEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_add_Open(Microsoft.Office.Interop.Outlook.ItemEvents_OpenEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_add_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_PropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_add_Read(Microsoft.Office.Interop.Outlook.ItemEvents_ReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_add_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_add_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyAllEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_add_Send(Microsoft.Office.Interop.Outlook.ItemEvents_SendEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_add_Write(Microsoft.Office.Interop.Outlook.ItemEvents_WriteEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_remove_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentAddEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_remove_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_remove_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeAttachmentSaveEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_remove_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeCheckNamesEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_remove_Close(Microsoft.Office.Interop.Outlook.ItemEvents_CloseEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_remove_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_CustomActionEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_remove_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_CustomPropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_remove_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_ForwardEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_remove_Open(Microsoft.Office.Interop.Outlook.ItemEvents_OpenEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_remove_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_PropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_remove_Read(Microsoft.Office.Interop.Outlook.ItemEvents_ReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_remove_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_remove_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyAllEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_remove_Send(Microsoft.Office.Interop.Outlook.ItemEvents_SendEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemEvents_Event_remove_Write(Microsoft.Office.Interop.Outlook.ItemEvents_WriteEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.Move(Microsoft.Office.Interop.Outlook.MAPIFolder)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.PrintOut">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.remove_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentAddEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.remove_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.remove_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentSaveEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.remove_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeCheckNamesEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.remove_BeforeDelete(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeDeleteEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.remove_Close(Microsoft.Office.Interop.Outlook.ItemEvents_10_CloseEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.remove_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomActionEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.remove_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomPropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.remove_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_10_ForwardEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.remove_Open(Microsoft.Office.Interop.Outlook.ItemEvents_10_OpenEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.remove_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_PropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.remove_Read(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.remove_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.remove_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyAllEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.remove_Send(Microsoft.Office.Interop.Outlook.ItemEvents_10_SendEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.remove_Write(Microsoft.Office.Interop.Outlook.ItemEvents_10_WriteEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.Save">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.SaveAs(System.String,System.Object)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ShowCategoriesDialog">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.Actions">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.Application">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.Attachments">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.AutoResolvedWinner">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.BillingInformation">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.Body">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.Categories">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.Class">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.Companies">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.Conflicts">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ConversationIndex">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ConversationTopic">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.CreationTime">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.DownloadState">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.EntryID">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.FormDescription">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.GetInspector">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.Importance">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.IsConflict">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.ItemProperties">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.LastModificationTime">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.Links">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.MAPIOBJECT">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.MarkForDownload">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.MessageClass">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.Mileage">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.NoAging">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.OutlookInternalVersion">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.OutlookVersion">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.Parent">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.Saved">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.Sensitivity">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.Session">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.Size">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.Subject">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.UnRead">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestItemClass.UserProperties">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItem">
			<summary>A TaskRequestUpdateItem object represents a response to a TaskRequestItem sent by the initiating user.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass">
			<summary>This class supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.AttachmentAdd">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.AttachmentRead">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.BeforeAttachmentSave">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.BeforeCheckNames">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.BeforeDelete">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.CustomAction">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.CustomPropertyChange">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.Forward">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_10_Event_Close">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_AttachmentAdd">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_AttachmentRead">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_BeforeAttachmentSave">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_BeforeCheckNames">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_Close">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_CustomAction">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_CustomPropertyChange">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_Forward">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_Open">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_PropertyChange">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_Read">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_Reply">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_ReplyAll">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_Send">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_Write">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.Open">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.PropertyChange">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.Read">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.Reply">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ReplyAll">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.Send">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.Write">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.add_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentAddEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.add_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.add_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentSaveEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.add_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeCheckNamesEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.add_BeforeDelete(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeDeleteEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.add_Close(Microsoft.Office.Interop.Outlook.ItemEvents_10_CloseEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.add_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomActionEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.add_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomPropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.add_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_10_ForwardEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.add_Open(Microsoft.Office.Interop.Outlook.ItemEvents_10_OpenEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.add_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_PropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.add_Read(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.add_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.add_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyAllEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.add_Send(Microsoft.Office.Interop.Outlook.ItemEvents_10_SendEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.add_Write(Microsoft.Office.Interop.Outlook.ItemEvents_10_WriteEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.Close(Microsoft.Office.Interop.Outlook.OlInspectorClose)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.Copy">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.Delete">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.Display(System.Object)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.GetAssociatedTask(System.Boolean)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_add_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentAddEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_add_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_add_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeAttachmentSaveEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_add_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeCheckNamesEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_add_Close(Microsoft.Office.Interop.Outlook.ItemEvents_CloseEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_add_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_CustomActionEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_add_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_CustomPropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_add_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_ForwardEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_add_Open(Microsoft.Office.Interop.Outlook.ItemEvents_OpenEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_add_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_PropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_add_Read(Microsoft.Office.Interop.Outlook.ItemEvents_ReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_add_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_add_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyAllEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_add_Send(Microsoft.Office.Interop.Outlook.ItemEvents_SendEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_add_Write(Microsoft.Office.Interop.Outlook.ItemEvents_WriteEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_remove_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentAddEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_remove_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_AttachmentReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_remove_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeAttachmentSaveEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_remove_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_BeforeCheckNamesEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_remove_Close(Microsoft.Office.Interop.Outlook.ItemEvents_CloseEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_remove_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_CustomActionEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_remove_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_CustomPropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_remove_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_ForwardEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_remove_Open(Microsoft.Office.Interop.Outlook.ItemEvents_OpenEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_remove_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_PropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_remove_Read(Microsoft.Office.Interop.Outlook.ItemEvents_ReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_remove_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_remove_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_ReplyAllEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_remove_Send(Microsoft.Office.Interop.Outlook.ItemEvents_SendEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemEvents_Event_remove_Write(Microsoft.Office.Interop.Outlook.ItemEvents_WriteEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.Move(Microsoft.Office.Interop.Outlook.MAPIFolder)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.PrintOut">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.remove_AttachmentAdd(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentAddEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.remove_AttachmentRead(Microsoft.Office.Interop.Outlook.ItemEvents_10_AttachmentReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.remove_BeforeAttachmentSave(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentSaveEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.remove_BeforeCheckNames(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeCheckNamesEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.remove_BeforeDelete(Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeDeleteEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.remove_Close(Microsoft.Office.Interop.Outlook.ItemEvents_10_CloseEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.remove_CustomAction(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomActionEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.remove_CustomPropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomPropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.remove_Forward(Microsoft.Office.Interop.Outlook.ItemEvents_10_ForwardEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.remove_Open(Microsoft.Office.Interop.Outlook.ItemEvents_10_OpenEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.remove_PropertyChange(Microsoft.Office.Interop.Outlook.ItemEvents_10_PropertyChangeEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.remove_Read(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReadEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.remove_Reply(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.remove_ReplyAll(Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyAllEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.remove_Send(Microsoft.Office.Interop.Outlook.ItemEvents_10_SendEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.remove_Write(Microsoft.Office.Interop.Outlook.ItemEvents_10_WriteEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.Save">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.SaveAs(System.String,System.Object)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ShowCategoriesDialog">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.Actions">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.Application">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.Attachments">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.AutoResolvedWinner">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.BillingInformation">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.Body">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.Categories">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.Class">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.Companies">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.Conflicts">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ConversationIndex">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ConversationTopic">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.CreationTime">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.DownloadState">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.EntryID">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.FormDescription">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.GetInspector">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.Importance">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.IsConflict">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.ItemProperties">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.LastModificationTime">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.Links">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.MAPIOBJECT">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.MarkForDownload">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.MessageClass">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.Mileage">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.NoAging">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.OutlookInternalVersion">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.OutlookVersion">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.Parent">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.Saved">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.Sensitivity">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.Session">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.Size">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.Subject">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.UnRead">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.TaskRequestUpdateItemClass.UserProperties">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.UserProperties">
			<summary>An object containing 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 UserProperties collection, and returns the new property as a UserProperty object.</summary>
			<param name="Type">OlUserPropertyType. The type of the new property.</param>
			<param name="Name">The name of the property.</param>
			<param name="AddToFolderFields">true if the property will be added to the folder fields, false if not. The default value is true.</param>
			<param name="DisplayFormat">The index format of the specified OlUserPropertyType constant.</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.UserProperties.Find(System.String,System.Object)">
			<summary>Locates and returns a UserProperty object for the requested property name, if it exists.</summary>
			<param name="Custom">A value that defines the search parameters</param>
			<param name="Name">The name of the requested property</param>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.UserProperties.Remove(System.Int32)">
			<summary>Removes an object from the UserProperties collection.</summary>
			<param name="Index">The index value of the object within the collection.</param>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.UserProperties.Application">
			<summary>Gets an Application object that represents the parent application (Microsoft Office Outlook) for an object</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.UserProperties.Class">
			<summary>Gets an OlObjectClass constant indicating the object's class.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.UserProperties.Count">
			<summary>Gets the count of objects in the UserProperties collection.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.UserProperties.Item(System.Object)">
			<summary>An object containing UserProperty objects that represent the custom properties of an UserProperties Item</summary>
			<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.UserProperties.Parent">
			<summary>Gets the parent Object of the UserProperties object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.UserProperties.Session">
			<summary>Gets the NameSpace object for the current session.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.UserProperty">
			<summary>Represents a custom property of a Microsoft Office Outlook item.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.UserProperty.Delete">
			<summary>Deletes an UserProperty from a collection.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.UserProperty.Application">
			<summary>Gets an Application object that represents the parent application (Microsoft Office Outlook) for an object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.UserProperty.Class">
			<summary>Gets an OlObjectClass constant indicating the object's class.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.UserProperty.Formula">
			<summary>Gets or sets the formula for the user property.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.UserProperty.Name">
			<summary>Gets or sets the display name for a UserProperty.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.UserProperty.Parent">
			<summary>Gets the parent Object of the UserProperty object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.UserProperty.Session">
			<summary>Gets the NameSpace object for the current session.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.UserProperty.Type">
			<summary>Gets an OlUserPropertyType constant indicating the type of the specified object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.UserProperty.ValidationFormula">
			<summary>Gets or sets a String indicating the validation formula for the user property.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.UserProperty.ValidationText">
			<summary>Gets or sets a String specifying the validation text for the specified user property.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.UserProperty.Value">
			<summary>Gets or sets a object indicating the value for the specified user or item property.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.View">
			<summary>The View object allows you to create customizable views that allow you to better sort, group and ultimately view data of all different types.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.View.Apply">
			<summary>Applies the view or applies the changes that have been made in a custom property page.</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 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 a collection.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.View.GoToDate(System.DateTime)">
			<summary>Gets a view by date.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.View.Reset">
			<summary>Resets a built-in Microsoft Office 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.Application">
			<summary>Gets an Application object that represents the parent application (Microsoft Office Outlook) for an object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.View.Class">
			<summary>Gets an OlObjectClass constant indicating the object's class.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.View.Language">
			<summary>Gets or sets the language setting for the object that defines the language used in the menu.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.View.LockUserChanges">
			<summary>Gets or sets a value that indicates whether a user can modify the settings of the current view.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.View.Name">
			<summary>Gets or sets the display name for an object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.View.Parent">
			<summary>Gets the parent Object of the specified object.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.View.SaveOption">
			<summary>Gets an OlViewSaveOption constant that specifies the folders in which the specified view is available and the read permissions attached to the view. The SaveOption property is set when the View object is created by using the Add method.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.View.Session">
			<summary>Gets the NameSpace object for the current session.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.View.Standard">
			<summary>Gets a value that specifies whether or not the view is a built-in Microsoft Office Outlook view.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.View.ViewType">
			<summary>Gets an OlViewType constant that represents the type of the current view.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.View.XML">
			<summary>Gets or sets the XML definition of the current view.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.Views">
			<summary>A collection of all View objects in the current folder.</summary>
		</member>
		<member name="T:Microsoft.Office.Interop.Outlook.ViewsClass">
			<summary>This class supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ViewsClass.ViewAdd">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="E:Microsoft.Office.Interop.Outlook.ViewsClass.ViewRemove">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</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 method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ViewsClass.add_ViewAdd(Microsoft.Office.Interop.Outlook._ViewsEvents_ViewAddEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ViewsClass.add_ViewRemove(Microsoft.Office.Interop.Outlook._ViewsEvents_ViewRemoveEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ViewsClass.GetEnumerator">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ViewsClass.Remove(System.Object)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ViewsClass.remove_ViewAdd(Microsoft.Office.Interop.Outlook._ViewsEvents_ViewAddEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.Office.Interop.Outlook.ViewsClass.remove_ViewRemove(Microsoft.Office.Interop.Outlook._ViewsEvents_ViewRemoveEventHandler)">
			<summary>This method supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ViewsClass.Application">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ViewsClass.Class">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ViewsClass.Count">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ViewsClass.Item(System.Object)">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ViewsClass.Parent">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.Office.Interop.Outlook.ViewsClass.Session">
			<summary>This property supports the Outlook primary interop assembly infrastructure and is not intended to be used directly from your code.</summary>
		</member>
	</members>
</doc>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer PROTEANS SOFTWARE SOLUTIONS LTD.(www.proteans.com)
India India
I am currently working in an outsourced software product development company, PROTEANS SOFTWARE SOLUTIONS LTD.(www.proteans.com) as a Module Lead.

Comments and Discussions