Thumbnail Class

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.
Inheritance Hierarchy
SystemObject
  Aspose.Email.Clients.GraphThumbnail

Namespace:  Aspose.Email.Clients.Graph
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public class Thumbnail

The Thumbnail type exposes the following members.

Constructors
  NameDescription
Public methodThumbnail
Initializes a new instance of the Thumbnail class
Properties
  NameDescription
Public propertyContent
The content stream for the thumbnail.
Public propertyHeight
The height of the thumbnail, in pixels.
Public propertyIsHeightSpecified
Indicates whether Height property is specified.
Public propertyIsWidthSpecified
Indicates whether Width property is specified.
Public propertySourceItemId
The unique identifier of the item that provided the thumbnail.This is only available when a folder thumbnail is requested.
Public propertyUrl
The URL used to fetch the thumbnail content.
Public propertyWidth
The width of the thumbnail, in pixels.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also