Click or drag to resize

MailLog Class

This class models a email that has been send, these is saved in tblmaillog.
Inheritance Hierarchy
SystemObject
  Omada.OE.ModelMail
    Omada.OE.ModelMailLog

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

The MailLog type exposes the following members.

Constructors
  NameDescription
Public methodMailLog
Top
Properties
  NameDescription
Public propertyCC (Inherited from Mail.)
Public propertyCreateTime
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
(Inherited from Mail.)
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.
(Inherited from Mail.)
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
(Inherited from Mail.)
Public propertyFrom
Contains the sender of the email
(Inherited from Mail.)
Public propertyId
Public propertyMailStatus
Public propertyMessage (Inherited from Mail.)
Public propertyPriority
Mail Priority as defined on the MailTemplate
(Inherited from Mail.)
Public propertySmtpStatus
Public propertySubject (Inherited from Mail.)
Public propertyTo (Inherited from Mail.)
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
(Inherited from Mail.)
Public propertyType (Inherited from Mail.)
Top
Methods
  NameDescription
Public methodClone
Top
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
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate methodIObjectWithId.GetId
Top
See Also