MailLog Class |
Namespace: Omada.OE.Model
[SerializableAttribute] public class MailLog : Mail, IObjectWithId, ICloneable
The MailLog type exposes the following members.
| Name | Description | |
|---|---|---|
| CC | (Inherited from Mail.) | |
| CreateTime | ||
| DataObjectId |
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.) | |
| DataObjectVersionId |
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.) | |
| EventDefinitionId |
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.) | |
| From |
Contains the sender of the email
(Inherited from Mail.) | |
| Id | ||
| MailStatus | ||
| Message | (Inherited from Mail.) | |
| Priority |
Mail Priority as defined on the MailTemplate
(Inherited from Mail.) | |
| SmtpStatus | ||
| Subject | (Inherited from Mail.) | |
| To | (Inherited from Mail.) | |
| ToUserId |
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.) | |
| Type | (Inherited from Mail.) |
| Name | Description | |
|---|---|---|
| ToBool |
Converts object to boolean.
(Defined by ObjectExtensions.) | |
| ToDateTime |
Converts object to DateTime.
(Defined by ObjectExtensions.) | |
| ToInt |
Converts object to integer.
(Defined by ObjectExtensions.) |
| Name | Description | |
|---|---|---|
| IObjectWithId.GetId |