﻿<?xml version="1.0" encoding="utf-8"?>
<doc>
  <assembly>
    <name>Microsoft.ServiceModel.Channels.Mail.ExchangeWebService</name>
  </assembly>
  <members>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.ExchangeWebServiceMailBinding">
      <summary>
                    Represents the mail binding for Exchange Web Services.
                </summary>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.ExchangeWebServiceMailBinding.#ctor(System.Uri,System.Net.ICredentials)">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.ExchangeWebServiceMailBinding" /> class using the specified server name and credentials.
                </summary>
      <param name="serverAddress">
                    An object that contains the address of the Exchange server (that is, the server that is running Microsoft Exchange Server). An example of an Exchange server address is "http://www.fabrikam.com/".
                </param>
      <param name="credentials">
                    An object that is used to access the Exchange server.
                </param>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.ExchangeWebServiceMailBinding.#ctor(System.Uri,System.Net.ICredentials,Microsoft.ServiceModel.Channels.Mail.MailSecurityMode)">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.ExchangeWebServiceMailBinding" /> class using the specified server name, credentials, and security mode.
                </summary>
      <param name="serverAddress">
                    An object that contains the address of the Exchange server (that is, the server that is running Microsoft Exchange Server). An example of an Exchange server address is "http://www.fabrikam.com/".
                </param>
      <param name="credentials">
                    An object that is used to access the Exchange server.
                </param>
      <param name="mode">
                    One of the enumeration values that represents the SOAP message security for the binding.
                </param>
      <exception cref="T:System.ArgumentOutOfRangeException">
                    The <see cref="T:Microsoft.ServiceModel.Channels.Mail.MailSecurityMode" /> enumeration is set to a value that is not supported.
                </exception>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.ExchangeWebServiceMailTransport">
      <summary>
                    Represents the mail transport for Exchange Web Service transports.
                </summary>
      <filterpriority>2</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.ExchangeWebServiceMailTransport.#ctor(System.Uri,System.Net.ICredentials)">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.ExchangeWebServiceMailTransport" /> class.
                </summary>
      <param name="serverAddress">
                    A <see cref="T:System.Uri" /> object that contains the address of the Exchange server (that is, the server that is running Microsoft Exchange Server). An example of the address is http://fabrikam.com/.
                </param>
      <param name="credentials">
                    An <see cref="T:System.Net.ICredentials" /> object that is used to access the Exchange server.
                </param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="serverName" /> is null.
                </exception>
      <filterpriority>2</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.ExchangeWebServiceMailTransport.ExchangeServerClient">
      <summary>
                    Gets the Web service proxy that is used by the mail transport to access the Exchange Web server (that is, the server that is running Microsoft Exchange Server).
                </summary>
      <returns>
                    A <see cref="T:System.Web.Services.Protocols.SoapHttpClientProtocol" /> object that represents the Web service proxy.
                </returns>
      <filterpriority>2</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.ExchangeWebServiceMailTransport.IsQueued">
      <summary>
                    Gets a value that indicates whether the mail transport is queued.
                </summary>
      <returns>
                    Always false because <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.ExchangeWebServiceMailTransport" /> is not a queued transport. 
                </returns>
      <filterpriority>2</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.ExchangeWebServiceMailTransport.ServerQueryInterval">
      <summary>
                    Gets or sets a value that specifies how often to query the Exchange Web server (that is, the server that is running Microsoft Exchange Server) for new messages.
                </summary>
      <returns>
                    An int that represents the number of milliseconds between queries. The default value is 30,000 milliseconds.
                </returns>
      <exception cref="T:System.ArgumentOutOfRangeException">
                    The <see cref="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.ExchangeWebServiceMailTransport.ServerQueryInterval" /> property is set to a value less than 0 (zero).
                </exception>
      <filterpriority>2</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.ExchangeWebServiceMailTransportBindingElement">
      <summary>
                    Represents the mail transport binding element that is used to construct Exchange Web Services transports.
                </summary>
      <filterpriority>2</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.ExchangeWebServiceMailTransportBindingElement.#ctor(System.Uri,System.Net.ICredentials)">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.ExchangeWebServiceMailTransportBindingElement" /> using the specified server name and credentials.
                </summary>
      <param name="serverAddress">
                    An object that contains the address of the Exchange server (that is, the server that is running Microsoft Exchange Server). An example of an Exchange server address is "http://www.fabrikam.com/".
                </param>
      <param name="credentials">
                    An object that is used to access the Exchange server.
                </param>
      <filterpriority>2</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.ExchangeWebServiceMailTransportBindingElement.Clone">
      <summary>
                    Creates a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.ExchangeWebServiceMailTransportBindingElement" /> object that is a copy of the current instance.
                </summary>
      <returns>
                    An object that is a copy of the current object.
                </returns>
      <filterpriority>2</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.AndType">
      <summary>
                    Represents a search expression that enables you to perform a Boolean AND operation between two or more search expressions.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.AndType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.AndType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ArrayOfGroupedItemsType">
      <summary>
                    Represents a collection of items that are the result of a grouped FindItem call.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ArrayOfGroupedItemsType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ArrayOfGroupedItemsType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ArrayOfGroupedItemsType.Items">
      <summary>
                    Gets or sets a collection of items that are the result of a grouped FindItem call.
                </summary>
      <returns>
                    An object that contains grouped items. 
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ArrayOfRealItemsType">
      <summary>
                    Represents a collection of generic items in the Exchange store.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ArrayOfRealItemsType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ArrayOfRealItemsType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ArrayOfRealItemsType.Items">
      <summary>
                    Gets or sets the collection of items.
                </summary>
      <returns>
                    An object that contains the items.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ArrayOfResponseMessagesType">
      <summary>
                    Represents a collection of response messages for an Exchange Web Services request.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ArrayOfResponseMessagesType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ArrayOfResponseMessagesType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ArrayOfResponseMessagesType.Items">
      <summary>
                    Gets or sets the collection of response messages for an Exchange Web Services request.
                </summary>
      <returns>
                    An object that contains the response messages.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ArrayOfResponseMessagesType.ItemsElementName">
      <summary>
                    Gets or sets the response types in the collection of response messages for an Exchange Web Services request.
                </summary>
      <returns>
                    An object that contains the response types.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.AttachmentIdType">
      <summary>
                    Identifies an item or file attachment.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.AttachmentIdType.#ctor">
      <summary>
                    Initializes an instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.AttachmentIdType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.AttachmentIdType.RootItemChangeKey">
      <summary>
                    Gets or sets the new change key of the root item of a deleted attachment.
                </summary>
      <returns>
                    The change key of the root item of a deleted attachment.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.AttachmentIdType.RootItemId">
      <summary>
                    Gets or sets the root item of a deleted attachment. 
                </summary>
      <returns>
                    The root item of a deleted attachment.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.AttachmentInfoResponseMessageType">
      <summary>
                    Contains attachment properties for a ResponseMessageType object of type <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.AttachmentInfoResponseMessageType" /> in the Exchange store.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.AttachmentInfoResponseMessageType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.AttachmentInfoResponseMessageType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.AttachmentInfoResponseMessageType.Attachments">
      <summary>
                    Gets or sets the items or files that are attached to a ResponseMessageType object of type <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.AttachmentInfoResponseMessageType" /> in the Exchange store.
                </summary>
      <returns>
                    An object that contains the items or files attached to the response. 
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.AttachmentResponseShapeType">
      <summary>
                    Provides additional properties that are returned in the response to a GetAttachment request.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.AttachmentResponseShapeType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.AttachmentResponseShapeType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.AttachmentResponseShapeType.AdditionalProperties">
      <summary>
                    Gets or sets additional properties to return in the response to a GetAttachment request.
                </summary>
      <returns>
                    An object that contains Uniform Resource Identifiers (URIs) for additional properties.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.AttachmentResponseShapeType.BodyType">
      <summary>
                    Gets or sets the type of formatting in the body text of the response to a GetAttachment request.
                </summary>
      <returns>
                    An object that represents the formatting type of the body text in the response.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.AttachmentResponseShapeType.BodyTypeSpecified">
      <summary>
                    Gets or sets a value that specifies whether the <see cref="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.AttachmentResponseShapeType.BodyType" /> property is serialized in the response to a GetAttachment request.
                </summary>
      <returns>true if the <see cref="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.AttachmentResponseShapeType.BodyType" /> property is serialized in the response; otherwise, false.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.AttachmentResponseShapeType.IncludeMimeContent">
      <summary>
                    Gets or sets a value that specifies whether the MIME content is returned in the response to a GetAttachment request.
                </summary>
      <returns>true to return MIME content in the response; otherwise, false.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.AttachmentResponseShapeType.IncludeMimeContentSpecified">
      <summary>
                    Gets or sets a value that specifies whether the <see cref="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.AttachmentResponseShapeType.IncludeMimeContent" /> property is serialized in the response to a GetAttachment request.
                </summary>
      <returns>true if MIME content is present in the response; otherwise, false.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.AttachmentType">
      <summary>
                    Represents an attachment.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.AttachmentType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.AttachmentType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.AttachmentType.AttachmentId">
      <summary>
                    Gets or sets the attachment identifier.
                </summary>
      <returns>
                    An object that contains the identifier of the parent item and the attachment.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.AttachmentType.ContentId">
      <summary>
                    Gets or sets the attachment content identifier.
                </summary>
      <returns>
                    The content identifier.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.AttachmentType.ContentLocation">
      <summary>
                    Gets or sets the Uniform Resource Identifier (URI) that corresponds to the location of the content of the attachment.
                </summary>
      <returns>
                    The URI to the content of the attachment.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.AttachmentType.ContentType">
      <summary>
                    Gets or sets a value that describes the MIME type of the attachment content. 
                </summary>
      <returns>
                    The content type of the attachment.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.AttachmentType.Name">
      <summary>
                    Gets or sets the name of the attachment.
                </summary>
      <returns>
                    The name of the attachment.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.AvailabilityProxyRequestType">
      <summary>
                    Identifies whether a proxy request is cross-site or cross-forest.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.AvailabilityProxyRequestType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.AvailabilityProxyRequestType" /> class. 
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.AvailabilityProxyRequestType.Text">
      <summary>
                    Gets or sets the proxy request type.
                </summary>
      <returns>
                    The proxy request type.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.BaseEmailAddressType">
      <summary>
                    Serves as a base class for derived classes that represent an e-mail address.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.BaseEmailAddressType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.BaseEmailAddressType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.BaseFolderIdType">
      <summary>
                    Defines the core behavior for classes that represent a folder identifier, and provides a base for BaseFolderIdType derivations.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.BaseFolderIdType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.BaseFolderIdType" /> class.
                </summary>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.BaseFolderType">
      <summary>
                    Base class for derived classes that represent a Microsoft Exchange folder.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.BaseFolderType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.BaseFolderType" /> class.
                </summary>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.BaseFolderType.ChildFolderCount">
      <summary>
                    Gets or sets the number of child folders contained within a folder.
                </summary>
      <returns>
                    The number of child folders.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.BaseFolderType.ChildFolderCountSpecified">
      <summary>
                    Gets or sets a value that specifies whether the <see cref="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.BaseFolderType.ChildFolderCount" /> property is serialized in the request to create, get, find, synchronize, or update a folder.
                </summary>
      <returns>true if the <see cref="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.BaseFolderType.ChildFolderCount" /> property is serialized in the request; otherwise, false.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.BaseFolderType.DisplayName">
      <summary>
                    Gets or sets the display name of the folder.
                </summary>
      <returns>
                    The display name.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.BaseFolderType.ExtendedProperty">
      <summary>
                    Gets or sets extended properties on folders.
                </summary>
      <returns>
                    An array that contains extended MAPI properties on folders and items.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.BaseFolderType.FolderClass">
      <summary>
                    Gets or sets the folder class for a given folder.
                </summary>
      <returns>
                    The folder class.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.BaseFolderType.FolderId">
      <summary>
                    Gets or sets the identifier and change key of a folder.
                </summary>
      <returns>
                    The identifier and change key of the folder.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.BaseFolderType.ParentFolderId">
      <summary>
                    Gets or sets the identifier of the parent folder that contains the item or folder.
                </summary>
      <returns>
                    The identifier of the parent folder.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.BaseFolderType.TotalCount">
      <summary>
                    Gets or sets the total count of items within a given folder
                </summary>
      <returns>
                    The total count of items.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.BaseFolderType.TotalCountSpecified">
      <summary>
                    Gets or sets a value that specifies whether the <see cref="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.BaseFolderType.TotalCount" /> property is serialized in the request to create, get, find, synchronize, or update a folder.
                </summary>
      <returns>true if the <see cref="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.BaseFolderType.TotalCount" /> property is serialized in the request; otherwise, false.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.BaseItemIdType">
      <summary>
                    Defines the core behavior of item identifiers, and provides a base for derived classes.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.BaseItemIdType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.BaseItemIdType" /> class.
                </summary>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.BaseNotificationEventType">
      <summary>
                    Defines the core behavior of notification events, and provides a base for derived classes.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.BaseNotificationEventType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.BaseNotificationEventType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.BaseNotificationEventType.Watermark">
      <summary>
                    Gets or sets the event bookmark in the mailbox event queue.
                </summary>
      <returns>
                    The event bookmark in the mailbox event queue.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.BaseObjectChangedEventType">
      <summary>
                    Defines the core behavior for events that modify objects, and provides a base for derived classes.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.BaseObjectChangedEventType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.BaseObjectChangedEventType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.BaseObjectChangedEventType.Item">
      <summary>
                    Gets or sets the item that was modified.
                </summary>
      <returns>
                    The modified item.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.BaseObjectChangedEventType.ParentFolderId">
      <summary>
                    Gets or sets the unique identifier of the parent folder that contains the item or folder.
                </summary>
      <returns>
                    The unique identifier of the parent folder.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.BaseObjectChangedEventType.TimeStamp">
      <summary>
                    Gets or sets the timestamp of a mailbox event.
                </summary>
      <returns>
                    The timestamp of a mailbox event.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.BasePagingType">
      <summary>
                    Defines the core behavior of page view objects, and provides a base for derived classes.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.BasePagingType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.BasePagingType" /> object.
                </summary>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.BasePagingType.MaxEntriesReturned">
      <summary>
                    Gets or sets the maximum number of results to return in the FindItem response.
                </summary>
      <returns>
                    The maximum number of results.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.BasePagingType.MaxEntriesReturnedSpecified">
      <summary>
                    Gets or sets a value that specifies whether the <see cref="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.BasePagingType.MaxEntriesReturned" /> property is serialized in the FindItem response.
                </summary>
      <returns>true if the <see cref="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.BasePagingType.MaxEntriesReturned" /> property is serialized in the response; otherwise, false.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.BasePathToElementType">
      <summary>
                    Defines the core behavior of objects that represent Uniform Resource Identifiers (URIs) to properties, and provides a base for derived classes.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.BasePathToElementType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.BasePathToElementType" /> class.
                </summary>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.BaseRequestType">
      <summary>
                    Defines the core behavior of requests, and provides a base for derived classes.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.BaseRequestType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.BaseRequestType" /> class.
                </summary>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.BaseResponseMessageType">
      <summary>
                    Defines the core behavior for Exchange Web Services responses and provides a base for derived classes.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.BaseResponseMessageType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.BaseResponseMessageType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.BaseResponseMessageType.ResponseMessages">
      <summary>
                    Gets or sets the response messages for an Exchange Web Services request.
                </summary>
      <returns>
                    An array containing the response messages.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.BaseSubscriptionRequestType">
      <summary>
                    Defines the core behavior of subscriptions to push-based and pull-based event notifications and provides a base for derived classes.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.BaseSubscriptionRequestType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.BaseSubscriptionRequestType" /> class.
                </summary>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.BaseSubscriptionRequestType.EventTypes">
      <summary>
                    Gets or sets a collection of event notifications that are used to create a subscription.
                </summary>
      <returns>
                    The collection of event notifications.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.BaseSubscriptionRequestType.FolderIds">
      <summary>
                    Gets or sets the folder identifiers that are used to identify folders to copy, move, get, delete, or monitor for event notifications.
                </summary>
      <returns>
                    The array of folder identifiers.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.BaseSubscriptionRequestType.Watermark">
      <summary>
                    Gets or sets the event bookmark in the mailbox events table.
                </summary>
      <returns>
                    The event bookmark.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.BodyType">
      <summary>
                    Represents the actual body content of a message.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.BodyType.#ctor">
      <summary>
                    Initializes a new instances of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.BodyType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.BodyType.BodyType1">
      <summary>
                    Gets or sets the item body type of a message.
                </summary>
      <returns>
                    The item body type of a message.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.BodyType.Value">
      <summary>
                    Gets or sets a text message value that represents the message body.
                </summary>
      <returns>
                    The message body.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.BodyTypeResponseType">
      <summary>
                    Specifies how the body or attachment text is formatted in a response.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.BodyTypeResponseType.Best">
      <summary>
                    The response returns the richest available body content. This information is useful if the format of the content (text or HTML) is unknown. 
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.BodyTypeResponseType.HTML">
      <summary>
                    The response returns an item body as HTML.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.BodyTypeResponseType.Text">
      <summary>
                    The response returns an item body as plain text.
                </summary>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.BodyTypeType">
      <summary>
                    Specifies how the body of the item is formatted.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.BodyTypeType.HTML">
      <summary>
                    The item body is formatted as HTML.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.BodyTypeType.Text">
      <summary>
                    The item body is formatted as text.
                </summary>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ConnectingSIDType">
      <summary>
                    Represents an account to impersonate when using the <see cref="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ExchangeServiceBinding.ExchangeImpersonation" /> SOAP header.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ConnectingSIDType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ConnectingSIDType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ConnectingSIDType.PrimarySmtpAddress">
      <summary>
                    Gets or sets the primary Simple Mail Transfer Protocol (SMTP) address of the account to use for <see cref="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ExchangeServiceBinding.ExchangeImpersonation" />.
                </summary>
      <returns>
                    The SMTP address.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ConnectingSIDType.PrincipalName">
      <summary>
                    Gets or sets the user principal name (UPN) of the account to be used for <see cref="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ExchangeServiceBinding.ExchangeImpersonation" />.
                </summary>
      <returns>
                    The text value representing the UPN of a user.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ConnectingSIDType.SID">
      <summary>
                    Gets or sets the security descriptor definition language (SDDL) form of the security identifier (SID) for the account to use for impersonation.
                </summary>
      <returns>
                    The SID.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ConstantValueType">
      <summary>
                    Identifies a constant value in a restriction.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ConstantValueType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ConstantValueType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ConstantValueType.Value">
      <summary>
                    Gets or sets the value to compare in the restriction.
                </summary>
      <returns>
                    The comparison value.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ContainmentComparisonType">
      <summary>
                    Indicates whether the search distinguishes between uppercase and lowercase letters, and ignores spaces.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ContainmentComparisonType.Exact">
      <summary>
                    The comparison is case sensitive and does not ignore non-spacing characters.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ContainmentComparisonType.IgnoreCase">
      <summary>
                    The comparison is case-insensitive.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ContainmentComparisonType.IgnoreNonSpacingCharacters">
      <summary>
                    The comparison ignores non-spacing characters.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ContainmentComparisonType.Loose">
      <summary>
                    Not currently used.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ContainmentComparisonType.IgnoreCaseAndNonSpacingCharacters">
      <summary>
                    The comparison is case-insensitive and ignores non-spacing characters.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ContainmentComparisonType.LooseAndIgnoreCase">
      <summary>
                    Not currently used.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ContainmentComparisonType.LooseAndIgnoreNonSpace">
      <summary>
                    Not currently used.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ContainmentComparisonType.LooseAndIgnoreCaseAndIgnoreNonSpace">
      <summary>
                    Not currently used.
                </summary>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ContainmentModeType">
      <summary>
                    Identifies the boundaries of a search.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ContainmentModeType.FullString">
      <summary>
                    The comparison is between the full string and the constant. The property value and the supplied constant are the same.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ContainmentModeType.Prefixed">
      <summary>
                    The comparison is between a prefix in the string and the constant. The property value and the supplied constant are the same.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ContainmentModeType.Substring">
      <summary>
                    The comparison is between a substring of the string and the constant.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ContainmentModeType.PrefixOnWords">
      <summary>
                    The comparison is between a prefix on individual words in the string and the constant.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ContainmentModeType.ExactPhrase">
      <summary>
                    The comparison is between an exact phrase in the string and the constant.
                </summary>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ContainsExpressionType">
      <summary>
                    Represents a search expression that determines whether a given property contains the supplied constant string value.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ContainsExpressionType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ContainsExpressionType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ContainsExpressionType.Constant">
      <summary>
                    Gets or sets a constant as the supplied value in the search expression.
                </summary>
      <returns>
                    An object representing the supplied value in the search expression.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ContainsExpressionType.ContainmentComparison">
      <summary>
                    Gets or sets a value that indicates whether the search ignores cases and spaces.
                </summary>
      <returns>
                    One of the enumeration values that indicates whether the search ignores cases and spaces.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ContainsExpressionType.ContainmentComparisonSpecified">
      <summary>
                    Gets or sets a value that indicates whether the <see cref="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ContainsExpressionType.ContainmentComparison" /> property is specified in the search expression.
                </summary>
      <returns>true if a value is specified; otherwise, false.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ContainsExpressionType.ContainmentMode">
      <summary>
                    Gets or sets a value that identifies the boundaries of a search.
                </summary>
      <returns>
                    One of the enumeration values that identifies the boundaries of a search.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ContainsExpressionType.ContainmentModeSpecified">
      <summary>
                    Gets or sets a value that indicates whether the <see cref="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ContainsExpressionType.ContainmentMode" /> property is specified in the search expression.
                </summary>
      <returns>true if a value is specified; otherwise, false.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ContainsExpressionType.Item">
      <summary>
                    Gets or sets a value that represents Uniform Resource Identifiers (URIs) to a property that is compared to the supplied value in the search expression.
                </summary>
      <returns>
                    The URI to a property that is compared to the supplied value.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.CreateAttachmentResponseType">
      <summary>
                    Defines a response to a <see cref="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ExchangeServiceBinding.CreateAttachment(Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.CreateAttachmentType)" /> request.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.CreateAttachmentResponseType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.CreateAttachmentResponseType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.CreateAttachmentType">
      <summary>
                    Represents a request to attach an item or file to a specified item in the Exchange database.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.CreateAttachmentType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.CreateAttachmentType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.CreateAttachmentType.Attachments">
      <summary>
                    Gets or sets the attachments to create for the <see cref="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ExchangeServiceBinding.CreateAttachment(Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.CreateAttachmentType)" /> operation.
                </summary>
      <returns>
                    The attachments used in the <see cref="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ExchangeServiceBinding.CreateAttachment(Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.CreateAttachmentType)" /> operation.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.CreateAttachmentType.ParentItemId">
      <summary>
                    Gets or sets the parent item in the Exchange database that receives the attachments.
                </summary>
      <returns>
                    The identifier of the parent item.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.CreateItemResponseType">
      <summary>
                    Defines a response to a <see cref="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ExchangeServiceBinding.CreateItem(Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.CreateItemType)" /> request.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.CreateItemResponseType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.CreateItemResponseType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.CreateItemType">
      <summary>
                    Represents a request to create an item or response object.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.CreateItemType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.CreateItemType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.CreateItemType.Items">
      <summary>
                    Gets or sets the collection of items to create.
                </summary>
      <returns>
                    The collection that contains all the items to create.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.CreateItemType.MessageDisposition">
      <summary>
                    Gets or sets a value that describes how an item is handled after it is created.
                </summary>
      <returns>
                    An enumeration value that describes how an item is handled after it is created.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.CreateItemType.MessageDispositionSpecified">
      <summary>
                    Gets or sets a value that specifies whether the <see cref="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.CreateItemType.MessageDisposition" /> property is serialized into the SOAP request.
                </summary>
      <returns>true if the property is serialized into the SOAP request; otherwise, false.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.CreateItemType.SavedItemFolderId">
      <summary>
                    Gets or sets the target folder for saved items.
                </summary>
      <returns>
                    An object that identifies which folder contains saved items.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.CreateItemType.SendMeetingInvitationsSpecified">
      <summary>
                    Gets or sets a value that specifies whether the SendMeetingInvitations property is serialized into the SOAP request.
                </summary>
      <returns>true if the property is serialized into the SOAP request; otherwise, false.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.DayOfWeekIndexType">
      <summary>
                    Identifies the week in a month that is used in a relative recurrence pattern.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.DayOfWeekIndexType.First">
      <summary>
                    The first week in the month is used in the recurrence pattern.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.DayOfWeekIndexType.Second">
      <summary>
                    The second week in the month is used in the recurrence pattern.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.DayOfWeekIndexType.Third">
      <summary>
                    The third week in the month is used in the recurrence pattern.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.DayOfWeekIndexType.Fourth">
      <summary>
                    The fourth week in the month is used in the recurrence pattern.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.DayOfWeekIndexType.Last">
      <summary>
                    The last week in the month is used in the recurrence pattern.
                </summary>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.DayOfWeekType">
      <summary>
                    Identifies the days of the week that are used in item recurrence patterns.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.DayOfWeekType.Sunday">
      <summary>
                    Sundays are part of the recurrence pattern.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.DayOfWeekType.Monday">
      <summary>
                    Mondays are part of the recurrence pattern.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.DayOfWeekType.Tuesday">
      <summary>
                    Tuesdays are part of the recurrence pattern.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.DayOfWeekType.Wednesday">
      <summary>
                    Wednesdays are part of the recurrence pattern.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.DayOfWeekType.Thursday">
      <summary>
                    Thursdays are part of the recurrence pattern.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.DayOfWeekType.Friday">
      <summary>
                    Fridays are part of the recurrence pattern.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.DayOfWeekType.Saturday">
      <summary>
                    Saturdays are part of the recurrence pattern.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.DayOfWeekType.Day">
      <summary>
                    Every day is part of the recurrence pattern. This value is not used in the RelativeYearlyRecurrencePatternType.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.DayOfWeekType.Weekday">
      <summary>
                    Weekdays are part of the recurrence pattern. This value is not used in the RelativeYearlyRecurrencePatternType.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.DayOfWeekType.WeekendDay">
      <summary>
                    Saturdays and Sundays are part of the recurrence pattern. This value is not used in the RelativeYearlyRecurrencePatternType.
                </summary>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.DefaultShapeNamesType">
      <summary>
                    Identifies the set of properties to return in an item or folder response.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.DefaultShapeNamesType.IdOnly">
      <summary>
                    Only the item or folder ID is returned.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.DefaultShapeNamesType.Default">
      <summary>
                    A set of properties that are defined as the default for the item or folder are returned.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.DefaultShapeNamesType.AllProperties">
      <summary>
                    All the properties used by the Exchange Business Logic layer to construct an item or folder are returned.
                </summary>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.DeleteItemResponseType">
      <summary>
                    Defines a response to a single <see cref="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ExchangeServiceBinding.DeleteItem(Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.DeleteItemType)" /> request.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.DeleteItemResponseType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.DeleteItemResponseType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.DeleteItemType">
      <summary>
                    Represents a request to delete items from a Microsoft Exchange database.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.DeleteItemType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.DeleteItemType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.DeleteItemType.AffectedTaskOccurrencesSpecified">
      <summary>
                    Gets or sets a value that specifies whether the AffectedTaskOccurrences property is serialized into the request.
                </summary>
      <returns>true if the AffectedTaskOccurrences property is serialized; otherwise, false.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.DeleteItemType.DeleteType">
      <summary>
                    Gets or sets a value that describes how an item is deleted.
                </summary>
      <returns>
                    An enumeration value that describes how an item is deleted.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.DeleteItemType.ItemIds">
      <summary>
                    Gets or sets the collection of items to delete.
                </summary>
      <returns>
                    An array that contains the identifiers of all the items to delete.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.DeleteItemType.SendMeetingCancellationsSpecified">
      <summary>
                    Gets or sets a value that specifies whether the MeetingCancellations property is serialized into the request.
                </summary>
      <returns>true if the MeetingCancellations property is serialized; otherwise, false.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.DictionaryURIType">
      <summary>
                    Identifies frequently referenced dictionary properties by Uniform Resource Identifier (URI).
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.DictionaryURIType.itemInternetMessageHeader">
      <summary>
                    The InternetMessageHeader property, identified by URI.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.DictionaryURIType.contactsImAddress">
      <summary>
                    The ImAddresses property, identified by URI.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.DictionaryURIType.contactsPhysicalAddressStreet">
      <summary>
                    The PhysicalAddressStreet property, identified by URI.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.DictionaryURIType.contactsPhysicalAddressCity">
      <summary>
                    The PhysicalAddressCity property, identified by URI.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.DictionaryURIType.contactsPhysicalAddressState">
      <summary>
                    The PhysicalAddressState property, identified by URI.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.DictionaryURIType.contactsPhysicalAddressCountryOrRegion">
      <summary>
                    The PhysicalAddressCountryOrRegion property, identified by URI.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.DictionaryURIType.contactsPhysicalAddressPostalCode">
      <summary>
                    The PhysicalAddressPostalCode property, identified by URI.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.DictionaryURIType.contactsPhoneNumber">
      <summary>
                    The PhoneNumbers property, identified by URI.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.DictionaryURIType.contactsEmailAddress">
      <summary>
                    The EmailAddresses property, identified by URI.
                </summary>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.DisposalType">
      <summary>
                    Describes how an item or folder is deleted. 
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.DisposalType.HardDelete">
      <summary>
                    An item is permanently removed from the store.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.DisposalType.SoftDelete">
      <summary>
                    An item is moved to the dumpster, if the dumpster is enabled.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.DisposalType.MoveToDeletedItems">
      <summary>
                    An item is moved to the Deleted Items folder.
                </summary>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.DistinguishedFolderIdNameType">
      <summary>
                    Identifies Microsoft Exchange Server 2007 folders that can be referenced by name.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.DistinguishedFolderIdNameType.calendar">
      <summary>
                    The Calendar folder.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.DistinguishedFolderIdNameType.contacts">
      <summary>
                    The Contacts folder.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.DistinguishedFolderIdNameType.deleteditems">
      <summary>
                    The Deleted Items folder.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.DistinguishedFolderIdNameType.drafts">
      <summary>
                    The Drafts folder.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.DistinguishedFolderIdNameType.inbox">
      <summary>
                    The Inbox folder.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.DistinguishedFolderIdNameType.journal">
      <summary>
                    The Journal folder.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.DistinguishedFolderIdNameType.notes">
      <summary>
                    The Notes folder.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.DistinguishedFolderIdNameType.outbox">
      <summary>
                    The Outbox folder.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.DistinguishedFolderIdNameType.sentitems">
      <summary>
                    The Sent Items folder.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.DistinguishedFolderIdNameType.tasks">
      <summary>
                    The Tasks folder.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.DistinguishedFolderIdNameType.msgfolderroot">
      <summary>
                    The message folder root.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.DistinguishedFolderIdNameType.root">
      <summary>
                    The root of the mailbox.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.DistinguishedFolderIdNameType.junkemail">
      <summary>
                    The Junk E-mail folder.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.DistinguishedFolderIdNameType.searchfolders">
      <summary>
                    The Search Folders folder. This is also an alias for the Finder folder.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.DistinguishedFolderIdNameType.voicemail">
      <summary>
                    The Voice Mail folder.
                </summary>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.DistinguishedFolderIdType">
      <summary>
                    Identifies Microsoft Exchange Server 2007 folders that can be referenced by name.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.DistinguishedFolderIdType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.DistinguishedFolderIdType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.DistinguishedFolderIdType.ChangeKey">
      <summary>
                    Gets or sets a value that identifies a version of a folder by the folder ID.
                </summary>
      <returns>
                    Identifier for the folder version.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.DistinguishedFolderIdType.Id">
      <summary>
                    Gets or sets a value that identifies a default folder.
                </summary>
      <returns>
                    An enumeration value that identifies a default folder.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.DistinguishedFolderIdType.Mailbox">
      <summary>
                    Gets or sets a primary Simple Mail Transfer Protocol (SMTP) address.
                </summary>
      <returns>
                    An object that identifies a primary SMTP address.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.DistinguishedPropertySetType">
      <summary>
                    Defines the well-known property set IDs for extended properties.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.DistinguishedPropertySetType.Meeting">
      <summary>
                    The meeting property set ID, defined by name.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.DistinguishedPropertySetType.Appointment">
      <summary>
                    The appointment property set ID, defined by name.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.DistinguishedPropertySetType.Common">
      <summary>
                    The common property set ID, defined by name.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.DistinguishedPropertySetType.PublicStrings">
      <summary>
                    The public strings property set ID, defined by name.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.DistinguishedPropertySetType.Address">
      <summary>
                    The address property set ID, defined by name.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.DistinguishedPropertySetType.InternetHeaders">
      <summary>
                    The Internet headers property set ID, defined by name.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.DistinguishedPropertySetType.CalendarAssistant">
      <summary>
                    The calendar assistant property set ID, defined by name.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.DistinguishedPropertySetType.UnifiedMessaging">
      <summary>
                    The unified messaging property set ID, defined by name.
                </summary>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.EmailAddressType">
      <summary>
                    Defines the primary Simple Mail Transfer Protocol (SMTP) address of a mailbox user.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.EmailAddressType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.EmailAddressType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.EmailAddressType.EmailAddress">
      <summary>
                    Gets or sets the Simple Mail Transfer Protocol (SMTP) address of a mailbox user.
                </summary>
      <returns>
                    The SMTP address.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.EmailAddressType.ItemId">
      <summary>
                    Gets or sets the unique identifier and change key of an e-mail address in the Exchange store.
                </summary>
      <returns>
                    The unique identifier.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.EmailAddressType.MailboxType">
      <summary>
                    Gets or sets the type of mailbox that is represented by the e-mail address.
                </summary>
      <returns>
                    An enumeration value that represents the mailbox type.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.EmailAddressType.MailboxTypeSpecified">
      <summary>
                    Gets or sets a value that indicates whether the <see cref="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.EmailAddressType.MailboxType" /> property has been specified.
                </summary>
      <returns>true if the mailbox type has been specified; otherwise, false.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.EmailAddressType.Name">
      <summary>
                    Gets or sets the name of the mailbox user.
                </summary>
      <returns>
                    The name of the mailbox user.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.EmailAddressType.RoutingType">
      <summary>
                    Gets or sets a value that defines the routing that is used for the mailbox.
                </summary>
      <returns>
                    The routing type.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ExceptionPropertyURIType">
      <summary>
                    Identifies particular errors in a request.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ExceptionPropertyURIType.attachmentName">
      <summary>
                    The attachment name contains an error.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ExceptionPropertyURIType.attachmentContentType">
      <summary>
                    The attachment content type contains an error.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ExceptionPropertyURIType.attachmentContent">
      <summary>
                    The attachment content contains an error.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ExceptionPropertyURIType.recurrenceMonth">
      <summary>
                    The month field contains an error.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ExceptionPropertyURIType.recurrenceDayOfWeekIndex">
      <summary>
                    The day of week index contains an error.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ExceptionPropertyURIType.recurrenceDaysOfWeek">
      <summary>
                    The DaysOfWeek property contains an error.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ExceptionPropertyURIType.recurrenceDayOfMonth">
      <summary>
                    The DayOfMonth property contains an error.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ExceptionPropertyURIType.recurrenceInterval">
      <summary>
                    The recurrence interval contains an error.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ExceptionPropertyURIType.recurrenceNumberOfOccurrences">
      <summary>
                    The number of occurrences field contains an error.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ExceptionPropertyURIType.timezoneOffset">
      <summary>
                    The time zone offset contains an error.
                </summary>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ExchangeImpersonationType">
      <summary>
                    Represents an attempt by a caller to impersonate an account, based on the presence of the ExchangeImpersonation element in the SOAP header of a request.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ExchangeImpersonationType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ExchangeImpersonationType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ExchangeImpersonationType.ConnectingSID">
      <summary>
                    Gets or sets the account to impersonate when using the ExchangeImpersonation SOAP header.
                </summary>
      <returns>
                    An object that represents the account to impersonate.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ExchangeServiceBinding">
      <summary>
                    Contains the methods and properties that are used to send and receive the SOAP messages, set up Exchange impersonation, maintain user credentials, and identify the Exchange Web Services endpoint.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ExchangeServiceBinding.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ExchangeServiceBinding" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ExchangeServiceBinding.BeginSubscribe(Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.SubscribeType,System.AsyncCallback,System.Object)">
      <summary>
                    Initiates an asynchronous <see cref="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ExchangeServiceBinding.Subscribe(Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.SubscribeType)" /> call.
                </summary>
      <returns>
                    The object that references the asynchronous open operation.
                </returns>
      <param name="Subscribe1">
                    The request to subscribe to mailbox notifications.
                </param>
      <param name="callback">
                    The delegate that receives notification of the completion of the asynchronous subscribe operation.
                </param>
      <param name="asyncState">
                    An object, specified by the application, that contains state information associated with the asynchronous subscribe operation.
                </param>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ExchangeServiceBinding.CreateAttachment(Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.CreateAttachmentType)">
      <summary>
                    Sends the request and gets the response to a CreateAttachment operation.
                </summary>
      <returns>
                    An object that contains the status of the CreateAttachment operation.
                </returns>
      <param name="CreateAttachment1">
                    An instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.CreateAttachmentType" /> class that represents the attachments to associate with a parent item.
                </param>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ExchangeServiceBinding.CreateItem(Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.CreateItemType)">
      <summary>
                    Sends the request and gets the response to a CreateItem operation.
                </summary>
      <returns>
                    An object that contains the status of the CreateItem operation, and, in many scenarios, the identifiers of the new items.
                </returns>
      <param name="CreateItem1">
                    An instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.CreateItemType" /> class that represents a set of items to create.
                </param>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ExchangeServiceBinding.DeleteItem(Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.DeleteItemType)">
      <summary>
                    Sends the request and gets the response to a DeleteItem operation.
                </summary>
      <returns>
                    An object that contains the status of the DeleteItem operation.
                </returns>
      <param name="DeleteItem1">
                    An instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.DeleteItemType" /> class that represents the items to delete.
                </param>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ExchangeServiceBinding.EndSubscribe(System.IAsyncResult)">
      <summary>
                    Ends an asynchronous <see cref="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ExchangeServiceBinding.Subscribe(Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.SubscribeType)" /> call.
                </summary>
      <returns>
                    An object that represents the response to the <see cref="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ExchangeServiceBinding.Subscribe(Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.SubscribeType)" /> call.
                </returns>
      <param name="asyncResult">
                    The reference to the pending asynchronous request to wait for.
                </param>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ExchangeServiceBinding.ExchangeImpersonation">
      <summary>
                    Gets or sets an <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ExchangeImpersonationType" /> object that contains the identifier of the account to impersonate.
                </summary>
      <returns>
                    An object that contains the identifier of the account to impersonate.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ExchangeServiceBinding.FindFolder(Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FindFolderType)">
      <summary>
                    Sends the request and gets the response to a FindFolder operation.
                </summary>
      <returns>
                    An object that contains the query result of the FindFolder operation.
                </returns>
      <param name="FindFolder1">
                    An instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FindFolderType" /> class that represents the query used to search for folders.
                </param>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ExchangeServiceBinding.FindItem(Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FindItemType)">
      <summary>
                    Sends the request and gets the response to a FindItem operation.
                </summary>
      <returns>
                    An object that contains the query result of the FindItem operation.
                </returns>
      <param name="FindItem1">
                    An instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FindItemType" /> class that represents the query used to search for items.
                </param>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ExchangeServiceBinding.GetAttachment(Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.GetAttachmentType)">
      <summary>
                    Sends the request and gets the response to a GetAttachment operation.
                </summary>
      <returns>
                    An object that contains the status of the GetAttachment operation and the set of requested attachments.
                </returns>
      <param name="GetAttachment1">
                    An instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.GetAttachmentType" /> class that represents the set of attachments to get.
                </param>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ExchangeServiceBinding.GetEvents(Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.GetEventsType)">
      <summary>
                    Sends the request and gets the response to a GetEvents operation.
                </summary>
      <returns>
                    An object that contains the status of the GetEvents operation and a notification that may contain a set of events for a subscription.
                </returns>
      <param name="GetEvents1">
                    An instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.GetEventsType" /> class that contains the identifier for a pull subscription and a specific watermark.
                </param>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ExchangeServiceBinding.GetItem(Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.GetItemType)">
      <summary>
                    Sends the request and gets the response to a GetItem operation.
                </summary>
      <returns>
                    An object that contains the status of the GetItem operation and the set items.
                </returns>
      <param name="GetItem1">
                    An instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.GetItemType" /> class that represents the set of items to get.
                </param>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ExchangeServiceBinding.MailboxCulture">
      <summary>
                    Gets or sets the mailbox culture that is used when opening a mailbox.
                </summary>
      <returns>
                    An object that describes the language used in the Exchange Web Services operations.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ExchangeServiceBinding.ProxyRequestTypeHeader">
      <summary>
                    Gets or sets a object that identifies whether a proxy request is cross-site or across forests.
                </summary>
      <returns>
                    An object that identifies whether a proxy request is cross-site or across forests.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ExchangeServiceBinding.SendItem(Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.SendItemType)">
      <summary>
                    Sends the request and returns the response to a SendItem operation.
                </summary>
      <returns>
                    An object that contains the status of the SendItem operation.
                </returns>
      <param name="SendItem1">
                    An instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.SendItemType" /> class that represents the set of items to send.
                </param>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ExchangeServiceBinding.SerializedSecurityContext">
      <summary>
                    Gets or sets an object that is used for token serialization in server-to-server authentication.
                </summary>
      <returns>
                    An object that is used for token serialization in server-to-server authentication.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ExchangeServiceBinding.ServerVersionInfoValue">
      <summary>
                    Gets the server version from an Exchange Web Services response.
                </summary>
      <returns>
                    The server version.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ExchangeServiceBinding.Subscribe(Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.SubscribeType)">
      <summary>
                    Sends the request and returns the response to a Subscribe operation.
                </summary>
      <returns>
                    An object that contains the status of the Subscribe operation, the subscription identifier, and the latest watermark for the subscription.
                </returns>
      <param name="Subscribe1">
                    An instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.SubscribeType" /> class that represents the folders and events to monitor.
                </param>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ExchangeServiceBinding.Unsubscribe(Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnsubscribeType)">
      <summary>
                    Sends the request and returns the response to an Unsubscribe operation.
                </summary>
      <returns>
                    An object that contains the result of the Unsubscribe operation.
                </returns>
      <param name="Unsubscribe1">
                    An instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnsubscribeType" /> class that represents the subscription to cancel.
                </param>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ExcludesType">
      <summary>
                    Performs a bitwise mask of the specified property and a supplied value.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ExcludesType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ExcludesType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ExcludesType.Bitmask">
      <summary>
                    Gets or sets an object that represents a hexadecimal or decimal mask to be used during an Excludes restriction operation.
                </summary>
      <returns>
                    An object that represents the mask.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ExcludesType.Item">
      <summary>
                    Gets or sets the Uniform Resource Identifier (URI) that represents the property on which the bitwise mask is performed.
                </summary>
      <returns>
                    The URI for the property.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ExcludesValueType">
      <summary>
                    Represents a hexadecimal or decimal mask to be used during an Excludes restriction operation.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ExcludesValueType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ExcludesValueType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ExcludesValueType.Value">
      <summary>
                    Gets or sets a decimal or hexadecimal bitmask.
                </summary>
      <returns>
                    The bitmask value.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ExistsType">
      <summary>
                    Represents a search expression that returns true if the supplied property exists on an item.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ExistsType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ExistsType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ExistsType.Item">
      <summary>
                    Gets or sets the Uniform Resource Identifier (URI) that represents the property that is the target of the search.
                </summary>
      <returns>
                    The URI for the property.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ExtendedPropertyType">
      <summary>
                    Identifies extended MAPI properties on folders and items.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ExtendedPropertyType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ExtendedPropertyType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ExtendedPropertyType.ExtendedFieldURI">
      <summary>
                    Gets or sets an extended MAPI property to get, set, or create. 
                </summary>
      <returns>
                    The path to the extended MAPI property.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ExtendedPropertyType.Item">
      <summary>
                    Gets or sets a folder or item that has extended MAPI properties.
                </summary>
      <returns>
                    An object that represents a folder or item.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FieldOrderType">
      <summary>
                    Represents a single field by which to sort results, and indicates the direction for the sort.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FieldOrderType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FieldOrderType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FieldOrderType.Item">
      <summary>
                    Gets or sets the Uniform Resource Identifier (URI) that represents the property to be sorted.
                </summary>
      <returns>
                    The URI for the property.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FieldOrderType.Order">
      <summary>
                    Describes the sort order direction.
                </summary>
      <returns>
                    The sort order direction for the groups in the grouped item array that is returned in the response.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FieldURIOrConstantType">
      <summary>
                    Represents either a property or a constant value to be used for comparison with another property.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FieldURIOrConstantType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FieldURIOrConstantType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FieldURIOrConstantType.Item">
      <summary>
                    Gets or sets the property or constant value to be used in the comparison.
                </summary>
      <returns>
                    The property or constant value.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FileAttachmentType">
      <summary>
                    Represents a file attached to an item in the Microsoft Exchange store.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FileAttachmentType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FileAttachmentType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FileAttachmentType.Content">
      <summary>
                    Gets or sets the base64-encoded contents of the file attachment.
                </summary>
      <returns>
                    The base64-encoded binary data of the file attachment.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FindFolderParentType">
      <summary>
                    Contains the results of a search of a single root folder during a FindFolder operation.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FindFolderParentType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FindFolderParentType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FindFolderParentType.AbsoluteDenominator">
      <summary>
                    Gets or sets the next denominator to use for the next FindFolder request when doing fractional paging.
                </summary>
      <returns>
                    The denominator to use for the next request.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FindFolderParentType.AbsoluteDenominatorSpecified">
      <summary>
                    Gets or sets a value that specifies whether the <see cref="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FindFolderParentType.AbsoluteDenominator" /> property is serialized into the FindFolder request.
                </summary>
      <returns>true if the property is serialized; otherwise, false.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FindFolderParentType.Folders">
      <summary>
                    Returns the folders found that have the search criteria identified in the FindFolder request.
                </summary>
      <returns>
                    The folders found by using the FindFolder operation.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FindFolderParentType.IncludesLastItemInRange">
      <summary>
                    Gets or sets a value that indicates whether the current results contain the last folder in the query, so that further paging is not needed.
                </summary>
      <returns>true if the current results contain the last folder in the query; otherwise, false.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FindFolderParentType.IncludesLastItemInRangeSpecified">
      <summary>
                    Gets or sets a value that specifies whether the <see cref="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FindFolderParentType.IncludesLastItemInRange" /> property is serialized into the request.
                </summary>
      <returns>true if the <see cref="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FindFolderParentType.IncludesLastItemInRange" /> property is serialized; otherwise, false.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FindFolderParentType.IndexedPagingOffset">
      <summary>
                    Gets or sets the next index that should be used for the next request when using an indexed paging view.
                </summary>
      <returns>
                    The index to use for the next request.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FindFolderParentType.IndexedPagingOffsetSpecified">
      <summary>
                    Gets or sets a value that specifies whether the <see cref="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FindFolderParentType.IndexedPagingOffset" /> property is serialized into the request.
                </summary>
      <returns>true if the <see cref="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FindFolderParentType.IndexedPagingOffset" /> property is serialized; otherwise, false.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FindFolderParentType.NumeratorOffset">
      <summary>
                    Gets or sets the new numerator value to use for the next request when using fractional page views.
                </summary>
      <returns>
                    The numerator value to use for the next request.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FindFolderParentType.NumeratorOffsetSpecified">
      <summary>
                    Gets or sets a value that specifies whether the <see cref="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FindFolderParentType.NumeratorOffset" /> property is serialized into the request.
                </summary>
      <returns>true if the <see cref="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FindFolderParentType.NumeratorOffset" /> property is serialized; otherwise, false.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FindFolderParentType.TotalItemsInView">
      <summary>
                    Gets or sets the total number of folders that pass the restriction.
                </summary>
      <returns>
                    The number of folders that pass the restriction.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FindFolderParentType.TotalItemsInViewSpecified">
      <summary>
                    Gets or sets a value that specifies whether the <see cref="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FindFolderParentType.TotalItemsInView" /> property is serialized into the request.
                </summary>
      <returns>true if the <see cref="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FindFolderParentType.TotalItemsInView" /> property is serialized; otherwise, false.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FindFolderResponseMessageType">
      <summary>
                    Contains the status and result of a single FindFolder request.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FindFolderResponseMessageType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FindFolderResponseMessageType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FindFolderResponseMessageType.RootFolder">
      <summary>
                    Returns the result of a search of a single root folder during a FindFolder operation.
                </summary>
      <returns>
                    An object that represents the status and result of a single FindFolder request.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FindFolderResponseType">
      <summary>
                    Defines a response to a FindFolder request.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FindFolderResponseType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FindFolderResponseType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FindFolderType">
      <summary>
                    Represents a query to find folders in a mailbox.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FindFolderType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FindFolderType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FindFolderType.FolderShape">
      <summary>
                    Gets or sets the shape of the query set.
                </summary>
      <returns>
                    An object that contains the description of the properties that are requested to be returned in the result set.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FindFolderType.Item">
      <summary>
                    Gets or sets the paging type that describes how the query result set is paged in the response.
                </summary>
      <returns>
                    An object that represents the type of paging to be performed for the query set.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FindFolderType.ParentFolderIds">
      <summary>
                    Gets or sets the folders that the FindFolder operation searches.
                </summary>
      <returns>
                    An array that contains the identifiers of all the folders for the FindFolder operation to search.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FindFolderType.Restriction">
      <summary>
                    Gets or sets the search parameters that define a folder query.
                </summary>
      <returns>
                    An object that contains the search parameters that define the query.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FindFolderType.Traversal">
      <summary>
                    Gets or sets the traversal scheme that is used to search for folders.
                </summary>
      <returns>
                    An enumeration value that defines the type of traversal that is performed for the search.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FindItemParentType">
      <summary>
                    Contains the results of a search of a single root folder during a FindItem operation.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FindItemParentType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FindItemParentType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FindItemParentType.AbsoluteDenominator">
      <summary>
                    Gets or sets the next denominator to use for the next FindItem request when doing fractional paging.
                </summary>
      <returns>
                    The denominator to use for the next request.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FindItemParentType.AbsoluteDenominatorSpecified">
      <summary>
                    Gets or sets a value that specifies whether the <see cref="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FindItemParentType.AbsoluteDenominator" /> property is serialized into the FindItem request.
                </summary>
      <returns>true if the property is serialized; otherwise, false.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FindItemParentType.IncludesLastItemInRange">
      <summary>
                    Gets or sets a value that indicates whether the current results contain the last folder in the query, so that further paging is not needed.
                </summary>
      <returns>true if the current results contain the last folder in the query; otherwise, false.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FindItemParentType.IncludesLastItemInRangeSpecified">
      <summary>
                    Gets or sets a value that specifies whether the <see cref="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FindItemParentType.IncludesLastItemInRange" /> property is serialized into the FindItem request.
                </summary>
      <returns>true if the <see cref="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FindItemParentType.IncludesLastItemInRange" /> property is serialized; otherwise, false.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FindItemParentType.IndexedPagingOffset">
      <summary>
                    Gets or sets the index that should be used for the next request when using an indexed paging view.
                </summary>
      <returns>
                    The index to use for the next request.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FindItemParentType.IndexedPagingOffsetSpecified">
      <summary>
                    Gets or sets a value that specifies whether the <see cref="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FindItemParentType.IndexedPagingOffset" /> property is serialized into the FindItem request.
                </summary>
      <returns>true if the <see cref="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FindItemParentType.IndexedPagingOffset" /> property is serialized; otherwise, false.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FindItemParentType.Item">
      <summary>
                    Returns the items that have the search criteria identified in the FindItem request.
                </summary>
      <returns>
                    The items found by using the FindItem operation.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FindItemParentType.NumeratorOffset">
      <summary>
                    Gets or sets the new numerator value to use for the next FindItem request when using fractional page views.
                </summary>
      <returns>
                    The numerator value to use for the next request.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FindItemParentType.NumeratorOffsetSpecified">
      <summary>
                    Gets or sets a value that specifies whether the <see cref="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FindItemParentType.NumeratorOffset" /> property is serialized into the FindItem request.
                </summary>
      <returns>true if the <see cref="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FindItemParentType.NumeratorOffset" /> property is serialized; otherwise, false.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FindItemParentType.TotalItemsInView">
      <summary>
                    Gets or sets the total number of items that pass the restriction.
                </summary>
      <returns>
                    The number of items that pass the restriction.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FindItemParentType.TotalItemsInViewSpecified">
      <summary>
                    Gets or sets a value that specifies whether the <see cref="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FindItemParentType.TotalItemsInView" /> property is serialized into the request.
                </summary>
      <returns>true if the <see cref="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FindItemParentType.TotalItemsInView" /> property is serialized; otherwise, false.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FindItemResponseMessageType">
      <summary>
                    Contains the status and result of a single FindItem request.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FindItemResponseMessageType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FindItemResponseMessageType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FindItemResponseMessageType.RootFolder">
      <summary>
                    Gets or sets the results from a search of a single root folder during a FindItem operation.
                </summary>
      <returns>
                    The results from the search. 
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FindItemResponseType">
      <summary>
                    Defines a response to a FindItem request.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FindItemResponseType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FindItemResponseType" /> class. 
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FindItemType">
      <summary>
                    Represents a query to find items in a mailbox. 
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FindItemType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FindItemType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FindItemType.Item">
      <summary>
                    Gets or sets the paging type that describes how the query result set is paged in the response to a FindItem request.
                </summary>
      <returns>
                    The paging type.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FindItemType.ItemShape">
      <summary>
                    Gets or sets the shape of the query set for a FindItem operation.
                </summary>
      <returns>
                    The shape of the query set.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FindItemType.ParentFolderIds">
      <summary>
                    Gets or sets the folders that the FindItem operation searches.
                </summary>
      <returns>
                    The folders to be searched.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FindItemType.Restriction">
      <summary>
                    Gets or sets the search parameters that define an item query for a FindItem operation.
                </summary>
      <returns>
                    The search parameters that define the item query.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FindItemType.SortOrder">
      <summary>
                    Gets or sets the sort order of items that are returned in the result set for a FindItem operation.
                </summary>
      <returns>
                    The sort order of returned items.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FindItemType.Traversal">
      <summary>
                    Gets or sets the traversal scheme that is used to search for items in folders in a FindItem operation.
                </summary>
      <returns>
                    The traversal scheme.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FolderIdType">
      <summary>
                    Identifies a folder.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FolderIdType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FolderIdType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FolderIdType.ChangeKey">
      <summary>
                    Gets or sets the change key of a folder.
                </summary>
      <returns>
                    The change key of the folder.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FolderIdType.Id">
      <summary>
                    Gets or sets the identifier of a folder.
                </summary>
      <returns>
                    The identifier of the folder.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FolderQueryTraversalType">
      <summary>
                    Identifies the types of subtree traversals for deletion and enumeration.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FolderQueryTraversalType.Shallow">
      <summary>
                    Only the identified folder is searched, and only the folder IDs for items that have not been deleted are returned. This is known as a shallow traversal.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FolderQueryTraversalType.Deep">
      <summary>
                    All subfolders of the identified parent folder are searched, and only the folder IDs for items that have not been deleted are returned. This is known as a deep traversal.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FolderQueryTraversalType.SoftDeleted">
      <summary>
                    A shallow traversal search is performed for deleted items.
                </summary>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FolderResponseShapeType">
      <summary>
                    Identifies the folder properties to include in a GetFolder, FindFolder, or SyncFolderHierarchy response.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FolderResponseShapeType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FolderResponseShapeType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FolderResponseShapeType.AdditionalProperties">
      <summary>
                    Gets or sets additional properties to return in a GetFolder, FindFolder, or SyncFolderHierarchy response.
                </summary>
      <returns>
                    The additional properties to return in the response.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FolderResponseShapeType.BaseShape">
      <summary>
                    Gets or sets the basic configuration of properties to return in a GetFolder, FindFolder, or SyncFolderHierarchy response.
                </summary>
      <returns>
                    An enumeration value that represents the basic configuration of the returned properties.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FolderType">
      <summary>
                    Defines a folder to create, get, find, synchronize, or update.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FolderType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FolderType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FolderType.UnreadCount">
      <summary>
                    Gets the count of unread items within a given folder.
                </summary>
      <returns>
                    The count of unread items.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FolderType.UnreadCountSpecified">
      <summary>
                    Gets or sets a value that specifies whether the <see cref="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FolderType.UnreadCount" /> property is serialized in the request to create, get, find, synchronize, or update a folder.
                </summary>
      <returns>true if the unread count is serialized in the response; otherwise, false.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FractionalPageViewType">
      <summary>
                    Describes where the paged view starts and the maximum number of items returned in a FindItem request.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FractionalPageViewType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FractionalPageViewType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FractionalPageViewType.Denominator">
      <summary>
                    Gets or sets the denominator of the fractional offset from the start of the results set.
                </summary>
      <returns>
                    The denominator of the fractional offset.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.FractionalPageViewType.Numerator">
      <summary>
                    Gets or sets the numerator of the fractional offset from the start of the results set.
                </summary>
      <returns>
                    The numerator of the fractional offset.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.GetAttachmentResponseType">
      <summary>
                    Defines a response to a GetAttachment request.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.GetAttachmentResponseType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.GetAttachmentResponseType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.GetAttachmentType">
      <summary>
                    Represents the root element in a request to get an attachment from the Exchange store. 
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.GetAttachmentType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.GetAttachmentType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.GetAttachmentType.AttachmentIds">
      <summary>
                    Gets or sets an array of attachment identifiers.
                </summary>
      <returns>
                    The array of identifiers for the attachments.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.GetAttachmentType.AttachmentShape">
      <summary>
                    Gets or sets additional extended item properties to return in a response to a GetAttachment request.
                </summary>
      <returns>
                    The extended item properties.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.GetEventsResponseMessageType">
      <summary>
                    Contains the status and result of a single GetEvents request.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.GetEventsResponseMessageType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.GetEventsResponseMessageType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.GetEventsResponseMessageType.Notification">
      <summary>
                    Gets or sets information about the subscription and events that have occurred since the last notification.
                </summary>
      <returns>
                    An object representing information about the subscription and events.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.GetEventsResponseType">
      <summary>
                    Represents a response to a GetEvents request.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.GetEventsResponseType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.GetEventsResponseType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.GetEventsType">
      <summary>
                    Represents the operation used by pull clients to request notifications from the server.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.GetEventsType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.GetEventsType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.GetEventsType.SubscriptionId">
      <summary>
                    Gets or sets the identifier for a subscription that is queried for events.
                </summary>
      <returns>
                    A GUID for a subscription.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.GetEventsType.Watermark">
      <summary>
                    Gets or sets the last watermark that is returned to the client.
                </summary>
      <returns>
                    The last watermark.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.GetFolderType">
      <summary>
                    Defines a request to get a folder from a mailbox in the Exchange store.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.GetFolderType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.GetFolderType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.GetFolderType.FolderIds">
      <summary>
                    Gets or sets an array of identifiers that specify folders to get from a mailbox in the Exchange store.
                </summary>
      <returns>
                    An object that represents the folder identifiers.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.GetFolderType.FolderShape">
      <summary>
                    Gets or sets the folder properties to include in a GetFolder, FindFolder, or SyncFolderHierarchy response.
                </summary>
      <returns>
                    An object that identifies the folder properties.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.GetItemResponseType">
      <summary>
                    Defines a response to a GetItem request.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.GetItemResponseType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.GetItemResponseType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.GetItemType">
      <summary>
                    Defines a request to get an item from a mailbox in the Exchange store.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.GetItemType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.GetItemType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.GetItemType.ItemIds">
      <summary>
                    Gets or sets the collection of items to include in a GetItem response.
                </summary>
      <returns>
                    An array that contains the unique identities of items.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.GetItemType.ItemShape">
      <summary>
                    Gets or sets the item properties and content to include in a GetItem response.
                </summary>
      <returns>
                    An object that represents the item properties and content.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.GroupedItemsType">
      <summary>
                    Represents a collection of items that are the result of a grouped FindItem call.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.GroupedItemsType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.GroupedItemsType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.GroupedItemsType.GroupIndex">
      <summary>
                    Gets or sets the property value that is used to group items in a FindItem call.
                </summary>
      <returns>
                    The property value that is used to group the items.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.GroupedItemsType.Items">
      <summary>
                    Gets or sets the items from the grouped FindItem call.
                </summary>
      <returns>
                    An object that represents the grouped items.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ImportanceChoicesType">
      <summary>
                    Specifies the levels of importance for an item.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ImportanceChoicesType.Low">
      <summary>
                    Low importance.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ImportanceChoicesType.Normal">
      <summary>
                    Normal importance.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ImportanceChoicesType.High">
      <summary>
                    High importance.
                </summary>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.IndexBasePointType">
      <summary>
                    Specifies whether the page of items will start at the beginning or the end of the set of items that are found by using the search criteria.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.IndexBasePointType.Beginning">
      <summary>
                    The paged view starts at the beginning of the found item set.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.IndexBasePointType.End">
      <summary>
                    The paged view starts at the end of the found item set. Seeking from the end always searches backward.
                </summary>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.IndexedPageViewType">
      <summary>
                    Describes how paged item information is returned for a FindItem request.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.IndexedPageViewType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.IndexedPageViewType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.IndexedPageViewType.BasePoint">
      <summary>
                    Gets or sets a value that determines whether the page of items that is returned for a FindItem request will start from the beginning or the end of the set of items that are found using the search criteria.
                </summary>
      <returns>
                    An enumeration value that determines the starting point for the pages.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.IndexedPageViewType.Offset">
      <summary>
                    Gets or sets the offset from the page starting point for a FindItem request.
                </summary>
      <returns>
                    The offset from the base point.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.InternetHeaderType">
      <summary>
                    Represents the Internet message header for a given header within the headers collection.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.InternetHeaderType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.InternetHeaderType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.InternetHeaderType.HeaderName">
      <summary>
                    Gets or sets the Internet message header name.
                </summary>
      <returns>
                    The header name.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.InternetHeaderType.Value">
      <summary>
                    Gets or sets the Internet message header value.
                </summary>
      <returns>
                    The header value.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.IsEqualToType">
      <summary>
                    Represents a search expression that compares a property with either a constant value or another property and returns true if they are equal.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.IsEqualToType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.IsEqualToType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.IsGreaterThanOrEqualToType">
      <summary>
                    Represents a search expression that compares a property with either a constant value or another property and returns true if the first property is greater than, or equal to, the second item.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.IsGreaterThanOrEqualToType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.IsGreaterThanOrEqualToType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.IsGreaterThanType">
      <summary>
                    Represents a search expression that compares a property with either a constant value or another property and returns true if the first property is greater.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.IsGreaterThanType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.IsGreaterThanType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.IsLessThanOrEqualToType">
      <summary>
                    Represents a search expression that compares a property with either a constant value or another property and returns true if the first property is less than, or equal to, the second.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.IsLessThanOrEqualToType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.IsLessThanOrEqualToType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.IsLessThanType">
      <summary>
                    Represents a search expression that compares a property with either a constant value or another property and returns true if the first property is less than the second item.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.IsLessThanType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.IsLessThanType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.IsNotEqualToType">
      <summary>
                    Represents a search expression that compares a property with either a constant value or another property and returns true if the values are not the same.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.IsNotEqualToType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.IsNotEqualToType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemAttachmentType">
      <summary>
                    Represents an item that is attached to another item in the Exchange store.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemAttachmentType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemAttachmentType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemAttachmentType.Item">
      <summary>
                    Gets or sets a generic item attachment in the Exchange store.
                </summary>
      <returns>
                    An object that represents the attachment.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemIdType">
      <summary>
                    Contains the unique identifier and change key of an item in the Exchange store.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemIdType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemIdType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemIdType.ChangeKey">
      <summary>
                    Gets or sets a specific version of an item in the Exchange store.
                </summary>
      <returns>
                    The item version.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemIdType.Id">
      <summary>
                    Gets or sets the identifier for an item in the Exchange store.
                </summary>
      <returns>
                    The identifier for the item.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemInfoResponseMessageType">
      <summary>
                    Contains the status and result of a single UpdateItem request.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemInfoResponseMessageType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemInfoResponseMessageType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemInfoResponseMessageType.Items">
      <summary>
                    Gets or sets the updated items for an UpdateItem request.
                </summary>
      <returns>
                    An object that represents a collection of updated items.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemQueryTraversalType">
      <summary>
                    Defines whether the search finds items in folders or in the dumpsters of folders. In Microsoft Exchange, folder dumpsters are used for deleted item recovery.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemQueryTraversalType.Shallow">
      <summary>
                    The identities of items in the folder are returned.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemQueryTraversalType.SoftDeleted">
      <summary>
                    The identities of items that are in the dumpster of a folder are returned.
                </summary>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemResponseShapeType">
      <summary>
                    Identifies a set of properties to return in a GetItem, FindItem, or SyncFolderItems response.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemResponseShapeType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemResponseShapeType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemResponseShapeType.AdditionalProperties">
      <summary>
                    Gets or sets additional properties to return in a GetItem, FindItem, or SyncFolderItems response.
                </summary>
      <returns>
                    The collection of additional properties.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemResponseShapeType.BaseShape">
      <summary>
                    Gets or sets the basic configuration of properties to return in a GetItem, FindItem, or SyncFolderItems response.
                </summary>
      <returns>
                    An object that represents the set of properties to return.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemResponseShapeType.BodyType">
      <summary>
                    Gets or sets a value that indicates how the body text is formatted in a GetItem, FindItem, or SyncFolderItems response.
                </summary>
      <returns>
                    An enumeration value that indicates how the body text is formatted.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemResponseShapeType.BodyTypeSpecified">
      <summary>
                    Gets or sets a value that indicates whether the body type is serialized in a GetItem, FindItem, or SyncFolderItems response.
                </summary>
      <returns>true if the <see cref="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemResponseShapeType.BodyTypeSpecified" /> property is serialized in the response; otherwise, false.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemResponseShapeType.IncludeMimeContent">
      <summary>
                    Gets or sets a value that specifies whether the MIME content of an item is returned in a GetItem, FindItem, or SyncFolderItems response.
                </summary>
      <returns>true to return MIME content in the response; otherwise, false.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemResponseShapeType.IncludeMimeContentSpecified">
      <summary>
                    Gets or sets a value that specifies whether the <see cref="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemResponseShapeType.IncludeMimeContent" /> property is serialized in a GetItem, FindItem, or SyncFolderItems response.
                </summary>
      <returns>true if MIME content is present in the response; otherwise, false.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemsChoiceType">
      <summary>
                    Identifies the event type for each event that is returned in a notification. 
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemsChoiceType.CopiedEvent">
      <summary>
                    An event in which an item or folder is copied.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemsChoiceType.CreatedEvent">
      <summary>
                    An event in which an item or folder is created.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemsChoiceType.DeletedEvent">
      <summary>
                    An event in which an item or folder is deleted.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemsChoiceType.ModifiedEvent">
      <summary>
                    An event in which an item or folder is modified.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemsChoiceType.MovedEvent">
      <summary>
                    An event in which an item or folder is moved from one parent folder to another parent folder.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemsChoiceType.NewMailEvent">
      <summary>
                    An event that is triggered by a new mail item in a mailbox.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemsChoiceType.StatusEvent">
      <summary>
                    A notification that no new activity has occurred in the mailbox.
                </summary>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemsChoiceType1">
      <summary>
                    Identifies the change types for each folder in a SyncFolderHierarchy operation, which synchronizes folders between the client and the computer that is running Microsoft Exchange Server.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemsChoiceType1.Create">
      <summary>
                    A single folder is created in the local client store.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemsChoiceType1.Delete">
      <summary>
                    A single folder is deleted in the local client store.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemsChoiceType1.Update">
      <summary>
                    A single folder is updated in the local client store.
                </summary>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemsChoiceType2">
      <summary>
                    Identifies the change types for each item in a SyncFolderItems operation, which synchronizes folders between the client and the computer that is running Microsoft Exchange Server.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemsChoiceType2.Create">
      <summary>
                    A single item is created in the local client store.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemsChoiceType2.Delete">
      <summary>
                    A single item is deleted in the local client store.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemsChoiceType2.Update">
      <summary>
                    A single item is updated in the local client store.
                </summary>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemsChoiceType3">
      <summary>
                    Defines the set of response types for an Exchange Web Services request.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemsChoiceType3.CopyFolderResponseMessage">
      <summary>
                    The status and result of a single CopyFolder request.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemsChoiceType3.CopyItemResponseMessage">
      <summary>
                    The status and result of a single CopyItem request.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemsChoiceType3.CreateAttachmentResponseMessage">
      <summary>
                    The status and result of a single CreateAttachment request.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemsChoiceType3.CreateFolderResponseMessage">
      <summary>
                    The status and result of a single CreateFolder request.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemsChoiceType3.CreateItemResponseMessage">
      <summary>
                    The status and result of a single CreateItem request.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemsChoiceType3.CreateManagedFolderResponseMessage">
      <summary>
                    The status and result of a single CreateManagedFolder request.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemsChoiceType3.DeleteAttachmentResponseMessage">
      <summary>
                    The status and result of a single DeleteAttachment request.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemsChoiceType3.DeleteFolderResponseMessage">
      <summary>
                    The status and result of a single DeleteFolder request.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemsChoiceType3.DeleteItemResponseMessage">
      <summary>
                    The status and result of a single DeleteItem request.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemsChoiceType3.ExpandDLResponseMessage">
      <summary>
                    The status and result of a single ExpandDL request.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemsChoiceType3.FindFolderResponseMessage">
      <summary>
                    The status and result of a single FindFolder request.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemsChoiceType3.FindItemResponseMessage">
      <summary>
                    The status and result of a single FindItem request.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemsChoiceType3.GetAttachmentResponseMessage">
      <summary>
                    The status and result of a single GetAttachment request.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemsChoiceType3.GetEventsResponseMessage">
      <summary>
                    The status and result of a single GetEvents request.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemsChoiceType3.GetFolderResponseMessage">
      <summary>
                    The status and result of a single GetFolder request.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemsChoiceType3.GetItemResponseMessage">
      <summary>
                    The status and result of a single GetItem request.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemsChoiceType3.MoveFolderResponseMessage">
      <summary>
                    The status and result of a single MoveFolder request.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemsChoiceType3.MoveItemResponseMessage">
      <summary>
                    The status and result of a single MoveItem request.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemsChoiceType3.ResolveNamesResponseMessage">
      <summary>
                    The status and result of a ResolveNames request.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemsChoiceType3.SendItemResponseMessage">
      <summary>
                    The status and result of a single SendItem request.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemsChoiceType3.SendNotificationResponseMessage">
      <summary>
                    The status and result of a single SendNotification request.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemsChoiceType3.SubscribeResponseMessage">
      <summary>
                    The status and result of a single Subscribe request.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemsChoiceType3.SyncFolderHierarchyResponseMessage">
      <summary>
                    The status and result of a SyncFolderHierarchy request.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemsChoiceType3.SyncFolderItemsResponseMessage">
      <summary>
                    The status and result of a SyncFolderItems request.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemsChoiceType3.UnsubscribeResponseMessage">
      <summary>
                    The status and result of a single Unsubscribe request.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemsChoiceType3.UpdateFolderResponseMessage">
      <summary>
                    The status and result of a single UpdateFolder request.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemsChoiceType3.UpdateItemResponseMessage">
      <summary>
                    The status and result of a single UpdateItem request.
                </summary>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemType">
      <summary>
                    Represents a generic item in the Exchange store.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemType.Attachments">
      <summary>
                    Gets or sets the items or files that are attached to an item in the Exchange store.
                </summary>
      <returns>
                    An object that represents the collection of items.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemType.Body">
      <summary>
                    Gets or sets the content in the body of a message.
                </summary>
      <returns>
                    An object that represents the content of the message.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemType.Categories">
      <summary>
                    Gets or sets a collection of strings that identify the categories to which an item in the mailbox belongs.
                </summary>
      <returns>
                    The collection that identifies the categories associated with an item in the mailbox.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemType.Culture">
      <summary>
                    Gets or sets the culture for a specified item in the mailbox.
                </summary>
      <returns>
                    The culture of the item.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemType.DateTimeCreated">
      <summary>
                    Gets or sets the date and time that a specified item in the mailbox was created.
                </summary>
      <returns>
                    An object that represents the date and time of item creation.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemType.DateTimeCreatedSpecified">
      <summary>
                    Gets or sets a value that specifies whether the <see cref="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemType.DateTimeCreated" /> property is serialized with the item.
                </summary>
      <returns>true if the property is serialized with the item; otherwise, false.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemType.DateTimeReceived">
      <summary>
                    Gets or sets the date and time that an item in a mailbox was received.
                </summary>
      <returns>
                    An object that represents the date and time that an item was received.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemType.DateTimeReceivedSpecified">
      <summary>
                    Gets or sets a value that specifies whether the <see cref="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemType.DateTimeReceived" /> property is serialized with the item.
                </summary>
      <returns>true if the property is serialized with the item; otherwise, false.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemType.DateTimeSent">
      <summary>
                    Gets or sets the date and time that an item in a mailbox was sent.
                </summary>
      <returns>
                    An object that represents the date and time that an item was sent.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemType.DateTimeSentSpecified">
      <summary>
                    Gets or sets a value that specifies whether the <see cref="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemType.DateTimeSent" /> property is serialized with the item.
                </summary>
      <returns>true if the property is serialized with the item; otherwise, false.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemType.DisplayCc">
      <summary>
                    Gets or sets the display string that is used for the contents of the carbon copy (Cc) box.
                </summary>
      <returns>
                    The display string that is used in the Cc box.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemType.DisplayTo">
      <summary>
                    Gets or sets the display string that is used for the contents of the To box.
                </summary>
      <returns>
                    The display string that is used in the To box.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemType.ExtendedProperty">
      <summary>
                    Gets or sets extended MAPI properties on folders and items.
                </summary>
      <returns>
                    The collection of extended MAPI properties.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemType.HasAttachments">
      <summary>
                    Gets or sets a value that indicates whether an item has attachments associated with it.
                </summary>
      <returns>true if an item has associated attachments; otherwise, false.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemType.HasAttachmentsSpecified">
      <summary>
                    Gets or sets a value that specifies whether the <see cref="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemType.HasAttachments" /> property is serialized with the item.
                </summary>
      <returns>true if the property is serialized with the item; otherwise, false.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemType.Importance">
      <summary>
                    Gets or sets a description of the importance of an item.
                </summary>
      <returns>
                    An enumeration value that represents the importance of an item.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemType.ImportanceSpecified">
      <summary>
                    Gets or sets a value that specifies whether the <see cref="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemType.Importance" /> property is serialized with the item.
                </summary>
      <returns>true if the property is serialized with the item; otherwise, false.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemType.InReplyTo">
      <summary>
                    Gets or sets the identifier of the item to which this item is a reply.
                </summary>
      <returns>
                    The identifier of the item.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemType.InternetMessageHeaders">
      <summary>
                    Gets or sets the collection of all Internet message headers that are contained within an item in a mailbox.
                </summary>
      <returns>
                    The collection of Internet message headers.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemType.IsDraft">
      <summary>
                    Gets or sets a value that indicates whether an item is a draft (that is, it has not yet been sent).
                </summary>
      <returns>true if the message has not yet been sent; otherwise, false.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemType.IsDraftSpecified">
      <summary>
                    Gets or sets a value that specifies whether the <see cref="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemType.IsDraft" /> property is serialized with the item.
                </summary>
      <returns>true if the property is serialized with the item; otherwise, false.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemType.IsFromMe">
      <summary>
                    Gets or sets a value that indicates whether a user sent an item to himself or herself.
                </summary>
      <returns>true if the item was sent by a user to himself or herself; otherwise, false.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemType.IsFromMeSpecified">
      <summary>
                    Gets or sets a value that specifies whether the <see cref="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemType.IsFromMe" /> property is serialized with the item.
                </summary>
      <returns>true if the property is serialized with the item; otherwise, false.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemType.IsResend">
      <summary>
                    Gets or sets a value that indicates whether the item had previously been sent.
                </summary>
      <returns>true if the item had previously been sent; otherwise, false.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemType.IsResendSpecified">
      <summary>
                    Gets or sets a value that specifies whether the <see cref="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemType.IsResend" /> property is serialized with the item.
                </summary>
      <returns>true if the property is serialized with the item; otherwise, false.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemType.IsSubmitted">
      <summary>
                    Gets or sets a value that indicates whether an item has been submitted to the Outbox default folder.
                </summary>
      <returns>true if the item has been submitted to the Outbox folder; otherwise, false.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemType.IsSubmittedSpecified">
      <summary>
                    Gets or sets a value that specifies whether the <see cref="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemType.IsSubmitted" /> property is serialized with the item.
                </summary>
      <returns>true if the property is serialized with the item; otherwise, false.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemType.IsUnmodified">
      <summary>
                    Gets or sets a value that indicates whether the item has been modified.
                </summary>
      <returns>true if the item is unmodified; otherwise, false.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemType.IsUnmodifiedSpecified">
      <summary>
                    Gets or sets a value that specifies whether the <see cref="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemType.IsUnmodified" /> property is serialized with the item.
                </summary>
      <returns>true if the property is serialized with the item; otherwise, false.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemType.ItemClass">
      <summary>
                    Gets or sets the message class of an item.
                </summary>
      <returns>
                    The message class of an item.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemType.ItemId">
      <summary>
                    Gets or sets the unique identifier and change key of an item in the Exchange store.
                </summary>
      <returns>
                    An object that represents the unique identifier and change key of an item.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemType.MimeContent">
      <summary>
                    Gets or sets the native MIME stream of an object that is represented in base64Binary format.
                </summary>
      <returns>
                    An object that represents the MIME stream.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemType.ParentFolderId">
      <summary>
                    Gets or sets the identifier of the parent folder that contains the item or folder.
                </summary>
      <returns>
                    The identifier of the parent folder.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemType.ReminderDueBy">
      <summary>
                    Gets or sets the date and time when the event occurs.
                </summary>
      <returns>
                    An object that represents the date and time of the event.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemType.ReminderDueBySpecified">
      <summary>
                    Gets or sets a value that specifies whether the <see cref="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemType.ReminderDueBy" /> property is serialized with the item.
                </summary>
      <returns>true if the property is serialized with the item; otherwise, false.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemType.ReminderIsSet">
      <summary>
                    Gets or sets a value that indicates whether a reminder has been set for an item in the Exchange store.
                </summary>
      <returns>true if a reminder has been set; otherwise, false.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemType.ReminderIsSetSpecified">
      <summary>
                    Gets or sets a value that specifies whether the <see cref="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemType.ReminderIsSet" /> property is serialized with the item.
                </summary>
      <returns>true if the property is serialized with the item; otherwise, false.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemType.ReminderMinutesBeforeStart">
      <summary>
                    Gets or sets the amount of time before an event for which a reminder will be displayed.
                </summary>
      <returns>
                    The amount of time, in minutes, before an event for which a reminder will be displayed.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemType.ResponseObjects">
      <summary>
                    Gets or sets the collection of all the response objects that are associated with an item in the Exchange store.
                </summary>
      <returns>
                    The collection of response objects.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemType.Sensitivity">
      <summary>
                    Gets or sets the sensitivity level of an item.
                </summary>
      <returns>
                    An enumeration value that represents the sensitivity level of an item.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemType.SensitivitySpecified">
      <summary>
                    Gets or sets a value that specifies whether the <see cref="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemType.Sensitivity" /> property is serialized with the item.
                </summary>
      <returns>true if the property is serialized with the item; otherwise, false.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemType.Size">
      <summary>
                    Gets or sets the size of an item.
                </summary>
      <returns>
                    The size of an item, in bytes.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemType.SizeSpecified">
      <summary>
                    Gets or sets a value that specifies whether the <see cref="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemType.Size" /> property is serialized with the item.
                </summary>
      <returns>true if the property is serialized with the item; otherwise, false.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemType.Subject">
      <summary>
                    Gets or sets the subject for Exchange store items.
                </summary>
      <returns>
                    The subject of the Exchange item.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.language">
      <summary>
                    Represents the language culture that is used when Exchange mailboxes are accessed. 
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.language.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.language" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.language.Text">
      <summary>
                    Gets or sets the culture to use when a mailbox is opened.
                </summary>
      <returns>
                    An array that represents the culture to use.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MailboxTypeType">
      <summary>
                    Describes the type of mailbox that is represented by the e-mail address. 
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MailboxTypeType.Mailbox">
      <summary>
                    A mail-enabled Active Directory directory service object.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MailboxTypeType.PublicDL">
      <summary>
                    A public distribution list.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MailboxTypeType.PrivateDL">
      <summary>
                    A private distribution list in a user's mailbox.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MailboxTypeType.Contact">
      <summary>
                    A contact in a user's mailbox.
                </summary>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MapiPropertyTypeType">
      <summary>
                    Identifies the type of an extended MAPI property. 
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MapiPropertyTypeType.ApplicationTime">
      <summary>
                    A double value that is interpreted as a date and time. The integer part is the date, and the fraction part is the time.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MapiPropertyTypeType.ApplicationTimeArray">
      <summary>
                    An array of double values that are interpreted as a date and time.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MapiPropertyTypeType.Binary">
      <summary>
                    A base64-encoded binary value.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MapiPropertyTypeType.BinaryArray">
      <summary>
                    An array of base64-encoded binary values.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MapiPropertyTypeType.Boolean">
      <summary>
                    A Boolean value.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MapiPropertyTypeType.CLSID">
      <summary>
                    A GUID string.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MapiPropertyTypeType.CLSIDArray">
      <summary>
                    An array of GUID strings.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MapiPropertyTypeType.Currency">
      <summary>
                    A 64-bit integer that is interpreted as the number of cents.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MapiPropertyTypeType.CurrencyArray">
      <summary>
                    An array of 64-bit integers that are interpreted as the number of cents.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MapiPropertyTypeType.Double">
      <summary>
                    A 64-bit floating-point value.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MapiPropertyTypeType.DoubleArray">
      <summary>
                    An array of 64-bit floating-point values.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MapiPropertyTypeType.Error">
      <summary>
                    An SCODE value (32-bit unsigned integer).
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MapiPropertyTypeType.Float">
      <summary>
                    A 32-bit floating-point value.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MapiPropertyTypeType.FloatArray">
      <summary>
                    An array of 32-bit floating-point values.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MapiPropertyTypeType.Integer">
      <summary>
                    A signed 32-bit (Int32) integer.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MapiPropertyTypeType.IntegerArray">
      <summary>
                    An array of signed 32-bit (Int32) integers.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MapiPropertyTypeType.Long">
      <summary>
                    A signed or unsigned 64-bit (Int64) integer.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MapiPropertyTypeType.LongArray">
      <summary>
                    An array of signed or unsigned 64-bit (Int64) integers.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MapiPropertyTypeType.Null">
      <summary>
                    No property value.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MapiPropertyTypeType.Object">
      <summary>
                    A pointer to an object that implements the IUnknown interface.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MapiPropertyTypeType.ObjectArray">
      <summary>
                    An array of pointers to objects that implement the IUnknown interface.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MapiPropertyTypeType.Short">
      <summary>
                    A signed 16-bit integer.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MapiPropertyTypeType.ShortArray">
      <summary>
                    An array of signed 16-bit integers.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MapiPropertyTypeType.SystemTime">
      <summary>
                    A 64-bit integer date and time value in the form of a FILETIME structure.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MapiPropertyTypeType.SystemTimeArray">
      <summary>
                    An array of 64-bit integer date and time values in the form of a FILETIME structure.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MapiPropertyTypeType.String">
      <summary>
                    A Unicode string.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MapiPropertyTypeType.StringArray">
      <summary>
                    An array of Unicode strings.
                </summary>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MessageDispositionType">
      <summary>
                    Specifies how a message item is handled after it is created or updated.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MessageDispositionType.SaveOnly">
      <summary>
                    When used in the CreateItemType object, the e-mail message item is saved in the folder that is specified by the SavedItemFolderId property. Messages can be sent later by using the SendItem method on an ExchangeServiceBinding object. In this case, an item identifier is returned.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MessageDispositionType.SendOnly">
      <summary>
                    When used in the CreateItemType object, the e-mail message item is sent but no copy is saved. In this case, an item identifier is not returned.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MessageDispositionType.SendAndSaveCopy">
      <summary>
                    When used in the CreateItemType object, the e-mail message item is sent and a copy is saved in the SavedItemFolderId property. In this case, an item identifier is not returned.
                </summary>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MessageType">
      <summary>
                    Represents an Exchange e-mail message in a mailbox.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MessageType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MessageType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MessageType.BccRecipients">
      <summary>
                    Gets or sets a collection of recipients that receive a blind carbon copy (Bcc) of an e-mail message.
                </summary>
      <returns>
                    The collection of recipients.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MessageType.CcRecipients">
      <summary>
                    Gets or sets a collection of recipients that receive a carbon copy (Cc) of an e-mail message.
                </summary>
      <returns>
                    The collection of recipients.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MessageType.ConversationIndex">
      <summary>
                    Gets or sets the identifier to the thread to which the e-mail message belongs.
                </summary>
      <returns>
                    An array that contains the identifier to the thread.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MessageType.ConversationTopic">
      <summary>
                    Gets or sets the conversation identifier for an e-mail message.
                </summary>
      <returns>
                    The conversation identifier.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MessageType.From">
      <summary>
                    Gets or sets the address from which the message was sent.
                </summary>
      <returns>
                    An object that represents the address.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MessageType.InternetMessageId">
      <summary>
                    Gets or sets the Internet message identifier for the message.
                </summary>
      <returns>
                    The Internet message identifier.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MessageType.IsDeliveryReceiptRequested">
      <summary>
                    Gets or sets a value that specifies whether the sender of the item requests a delivery receipt.
                </summary>
      <returns>true if a delivery receipt is requested; otherwise, false.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MessageType.IsDeliveryReceiptRequestedSpecified">
      <summary>
                    Gets or sets a value that specifies whether the <see cref="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MessageType.IsDeliveryReceiptRequested" /> property is serialized into the SOAP request.
                </summary>
      <returns>true if the property is serialized into the SOAP request; otherwise, false.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MessageType.IsRead">
      <summary>
                    Gets a value that specifies whether the message has been read.
                </summary>
      <returns>true if the message has been read; otherwise, false.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MessageType.IsReadReceiptRequested">
      <summary>
                    Gets or sets a value that specifies whether the sender of a message requests a read receipt.
                </summary>
      <returns>true if a read receipt is requested; otherwise, false.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MessageType.IsReadReceiptRequestedSpecified">
      <summary>
                    Gets or sets a value that specifies whether the <see cref="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MessageType.IsReadReceiptRequested" /> property is serialized into the SOAP request.
                </summary>
      <returns>true if the property is serialized into the SOAP request; otherwise, false.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MessageType.IsReadSpecified">
      <summary>
                    Gets or sets a value that specifies whether the <see cref="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MessageType.IsRead" /> property is serialized into the SOAP request.
                </summary>
      <returns>true if the property is serialized into the SOAP request; otherwise, false.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MessageType.IsResponseRequested">
      <summary>
                    Gets or sets a value that specifies whether a response to an e-mail message is requested.
                </summary>
      <returns>true if a response is requested; otherwise, false.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MessageType.IsResponseRequestedSpecified">
      <summary>
                    Gets or sets a value that specifies whether the <see cref="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MessageType.IsResponseRequested" /> property is serialized into the SOAP request.
                </summary>
      <returns>true if the property is serialized into the SOAP request; otherwise, false.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MessageType.References">
      <summary>
                    Gets or sets a string that represents the Usenet header that is used to correlate replies with their original messages.
                </summary>
      <returns>
                    The Usenet header.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MessageType.ReplyTo">
      <summary>
                    Gets or sets the collection of addresses to which replies should be sent.
                </summary>
      <returns>
                    An object that represents the collection of addresses.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MessageType.Sender">
      <summary>
                    Gets or sets the sender of a message.
                </summary>
      <returns>
                    An object that represents the sender of a message.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MessageType.ToRecipients">
      <summary>
                    Gets or sets a collection of recipients of an e-mail message.
                </summary>
      <returns>
                    An object that represents the collection of e-mail recipients.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MimeContentType">
      <summary>
                    Contains the native MIME stream of an object that is represented in base64Binary format.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MimeContentType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MimeContentType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MimeContentType.CharacterSet">
      <summary>
                    Gets or sets the International Standards Organization (ISO) name of the character set that is used in the MIME message.
                </summary>
      <returns>
                    The name of the character set.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MimeContentType.Value">
      <summary>
                    Gets or sets the MIME content stream of an object.
                </summary>
      <returns>
                    The MIME content stream.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ModifiedEventType">
      <summary>
                    Represents an event in which an item or folder is modified.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ModifiedEventType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ModifiedEventType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ModifiedEventType.UnreadCount">
      <summary>
                    Gets or sets the count of unread items in a given folder.
                </summary>
      <returns>
                    The count of unread items.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ModifiedEventType.UnreadCountSpecified">
      <summary>
                    Gets or sets a value that specifies whether the <see cref="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ModifiedEventType.UnreadCount" /> property is serialized into the SOAP request. 
                </summary>
      <returns>true if the property is serialized into the SOAP request; otherwise, false.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MonthNamesType">
      <summary>
                    Specifies the month in which an annually recurring item occurs.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MonthNamesType.January">
      <summary>
                    The item recurs every January.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MonthNamesType.February">
      <summary>
                    The item recurs every February.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MonthNamesType.March">
      <summary>
                    The item recurs every March.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MonthNamesType.April">
      <summary>
                    The item recurs every April.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MonthNamesType.May">
      <summary>
                    The item recurs every May.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MonthNamesType.June">
      <summary>
                    The item recurs every June.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MonthNamesType.July">
      <summary>
                    The item recurs every July.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MonthNamesType.August">
      <summary>
                    The item recurs every August.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MonthNamesType.September">
      <summary>
                    The item recurs every September.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MonthNamesType.October">
      <summary>
                    The item recurs every October.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MonthNamesType.November">
      <summary>
                    The item recurs every November.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MonthNamesType.December">
      <summary>
                    The item recurs every December.
                </summary>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MovedCopiedEventType">
      <summary>
                    Represents an event in which an item or folder is moved from one parent folder to another parent folder.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MovedCopiedEventType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MovedCopiedEventType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MovedCopiedEventType.Item1">
      <summary>
                    Gets or sets the identifier of the item or folder that is moved.
                </summary>
      <returns>
                    An object representing the item that is moved.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MovedCopiedEventType.OldParentFolderId">
      <summary>
                    Gets or sets the identifier of the original parent folder of an item or folder that was moved.
                </summary>
      <returns>
                    An object that represents the original parent folder.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MultipleOperandBooleanExpressionType">
      <summary>
                    Represents the base class for search expressions that allow Boolean operations between two or more search expressions. 
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MultipleOperandBooleanExpressionType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MultipleOperandBooleanExpressionType" /> class.
                </summary>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.MultipleOperandBooleanExpressionType.Items">
      <summary>
                    Gets or sets a collection of substituted Boolean elements within a restriction.
                </summary>
      <returns>
                    A collection of substituted elements within a restriction.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.NonEmptyArrayOfAllItemsType">
      <summary>
                    Contains the items to create in the Exchange store.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.NonEmptyArrayOfAllItemsType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.NonEmptyArrayOfAllItemsType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.NonEmptyArrayOfAllItemsType.Items">
      <summary>
                    Gets or sets the collection of generic items to create in the Exchange store.
                </summary>
      <returns>
                    The collection of items to create.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.NonEmptyArrayOfPropertyValuesType">
      <summary>
                    Contains the MAPI properties to create on folders and items in the Exchange store.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.NonEmptyArrayOfPropertyValuesType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.NonEmptyArrayOfPropertyValuesType" /> type class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.NonEmptyArrayOfPropertyValuesType.Items">
      <summary>
                    Gets or sets the collection of MAPI properties to create on folders or items in the Exchange store.
                </summary>
      <returns>
                    The collection of MAPI properties.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.NotificationEventTypeType">
      <summary>
                    Identifies the event types that are reported in a notification.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.NotificationEventTypeType.CopiedEvent">
      <summary>
                    The notification is a copied event.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.NotificationEventTypeType.CreatedEvent">
      <summary>
                    The notification is a created event.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.NotificationEventTypeType.DeletedEvent">
      <summary>
                    The notification is a deleted event.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.NotificationEventTypeType.ModifiedEvent">
      <summary>
                    The notification is a modified event.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.NotificationEventTypeType.MovedEvent">
      <summary>
                    The notification is a moved event.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.NotificationEventTypeType.NewMailEvent">
      <summary>
                    The notification is a new mail event.
                </summary>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.NotificationType">
      <summary>
                    Contains information about the subscription and the events that have occurred since the last notification.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.NotificationType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.NotificationType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.NotificationType.Items">
      <summary>
                    Gets or sets the collection of notification events.
                </summary>
      <returns>
                    The collection of notification events.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.NotificationType.ItemsElementName">
      <summary>
                    Gets or sets the event type for each event that is returned in a notification.
                </summary>
      <returns>
                    The collection of objects that represent the event types.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.NotificationType.MoreEvents">
      <summary>
                    Gets or sets a value that indicates whether there are more events in the queue to be delivered to the client.
                </summary>
      <returns>true if the queue contains more events; otherwise, false.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.NotificationType.PreviousWatermark">
      <summary>
                    Gets or sets the watermark of the latest event that was successfully communicated to the client for the subscription.
                </summary>
      <returns>
                    The latest watermark that was successfully communicated to the client.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.NotificationType.SubscriptionId">
      <summary>
                    Gets or sets the identifier for a subscription.
                </summary>
      <returns>
                    A GUID that represents a subscription.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.NotType">
      <summary>
                    Represents a search expression that negates the Boolean value of the search expression that it contains.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.NotType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.NotType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.NotType.Item">
      <summary>
                    Gets or sets the substituted element within a restriction.
                </summary>
      <returns>
                    An object that represents the substituted element within a restriction.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.OrType">
      <summary>
                    Represents a search expression that performs a logical OR operation on the search expression that it contains.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.OrType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.OrType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.PathToExceptionFieldType">
      <summary>
                    Represents Uniform Resource Identifiers (URIs) to properties that identify particular errors in a request.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.PathToExceptionFieldType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.PathToExceptionFieldType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.PathToExceptionFieldType.FieldURI">
      <summary>
                    Gets or sets the particular error in a request.
                </summary>
      <returns>
                    An enumeration value that represents the particular error in a request.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.PathToExtendedFieldType">
      <summary>
                    Represents Uniform Resource Identifiers (URIs) to properties that identify extended MAPI properties.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.PathToExtendedFieldType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.PathToExtendedFieldType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.PathToExtendedFieldType.DistinguishedPropertySetId">
      <summary>
                    Gets or sets the well-known property set ID for extended properties.
                </summary>
      <returns>
                    An enumeration value that represents the well-known property set ID.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.PathToExtendedFieldType.DistinguishedPropertySetIdSpecified">
      <summary>
                    Gets or sets a value that specifies whether the <see cref="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.PathToExtendedFieldType.DistinguishedPropertySetId" /> property is serialized into the SOAP request.
                </summary>
      <returns>true if the property is serialized into the SOAP request; otherwise, false.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.PathToExtendedFieldType.PropertyId">
      <summary>
                    Gets or sets the extended property by its dispatch ID.
                </summary>
      <returns>
                    The dispatch ID, in either decimal or hexadecimal format.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.PathToExtendedFieldType.PropertyIdSpecified">
      <summary>
                    Gets or sets a value that specifies whether the <see cref="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.PathToExtendedFieldType.PropertyId" /> property is serialized into the SOAP request.
                </summary>
      <returns>true if the property is serialized into the SOAP request; otherwise, false.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.PathToExtendedFieldType.PropertyName">
      <summary>
                    Gets or sets an extended property by its name.
                </summary>
      <returns>
                    The name of the property.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.PathToExtendedFieldType.PropertySetId">
      <summary>
                    Gets or sets a MAPI extended property set or namespace by its identifying GUID.
                </summary>
      <returns>
                    The GUID for the extended property set or namespace.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.PathToExtendedFieldType.PropertyTag">
      <summary>
                    Gets or sets the property tag without the type part of the tag.
                </summary>
      <returns>
                    The property tag, which is either a hexadecimal or a short integer.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.PathToExtendedFieldType.PropertyType">
      <summary>
                    Gets or sets the property type of a property tag, which corresponds to the least significant word in a property tag.
                </summary>
      <returns>
                    An enumeration value that represents the property type.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.PathToIndexedFieldType">
      <summary>
                    Represents Uniform Resource Identifiers (URIs) to properties that identify individual members of a dictionary.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.PathToIndexedFieldType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.PathToIndexedFieldType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.PathToIndexedFieldType.FieldIndex">
      <summary>
                    Gets or sets the member of the dictionary to return.
                </summary>
      <returns>
                    The member of the dictionary.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.PathToIndexedFieldType.FieldURI">
      <summary>
                    Gets or sets the dictionary that contains the member to return.
                </summary>
      <returns>
                    An enumeration value that represents the dictionary that contains the member.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.PathToUnindexedFieldType">
      <summary>
                    Represents Uniform Resource Identifiers (URIs) to properties that identify frequently referenced properties by URI.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.PathToUnindexedFieldType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.PathToUnindexedFieldType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.PathToUnindexedFieldType.FieldURI">
      <summary>
                    Gets or sets the Uniform Resource Identifier (URI) of the property.
                </summary>
      <returns>
                    An enumeration value that represents the URI of the property.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.PullSubscriptionRequestType">
      <summary>
                    Represents a pull-based event notification subscription. 
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.PullSubscriptionRequestType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.PullSubscriptionRequestType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.PullSubscriptionRequestType.Timeout">
      <summary>
                    Gets or sets the duration for which the subscription can remain idle without a GetEvents request from the client.
                </summary>
      <returns>
                    The duration, in minutes, for which the subscription can remain idle. The possible values are 1 to 1440, inclusive.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ReplyToItemType">
      <summary>
                    Contains a reply to the sender of an item in the Exchange store.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ReplyToItemType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ReplyToItemType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.RequestAttachmentIdType">
      <summary>
                    Identifies a single attachment. 
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.RequestAttachmentIdType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.RequestAttachmentIdType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.RequestAttachmentIdType.Id">
      <summary>
                    Gets or sets the attachment identifier.
                </summary>
      <returns>
                    The attachment identifier.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseClassType">
      <summary>
                    Identifies the status states of a response.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseClassType.Success">
      <summary>
                    The request is fulfilled.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseClassType.Warning">
      <summary>
                    The request was not processed. A warning may be returned if an error occurred while processing an item in the request and subsequent items cannot be processed.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseClassType.Error">
      <summary>
                    The request cannot be fulfilled.
                </summary>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType">
      <summary>
                    Provides status information for the request.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.NoError">
      <summary>
                    This response code is returned when no errors occur.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorAccessDenied">
      <summary>
                    The calling account does not have the rights to perform the action requested.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorAccountDisabled">
      <summary>
                    The account has been disabled.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorAddressSpaceNotFound">
      <summary>
                    The address space record, or Domain Name System (DNS) domain name, for availability across forest trusts could not be found in the Active Directory directory service.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorADOperation">
      <summary>
                    The operation failed because of communication problems with Active Directory.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorADSessionFilter">
      <summary>
                    The ResolveNames request specifies an invalid name.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorADUnavailable">
      <summary>
                    Active Directory is unavailable. Try your request again later.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorAutoDiscoverFailed">
      <summary>
                    Exchange Web Services tried to determine the location of a cross-forest computer that is running Microsoft Exchange Server 2007 that has the Client Access server role installed by using the Autodiscover service, but the call to the Autodiscover service failed.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorAffectedTaskOccurrencesRequired">
      <summary>
                    The AffectedTaskOccurrences property value is missing. This value is required when you are deleting a task so that Exchange Web Services knows whether to delete a single task or all occurrences of a repeating task.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorAttachmentSizeLimitExceeded">
      <summary>
                    The size of the attachment exceeds Int32.MaxValue, in bytes.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorAvailabilityConfigNotFound">
      <summary>
                    The availability configuration information for the local forest is missing from Active Directory.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorBatchProcessingStopped">
      <summary>
                    The previous item in the request failed in such a way that Exchange Web Services did not try the remaining items in the request. All remaining items are marked with the ErrorBatchProcessingStopped error.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorCalendarCannotMoveOrCopyOccurrence">
      <summary>
                    An attempt was made to move or copy an occurrence of a recurring calendar item.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorCalendarCannotUpdateDeletedItem">
      <summary>
                    An attempt was made to update a calendar item that is located in the Deleted Items folder.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorCalendarCannotUseIdForOccurrenceId">
      <summary>
                    The OccurrenceId does not correspond to a valid occurrence of the recurringMasterId.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorCalendarCannotUseIdForRecurringMasterId">
      <summary>
                    The recurringMasterId does not correspond to a valid occurrence of the OccurrenceId.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorCalendarDurationIsTooLong">
      <summary>
                    The item duration of a calendar item exceeds five years.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorCalendarEndDateIsEarlierThanStartDate">
      <summary>
                    The end date must be changed so that it is greater than or equal to the start date.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorCalendarFolderIsInvalidForCalendarView">
      <summary>
                    The find operation that is using the CalendarViewType object is not for a calendar folder.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorCalendarInvalidAttributeValue">
      <summary>
                    An invalid schema request passed schema validation.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorCalendarInvalidDayForTimeChangePattern">
      <summary>
                    Invalid values of Day, WeekDay, and WeekendDay were used to define the time change pattern.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorCalendarInvalidDayForWeeklyRecurrence">
      <summary>
                    Invalid values of Day, WeekDay, and WeekendDay were used to specify the weekly recurrence.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorCalendarInvalidPropertyState">
      <summary>
                    The state of the calendar item recurrence binary large object (BLOB) in the Exchange store is invalid.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorCalendarInvalidPropertyValue">
      <summary>
                    An invalid schema passed schema validation.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorCalendarInvalidRecurrence">
      <summary>
                    The internal structure of the objects that represent the recurrence is invalid.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorCalendarInvalidTimeZone">
      <summary>
                    An invalid time zone was encountered.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorCalendarIsDelegatedForAccept">
      <summary>
                    Delegate access cannot be used to accept a meeting request.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorCalendarIsDelegatedForDecline">
      <summary>
                    Delegate access cannot be used to decline a meeting request.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorCalendarIsDelegatedForRemove">
      <summary>
                    Delegate access cannot be used to delete a meeting request.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorCalendarIsDelegatedForTentative">
      <summary>
                    Delegate access cannot be used to tentatively accept a meeting request.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorCalendarIsNotOrganizer">
      <summary>
                    A meeting cannot be canceled by someone other than the organizer.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorCalendarIsOrganizerForAccept">
      <summary>
                    The meeting organizer cannot accept the meeting. Only attendees can accept meeting requests.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorCalendarIsOrganizerForDecline">
      <summary>
                    The meeting organizer cannot decline the meeting. Only attendees can decline meeting requests.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorCalendarIsOrganizerForRemove">
      <summary>
                    The meeting organizer cannot remove a meeting from the calendar. The organizer can remove the meeting only by canceling it. Only attendees can remove a calendar item.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorCalendarIsOrganizerForTentative">
      <summary>
                    The meeting organizer cannot tentatively accept a meeting. Only attendees can tentatively accept meeting requests.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorCalendarOccurrenceIndexIsOutOfRecurrenceRange">
      <summary>
                    The occurrence index that is specified in the OccurrenceId property does not correspond to a valid occurrence. For example, your recurrence pattern defines a set of three meeting occurrences and you try to access the fifth occurrence.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorCalendarOccurrenceIsDeletedFromRecurrence">
      <summary>
                    The occurrence index that is specified in the OccurrenceId property corresponds to a deleted instance.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorCalendarOutOfRange">
      <summary>
                    The recurrence pattern that is defined contains an out-of-range value for a month, day, or week, such as the seventh week of the month.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorCalendarViewRangeTooBig">
      <summary>
                    The range for calendar paging is larger than two years.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorCannotCreateCalendarItemInNonCalendarFolder">
      <summary>
                    You are creating a calendar item, and the SavedItemFolderId property refers to a non-calendar folder.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorCannotCreateContactInNonContactFolder">
      <summary>
                    You are creating a contact, and the SavedItemFolderId property refers to a non-contact folder.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorCannotCreateTaskInNonTaskFolder">
      <summary>
                    You are creating a task, and the SavedItemFolderId property refers to a non-task folder.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorCannotDeleteObject">
      <summary>
                    The item to delete cannot be deleted.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorCannotOpenFileAttachment">
      <summary>
                    The attachment stream does not open.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorCannotDeleteTaskOccurrence">
      <summary>
                    You cannot delete an occurrence of a nonrecurring task, and you cannot delete the last occurrence of a recurring task.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorCannotUseFolderIdForItemId">
      <summary>
                    The ID that was passed represents a folder instead of an item.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorCannotUseItemIdForFolderId">
      <summary>
                    The ID that was passed in represents an item instead of a folder.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorChangeKeyRequired">
      <summary>
                    This response code has been replaced by ErrorChangeKeyRequiredForWriteOperations.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorChangeKeyRequiredForWriteOperations">
      <summary>
                    A valid change key must be provided when you are performing certain update operations.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorConnectionFailed">
      <summary>
                    Exchange Web Services cannot connect to the mailbox.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorContentConversionFailed">
      <summary>
                    Exchange Web Services is unable to retrieve the Multipurpose Internet Mail Extensions (MIME) content for the item that was retrieved by the GetItem method, or is unable to create the item from the CreateItem method.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorCorruptData">
      <summary>
                    The data is corrupted and cannot be processed.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorCreateItemAccessDenied">
      <summary>
                    The caller does not have the right to create the item.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorCreateManagedFolderPartialCompletion">
      <summary>
                    One or more of the managed folders that were passed to the CreateManagedFolder method failed to be created. Search for each folder to determine which folders were created and which folders do not exist.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorCreateSubfolderAccessDenied">
      <summary>
                    The calling account does not have the proper rights to create the subfolder.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorCrossMailboxMoveCopy">
      <summary>
                    The item or folder cannot be moved from one mailbox to another.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorDataSizeLimitExceeded">
      <summary>
                    Either the data that you were trying to set exceeded the maximum size for the property, or the value is large enough to require streaming and the property does not support streaming, which is the case for folder properties.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorDataSourceOperation">
      <summary>
                    The underlying data provider failed to complete the operation.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorDeleteDistinguishedFolder">
      <summary>
                    You cannot delete a distinguished folder.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorDeleteItemsFailed">
      <summary>
                    This response code is not used.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorDuplicateInputFolderNames">
      <summary>
                    There are duplicate folder names in the array that was passed to the CreateManagedFolder method.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorEmailAddressMismatch">
      <summary>
                    The e-mail address for the distinguished folder ID does not match the mailbox that you are operating on. For example, you cannot create a search folder that exists in one mailbox but considers distinguished folders from another mailbox in its search criteria.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorEventNotFound">
      <summary>
                    The subscription that was created with a particular watermark is no longer valid.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorExpiredSubscription">
      <summary>
                    The subscription that is referenced by the GetEvents method has expired.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorFolderCorrupt">
      <summary>
                    The folder is corrupted and cannot be saved.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorFolderNotFound">
      <summary>
                    The folder ID that was passed in does not correspond to a valid folder, or the delegate does not have permissions to access the folder.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorFolderPropertRequestFailed">
      <summary>
                    The requested property could not be retrieved. This does not indicate that the property does not exist, but that the property was corrupted in some way so that the retrieval failed.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorFolderSave">
      <summary>
                    The folder could not be created or saved during a save folder operation because of an invalid state
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorFolderSaveFailed">
      <summary>
                    The folder could not be created or saved during a save operation because of an invalid state. 
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorFolderSavePropertyError">
      <summary>
                    The folder could not be created or updated because of invalid property values. The response code lists which properties caused the problem.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorFolderExists">
      <summary>
                    A folder that has that name already exists.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorFreeBusyGenerationFailed">
      <summary>
                    Free/busy information cannot be retrieved because of an intervening failure.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorGetServerSecurityDescriptorFailed">
      <summary>
                    This response code is not used.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorImpersonateUserDenied">
      <summary>
                    The calling account does not have the ms-Exch-EPI-May-Impersonate right on either the user or contact that it is trying to impersonate, or the mailbox database that contains the user mailbox. This response code is returned within a SOAP fault.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorImpersonationDenied">
      <summary>
                    The calling account does not have the ms-Exch-EPI-Impersonation right on the Client Access server that it is calling. This response code is returned within a SOAP fault.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorImpersonationFailed">
      <summary>
                    An unexpected error occurred when an attempt was made to perform server-to-server authentication. This response code typically indicates that the service account that is running the Exchange Web Services application pool is configured incorrectly, or that Exchange Web Services cannot talk to the directory, or that a trust between forests is not correctly configured.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorIncorrectUpdatePropertyCount">
      <summary>
                    Each change description in an UpdateItem or UpdateFolder method call must list only one property to update.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorIndividualMailboxLimitReached">
      <summary>
                    The request contains too many attendees to resolve. By default, the maximum number of attendees to resolve is 100.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorInsufficientResources">
      <summary>
                    The mailbox server is overloaded. Try your request again later.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorInternalServerError">
      <summary>
                    An internal server error occurred.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorInternalServerTransientError">
      <summary>
                    An internal server error occurred. Try your request again later.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorInvalidAccessLevel">
      <summary>
                    The level of access that the caller has on the free/busy data is invalid.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorInvalidAttachmentId">
      <summary>
                    The attachment was not found within the attachments collection for the item. For example, you may receive this response code if you try to call the GetAttachment method on the attachment ID for an attachment that was deleted.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorInvalidAttachmentSubfilter">
      <summary>
                    You try to bind to an existing search folder by using a complex attachment table restriction. Exchange Web Services supports only simple filters against the attachment table. If you try to bind to an existing search folder that has a more complex attachment table restriction (a subfilter), Exchange Web Services cannot render the XML for that filter and returns this response code. You can still call the GetFolder method on the folder, but do not request the SearchParameters property.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorInvalidAttachmentSubfilterTextFilter">
      <summary>
                    You try to bind to an existing search folder by using a complex attachment table restriction. Exchange Web Services supports only simple filters against the attachment table. If you try to bind to an existing search folder that has a more complex attachment table restriction, Exchange Web Services cannot render the XML for that filter. In this case, the attachment subfilter contains a text filter, but it is not looking at the attachment display name. Note that you can still call the GetFolder method on the folder, but do not request the SearchParameters property.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorInvalidAuthorizationContext">
      <summary>
                    Failure to proxy an availability request to a more applicable server.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorInvalidChangeKey">
      <summary>
                    An invalid change key was passed in. Note that many methods do not require a change key to be passed. However, if you do provide a change key, it must be valid, although not necessarily up-to-date.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorInvalidClientSecurityContext">
      <summary>
                    An internal error occurred when an attempt was made to resolve the identity of the caller.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorInvalidCompleteDate">
      <summary>
                    You try to set the CompleteDate of a task to a time in the past. When it is converted to the local time of the Client Access server, the CompleteDate cannot be set to a value that is earlier than the local time on the Client Access server.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorInvalidCrossForestCredentials">
      <summary>
                    An availability request is proxied to a Client Access server in another forest.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorInvalidExcludesRestriction">
      <summary>
                    The bitmask that was passed into the Excludes restriction could not be parsed.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorInvalidExpressionTypeForSubFilter">
      <summary>
                    A subfilter contains a subfilter.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorInvalidExtendedProperty">
      <summary>
                    The combination of extended property values that was specified is invalid or results in an invalid extended property Uniform Resource Identifier (URI).
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorInvalidExtendedPropertyValue">
      <summary>
                    The value that was offered for the extended property is inconsistent with the type that was specified in the associated extended field URI. For example, if the PropertyType property on the extended field URI is set to String, but you set the value of the extended property as an array of integers, you will encounter this response code.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorInvalidFolderId">
      <summary>
                    The folder ID is corrupted.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorInvalidFractionalPagingParameters">
      <summary>
                    The user has specified an invalid parameter in fractional paging.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorInvalidFreeBusyViewType">
      <summary>
                    A FreeBusyViewType of None is requested.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorInvalidId">
      <summary>
                    The structure of the ID and/or change key is internally inconsistent.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorInvalidIdEmpty">
      <summary>
                    The caller specified an ID that is empty.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorInvalidIdMalformed">
      <summary>
                    The structure of the ID is internally inconsistent.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorInvalidIdMonikerTooLong">
      <summary>
                    The structure of the ID is internally inconsistent. The moniker is contained within the ID and indicates which mailbox the ID belongs to. This response code is returned if the length of the moniker is checked and the byte count is longer than expected.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorInvalidIdNotAnItemAttachmentId">
      <summary>
                    The AttachmentId property does not refer to an item or attachment.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorInvalidIdReturnedByResolveNames">
      <summary>
                    The contact in your mailbox is invalid.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorInvalidIdStoreObjectIdTooLong">
      <summary>
                    The structure of the ID is internally inconsistent.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorInvalidIdTooManyAttachmentLevels">
      <summary>
                    The attachment hierarchies exceed the maximum of 255 levels deep.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorInvalidIdXml">
      <summary>
                    This response code is not used.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorInvalidIndexedPagingParameters">
      <summary>
                    The offset for indexed paging is less than zero.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorInvalidInternetHeaderChildNodes">
      <summary>
                    This response code is not used.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorInvalidItemForOperationCreateItemAttachment">
      <summary>
                    You tried to create an item attachment by using an unsupported item type. Supported item types for item attachments include ItemType, MessageType, CalendarItemType, TaskType, and ContactItemType objects. For example, if you try to create a MeetingMessage attachment, you will encounter this response code.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorInvalidItemForOperationCreateItem">
      <summary>
                    You tried to create an unsupported item. Supported items include ItemType, MessageType, CalendarItemType, TaskType, and ContactItemType objects. For example, you cannot create a DistributionList by using the CreateItem method. In addition, certain types are created as a side effect of doing something else. For example, a MeetingMessage is created when you send a calendar item to attendees; it is not explicitly created.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorInvalidItemForOperationAcceptItem">
      <summary>
                    An AcceptItemType object is created on something other than a meeting request or a calendar item, or an attempt is made to accept a calendar item occurrence that is in the Deleted Items folder.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorInvalidItemForOperationDeclineItem">
      <summary>
                    A DeclineItemType object was created on something other than a meeting request or a calendar item, or you tried to decline a calendar item occurrence that is in the Deleted Items folder.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorInvalidItemForOperationCancelItem">
      <summary>
                    A CancelCalendarlItemType object is created for something other than a calendar item.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorInvalidItemForOperationExpandDL">
      <summary>
                    The instance of the ExpandDLType class that was passed to the ExpandDL method does not represent a distribution list.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorInvalidItemForOperationRemoveItem">
      <summary>
                    A RemoveItemType object is created for an item other than a meeting cancellation.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorInvalidItemForOperationSendItem">
      <summary>
                    The SendItem method was attempted on an item other than a message item. Only items whose ItemClass property value begins with IPM.Note can be sent.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorInvalidItemForOperationTentative">
      <summary>
                    A TentativelyAcceptItemType object was created on an item other than a calendar item or meeting request. Also occurs if the TentativelyAcceptItemType object was created for a calendar item occurrence that is in the Deleted Items folder.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorInvalidManagedFolderProperty">
      <summary>
                    The structure of the managed folder is corrupted and cannot be rendered.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorInvalidManagedFolderQuota">
      <summary>
                    The quota that is set on the managed folder is less than zero, which indicates a corrupted managed folder.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorInvalidManagedFolderSize">
      <summary>
                    The size that is set on the managed folder is less than zero, which indicates a corrupted managed folder.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorInvalidMergedFreeBusyInterval">
      <summary>
                    The supplied merged free/busy internal value is invalid. The default minimum value is 5 minutes. The default maximum value is 1440 minutes.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorInvalidNameForNameResolution">
      <summary>
                    The name that was passed into the ResolveNames method was invalid. For example, a zero-length string, a single space, a comma, or a dash are all invalid names.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorInvalidNetworkServiceContext">
      <summary>
                    An error occurred in the Network Service account on the Client Access server.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorInvalidOofParameter">
      <summary>
                    This response code is not used.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorInvalidPagingMaxRows">
      <summary>
                    Zero or a negative value is specified as the maximum number of rows to be returned.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorInvalidParentFolder">
      <summary>
                    You passed in an invalid parent folder for an operation, for example, by creating a folder within a search folder.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorInvalidPercentCompleteValue">
      <summary>
                    The percent complete property is set to a value that is not between 0 and 100 (inclusive).
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorInvalidPropertyAppend">
      <summary>
                    The property that you are trying to append to does not support appending.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorInvalidPropertyDelete">
      <summary>
                    The property that you are trying to delete does not support deleting. For example, you cannot delete the ItemId property of the ItemType object.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorInvalidPropertyForExists">
      <summary>
                    You pass one of the flag properties to a RestrictionType filter of ExistsType.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorInvalidPropertyForOperation">
      <summary>
                    The property that you are trying to manipulate does not support the operation that is being performed on it.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorInvalidPropertyRequest">
      <summary>
                    The property that is specified in the request is not available for the item type. For example, this response code is returned if a property that is only available on calendar items is requested in a GetItem method call for a message or is updated in an UpdateItem method call for a message.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorInvalidPropertySet">
      <summary>
                    The property you are trying to set is read-only.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorInvalidPropertyUpdateSentMessage">
      <summary>
                    During an UpdateItem method call, a client tries to update certain properties of a message that has already been sent.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorInvalidPullSubscriptionId">
      <summary>
                    You called GetEvents or Unsubscribe on a push subscription ID. To unsubscribe from a push subscription, you must respond to a push request with an unsubscribe response, or disconnect your Web service and wait for the push notifications to time out.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorInvalidPushSubscriptionUrl">
      <summary>
                    The URL that was provided as a callback for the Subscribe method has an invalid format.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorInvalidRecipients">
      <summary>
                    The recipient collection on your message or the attendee collection on your calendar item is invalid.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorInvalidRecipientSubfilter">
      <summary>
                    The search folder has a recipient table filter that Exchange Web Services cannot represent. To fix the error, retrieve the folder without requesting the search parameters.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorInvalidRecipientSubfilterComparison">
      <summary>
                    The search folder has a recipient table filter that Exchange Web Services cannot represent. To fix the error, retrieve the folder without requesting the search parameters.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorInvalidRecipientSubfilterOrder">
      <summary>
                    The search folder has a recipient table filter that Exchange Web Services cannot represent. To fix the error, retrieve the folder without requesting the search parameters.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorInvalidRecipientSubfilterTextFilter">
      <summary>
                    The search folder has a recipient table filter that Exchange Web Services cannot represent. To fix the error, retrieve the folder without requesting the search parameters.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorInvalidReferenceItem">
      <summary>
                    This error is returned from the CreateItem operation for Forward and Reply response objects if:
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorInvalidRequest">
      <summary>
                    The SOAP request has a SOAP action header, but nothing in the SOAP body. Note that the SOAP action header is not required, because Exchange Web Services can determine the method to call from the local name of the root element in the SOAP body.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorInvalidRestriction">
      <summary>
                    This response code is not used.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorInvalidRoutingType">
      <summary>
                    The RoutingType property that was passed for an EmailAddressType is not a valid routing type. Typically, routing type is set to Simple Mail Transfer Protocol (SMTP).
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorInvalidScheduledOofDuration">
      <summary>
                    The specified duration end time is not greater than the start time, or the end time does not occur in the future.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorInvalidSecurityDescriptor">
      <summary>
                    The Exchange security descriptor on the Calendar folder in the store is corrupted.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorInvalidSendItemSaveSettings">
      <summary>
                    You attempt to send an item where the SaveItemFolderId is specified in the request but the SaveItemToFolder property is set to false.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorInvalidSerializedAccessToken">
      <summary>
                    The token that was passed in the header is malformed, does not refer to a valid account in the directory, or is missing the primary group security identifier (SID).
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorInvalidSid">
      <summary>
                    One or more of the SID properties within the passed token or Exchange Impersonation block have an invalid structure.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorInvalidSmtpAddress">
      <summary>
                    The SMTP address cannot be parsed.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorInvalidSubfilterType">
      <summary>
                    This response code is not used.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorInvalidSubfilterTypeNotAttendeeType">
      <summary>
                    This response code is not used.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorInvalidSubfilterTypeNotRecipientType">
      <summary>
                    This response code is not used.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorInvalidSubscription">
      <summary>
                    The subscription is no longer valid. This could be because the Client Access server is restarting or because the subscription expired.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorInvalidSyncStateData">
      <summary>
                    The sync state data is corrupted. This code is returned by the SyncFolderItems method or the SyncFolderHierarchy method if the SyncState property data is invalid. To fix this error, you must resynchronize without the sync state. Make sure that if you are persisting sync state BLOBs and that you are not accidentally truncating the BLOB.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorInvalidTimeInterval">
      <summary>
                    The specified time interval is invalid. The start time must be greater than or equal to the end time.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorInvalidUserOofSettings">
      <summary>
                    The user Out of Office (OOF) settings are invalid because of a missing internal or external reply.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorInvalidUserPrincipalName">
      <summary>
                    The UPN that was passed in the Exchange Impersonation SOAP header did not map to a valid account.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorInvalidUserSid">
      <summary>
                    The SID that was passed in the Exchange Impersonation SOAP header was either structurally invalid or did not map to a valid account.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorInvalidUserSidMissingUPN">
      <summary>
                    This response code is not used.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorInvalidValueForProperty">
      <summary>
                    The comparison value in the restriction is invalid for the property you are comparing against. For example, the comparison value of DateTimeCreated &gt; true would return this response code. This response code is also returned if you specify an enumeration property in the comparison, but the value that you are comparing against is not a valid value for that enumeration.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorInvalidWatermark">
      <summary>
                    The watermark is invalid.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorIrresolvableConflict">
      <summary>
                    Conflict resolution was unable to resolve changes for the properties. The items in the store may have been changed and may have to be updated. Retrieve the updated change key and try again.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorItemCorrupt">
      <summary>
                    The state of the object is corrupted and cannot be retrieved. When you are retrieving an item, only certain properties will be in this state, such as Body and MimeContent. Omit these properties and retry the operation.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorItemNotFound">
      <summary>
                    The item was not found or you do not have rights to access the item.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorItemPropertyRequestFailed">
      <summary>
                    A property request fails. The property may exist, but could not be retrieved.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorItemSave">
      <summary>
                    Attempts to save the item or folder fail.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorItemSavePropertyError">
      <summary>
                    Attempts to save the item or folder fail because of invalid property values. The response code includes the path of the invalid properties.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorLegacyMailboxFreeBusyViewTypeNotMerged">
      <summary>
                    This response code is not used.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorLocalServerObjectNotFound">
      <summary>
                    This response code is not used.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorLogonAsNetworkServiceFailed">
      <summary>
                    The availability service was unable to log on as the network service in order to proxy requests to the appropriate sites or forests. This response typically indicates a configuration error.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorMailboxConfiguration">
      <summary>
                    The mailbox information in Active Directory is configured incorrectly.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorMailboxDataArrayEmpty">
      <summary>
                    The MailboxDataArray property in the request is empty. You must supply at least one mailbox identifier.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorMailboxDataArrayTooBig">
      <summary>
                    More than 100 entries are supplied in a MailboxDataArray.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorMailboxLogonFailed">
      <summary>
                    The connection to the mailbox to get the calendar view information failed.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorMailboxMoveInProgress">
      <summary>
                    The mailbox is currently being moved. Try your request again after the move is complete.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorMailboxStoreUnavailable">
      <summary>
                    The mailbox is currently unavailable.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorMailRecipientNotFound">
      <summary>
                    The MailboxData information cannot be mapped to a valid mailbox account.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorManagedFolderAlreadyExists">
      <summary>
                    The managed folder that you are trying to subscribe to already exists in your mailbox.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorManagedFolderNotFound">
      <summary>
                    The folder name that was specified in the request does not map to a managed folder definition in Active Directory. You can only create instances of managed folders for folders defined in Active Directory. Check the name and try again.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorManagedFoldersRootFailure">
      <summary>
                    The managed folders root was deleted from the mailbox, or there is already a folder in the same parent folder that has the name of the managed folder root. This code will also occur if the attempt to create the root managed folder fails.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorMeetingSuggestionGenerationFailed">
      <summary>
                    The suggestions engine encountered a problem when it was trying to generate the suggestions.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorMessageDispositionRequired">
      <summary>
                    The MessageDisposition property is not set.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorMessageSizeExceeded">
      <summary>
                    The message that you are trying to send exceeded the allowed limits.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorMimeContentConversionFailed">
      <summary>
                    The MIME content is not a valid iCal for a CreateItem method. For a GetItem method, this response indicates that the MIME content could not be generated.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorMimeContentInvalid">
      <summary>
                    The MIME content is invalid.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorMimeContentInvalidBase64String">
      <summary>
                    The MIME content in the request is not a valid base 64 string.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorMissingArgument">
      <summary>
                    A required argument was missing from the request. The response message text indicates which argument to check.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorMissingEmailAddress">
      <summary>
                    You specified a distinguished folder ID in the request, but the account that made the request does not have a mailbox on the system.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorMissingEmailAddressForManagedFolder">
      <summary>
                    You specified a distinguished folder ID in the request, but the account that made the request does not have a mailbox on the system. This response is returned from the CreateManagedFolder method.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorMissingInformationEmailAddress">
      <summary>
                    The attendee or recipient does not have the EmailAddress property set. The other two EmailAddressType properties, Name and RoutingType, are optional.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorMissingInformationReferenceItemId">
      <summary>
                    The ReferenceItemId property value is missing from the response object.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorMissingItemForCreateItemAttachment">
      <summary>
                    You do not indicate the item that you want to create in an item attachment.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorMissingManagedFolderId">
      <summary>
                    The policy IDs property, property tag 0x6732, for the folder is missing. You should consider this a corrupted folder.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorMissingRecipients">
      <summary>
                    You tried to send an item without including recipients. Note that if you call the CreateItem method with a message disposition that causes the message to be sent, you will get the ErrorInvalidRecipients response code.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorMoreThanOneAccessModeSpecified">
      <summary>
                    You have specified more than one ExchangeImpersonation or SerializedSecurityContext property value within a request.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorMoveCopyFailed">
      <summary>
                    The move or copy operation failed. Moving occurs in the CreateItem method when you accept a meeting request that is in the Deleted Items folder. In addition, if you decline a meeting request, cancel a calendar item, or remove a meeting from your calendar, it is moved to the Deleted Items folder.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorMoveDistinguishedFolder">
      <summary>
                    You tried to move a distinguished folder.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorNameResolutionMultipleResults">
      <summary>
                    The ResolveNames method returned more than one result, or the ambiguous name that you specified matched more than one object in the directory. The response code includes the matched names in the response data.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorNameResolutionNoMailbox">
      <summary>
                    The caller does not have a mailbox on the system.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorNameResolutionNoResults">
      <summary>
                    The ResolveNames method returns no results.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorNoCalendar">
      <summary>
                    A Calendar folder does not exist for the mailbox.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorNoFolderClassOverride">
      <summary>
                    You set the FolderClass property when you are creating an item other than a generic folder. For typed folders such as CalendarFolderType and TaskFolderType, the folder class is implied. Setting the folder class to a different folder type by using the UpdateFolder method results in the ErrorObjectTypeChanged response. Instead, use a generic folder type, but set the folder class to the value that you require. Exchange Web Services will create the correct strongly typed folder.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorNoFreeBusyAccess">
      <summary>
                    The caller does not have free/busy viewing rights on the Calendar folder in question.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorNonExistentMailbox">
      <summary>
                    This error occurs when:
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorNonPrimarySmtpAddress">
      <summary>
                    A caller passes in a non-primary SMTP address. The response includes the correct SMTP address to use.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorNoPropertyTagForCustomProperties">
      <summary>
                    MAPI properties in the custom range, 0x8000 and greater, cannot be referenced by property tags. You must use the PropertySetId property or the DistinguishedPropertySetId together with the PropertyName or PropertyId properties.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorNotEnoughMemory">
      <summary>
                    The operation could not be completed because of insufficient memory.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorObjectTypeChanged">
      <summary>
                    The object type cannot be changed. For the CreateItem method, the ItemClass property must be consistent with the strongly typed item such as a Message or Contact.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorOccurrenceCrossingBoundary">
      <summary>
                    The time allotment for a given occurrence overlaps with an earlier or later occurrence.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorOccurrenceTimeSpanTooBig">
      <summary>
                    The occurrence has a duration which causes it to overlap with another occurrence of the same recurrence.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorParentFolderIdRequired">
      <summary>
                    This response code is not used.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorParentFolderNotFound">
      <summary>
                    The CreateFolder method could not find the parent folder.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorPasswordChangeRequired">
      <summary>
                    You must change your password before you can access this mailbox. This occurs when a new account has been created and the administrator indicated that the user must change the password at first logon. You cannot update the password by using Exchange Web Services. You must use a tool such as Outlook Web Access to change your password.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorPasswordExpired">
      <summary>
                    The password has expired. You cannot change the password by using Exchange Web Services. You must use a tool such as Outlook Web Access to change your password.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorPropertyUpdate">
      <summary>
                    The update failed because of invalid property values. The response message includes the invalid property paths.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorPropertyValidationFailure">
      <summary>
                    This response code is not used.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorProxyRequestNotAllowed">
      <summary>
                    The request that Exchange Web Services sent to another Client Access server when trying to fulfill a GetUserAvailability request was invalid.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorProxyRequestProcessingFailed">
      <summary>
                    Exchange Web Services tried to proxy an availability request to another Client Access server for fulfillment, but the request failed. This response can be caused by network connectivity issues or request time-out issues.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorPublicFolderRequestProcessingFailed">
      <summary>
                    The recipient is located on an Exchange server that is not running Exchange 2007, and the request to retrieve free/busy information for the recipient from the public folder server failed.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorPublicFolderServerNotFound">
      <summary>
                    The recipient is located on an Exchange server that is not running Exchange 2007, and the request to retrieve free/busy information for that recipient from the public folder server failed because the organizational unit did not have a public folder server associated with it.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorQueryFilterTooLong">
      <summary>
                    The search folder restriction may be valid, but it is not supported by Exchange Web Services. Exchange Web Services limits restrictions to contain a maximum of 255 filter expressions. If you try to bind to an existing search folder that exceeds 255, this response code is returned.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorQuotaExceeded">
      <summary>
                    The mailbox quota is exceeded.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorReadEventsFailed">
      <summary>
                    The process for reading events was aborted because of an internal failure. Re-create the event synchronization based on a last known watermark.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorReadReceiptNotPending">
      <summary>
                    An attempt was made to suppress a read receipt when the message sender did not request a read receipt on the message.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorRecurrenceEndDateTooBig">
      <summary>
                    The end date for the recurrence is after 9/1/4500.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorRecurrenceHasNoOccurrence">
      <summary>
                    The recurrence has no occurrence instances in the specified range.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorRequestAborted">
      <summary>
                    This response code is not used.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorRequestStreamTooBig">
      <summary>
                    During availability proxying, the request was determined to be too large.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorRequiredPropertyMissing">
      <summary>
                    One or more of the required properties is missing from a CreateAttachment call. The response indicates which property path was not set.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorResponseSchemaValidation">
      <summary>
                    This response code is not used.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorRestrictionTooLong">
      <summary>
                    The restriction has more than 255 filters.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorRestrictionTooComplex">
      <summary>
                    The restriction that was passed cannot be evaluated by Exchange Web Services.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorResultSetTooBig">
      <summary>
                    The number of calendar entries for a given recipient exceeds the allowed limit of 1000. Reduce the window and try again.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorInvalidExchangeImpersonationHeaderData">
      <summary>
                    An Exchange Impersonation header was passed in, but it did not contain a security identifier (SID), user principal name (UPN), or PrimarySmtpAddress. This response code is always returned within a SOAP fault.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorSavedItemFolderNotFound">
      <summary>
                    The folder in which to save the item does not exist.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorSchemaValidation">
      <summary>
                    The incoming request fails schema validation against types.xsd and messages.xsd. This response code is always returned within a SOAP fault.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorSearchFolderNotInitialized">
      <summary>
                    The search folder was created, but the search criteria were never set on the folder. This code occurs only when you access corrupted search folders that were created by using another API or client. To fix this error, call UpdateFolder and set the SearchParameters to include the restriction that should be on the folder.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorSendAsDenied">
      <summary>
                    The caller does not have the rights to send on behalf of the mailbox they are accessing.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorSendMeetingCancellationsRequired">
      <summary>
                    During a DeleteItem call, the SendMeetingCancellations property is missing from the request and the item to delete is a calendar item. If you are using the proxy objects, make sure that the SendMeetingCancellationsSpecified property is set to true.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorSendMeetingInvitationsOrCancellationsRequired">
      <summary>
                    During an UpdateItem method call, the SendMeetingInvitationsOrCancellations property is missing from the request and the item to update is a calendar item. If you are using the proxy objects, make sure that the SendMeetingInvitationsOrCancellationsSpecified property is set to true.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorSendMeetingInvitationsRequired">
      <summary>
                    During a CreateItem method call, the SendMeetingInvitations property is missing from the request and the item to create is a calendar item. If you are using the proxy objects, make sure that the SendMeetingInvitationsSpecified property is set to true.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorSentMeetingRequestUpdate">
      <summary>
                    After the organizer sends a meeting request, the request cannot be updated. To modify the meeting, modify the calendar item, not the meeting request.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorSentTaskRequestUpdate">
      <summary>
                    After the task initiator sends a task request, that request cannot be updated.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorServerBusy">
      <summary>
                    The server is busy.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorServiceDiscoveryFailed">
      <summary>
                    Exchange Web Services tried to proxy a user availability request to the appropriate forest for the recipient, but it could not determine where to send the request because of a service discovery failure.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorStaleObject">
      <summary>
                    In an UpdateItem or SendItem method call, the change key is not up-to-date or was not supplied. Call GetItem to retrieve an updated change key, and then try the operation again.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorSubscriptionAccessDenied">
      <summary>
                    You tried to access a subscription by using an account that did not create that subscription. A subscription can be accessed only by its creator.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorSubscriptionDelegateAccessNotSupported">
      <summary>
                    You cannot create a subscription if you are not the owner or do not have owner access to the mailbox.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorSubscriptionNotFound">
      <summary>
                    The specified subscription does not exist. The subscription may have expired, the Exchange Web Services process may have been restarted, or an invalid subscription may have been passed in. If the subscription was valid, re-create the subscription with the latest watermark.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorSyncFolderNotFound">
      <summary>
                    The folder ID that was specified in the SyncFolderItems method call does not exist.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorTimeIntervalTooBig">
      <summary>
                    The time window that was specified is larger than the allowed limit. By default, the allowed limit is 42.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorTimeoutExpired">
      <summary>
                    The proxied request timed out.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorToFolderNotFound">
      <summary>
                    The destination folder does not exist.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorTokenSerializationDenied">
      <summary>
                    The caller tries to perform a token serialization request but does not have ms-Exch-EPI-TokenSerialization rights on the Client Access server they are calling.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorUpdatePropertyMismatch">
      <summary>
                    The single property path that is listed in a change description does not match the single property that is being set within the actual ItemType or FolderType object.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorUnableToGetUserOofSettings">
      <summary>
                    This response code is not used.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorUnsupportedSubFilter">
      <summary>
                    This response code is not used.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorUnsupportedCulture">
      <summary>
                    The specified culture cannot be parsed by the Culture object.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorUnsupportedMapiPropertyType">
      <summary>
                    A caller tries to use extended properties of types object, object array, error, or null.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorUnsupportedMimeConversion">
      <summary>
                    You tried to retrieve or set MIME content for an item other than a PostType, MessageType, or CalendarItemType object.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorUnsupportedPathForQuery">
      <summary>
                    The property path cannot be used within a restriction.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorUnsupportedPathForSortGroup">
      <summary>
                    The property path cannot be used for sorting or grouping operations.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorUnsupportedPropertyDefinition">
      <summary>
                    This response code is not used.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorUnsupportedQueryFilter">
      <summary>
                    The search folder restriction may be valid, but it is not supported by Exchange Web Services. You can still call the FindItem method on the search folder restriction to retrieve the items in the search folder. However, you cannot get the actual restriction clause.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorUnsupportedRecurrence">
      <summary>
                    The recurrence pattern that was supplied is not supported for tasks.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorUnsupportedTypeForConversion">
      <summary>
                    Exchange Web Services found a property type in the store but cannot generate XML for the property type.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorVoiceMailNotImplemented">
      <summary>
                    This response code is not used.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorVirusDetected">
      <summary>
                    The message contains a virus.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorVirusMessageDeleted">
      <summary>
                    The message contained a virus, and the message was deleted.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorWebRequestInInvalidState">
      <summary>
                    This response code is not used.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorWin32InteropError">
      <summary>
                    An internal failure occurred during communication with unmanaged code.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorWorkingHoursSaveFailed">
      <summary>
                    This response code is not used.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseCodeType.ErrorWorkingHoursXmlMalformed">
      <summary>
                    This response code is not used.
                </summary>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseMessageType">
      <summary>
                    Provides descriptive information about the response status for a single entity within a request.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseMessageType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseMessageType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseMessageType.DescriptiveLinkKey">
      <summary>
                    Gets or sets the descriptive link key of the response status.
                </summary>
      <returns>
                    The descriptive link key of the response status.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseMessageType.DescriptiveLinkKeySpecified">
      <summary>
                    Gets or sets a value that specifies whether the <see cref="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseMessageType.DescriptiveLinkKey" /> property is serialized into the SOAP request.
                </summary>
      <returns>true if the property is serialized into the SOAP request; otherwise, false.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseMessageType.MessageText">
      <summary>
                    Gets or sets a textual description of the status of the response.
                </summary>
      <returns>
                    The textual description of the response status.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseMessageType.MessageXml">
      <summary>
                    Gets or sets additional error response information.
                </summary>
      <returns>
                    An object that represents the error response information.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseMessageType.ResponseClass">
      <summary>
                    Gets or sets the status of the response.
                </summary>
      <returns>
                    An enumeration value that represents the response status.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseMessageType.ResponseCode">
      <summary>
                    Gets or sets an error code that identifies the specific error that the request encountered.
                </summary>
      <returns>
                    An enumeration value that identifies the specific error.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseMessageType.ResponseCodeSpecified">
      <summary>
                    Gets or sets a value that specifies whether the <see cref="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseMessageType.ResponseCode" /> property is serialized into the SOAP request.
                </summary>
      <returns>true if the property is serialized into the SOAP request; otherwise, false.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseMessageTypeMessageXml">
      <summary>
                    Provides additional error response information associated with the response status for a single entity within a request.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseMessageTypeMessageXml.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseMessageTypeMessageXml" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseMessageTypeMessageXml.Any">
      <summary>
                    Gets or sets any error response information associated with the response status for a single entity within a request.
                </summary>
      <returns>
                    The collection of objects that represents additional error response information.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseObjectCoreType">
      <summary>
                    Defines the core behavior for classes that represent a response to an e-mail message in the Exchange store, and provides a base for derived classes.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseObjectCoreType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseObjectCoreType" /> class.
                </summary>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseObjectCoreType.ReferenceItemId">
      <summary>
                    Gets or sets the unique identifier and change key of the item in the Exchange store that is associated with the response object.
                </summary>
      <returns>
                    An object that represents the unique identifier and change key.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseObjectType">
      <summary>
                    Defines behavior for classes that represent a response to an e-mail message in the Exchange store, and provides a base for derived classes.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseObjectType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseObjectType" /> class.
                </summary>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseObjectType.ObjectName">
      <summary>
                    Gets or sets the type of the response object.
                </summary>
      <returns>
                    The type of the response object.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseTypeType">
      <summary>
                    Represents the types of recipient responses that are received for a meeting. 
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseTypeType.Unknown">
      <summary>
                    The recipient's response to the meeting is unknown.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseTypeType.Organizer">
      <summary>
                    The recipient is the meeting organizer.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseTypeType.Tentative">
      <summary>
                    The recipient has tentatively accepted the meeting.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseTypeType.Accept">
      <summary>
                    The recipient accepted the meeting.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseTypeType.Decline">
      <summary>
                    The recipient declined the meeting.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ResponseTypeType.NoResponseReceived">
      <summary>
                    The recipient has not yet responded to the meeting request.
                </summary>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.RestrictionType">
      <summary>
                    Represents the restriction or query that is used to filter items or folders.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.RestrictionType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.RestrictionType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.RestrictionType.Item">
      <summary>
                    Gets or sets the substituted element within a restriction.
                </summary>
      <returns>
                    An object that represents the substituted element.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.SearchExpressionType">
      <summary>
                    Defines the core behavior for classes that represent the substituted element within a restriction, and provides a base for derived classes.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.SearchExpressionType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.SearchExpressionType" /> class.
                </summary>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.SearchFolderTraversalType">
      <summary>
                    Identifies the options for searching a folder hierarchy.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.SearchFolderTraversalType.Shallow">
      <summary>
                    A shallow search is used to traverse the folder hierarchy. That is, only the identified folder is searched.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.SearchFolderTraversalType.Deep">
      <summary>
                    A deep search is used to traverse the folder hierarchy. That is, all subfolders of the identified folder are searched.
                </summary>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.SearchFolderType">
      <summary>
                    Represents a search folder that is contained in a mailbox.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.SearchFolderType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.SearchFolderType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.SearchFolderType.SearchParameters">
      <summary>
                    Gets or sets the parameters that define a search folder.
                </summary>
      <returns>
                    An object that represents the parameters that define a search folder.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.SearchParametersType">
      <summary>
                    Represents the parameters that define a search folder.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.SearchParametersType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.SearchParametersType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.SearchParametersType.BaseFolderIds">
      <summary>
                    Gets or sets the collection of folders that will be mined to determine the contents of a search folder.
                </summary>
      <returns>
                    The collection of folders that will be mined.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.SearchParametersType.Restriction">
      <summary>
                    Gets or sets the restriction or query that is used to filter items or folders in FindItem, FindFolder, and other search folder operations.
                </summary>
      <returns>
                    An object that represents the restriction.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.SearchParametersType.Traversal">
      <summary>
                    Gets or sets a value that describes how a search folder traverses the folder hierarchy.
                </summary>
      <returns>
                    An enumeration value that describes how a search folder traverses the folder hierarchy.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.SearchParametersType.TraversalSpecified">
      <summary>
                    Gets or sets a value that specifies whether the <see cref="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.SearchParametersType.TraversalSpecified" /> property is serialized into the SOAP request.
                </summary>
      <returns>true if the property is serialized into the SOAP request; otherwise, false.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.SendItemResponseType">
      <summary>
                    Defines a response to a SendItem request.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.SendItemResponseType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.SendItemResponseType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.SendItemType">
      <summary>
                    Reresents the root element in a request to send an item in the Exchange store.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.SendItemType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.SendItemType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.SendItemType.ItemIds">
      <summary>
                    Gets or sets the unique identities of items, occurrence items, and recurring master items that are used to delete, send, get, move, or copy items in the Exchange store.
                </summary>
      <returns>
                    A collection that contains the unique identities.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.SendItemType.SavedItemFolderId">
      <summary>
                    Gets or sets the target folder for operations that update, send, and create items in the Exchange store.
                </summary>
      <returns>
                    An object that represents the target folder.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.SendItemType.SaveItemToFolder">
      <summary>
                    Gets or sets a value that indicates whether a copy of the sent item is saved.
                </summary>
      <returns>true if a copy of the sent item is saved; otherwise, false.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.SendNotificationResponseMessageType">
      <summary>
                    Contains the status and result of a single SendNotification request.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.SendNotificationResponseMessageType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.SendNotificationResponseMessageType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.SendNotificationResponseMessageType.Notification">
      <summary>
                    Gets or sets information about the subscription and the events that have occurred since the last notification.
                </summary>
      <returns>
                    An object that represents information about the subscription and the events.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.SensitivityChoicesType">
      <summary>
                    Specifies the sensitivity level types that are available for an item.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.SensitivityChoicesType.Normal">
      <summary>
                    The item is normal.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.SensitivityChoicesType.Personal">
      <summary>
                    The item is personal.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.SensitivityChoicesType.Private">
      <summary>
                    The item is private.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.SensitivityChoicesType.Confidential">
      <summary>
                    The item is confidential.
                </summary>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.SerializedSecurityContextType">
      <summary>
                    Represents a class that is used in the SOAP header for token serialization in server-to-server authentication. 
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.SerializedSecurityContextType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.SerializedSecurityContextType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.SerializedSecurityContextType.GroupSids">
      <summary>
                    Gets or sets a collection of group object security identifiers for the Active Directory directory service.
                </summary>
      <returns>
                    A collection of group object security identifiers.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.SerializedSecurityContextType.PrimarySmtpAddress">
      <summary>
                    Gets or sets the primary Simple Mail Transfer Protocol (SMTP) address of an account to be used for server-to-server authorization.
                </summary>
      <returns>
                    The SMTP address of the account.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.SerializedSecurityContextType.RestrictedGroupSids">
      <summary>
                    Gets or sets the group security identifier and attributes for a restricted group.
                </summary>
      <returns>
                    The collection of group security identifiers and attributes.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.SerializedSecurityContextType.UserSid">
      <summary>
                    Gets or sets the security descriptor definition language (SDDL) form of the user security identifier in a serialized security context SOAP header.
                </summary>
      <returns>
                    The SDDL form of the user security identifier.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ServerVersionInfo">
      <summary>
                    Represents the Exchange Server 2007 version number.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ServerVersionInfo.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ServerVersionInfo" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ServerVersionInfo.MajorBuildNumber">
      <summary>
                    Gets or sets a description of the major build number for the Exchange Server.
                </summary>
      <returns>
                    The major build number.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ServerVersionInfo.MajorBuildNumberSpecified">
      <summary>
                    Gets or sets a value that specifies whether the <see cref="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ServerVersionInfo.MajorBuildNumber" /> property is serialized in the Exchange Web Services response message.
                </summary>
      <returns>true if the property is serialized in the response; otherwise, false.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ServerVersionInfo.MajorVersion">
      <summary>
                    Gets or sets a description of the major version number for the Exchange Server.
                </summary>
      <returns>
                    The major version number.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ServerVersionInfo.MajorVersionSpecified">
      <summary>
                    Gets or sets a value that specifies whether the <see cref="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ServerVersionInfo.MajorVersion" /> property is serialized in the Exchange Web Services response message.
                </summary>
      <returns>true if the property is serialized in the response; otherwise, false.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ServerVersionInfo.MinorBuildNumber">
      <summary>
                    Gets or sets a description of the minor build number for Exchange Server 2007.
                </summary>
      <returns>
                    The minor build number.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ServerVersionInfo.MinorBuildNumberSpecified">
      <summary>
                    Gets or sets a value that specifies whether the <see cref="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ServerVersionInfo.MinorBuildNumber" /> property is serialized in the Exchange Web Services response message.
                </summary>
      <returns>true if the property is serialized in the response; otherwise, false.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ServerVersionInfo.MinorVersion">
      <summary>
                    Gets or sets a description of the minor version number for Exchange Server 2007.
                </summary>
      <returns>
                    The minor version number.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ServerVersionInfo.MinorVersionSpecified">
      <summary>
                    Gets or sets a value that specifies whether the <see cref="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ServerVersionInfo.MinorVersion" /> property is serialized in the Exchange Web Services response message.
                </summary>
      <returns>true if the property is serialized in the response; otherwise, false.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.SidAndAttributesType">
      <summary>
                    Represents a single security identifier and attribute for an Active Directory directory service object group of which the account is a member.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.SidAndAttributesType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.SidAndAttributesType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.SidAndAttributesType.Attributes">
      <summary>
                    Gets or sets the group attributes for an Active Directory directory service object group of which the account is a member.
                </summary>
      <returns>
                    The group attributes.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.SidAndAttributesType.SecurityIdentifier">
      <summary>
                    Gets or sets the security descriptor definition language (SDDL) form of a security identifier (SID) that represents the group.
                </summary>
      <returns>
                    The SDDL form of the SID that represents the group.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.SingleRecipientType">
      <summary>
                    Identifies the sender of an item in the Exchange store. 
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.SingleRecipientType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.SingleRecipientType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.SingleRecipientType.Item">
      <summary>
                    Gets or sets a mail-enabled Active Directory object that identifies the sender.
                </summary>
      <returns>
                    The Active Directory object that identifies the sender.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.SmartResponseBaseType">
      <summary>
                    Defines the behavior of classes that represent a response to an item in the Exchange store, and provides a base for derived classes.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.SmartResponseBaseType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.SmartResponseBaseType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.SmartResponseType">
      <summary>
                    Defines the behavior of classes that represent a response to an item in the Exchange store, and provides a base for derived classes.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.SmartResponseType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.SmartResponseType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.SmartResponseType.NewBodyContent">
      <summary>
                    Gets or sets the new body content of a message.
                </summary>
      <returns>
                    An object that represents the new body content of a message.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.SortDirectionType">
      <summary>
                    Identifies the ordering options for the groups in the grouped item array that is returned in the response.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.SortDirectionType.Ascending">
      <summary>
                    The groups are returned in ascending order.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.SortDirectionType.Descending">
      <summary>
                    The groups are returned in descending order.
                </summary>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.SubscribeResponseMessageType">
      <summary>
                    Contains the status and result of a single Subscribe request.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.SubscribeResponseMessageType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.SubscribeResponseMessageType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.SubscribeResponseMessageType.SubscriptionId">
      <summary>
                    Gets or sets the identifier for a subscription.
                </summary>
      <returns>
                    A GUID that identifies the subscription.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.SubscribeResponseMessageType.Watermark">
      <summary>
                    Gets or sets an event bookmark in the mailbox event queue.
                </summary>
      <returns>
                    The event bookmark in the mailbox event queue.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.SubscribeResponseType">
      <summary>
                    Defines a response to a Subscribe request.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.SubscribeResponseType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.SubscribeResponseType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.SubscribeType">
      <summary>
                    Contains the properties used to create subscriptions.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.SubscribeType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.SubscribeType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.SubscribeType.Item">
      <summary>
                    Gets or sets a subscription to an event notification.
                </summary>
      <returns>
                    An object that represents an event notification subscription.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.TargetFolderIdType">
      <summary>
                    Represents a target folder for operations that create, save, copy, move, or synchronize items or folders.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.TargetFolderIdType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.TargetFolderIdType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.TargetFolderIdType.Item">
      <summary>
                    Gets or sets the identifier of the target folder.
                </summary>
      <returns>
                    An object that represents the identifier.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.TwoOperandExpressionType">
      <summary>
                    Defines the core behavior for classes that represent the substituted element within a restriction, and provides a base for derived classes.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.TwoOperandExpressionType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.TwoOperandExpressionType" /> class.
                </summary>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.TwoOperandExpressionType.FieldURIOrConstant">
      <summary>
                    Gets or sets either a property or a constant value to compare with another property.
                </summary>
      <returns>
                    An object that represents the value to be used in the comparison with another property.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.TwoOperandExpressionType.Item">
      <summary>
                    Gets or sets a Uniform Resource Identifier (URI) to a property that is used in the comparison.
                </summary>
      <returns>
                    An object that represents the URI to the property.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType">
      <summary>
                    Identifies frequently referenced, unindexed properties by Uniform Resource Identifier (URI).
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.folderFolderId">
      <summary>
                    The FolderId property for a folder.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.folderParentFolderId">
      <summary>
                    The ParentFolderId property for a folder.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.folderDisplayName">
      <summary>
                    The DisplayName property for a folder.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.folderUnreadCount">
      <summary>
                    The UnreadCount property for a folder.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.folderTotalCount">
      <summary>
                    The TotalCount property for a folder.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.folderChildFolderCount">
      <summary>
                    The ChildFolderCount property for a folder.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.folderFolderClass">
      <summary>
                    The FolderClass property for a folder.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.folderSearchParameters">
      <summary>
                    The SearchParameters property for a folder.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.folderManagedFolderInformation">
      <summary>
                    The ManagedFolderInformation property for a folder.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.itemItemId">
      <summary>
                    The ItemId property for an item.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.itemParentFolderId">
      <summary>
                    The ParentFolderId property for an item.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.itemItemClass">
      <summary>
                    The ItemClass property for an item.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.itemMimeContent">
      <summary>
                    The MimeContent property for an item.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.itemAttachments">
      <summary>
                    The Attachments property for an item.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.itemSubject">
      <summary>
                    The Subject property for an item.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.itemDateTimeReceived">
      <summary>
                    The DateTimeReceived property for an item.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.itemSize">
      <summary>
                    The Size property for an item.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.itemCategories">
      <summary>
                    The Categories property for an item.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.itemHasAttachments">
      <summary>
                    The HasAttachments property for an item.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.itemImportance">
      <summary>
                    The Importance property for an item.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.itemInReplyTo">
      <summary>
                    The InReplyTo property for an item.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.itemInternetMessageHeaders">
      <summary>
                    The InternetMessageHeaders property for an item.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.itemIsDraft">
      <summary>
                    The IsDraft property for an item.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.itemIsFromMe">
      <summary>
                    The IsFromMe property for an item.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.itemIsResend">
      <summary>
                    The IsResend property for an item.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.itemIsSubmitted">
      <summary>
                    The IsSubmitted property for an item.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.itemIsUnmodified">
      <summary>
                    The IsUnmodified property for an item.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.itemDateTimeSent">
      <summary>
                    The DateTimeSent property for an item.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.itemDateTimeCreated">
      <summary>
                    The DateTimeCreated property for an item.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.itemBody">
      <summary>
                    The Body property for an item.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.itemResponseObjects">
      <summary>
                    The ResponseObjects property for an item.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.itemSensitivity">
      <summary>
                    The Sensitivity property for an item.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.itemReminderDueBy">
      <summary>
                    The ReminderDueBy property for an item.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.itemReminderIsSet">
      <summary>
                    The ReminderIsSet property for an item.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.itemReminderMinutesBeforeStart">
      <summary>
                    The ReminderMinutesBeforeStart property for an item.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.itemDisplayTo">
      <summary>
                    The DisplayTo property for an item.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.itemDisplayCc">
      <summary>
                    The DisplayCc property for an item.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.itemCulture">
      <summary>
                    The Culture property for an item.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.messageConversationIndex">
      <summary>
                    The ConversationIndex property for a message.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.messageConversationTopic">
      <summary>
                    The ConversationTopic property for a message.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.messageInternetMessageId">
      <summary>
                    The InternetMessageId property for a message.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.messageIsRead">
      <summary>
                    The IsRead property for a message.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.messageIsResponseRequested">
      <summary>
                    The IsResponseRequested property for a message.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.messageIsReadReceiptRequested">
      <summary>
                    The IsReadReceiptRequested property for a message.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.messageIsDeliveryReceiptRequested">
      <summary>
                    The IsDeliveryReceiptRequested property for a message.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.messageReferences">
      <summary>
                    The References property for a message.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.messageReplyTo">
      <summary>
                    The ReplyTo property for a message.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.messageFrom">
      <summary>
                    The From property for a message.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.messageSender">
      <summary>
                    The Sender property for a message.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.messageToRecipients">
      <summary>
                    The ToRecipients property for a message.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.messageCcRecipients">
      <summary>
                    The CcRecipients property for a message.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.messageBccRecipients">
      <summary>
                    The BccRecipients property for a message.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.meetingAssociatedCalendarItemId">
      <summary>
                    The AssociatedCalendarItemId property for a meeting.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.meetingIsDelegated">
      <summary>
                    The IsDelegated property for a meeting.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.meetingIsOutOfDate">
      <summary>
                    The IsOutOfDate property for a meeting.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.meetingHasBeenProcessed">
      <summary>
                    The HasBeenProcessed property for a meeting.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.meetingResponseType">
      <summary>
                    The ResponseType property for a meeting.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.meetingRequestMeetingRequestType">
      <summary>
                    The RequestMeetingRequestType property for a meeting.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.meetingRequestIntendedFreeBusyStatus">
      <summary>
                    The RequestIntendedFreeBusyStatus property for a meeting.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.calendarStart">
      <summary>
                    The Start property for the calendar.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.calendarEnd">
      <summary>
                    The End property for the calendar.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.calendarOriginalStart">
      <summary>
                    The OriginalStart property for the calendar.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.calendarIsAllDayEvent">
      <summary>
                    The IsAllDayEvent property for the calendar.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.calendarLegacyFreeBusyStatus">
      <summary>
                    The LegacyFreeBusyStatus property for the calendar.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.calendarLocation">
      <summary>
                    The Location property for the calendar.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.calendarWhen">
      <summary>
                    The When property for the calendar.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.calendarIsMeeting">
      <summary>
                    The IsMeeting property for the calendar.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.calendarIsCancelled">
      <summary>
                    The IsCancelled property for the calendar.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.calendarIsRecurring">
      <summary>
                    The IsRecurring property for the calendar.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.calendarMeetingRequestWasSent">
      <summary>
                    The MeetingRequestWasSent property for the calendar.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.calendarIsResponseRequested">
      <summary>
                    The IsResponseRequested property for the calendar. 
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.calendarCalendarItemType">
      <summary>
                    The CalendarItemType property for the calendar.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.calendarMyResponseType">
      <summary>
                    The MyResponseType property for the calendar.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.calendarOrganizer">
      <summary>
                    The Organizer property for the calendar.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.calendarRequiredAttendees">
      <summary>
                    The RequiredAttendees property for the calendar.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.calendarOptionalAttendees">
      <summary>
                    The OptionalAttendees property for the calendar.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.calendarResources">
      <summary>
                    The Resources property for the calendar.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.calendarConflictingMeetingCount">
      <summary>
                    The ConflictingMeetingCount property for the calendar.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.calendarAdjacentMeetingCount">
      <summary>
                    The AdjacentMeetingCount property for the calendar.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.calendarConflictingMeetings">
      <summary>
                    The ConflictingMeetings property for the calendar.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.calendarAdjacentMeetings">
      <summary>
                    The AdjacentMeetings property for the calendar.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.calendarDuration">
      <summary>
                    The Duration property for the calendar.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.calendarTimeZone">
      <summary>
                    The TimeZone property for the calendar.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.calendarAppointmentReplyTime">
      <summary>
                    The AppointmentReplyTime property for the calendar.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.calendarAppointmentSequenceNumber">
      <summary>
                    The AppointmentSequenceNumber property for the calendar.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.calendarAppointmentState">
      <summary>
                    The AppointmentState property for the calendar.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.calendarRecurrence">
      <summary>
                    The Recurrence property for the calendar.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.calendarFirstOccurrence">
      <summary>
                    The FirstOccurrence property for the calendar.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.calendarLastOccurrence">
      <summary>
                    The LastOccurrence property for the calendar.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.calendarModifiedOccurrences">
      <summary>
                    The ModifiedOccurrences property for the calendar.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.calendarDeletedOccurrences">
      <summary>
                    The DeletedOccurrences property for the calendar.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.calendarMeetingTimeZone">
      <summary>
                    The MeetingTimeZone property for the calendar.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.calendarConferenceType">
      <summary>
                    The ConferenceType property for the calendar.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.calendarAllowNewTimeProposal">
      <summary>
                    The AllowNewTimeProposal property for the calendar.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.calendarIsOnlineMeeting">
      <summary>
                    The IsOnlineMeeting property for the calendar.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.calendarMeetingWorkspaceUrl">
      <summary>
                    The MeetingWorkspaceUrl property for the calendar.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.calendarNetShowUrl">
      <summary>
                    The NetShowUrl property for the calendar.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.taskActualWork">
      <summary>
                    The ActualWork property for a task.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.taskAssignedTime">
      <summary>
                    The AssignedTime property for a task.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.taskBillingInformation">
      <summary>
                    The BillingInformation property for a task.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.taskChangeCount">
      <summary>
                    The ChangeCount property for a task.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.taskCompanies">
      <summary>
                    The Companies property for a task.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.taskCompleteDate">
      <summary>
                    The CompleteDate property for a task.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.taskContacts">
      <summary>
                    The Contacts property for a task.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.taskDelegationState">
      <summary>
                    The DelegationState property for a task.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.taskDelegator">
      <summary>
                    The Delegator property for a task.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.taskDueDate">
      <summary>
                    The DueDate property for a task.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.taskIsAssignmentEditable">
      <summary>
                    The IsAssignmentEditable property for a task.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.taskIsComplete">
      <summary>
                    The IsComplete property for a task.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.taskIsRecurring">
      <summary>
                    The IsRecurring property for a task.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.taskIsTeamTask">
      <summary>
                    The IsTeamTask property for a task.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.taskMileage">
      <summary>
                    The Mileage property for a task.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.taskOwner">
      <summary>
                    The Owner property for a task.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.taskPercentComplete">
      <summary>
                    The PercentComplete property for a task.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.taskRecurrence">
      <summary>
                    The Recurrence property for a task.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.taskStartDate">
      <summary>
                    The StartDate property for a task.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.taskStatus">
      <summary>
                    The Status property for a task.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.taskStatusDescription">
      <summary>
                    The StatusDescription property for a task.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.taskTotalWork">
      <summary>
                    The TotalWork property for a task.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.contactsAssistantName">
      <summary>
                    The AssistantName property for a contact.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.contactsBirthday">
      <summary>
                    The Birthday property for a contact.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.contactsBusinessHomePage">
      <summary>
                    The BusinessHomePage property for a contact.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.contactsChildren">
      <summary>
                    The Children property for a contact.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.contactsCompanies">
      <summary>
                    The Companies property for a contact.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.contactsCompanyName">
      <summary>
                    The CompanyName property for a contact.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.contactsCompleteName">
      <summary>
                    The CompleteName property for a contact.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.contactsContactSource">
      <summary>
                    The ContactSource property for a contact.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.contactsCulture">
      <summary>
                    The Culture property for a contact.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.contactsDepartment">
      <summary>
                    The Department property for a contact.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.contactsDisplayName">
      <summary>
                    The DisplayName property for a contact.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.contactsEmailAddresses">
      <summary>
                    The EmailAddresses property for a contact.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.contactsFileAs">
      <summary>
                    The FileAs property for a contact.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.contactsFileAsMapping">
      <summary>
                    The FileAsMapping property for a contact.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.contactsGeneration">
      <summary>
                    The Generation property for a contact.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.contactsGivenName">
      <summary>
                    The GivenName property for a contact.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.contactsImAddresses">
      <summary>
                    The ImAddresses property for a contact.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.contactsInitials">
      <summary>
                    The Initials property for a contact.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.contactsJobTitle">
      <summary>
                    The JobTitle property for a contact.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.contactsManager">
      <summary>
                    The Manager property for a contact.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.contactsMiddleName">
      <summary>
                    The MiddleName property for a contact.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.contactsMileage">
      <summary>
                    The Mileage property for a contact.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.contactsNickname">
      <summary>
                    The Nickname property for a contact.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.contactsOfficeLocation">
      <summary>
                    The OfficeLocation property for a contact.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.contactsPhoneNumbers">
      <summary>
                    The PhoneNumbers property for a contact.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.contactsPhysicalAddresses">
      <summary>
                    The PhysicalAddresses property for a contact.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.contactsPostalAddressIndex">
      <summary>
                    The PostalAddressIndex property for a contact.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.contactsProfession">
      <summary>
                    The Profession property for a contact.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.contactsSpouseName">
      <summary>
                    The SpouseName property for a contact.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.contactsSurname">
      <summary>
                    The Surname property for a contact.
                </summary>
    </member>
    <member name="F:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnindexedFieldURIType.contactsWeddingAnniversary">
      <summary>
                    The WeddingAnniversary property for a contact.
                </summary>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnsubscribeResponseType">
      <summary>
                    Defines a response to an Unsubscribe request.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnsubscribeResponseType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnsubscribeResponseType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnsubscribeType">
      <summary>
                    Contains the properties that are used to unsubscribe from a subscription.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnsubscribeType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnsubscribeType" /> class.
                </summary>
      <filterpriority>3</filterpriority>
    </member>
    <member name="P:Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.UnsubscribeType.SubscriptionId">
      <summary>
                    Gets or sets the identifier for a subscription.
                </summary>
      <returns>
                    A GUID that represents the subscription.
                </returns>
      <filterpriority>3</filterpriority>
    </member>
  </members>
</doc>