API Reference

Enum

OfflineAddressBookSearchFields

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

Semantic fields considered by bounded Offline Address Book search.

Inheritance

  • Enum
  • OfflineAddressBookSearchFields

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 OfflineAddressBookSearchFields None #

No fields.

Value: 0
public const OfflineAddressBookSearchFields Names #

Display, given, surname, initials, and account names.

Value: 1
public const OfflineAddressBookSearchFields Addresses #

SMTP, X500, target, and proxy addresses.

Value: 2
public const OfflineAddressBookSearchFields Organization #

Company, department, title, and office.

Value: 4
public const OfflineAddressBookSearchFields Phones #

Telephone and fax values.

Value: 8
public const OfflineAddressBookSearchFields PostalAddress #

Street, locality, region, postal code, and country.

Value: 16
public const OfflineAddressBookSearchFields Comment #

Directory comment.

Value: 32
public const OfflineAddressBookSearchFields Membership #

Distribution-list member and member-of distinguished names.

Value: 64
public const OfflineAddressBookSearchFields All #

All supported semantic fields.

Value: 127