API Reference

Class

EmailStoreDiagnostic

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

Structured diagnostic emitted while reading a mailbox store.

Inheritance

  • Object
  • EmailStoreDiagnostic

Usage

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

Constructors

public EmailStoreDiagnostic(String code, String message, EmailStoreDiagnosticSeverity severity = Warning, String location = null) #

Creates a diagnostic.

Parameters

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

Properties

public String Code { get; } #

Stable diagnostic code.

public String Message { get; } #

Human-readable description.

public EmailStoreDiagnosticSeverity Severity { get; } #

Diagnostic severity.

public String Location { get; } #

Logical source location.