ExchangeServiceBinding.GetEvents 方法

从Microsoft Exchange Server 2007客户端访问服务器的请求通知。

命名空间:  Microsoft.SharePoint.Portal.WebControls
程序集:  Microsoft.SharePoint.Portal(位于 Microsoft.SharePoint.Portal.dll 中)

语法

声明
Public Function GetEvents ( _
    GetEvents1 As GetEventsType _
) As GetEventsResponseType
用法
Dim instance As ExchangeServiceBinding
Dim GetEvents1 As GetEventsType
Dim returnValue As GetEventsResponseType

returnValue = instance.GetEvents(GetEvents1)
public GetEventsResponseType GetEvents(
    GetEventsType GetEvents1
)

参数

  • GetEvents1
    类型:GetEventsType

    若要请求的通知。

返回值

类型:GetEventsResponseType
数组的项以及自上次通知以来发生在邮箱中的事件。

另请参阅

引用

ExchangeServiceBinding 类

ExchangeServiceBinding 成员

Microsoft.SharePoint.Portal.WebControls 命名空间