PushSubscriptionRequestType.StatusFrequency Property
The StatusFrequency property gets or sets the frequency, specified in minutes, at which notification messages will be sent to the client when no events have occurred.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property StatusFrequency As Integer
Get
Set
'Usage
Dim instance As PushSubscriptionRequestType
Dim value As Integer
value = instance.StatusFrequency
instance.StatusFrequency = value
public int StatusFrequency { get; set; }
Property Value
Type: System.Int32
See Also