Class ProgressEventHandlerInfo

ProgressEventHandlerInfo class

This class represents information about conversion progress that can be used in external applicatuion to show conversion progress to end user.

public class ProgressEventHandlerInfo

Constructors

NameDescription
ProgressEventHandlerInfo()The default constructor.

Properties

NameDescription
EventType { get; set; }Type of progress event that occured.
SavedMimePartCount { get; set; }Amount of mime parts that were saved.
TotalMimePartCount { get; set; }Total amount of mime parts.

See Also