DMRecipientRecord Class

Alterian Email Manager 6.2.3 SDK Help File
Represents an email recipient.
Inheritance Hierarchy
SystemObject
  DMLibraryDMRecipientRecord

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

Syntax
public class DMRecipientRecord

The DMRecipientRecord type exposes the following members.

Fields
NameDescription
Public fieldCreated
Date and time the recipient record was created.
Public fieldFields
A string array of Fields relevant to this recipient record.
Public fieldHealth
An integer indicating the positive and negative responses as a total: Will have a valid value only from GetQueryResults.
Public fieldIP
The IP address of the recipient.
Public fieldLastEventID
Indicates the last event ID related to the recipient.
Public fieldModified
Date and time the recipient record was last modified.
Public fieldOS
Operating system of the recipient.
Public fieldPrefersText
Boolean value indicating if the recipient prefers Text as email format.
Public fieldRecipientID
ID of the email recipient.
Public fieldRSSOnly
Boolean value indicating if the recipient prefers RSS only feed.
Public fieldUnsubscribed
Boolean value indicating if the recipient is unsubscribed.
Public fieldVerifiedFlash
Boolean value indicating if it has been verified that the recipient can use Flash.
Public fieldVerifiedHTML
Boolean value indicating if it has been verified that the recipient can view HTML.
Public fieldWB
The web browser used by the recipient.
Top
See Also