Partager via


ExchangeServiceBinding, classe (Microsoft.SharePoint.Portal.WebControls)

Connects the component parts of the Outlook Web Access Web Part to matching elements in Microsoft Exchange Server 2007 by using Exchange 2007 Web services.

Espace de noms : Microsoft.SharePoint.Portal.WebControls
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)

Syntaxe

'Déclaration
<XmlIncludeAttribute(GetType(RecurrencePatternBaseType))> _
<GeneratedCodeAttribute("System.Web.Services", "2.0.50727.42")> _
<XmlIncludeAttribute(GetType(BaseFolderIdType))> _
<XmlIncludeAttribute(GetType(BaseEmailAddressType))> _
<XmlIncludeAttribute(GetType(BaseRequestType))> _
<XmlIncludeAttribute(GetType(AttendeeConflictData))> _
<DebuggerStepThroughAttribute> _
<DesignerCategoryAttribute("code")> _
<WebServiceBindingAttribute(Name:="ExchangeServiceBinding", Namespace:="https://schemas.microsoft.com/exchange/services/2006/messages")> _
<XmlIncludeAttribute(GetType(BaseSubscriptionRequestType))> _
<XmlIncludeAttribute(GetType(BaseGroupByType))> _
<XmlIncludeAttribute(GetType(RecurrenceRangeBaseType))> _
<XmlIncludeAttribute(GetType(BaseResponseMessageType))> _
<XmlIncludeAttribute(GetType(AttachmentType))> _
<XmlIncludeAttribute(GetType(ChangeDescriptionType))> _
<XmlIncludeAttribute(GetType(BasePagingType))> _
<XmlIncludeAttribute(GetType(BaseFolderType))> _
<XmlIncludeAttribute(GetType(BaseItemIdType))> _
Public Class ExchangeServiceBinding
    Inherits SoapHttpClientProtocol
'Utilisation
Dim instance As ExchangeServiceBinding
[XmlIncludeAttribute(typeof(RecurrencePatternBaseType))] 
[GeneratedCodeAttribute("System.Web.Services", "2.0.50727.42")] 
[XmlIncludeAttribute(typeof(BaseFolderIdType))] 
[XmlIncludeAttribute(typeof(BaseEmailAddressType))] 
[XmlIncludeAttribute(typeof(BaseRequestType))] 
[XmlIncludeAttribute(typeof(AttendeeConflictData))] 
[DebuggerStepThroughAttribute] 
[DesignerCategoryAttribute("code")] 
[WebServiceBindingAttribute(Name="ExchangeServiceBinding", Namespace="https://schemas.microsoft.com/exchange/services/2006/messages")] 
[XmlIncludeAttribute(typeof(BaseSubscriptionRequestType))] 
[XmlIncludeAttribute(typeof(BaseGroupByType))] 
[XmlIncludeAttribute(typeof(RecurrenceRangeBaseType))] 
[XmlIncludeAttribute(typeof(BaseResponseMessageType))] 
[XmlIncludeAttribute(typeof(AttachmentType))] 
[XmlIncludeAttribute(typeof(ChangeDescriptionType))] 
[XmlIncludeAttribute(typeof(BasePagingType))] 
[XmlIncludeAttribute(typeof(BaseFolderType))] 
[XmlIncludeAttribute(typeof(BaseItemIdType))] 
public class ExchangeServiceBinding : SoapHttpClientProtocol

Remarques

Methods in this class connect Outlook Web Access client services to Exchange 2007 Web services. The class is composed mostly of XML elements that are used to define the requests and responses between the client and server.

Use this class when connecting an Outlook Web Access Web Part to an Exchange 2007 server to ensure that string and URI parameters can pass between Outlook Web Access and Exchange 2007.

Hiérarchie d'héritage

System.Object
   System.MarshalByRefObject
     System.ComponentModel.Component
       System.Web.Services.Protocols.WebClientProtocol
         System.Web.Services.Protocols.HttpWebClientProtocol
           System.Web.Services.Protocols.SoapHttpClientProtocol
            Microsoft.SharePoint.Portal.WebControls.ExchangeServiceBinding

Sécurité des threads

Les membres statiques publics de ce type (Shared en Visual Basic) sont sécurisés au niveau des threads. Il n'est pas garanti que les membres d'instance soient sécurisés au niveau des threads.

Voir aussi

Référence

Membres ExchangeServiceBinding
Microsoft.SharePoint.Portal.WebControls, espace de noms
OutlookWebAccessToolPart
OWACalendarPart
OWAContactsPart
OWAInbox
OWAPart
OWAPartBase
OWATasksPart