PushSubscriptionRequestType Class
The PushSubscriptionRequestType class represents a subscription to a push-based event notification.
Inheritance Hierarchy
System.Object
ExchangeWebServices.BaseSubscriptionRequestType
ExchangeWebServices.PushSubscriptionRequestType
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class PushSubscriptionRequestType _
Inherits BaseSubscriptionRequestType
'Usage
Dim instance As PushSubscriptionRequestType
[SerializableAttribute]
public class PushSubscriptionRequestType : 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.
See Also