Aspose::Email::Clients::Exchange::SizeRange Class Reference

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...
 

Detailed Description

Represents the size range

Constructor & Destructor Documentation

◆ SizeRange()

ASPOSE_EMAIL_SHARED_API Aspose::Email::Clients::Exchange::SizeRange::SizeRange ( )

Initializes a new instance of the SizeRange class

Member Function Documentation

◆ get_MaximumSize()

ASPOSE_EMAIL_SHARED_API int32_t Aspose::Email::Clients::Exchange::SizeRange::get_MaximumSize ( ) const

Gets the maximum size.

◆ get_MinimumSize()

ASPOSE_EMAIL_SHARED_API int32_t Aspose::Email::Clients::Exchange::SizeRange::get_MinimumSize ( ) const

Gets the minimum size.

◆ set_MaximumSize()

ASPOSE_EMAIL_SHARED_API void Aspose::Email::Clients::Exchange::SizeRange::set_MaximumSize ( int32_t  value)

Sets the maximum size.

◆ set_MinimumSize()

ASPOSE_EMAIL_SHARED_API void Aspose::Email::Clients::Exchange::SizeRange::set_MinimumSize ( int32_t  value)

Sets the minimum size.