ExchangeServiceBinding.GetStreamingEvents Method

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
<SoapHeaderAttribute("RequestServerVersionValue")> _
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/exchange/services/2006/messages/GetEvents", Use := SoapBindingUse.Literal,  _
    ParameterStyle := SoapParameterStyle.Bare)> _
<SoapHeaderAttribute("ServerVersionInfoValue", Direction := SoapHeaderDirection.Out)> _
<SoapHeaderAttribute("MailboxCulture")> _
<SoapHeaderAttribute("ExchangeImpersonation")> _
Public Function GetStreamingEvents ( _
    GetStreamingEvents1 As GetStreamingEventsType _
) As GetStreamingEventsResponseType
'Usage
Dim instance As ExchangeServiceBinding
Dim GetStreamingEvents1 As GetStreamingEventsType
Dim returnValue As GetStreamingEventsResponseType

returnValue = instance.GetStreamingEvents(GetStreamingEvents1)
[SoapHeaderAttribute("RequestServerVersionValue")]
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/exchange/services/2006/messages/GetEvents", Use = SoapBindingUse.Literal, 
    ParameterStyle = SoapParameterStyle.Bare)]
[SoapHeaderAttribute("ServerVersionInfoValue", Direction = SoapHeaderDirection.Out)]
[SoapHeaderAttribute("MailboxCulture")]
[SoapHeaderAttribute("ExchangeImpersonation")]
public GetStreamingEventsResponseType GetStreamingEvents(
    GetStreamingEventsType GetStreamingEvents1
)

Parameters