API Reference
Enum
OfflineAddressBookFormat
Recognized role of an Outlook Offline Address Book component.
Inheritance
- Enum
- OfflineAddressBookFormat
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property OfflineAddressBookFileInfo.Format
- Field OfflineAddressBookFormat.DisplayTemplate
- Field OfflineAddressBookFormat.LegacyAnrIndex
- Field OfflineAddressBookFormat.LegacyBrowse
- Field OfflineAddressBookFormat.LegacyChanges
- Field OfflineAddressBookFormat.LegacyDetails
- Field OfflineAddressBookFormat.LegacyRdnIndex
- Field OfflineAddressBookFormat.Unknown
- Field OfflineAddressBookFormat.Version4FullDetails
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
ToString 4 overloads
public override sealed String ToString(IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString() instead.")Parameters
- provider IFormatProvider
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
- provider IFormatProvider
Values
public const OfflineAddressBookFormat Version4FullDetails #Uncompressed OAB version 4 Full Details file.
Value:
1public const OfflineAddressBookFormat LegacyBrowse #Legacy version 2 or version 3 Browse file.
Value:
3public const OfflineAddressBookFormat LegacyAnrIndex #Legacy version 2 or version 3 ambiguous-name-resolution index.
Value:
4public const OfflineAddressBookFormat LegacyRdnIndex #Legacy version 2 or version 3 relative-distinguished-name index.
Value:
5public const OfflineAddressBookFormat LegacyDetails #Legacy version 2 or version 3 Details file.
Value:
6public const OfflineAddressBookFormat LegacyChanges #Legacy version 2 or version 3 Changes file.
Value:
7