API Reference
Class
EmailConversionReport
Describes known fidelity implications before an email artifact is serialized.
Inheritance
- Object
- EmailConversionReport
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
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public EmailFileFormat SourceFormat { get; } #Format from which the in-memory document was read or created.
public EmailFileFormat TargetFormat { get; } #Requested output format.
public IReadOnlyList<EmailDiagnostic> Diagnostics { get; } #Known fidelity and safety diagnostics for the requested conversion.
public Boolean HasPotentialDataLoss { get; } #True when the conversion is known to normalize or omit source semantics.
public Boolean CanWrite { get; } #True when the active conversion policy permits serialization.