This class represents information about conversion progress that can be used in external applicatuion to show conversion progress to end user. More...
Inherits Object.
Public Member Functions | |
ProgressEventType | get_EventType () const |
Type of progress event that occured. More... | |
void | set_EventType (ProgressEventType value) |
Type of progress event that occured. More... | |
int32_t | get_TotalMimePartCount () const |
Total amount of mime parts. More... | |
void | set_TotalMimePartCount (int32_t value) |
Total amount of mime parts. More... | |
int32_t | get_SavedMimePartCount () const |
Amount of mime parts that were saved. More... | |
void | set_SavedMimePartCount (int32_t value) |
Amount of mime parts that were saved. More... | |
ProgressEventHandlerInfo () | |
This class represents information about conversion progress that can be used in external applicatuion to show conversion progress to end user.
Aspose::Email::ProgressEventHandlerInfo::ProgressEventHandlerInfo | ( | ) |
ProgressEventType Aspose::Email::ProgressEventHandlerInfo::get_EventType | ( | ) | const |
Type of progress event that occured.
int32_t Aspose::Email::ProgressEventHandlerInfo::get_SavedMimePartCount | ( | ) | const |
Amount of mime parts that were saved.
int32_t Aspose::Email::ProgressEventHandlerInfo::get_TotalMimePartCount | ( | ) | const |
Total amount of mime parts.
void Aspose::Email::ProgressEventHandlerInfo::set_EventType | ( | ProgressEventType | value | ) |
Type of progress event that occured.
void Aspose::Email::ProgressEventHandlerInfo::set_SavedMimePartCount | ( | int32_t | value | ) |
Amount of mime parts that were saved.
void Aspose::Email::ProgressEventHandlerInfo::set_TotalMimePartCount | ( | int32_t | value | ) |
Total amount of mime parts.