EMEmailTestResult Class

Alterian Email Manager 6.2.3 SDK Help File
Class to define result for each email client from litmus
Inheritance Hierarchy
SystemObject
  DMLibraryEMEmailTestResult

Namespace:  DMLibrary
Assembly:  DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420

Syntax
public class EMEmailTestResult

The EMEmailTestResult type exposes the following members.

Constructors
NameDescription
Public methodEMEmailTestResult
Initializes a new instance of the EMEmailTestResult class
Top
Properties
NameDescription
Public propertyAppLongName
Gets and set friendly app name
Public propertyAppName
Gets and set app name
Public propertyCompleted
Gets and sets a flag to indicate completed state for this result
Public propertyCreated
Gets and sets datetime for when request was made
Public propertyDescription
Public propertyDesktopClient
Gets and sets flag to indicate desktop client
Public propertyEmailClientId
Gets and sets email client id (primary key for EM.EmailClientIndex)
Public propertyEmailTestId
Gets and sets email test id (primary key for EM.EmailTestIndex)
Public propertyEmailTestType
Public propertyFinished
Gets and sets finished datetime
Public propertyFoundInSpam
Public propertyFrameImage
Gets and sets Frame Image url
Public propertyFullpageImage
Gets and sets url for Fullpage Image
Public propertyFullpageImageContentBlocking
Gets and set url for Fullpage Image with Content Blocking on
Public propertyFullpageImageNoContentBlocking
Gets and set url for Fullpage Image with Content Blocking off
Public propertyHasFrame
Flags to indicates if Email client image requires any flag
Public propertyId
Gets and sets id
Public propertyPlatformLongName
Gets and sets friendly name for platform
Public propertyPlatformName
Gets and sets platform name
Public propertyPlatformType
Gets and sets PlatformType
Public propertyResultId
Gets and sets result id
Public propertyScrollAmount
Gets and sets scroll amount in pixel for image on mobile device window
Public propertySpamHeaders
Public propertySpamScore
Public propertyState
Gets and sets state of result EmailTestResultState
Public propertySupportsContentBlocking
Gets and sets flag to indicate whether email client supports content blocking
Public propertyViewportHeight
Gets and sets height for viewport in pixel
Public propertyViewportOffsetLeft
Gets and sets viewport offset in pixel for frame from upper left
Public propertyViewportOffsetTop
Gets and sets viewport offset in pixel for frame from upper top
Public propertyViewportWidth
Gets and sets width for viewport in pixel
Public propertyWindowImage
Gets and sets url for window image
Public propertyWindowImageContentBlocking
Gets and sets url for window image with content block on
Public propertyWindowImageNoContentBlocking
Gets and sets url for window image with content block off
Public propertyWindowImageThumb
Gets and sets window image for thumbnail
Public propertyWindowImageThumbContentBlocking
Gets and sets window image for thumbnail with content blocking on
Public propertyWindowImageThumbNoContentBlocking
Gets and sets window image for thumbnail with content blocking off
Top
See Also