Freigeben über


ExchangeServiceBinding.GetEvents-Methode

Dieser Dokumentation für die Vorschau nur ist und in späteren Versionen geändert. Leere Themen wurden als Platzhalter eingefügt.]

Diese API unterstützt die .NET Framework-Infrastruktur und ist nicht für die direkte Verwendung in Code bestimmt.

Sendet die Anforderung, und ruft die Antwort auf eine GetEvents Operation ab.

Namespace:  Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007
Assembly:  Microsoft.ServiceModel.Channels.Mail.ExchangeWebService (in Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.dll)

Syntax

'Declaration
<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
'Usage
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
)
[<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")>]
member GetEvents : 
        GetEvents1:GetEventsType -> GetEventsResponseType 

Parameter

Rückgabewert

Typ: Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.GetEventsResponseType
Ein Objekt, das enthält den Status der Operation GetEvents sowie eine Benachrichtigung, die möglicherweise einen Satz von Ereignissen für ein Abonnement enthalten.

.NET Framework-Sicherheit

Plattformen

Windows CE, Windows Mobile für Smartphone, Windows Mobile für Pocket PC

Die .NET Framework und .NET Compact Framework unterstützen nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen für .NET framework.

Versionsinformationen

.NET Compact Framework

Unterstützt in: 3.5

Siehe auch

Referenz

ExchangeServiceBinding Klasse

Member ExchangeServiceBinding

Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007-Namespace