API Reference

Enum

OutlookUserPropertyDefinitionState

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

Parse state of an item's PidLidPropertyDefinitionStream value.

Inheritance

  • Enum
  • OutlookUserPropertyDefinitionState

Usage

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

Values

public const OutlookUserPropertyDefinitionState Missing #

The item does not contain a PropertyDefinition stream.

Value: 0
public const OutlookUserPropertyDefinitionState Valid #

The complete stream was decoded.

Value: 1
public const OutlookUserPropertyDefinitionState UnsupportedVersion #

The stream declares a version newer than the documented V1/V2 formats.

Value: 2
public const OutlookUserPropertyDefinitionState Corrupt #

The stream is truncated or structurally invalid.

Value: 3