API Reference

Class

EmailDataOpenResult

Namespace OfficeIMO.Email.Data
Assembly OfficeIMO.Email
Implements
IDisposable
Modifiers sealed

One typed artifact returned by its existing OfficeIMO owner. Dispose the result to close sessions and retained streaming email content.

Inheritance

  • Object
  • EmailDataOpenResult

Usage

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

Returned or exposed by

Methods

public virtual Void Dispose() #
Returns: Void

Closes a store/OAB session or releases file-backed email content. Parsed ICS/VCF objects need no disposal.

Properties

public String SourcePath { get; } #

Normalized path supplied to the selected owner.

public EmailDataArtifactKind Kind { get; } #

Selected artifact owner and result type.

public EmailReadResult Email { get; } #

Individual-email read result, including fidelity diagnostics.

public EmailDocument EmailDocument { get; } #

Individual email document convenience projection.

public IcsDocument Calendar { get; } #

Parsed iCalendar document.

public VCardDocument Contact { get; } #

Parsed vCard document.

public EmailStoreSession Store { get; } #

Open mailbox-store session.

public OfflineAddressBookSession AddressBook { get; } #

Open Offline Address Book session.

public Object Artifact { get; } #

The selected owner result as its public OfficeIMO type.