Click or drag to resize

RoutingMessage Class

A class representing a MimeMessage to be routed
Inheritance Hierarchy
SystemObject
  ObservableObjectBase
    SMTPRouter.ModelsRoutingMessage

Namespace:  SMTPRouter.Models
Assembly:  SMTPRouter (in SMTPRouter.dll) Version: 1.0.0.4
Syntax
public sealed class RoutingMessage : ObservableObjectBase

The RoutingMessage type exposes the following members.

Constructors
  NameDescription
Public methodRoutingMessage
Initializes a new instance of a Routing Message
Top
Properties
  NameDescription
Public propertyAttemptCount
The number of attempts to send the message
Public propertyCreationDateTime
The DateTime stamp when the message was first created
Public propertyID
The Message Unique Identifier
Public propertyLabel
A string containing the Label of the message. Used on the MSQM system
Public propertyMessage
A Readonly property that converts the RawMessage into a valid MimeMessage.
Public propertyRawMessage
A String containing the RoutingMessage
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventPropertyChanged (Inherited from ObservableObjectBase.)
Top
Remarks