ExchangeServiceBinding.Subscribe Method

Subscribes client applications such as Outlook Web Access to either push or pull notifications.

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

Syntax

'Declaration
Public Function Subscribe ( _
    Subscribe1 As SubscribeType _
) As SubscribeResponseType
'Usage
Dim instance As ExchangeServiceBinding
Dim Subscribe1 As SubscribeType
Dim returnValue As SubscribeResponseType

returnValue = instance.Subscribe(Subscribe1)
public SubscribeResponseType Subscribe(
    SubscribeType Subscribe1
)

Parameters

  • Subscribe1
    Type: SubscribeType

Return Value

Type: SubscribeResponseType

Remarks

The structure of the request messages differ depending on the type of event notification.

See Also

Reference

ExchangeServiceBinding Class

ExchangeServiceBinding Members

Microsoft.SharePoint.Portal.WebControls Namespace