다음을 통해 공유


ExchangeServiceBinding.GetEvents Method

Requests notifications from the Microsoft Exchange Server 2007 Client Access server.

Namespace:  Microsoft.SharePoint.Portal.WebControls
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
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)
public GetEventsResponseType GetEvents(
    GetEventsType GetEvents1
)

Parameters

  • GetEvents1
    Type: GetEventsType
    Notifications to request.

Return Value

Type: GetEventsResponseType
An array of items and events that occurred in a mailbox since the last notification.

See Also

Reference

ExchangeServiceBinding Class

ExchangeServiceBinding Members

Microsoft.SharePoint.Portal.WebControls Namespace