API Reference

Enum

OutlookTimeZoneConsistencyStatus

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

Overall relationship between legacy and definition-based Outlook time-zone values.

Inheritance

  • Enum
  • OutlookTimeZoneConsistencyStatus

Usage

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

Values

public const OutlookTimeZoneConsistencyStatus Consistent #

The effective conversion fields match.

Value: 0
public const OutlookTimeZoneConsistencyStatus Incomplete #

One or both representations are absent.

Value: 1
public const OutlookTimeZoneConsistencyStatus Undecodable #

One or both retained representations could not be decoded.

Value: 2
public const OutlookTimeZoneConsistencyStatus Inconsistent #

The effective conversion fields disagree.

Value: 3