Compartilhar via


ExchangeServiceBinding class

Conecta as partes que compõem a Web Part do Outlook Web Access para elementos correspondentes em Microsoft Exchange Server 2007 usando Exchange 2007 Web services.

Inheritance hierarchy

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

Namespace:  Microsoft.SharePoint.Portal.WebControls
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaração
Public Class ExchangeServiceBinding _
    Inherits SoapHttpClientProtocol
'Uso
Dim instance As ExchangeServiceBinding
public class ExchangeServiceBinding : SoapHttpClientProtocol

Comentários

Métodos dessa classe se conectar a serviços de cliente do Outlook Web Access para serviços da Web de Exchange 2007 . A classe é composta principalmente de elementos XML que são usados para definir as solicitações e respostas entre o cliente e o servidor.

Use esta classe ao se conectar a uma Web Part do Outlook Web Access com um servidor Exchange 2007 para garantir que essa cadeia de caracteres e parâmetros da URI podem passar entre o Outlook Web Access e Exchange 2007.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Ver também

Referência

ExchangeServiceBinding members

Microsoft.SharePoint.Portal.WebControls namespace

OutlookWebAccessToolPart

OWACalendarPart

OWAContactsPart

OWAInbox

OWAPart

OWAPartBase

OWATasksPart