The DialerHistoryMessage type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyAgent
The agent that this message applies to.
Public propertyCampaign
The Id of the campaign this message applies to.
Public propertyContent
The textual content of the message.
Public propertyErrorType
THe type of error-level event, or None if it is not an error-level event.
Public propertyFooter
Optional additional information.
Public propertyInfoType
The type of information-level event, or None if it is not an information-level event.
Public propertyMessageTime
The time that this message was generated.
Public propertyProcessName
The name of the process that this message originated from.
Public propertySeverity
The severity level of this message.
Public propertySite
The site that this message originated from.
Public propertyTitle
A brief summary of the message contents.
Public propertyWarningType
The type of warning-level event, or None if it is not a warning-level event.

See Also