EMDocumentHasThumbnail Property
|
Alterian Email Manager 6.2.3 SDK Help File
A flag specifying if a thumbnail exists for this document.
Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic bool HasThumbnail { get; set; }
Public Property HasThumbnail As Boolean
Get
Set
public:
property bool HasThumbnail {
bool get ();
void set (bool value);
}
member HasThumbnail : bool with get, set
function get_HasThumbnail();
function set_HasThumbnail(value);
Property Value
Type:
Boolean
See Also