Compartir a través de


: ExchangeServiceBinding.Subscribe (Método) (Microsoft.SharePoint.Portal.WebControls)

Subscribes client applications such as Outlook Web Access to either push or pull notifications.

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

Sintaxis

'Declaración
<SoapHeaderAttribute("MailboxCulture")> _
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/exchange/services/2006/messages/Subscribe", Use:=SoapBindingUse.Literal, ParameterStyle:=SoapParameterStyle.Bare)> _
<SoapHeaderAttribute("SerializedSecurityContext")> _
<SoapHeaderAttribute("ExchangeImpersonation")> _
<SoapHeaderAttribute("ServerVersionInfoValue", Direction:=SoapHeaderDirection.Out)> _
Public Function Subscribe ( _
    Subscribe1 As SubscribeType _
) As SubscribeResponseType
'Uso
Dim instance As ExchangeServiceBinding
Dim Subscribe1 As SubscribeType
Dim returnValue As SubscribeResponseType

returnValue = instance.Subscribe(Subscribe1)
[SoapHeaderAttribute("MailboxCulture")] 
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/exchange/services/2006/messages/Subscribe", Use=SoapBindingUse.Literal, ParameterStyle=SoapParameterStyle.Bare)] 
[SoapHeaderAttribute("SerializedSecurityContext")] 
[SoapHeaderAttribute("ExchangeImpersonation")] 
[SoapHeaderAttribute("ServerVersionInfoValue", Direction=SoapHeaderDirection.Out)] 
public SubscribeResponseType Subscribe (
    SubscribeType Subscribe1
)

Parámetros

  • Subscribe1

Comentarios

The structure of the request messages differ depending on the type of event notification.

Vea también

Referencia

ExchangeServiceBinding (Clase)
ExchangeServiceBinding (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)