Click or drag to resize

Mail Class

Inheritance Hierarchy
SystemObject
  Omada.OE.ModelMail
    Omada.OE.ModelMailLog
    Omada.OE.ModelQueuedMail

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
[SerializableAttribute]
public class Mail

The Mail type exposes the following members.

Constructors
  NameDescription
Public methodMail
Top
Properties
  NameDescription
Public propertyCC
Public propertyDataObjectId
Can state the dataobject this email relates to, if any. Not all emaisl are related to dataobjects, for that reason DataObjectId can be 0
Public propertyDataObjectVersionId
Can state the dataobjectversion this email relates to, if any. Not all mails relates to dataobjectversions, for that reason DataObjectVersionId can be 0.
Public propertyEventDefinitionId
States the eventdefinition that the email is created upen, if any Not all emails are created using a eventdefinition, for that reason EventdefinitionId can be 0
Public propertyFrom
Contains the sender of the email
Public propertyMessage
Public propertyPriority
Mail Priority as defined on the MailTemplate
Public propertySubject
Public propertyTo
Public propertyToUserId
States the userid for the reciever of the email Can be 0 because the reciever is not necessarily a user in the system
Public propertyType
Top
Methods
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also