API Reference

Enum

OutlookRecurrenceIcsIssueSeverity

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

Severity of a recurrence/iCalendar conversion issue.

Inheritance

  • Enum
  • OutlookRecurrenceIcsIssueSeverity

Usage

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

Values

public const OutlookRecurrenceIcsIssueSeverity Information #

Informational conversion evidence.

Value: 0
public const OutlookRecurrenceIcsIssueSeverity Warning #

The conversion completed but could not be fully lossless.

Value: 1
public const OutlookRecurrenceIcsIssueSeverity Error #

The requested conversion is not representable safely.

Value: 2