Compartir a través de


: ExchangeServiceBinding (Clase) (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.

Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)

Sintaxis

'Declaración
<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
'Uso
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

Comentarios

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.

Jerarquía de herencia

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

Seguridad de subprocesos

Todos los miembros estáticos públicos (compartidos en Visual Basic) de este tipo son seguros para la ejecución de subprocesos. No se garantiza que los miembros de instancia sean seguros para los subprocesos.

Vea también

Referencia

ExchangeServiceBinding (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)
OutlookWebAccessToolPart
OWACalendarPart
OWAContactsPart
OWAInbox
OWAPart
OWAPartBase
OWATasksPart