Compartir a través de


ExchangeServiceBinding.Subscribe(SubscribeType) Método

Definición

El Subscribe(SubscribeType) método envía la solicitud a y devuelve la respuesta de una operación Subscribe.

public:
 ExchangeWebServices::SubscribeResponseType ^ Subscribe(ExchangeWebServices::SubscribeType ^ Subscribe1);
[System.Web.Services.Protocols.SoapDocumentMethod("http://schemas.microsoft.com/exchange/services/2006/messages/Subscribe", ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare, Use=System.Web.Services.Description.SoapBindingUse.Literal)]
[System.Web.Services.Protocols.SoapHeader("RequestServerVersionValue")]
[System.Web.Services.Protocols.SoapHeader("ServerVersionInfoValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
[System.Web.Services.Protocols.SoapHeader("ExchangeImpersonation")]
[System.Web.Services.Protocols.SoapHeader("MailboxCulture")]
public ExchangeWebServices.SubscribeResponseType Subscribe (ExchangeWebServices.SubscribeType Subscribe1);
Public Function Subscribe (Subscribe1 As SubscribeType) As SubscribeResponseType

Parámetros

Subscribe1
SubscribeType

Instancia de la SubscribeType clase que representa las carpetas y eventos que se van a supervisar.

Devoluciones

El Subscribe(SubscribeType) método devuelve un objeto SubscribeResponseType que contiene el estado de la operación Subscribe, el identificador de suscripción y la marca de agua más reciente de la suscripción.

Atributos

Se aplica a