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

Represents the size range More...

Inherits Object.

Public Member Functions

int32_t get_MinimumSize () const
 Gets the minimum size. More...
 
void set_MinimumSize (int32_t value)
 Sets the minimum size. More...
 
int32_t get_MaximumSize () const
 Gets the maximum size. More...
 
void set_MaximumSize (int32_t value)
 Sets the maximum size. More...
 
 SizeRange ()
 Initializes a new instance of the SizeRange class More...
 

Detailed Description

Represents the size range

Constructor & Destructor Documentation

◆ SizeRange()

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

Initializes a new instance of the SizeRange class

Member Function Documentation

◆ get_MaximumSize()

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

Gets the maximum size.

◆ get_MinimumSize()

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

Gets the minimum size.

◆ set_MaximumSize()

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

Sets the maximum size.

◆ set_MinimumSize()

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

Sets the minimum size.