API Reference
Class
OfflineAddressBookEnumerationOptions
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
- maxEntries System.Int32 = 2147483647
- continueOnEntryError System.Boolean = true
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.