BaseNotificationEventType.Watermark Property
The Watermark property gets the last valid watermark for a subscription.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property Watermark As String
Get
Set
'Usage
Dim instance As BaseNotificationEventType
Dim value As String
value = instance.Watermark
instance.Watermark = value
public string Watermark { get; set; }
Property Value
Type: System.String
The Watermark property returns a string that represents the last valid watermark for a subscription.
See Also