PullSubscriptionRequestType Class

The PullSubscriptionRequestType class represents a subscription to a pull-based event notification subscription.

Inheritance Hierarchy

System.Object
  ExchangeWebServices.BaseSubscriptionRequestType
    ExchangeWebServices.PullSubscriptionRequestType

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class PullSubscriptionRequestType _
    Inherits BaseSubscriptionRequestType
'Usage
Dim instance As PullSubscriptionRequestType
[SerializableAttribute]
public class PullSubscriptionRequestType : BaseSubscriptionRequestType

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.