API Reference

Enum

EmailStoreConfigurationValueKind

Namespace OfficeIMO.Email.Store
Assembly OfficeIMO.Email
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Supported typed value in an Outlook roaming configuration dictionary.

Inheritance

  • Enum
  • EmailStoreConfigurationValueKind

Usage

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

Values

public const EmailStoreConfigurationValueKind Unknown #

An unsupported or malformed type code retained as raw text.

Value: 0
public const EmailStoreConfigurationValueKind Boolean #

Boolean type code 3.

Value: 3
public const EmailStoreConfigurationValueKind Integer #

signed Int32 type code 9.

Value: 9
public const EmailStoreConfigurationValueKind String #

Unicode string type code 18.

Value: 18