Aspose::Email::Clients::Graph::Thumbnail Class Reference

https://docs.microsoft.com/en-us/graph/api/resources/thumbnail?view=graph-rest-1.0 The thumbnail resource type represents a thumbnail for an image, video, document, or any item that has a bitmap representation. More...

Inherits Object.

Public Member Functions

int32_t get_Height () const
 The height of the thumbnail, in pixels. More...
 
void set_Height (int32_t value)
 The height of the thumbnail, in pixels. More...
 
bool get_IsHeightSpecified () const
 Indicates whether Height property is specified. More...
 
void set_IsHeightSpecified (bool value)
 Indicates whether Height property is specified. More...
 
int32_t get_Width () const
 The width of the thumbnail, in pixels. More...
 
void set_Width (int32_t value)
 The width of the thumbnail, in pixels. More...
 
bool get_IsWidthSpecified () const
 Indicates whether Width property is specified. More...
 
void set_IsWidthSpecified (bool value)
 Indicates whether Width property is specified. More...
 
System::String get_SourceItemId () const
 The unique identifier of the item that provided the thumbnail.This is only available when a folder thumbnail is requested. More...
 
void set_SourceItemId (System::String value)
 The unique identifier of the item that provided the thumbnail.This is only available when a folder thumbnail is requested. More...
 
System::String get_Url () const
 The URL used to fetch the thumbnail content. More...
 
void set_Url (System::String value)
 The URL used to fetch the thumbnail content. More...
 
System::String get_Content () const
 The content stream for the thumbnail. More...
 
void set_Content (System::String value)
 The content stream for the thumbnail. More...
 
 Thumbnail ()
 

Detailed Description

https://docs.microsoft.com/en-us/graph/api/resources/thumbnail?view=graph-rest-1.0 The thumbnail resource type represents a thumbnail for an image, video, document, or any item that has a bitmap representation.

Constructor & Destructor Documentation

◆ Thumbnail()

Aspose::Email::Clients::Graph::Thumbnail::Thumbnail ( )

Member Function Documentation

◆ get_Content()

System::String Aspose::Email::Clients::Graph::Thumbnail::get_Content ( ) const

The content stream for the thumbnail.

◆ get_Height()

int32_t Aspose::Email::Clients::Graph::Thumbnail::get_Height ( ) const

The height of the thumbnail, in pixels.

◆ get_IsHeightSpecified()

bool Aspose::Email::Clients::Graph::Thumbnail::get_IsHeightSpecified ( ) const

Indicates whether Height property is specified.

◆ get_IsWidthSpecified()

bool Aspose::Email::Clients::Graph::Thumbnail::get_IsWidthSpecified ( ) const

Indicates whether Width property is specified.

◆ get_SourceItemId()

System::String Aspose::Email::Clients::Graph::Thumbnail::get_SourceItemId ( ) const

The unique identifier of the item that provided the thumbnail.This is only available when a folder thumbnail is requested.

◆ get_Url()

System::String Aspose::Email::Clients::Graph::Thumbnail::get_Url ( ) const

The URL used to fetch the thumbnail content.

◆ get_Width()

int32_t Aspose::Email::Clients::Graph::Thumbnail::get_Width ( ) const

The width of the thumbnail, in pixels.

◆ set_Content()

void Aspose::Email::Clients::Graph::Thumbnail::set_Content ( System::String  value)

The content stream for the thumbnail.

◆ set_Height()

void Aspose::Email::Clients::Graph::Thumbnail::set_Height ( int32_t  value)

The height of the thumbnail, in pixels.

◆ set_IsHeightSpecified()

void Aspose::Email::Clients::Graph::Thumbnail::set_IsHeightSpecified ( bool  value)

Indicates whether Height property is specified.

◆ set_IsWidthSpecified()

void Aspose::Email::Clients::Graph::Thumbnail::set_IsWidthSpecified ( bool  value)

Indicates whether Width property is specified.

◆ set_SourceItemId()

void Aspose::Email::Clients::Graph::Thumbnail::set_SourceItemId ( System::String  value)

The unique identifier of the item that provided the thumbnail.This is only available when a folder thumbnail is requested.

◆ set_Url()

void Aspose::Email::Clients::Graph::Thumbnail::set_Url ( System::String  value)

The URL used to fetch the thumbnail content.

◆ set_Width()

void Aspose::Email::Clients::Graph::Thumbnail::set_Width ( int32_t  value)

The width of the thumbnail, in pixels.