BaseSubscriptionRequestType.Watermark Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Watermark property gets or sets an event bookmark in the mailbox events table.
public:
property System::String ^ Watermark { System::String ^ get(); void set(System::String ^ value); };
public string Watermark { get; set; }
Public Property Watermark As String
Property Value
The Watermark property returns a string that represents an event bookmark.
Remarks
The Watermark property is used to create a subscription that starts at an event that is represented by the watermark. If the watermark from a Subscribe request is not found, an error response will be returned to the client. This error may occur if the watermark is older than 30 days or if the watermark was never present in the mailbox.