Represents the size range More...
Inherits Object.
Public Member Functions | |
ASPOSE_EMAIL_SHARED_API int32_t | get_MinimumSize () const |
Gets the minimum size. More... | |
ASPOSE_EMAIL_SHARED_API void | set_MinimumSize (int32_t value) |
Sets the minimum size. More... | |
ASPOSE_EMAIL_SHARED_API int32_t | get_MaximumSize () const |
Gets the maximum size. More... | |
ASPOSE_EMAIL_SHARED_API void | set_MaximumSize (int32_t value) |
Sets the maximum size. More... | |
ASPOSE_EMAIL_SHARED_API | SizeRange () |
Initializes a new instance of the SizeRange class More... | |
Represents the size range
ASPOSE_EMAIL_SHARED_API Aspose::Email::Clients::Exchange::SizeRange::SizeRange | ( | ) |
Initializes a new instance of the SizeRange class
ASPOSE_EMAIL_SHARED_API int32_t Aspose::Email::Clients::Exchange::SizeRange::get_MaximumSize | ( | ) | const |
Gets the maximum size.
ASPOSE_EMAIL_SHARED_API int32_t Aspose::Email::Clients::Exchange::SizeRange::get_MinimumSize | ( | ) | const |
Gets the minimum size.
ASPOSE_EMAIL_SHARED_API void Aspose::Email::Clients::Exchange::SizeRange::set_MaximumSize | ( | int32_t | value | ) |
Sets the maximum size.
ASPOSE_EMAIL_SHARED_API void Aspose::Email::Clients::Exchange::SizeRange::set_MinimumSize | ( | int32_t | value | ) |
Sets the minimum size.