API Reference
Class
EmailDataOpenResult
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
- Method EmailDataArtifact.Open
Methods
public virtual Void Dispose() #Returns:
VoidCloses a store/OAB session or releases file-backed email content. Parsed ICS/VCF objects need no disposal.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.