API Reference

Enum

OfflineAddressBookValidationMode

Namespace OfficeIMO.Email.AddressBook
Assembly OfficeIMO.Email
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Depth of an explicit OAB validation pass.

Inheritance

  • Enum
  • OfflineAddressBookValidationMode

Usage

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

Accepted by parameters

Values

public const OfflineAddressBookValidationMode ChecksumOnly #

Validate the file checksum without walking entry records.

Value: 0
public const OfflineAddressBookValidationMode Framing #

Validate record sizes and boundaries without decoding property values.

Value: 1
public const OfflineAddressBookValidationMode FullDecode #

Validate framing and decode every selected record against the file-defined schema.

Value: 2