API Reference

Class

EmailStoreContentSearchCheckpoint

Namespace OfficeIMO.Email.Store
Assembly OfficeIMO.Email
Modifiers sealed

Portable, source- and query-bound content-search resume position.

Inheritance

  • Object
  • EmailStoreContentSearchCheckpoint

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Methods

public static EmailStoreContentSearchCheckpoint Parse(String value) #
Returns: EmailStoreContentSearchCheckpoint

Parses and structurally validates a durable checkpoint.

Parameters

value System.String requiredposition: 0
public override String ToString() #
Returns: String
public static Boolean TryParse(String value, out EmailStoreContentSearchCheckpoint checkpoint) #
Returns: Boolean

Attempts to parse a durable checkpoint.

Parameters

value System.String requiredposition: 0
checkpoint OfficeIMO.Email.Store.EmailStoreContentSearchCheckpoint@ requiredposition: 1

Properties

public String Value { get; } #

URL/file-safe Base64 value suitable for durable persistence.

public Int64 ItemOffset { get; } #

Number of item references already processed in the selected enumeration scope.

public String SourceFingerprint { get; } #

SHA-256 fingerprint of the complete source.