API Reference
Class
OfflineAddressBookInspector
Content-free OAB component discovery and format inspection.
Inheritance
- Object
- OfflineAddressBookInspector
Methods
Inspect 2 overloads
public static OfflineAddressBookDiscoveryReport Inspect(String path, OfflineAddressBookReaderOptions options = null, CancellationToken cancellationToken = null) #Returns:
OfflineAddressBookDiscoveryReportInventories OAB components without requiring a readable Full Details file. Legacy version 2/3 indexes and display templates are classified but remain explicitly non-enumerable.
Parameters
- path System.String
- options OfficeIMO.Email.AddressBook.OfflineAddressBookReaderOptions = null
- cancellationToken System.Threading.CancellationToken = null
public static OfflineAddressBookFileInfo Inspect(Stream stream, String sourceName, OfflineAddressBookReaderOptions options = null, CancellationToken cancellationToken = null) #Returns:
OfflineAddressBookFileInfoInspects one caller-owned seekable component stream without changing its position.
Parameters
- stream System.IO.Stream
- sourceName System.String
- options OfficeIMO.Email.AddressBook.OfflineAddressBookReaderOptions = null
- cancellationToken System.Threading.CancellationToken = null
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object