API Reference

Class

OfflineAddressBookEnumerationOptions

Namespace OfficeIMO.Email.AddressBook
Assembly OfficeIMO.Email
Modifiers sealed

Selection and error policy for lazy OAB enumeration.

Inheritance

  • Object
  • OfflineAddressBookEnumerationOptions

Usage

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

Accepted by parameters

Constructors

public OfflineAddressBookEnumerationOptions(String addressListId = null, Int32 maxEntries = 2147483647, Boolean continueOnEntryError = true) #

Creates enumeration options.

Parameters

addressListId System.String = null optionalposition: 0
maxEntries System.Int32 = 2147483647 optionalposition: 1
continueOnEntryError System.Boolean = true optionalposition: 2

Properties

public String AddressListId { get; } #

Optional list identifier. Null enumerates every discovered Full Details file.

public Int32 MaxEntries { get; } #

Maximum successfully decoded entries returned.

public Boolean ContinueOnEntryError { get; } #

Whether a corrupt or over-limit record is diagnosed and skipped when its boundary is known.