ThumbnailSetSmall Property |
A 48x48 cropped thumbnail.
Namespace:
Aspose.Email.Clients.Graph
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic Thumbnail Small { get; set; }
Public Property Small As Thumbnail
Get
Set
public:
property Thumbnail^ Small {
Thumbnail^ get ();
void set (Thumbnail^ value);
}
member Small : Thumbnail with get, set
Property Value
Type:
Thumbnail
See Also