Class BuildResult

BuildResult class

Represents the outcome of a single Build run.

public sealed class BuildResult

Constructors

NameDescription
BuildResult()Initialises a new instance of BuildResult with an empty error list.

Properties

NameDescription
Errors { get; }Gets the list of errors encountered during the build. Each entry contains the source file path and the exception message, separated by " - “. Files that appear here were skipped and are not present in the archive.
MessagesWritten { get; set; }Gets or sets the total number of EML messages successfully written to the archive.

See Also