Método ExchangeServiceBinding.GetEvents
Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.
Envia a solicitação e recebe a resposta a um GetEvents operação.
Namespace: Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007
Assembly: Microsoft.ServiceModel.Channels.Mail.ExchangeWebService (em Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.dll)
Sintaxe
'Declaração
<SoapHeaderAttribute("MailboxCulture")> _
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/exchange/services/2006/messages/GetEvents", Use := SoapBindingUse.Literal, _
ParameterStyle := SoapParameterStyle.Bare)> _
<SoapHeaderAttribute("ServerVersionInfoValue", Direction := SoapHeaderDirection.Out)> _
<SoapHeaderAttribute("ExchangeImpersonation")> _
<SoapHeaderAttribute("SerializedSecurityContext")> _
Public Function GetEvents ( _
GetEvents1 As GetEventsType _
) As GetEventsResponseType
'Uso
Dim instance As ExchangeServiceBinding
Dim GetEvents1 As GetEventsType
Dim returnValue As GetEventsResponseType
returnValue = instance.GetEvents(GetEvents1)
[SoapHeaderAttribute("MailboxCulture")]
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/exchange/services/2006/messages/GetEvents", Use = SoapBindingUse.Literal,
ParameterStyle = SoapParameterStyle.Bare)]
[SoapHeaderAttribute("ServerVersionInfoValue", Direction = SoapHeaderDirection.Out)]
[SoapHeaderAttribute("ExchangeImpersonation")]
[SoapHeaderAttribute("SerializedSecurityContext")]
public GetEventsResponseType GetEvents(
GetEventsType GetEvents1
)
[SoapHeaderAttribute(L"MailboxCulture")]
[SoapDocumentMethodAttribute(L"https://schemas.microsoft.com/exchange/services/2006/messages/GetEvents", Use = SoapBindingUse::Literal,
ParameterStyle = SoapParameterStyle::Bare)]
[SoapHeaderAttribute(L"ServerVersionInfoValue", Direction = SoapHeaderDirection::Out)]
[SoapHeaderAttribute(L"ExchangeImpersonation")]
[SoapHeaderAttribute(L"SerializedSecurityContext")]
public:
GetEventsResponseType^ GetEvents(
GetEventsType^ GetEvents1
)
public function GetEvents(
GetEvents1 : GetEventsType
) : GetEventsResponseType
Parâmetros
- GetEvents1
Tipo: Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.GetEventsType
Uma instância do GetEventsType classe que contém o identificador para uma assinatura de pull e uma marca-d'água específica.
Valor de retorno
Tipo: Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.GetEventsResponseType
Um objeto que contém o status do GetEvents operação e uma notificação que pode conter um conjunto de eventos para obter uma assinatura.
Permissões
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de códigos parcialmente Confiável.
Plataformas
Windows CE, Windows Mobile for Smartphone, Windows Mobile for Pocket PC
o.NET Framework e.NET Compact Framework não oferecem suporte a todas as versões de cada plataforma. Para obter uma lista de versões suportadas, consulte Requisitos de sistema do .NET framework.
Informações sobre versão
.NET Compact Framework
Compatível com: 3.5
Consulte também
Referência
Membros ExchangeServiceBinding
Namespace Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007