ExchangeServiceBinding.Unsubscribe(UnsubscribeType) Método

Definição

O Unsubscribe(UnsubscribeType) método envia a solicitação para e retorna a resposta de uma operação de cancelamento da assinatura.

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

Parâmetros

Unsubscribe1
UnsubscribeType

Uma instância do UnsubscribeType classe que representa para cancelar a assinatura.

Retornos

UnsubscribeResponseType

O Unsubscribe(UnsubscribeType) método retorna um UnsubscribeResponseType objeto que contém o resultado da operação de cancelamento da assinatura.

Atributos

Aplica-se a