API Reference

Class

EmailStoreConfigurationValue

Namespace OfficeIMO.Email.Store
Assembly OfficeIMO.Email
Modifiers sealed

One typed roaming dictionary value with its original encoding.

Inheritance

  • Object
  • EmailStoreConfigurationValue

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

Accepted by parameters

Methods

public Boolean TryGet<T>(out T value) #
Returns: Boolean

Attempts to return the decoded value as the requested managed type.

Type Parameters

T

Parameters

value ``0@ requiredposition: 0

Properties

public EmailStoreConfigurationValueKind Kind { get; } #

Decoded supported kind.

public Object Value { get; } #

Decoded bool, Int32, or string; null for unsupported/malformed values.

public Int32 TypeCode { get; } #

Numeric type code retained from the XML.

public String Raw { get; } #

Exact encoded value, including its type-code prefix.