API Reference

Class

EmailDiagnostic

Namespace OfficeIMO.Email
Assembly OfficeIMO.Email
Modifiers sealed

Structured diagnostic produced while reading or writing an email artifact.

Inheritance

  • Object
  • EmailDiagnostic

Usage

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

Constructors

public EmailDiagnostic(String code, String message, EmailDiagnosticSeverity severity = Warning, String location = null) #

Creates a diagnostic.

Parameters

code System.String requiredposition: 0
message System.String requiredposition: 1
severity OfficeIMO.Email.EmailDiagnosticSeverity = Warning optionalposition: 2
location System.String = null optionalposition: 3

Properties

public String Code { get; } #

Stable diagnostic identifier.

public String Message { get; } #

Human-readable diagnostic message.

public EmailDiagnosticSeverity Severity { get; } #

Diagnostic severity.

public String Location { get; } #

Logical source location.