QueuedMail Class |
Namespace: Omada.OE.Model
[SerializableAttribute] public class QueuedMail : Mail, IObjectWithId, ICloneable
The QueuedMail type exposes the following members.
| Name | Description | |
|---|---|---|
| QueuedMail |
ctor
| |
| QueuedMail(Int32) |
ctor
|
| Name | Description | |
|---|---|---|
| Attachments |
Attachments
| |
| Bcc |
Bcc
| |
| CC | (Inherited from Mail.) | |
| CreateTime |
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 |
Id
| |
| LogMailSent |
LogMailSent
| |
| Message | (Inherited from Mail.) | |
| Priority |
Mail Priority as defined on the MailTemplate
(Inherited from Mail.) | |
| RetryCount |
RetryCount
| |
| 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 | |
|---|---|---|
| Clone | Obsolete.
Clone QueuedMail using MemberwiseClone()
| |
| GetId | Obsolete.
Returns Id
| |
| ToMailMessage |
Returns System.Net.Mail.MailMessage from QueuedMail
|
| 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.) |