IEmail Interface |
Namespace: AskiaPortalCmn
The IEmail type exposes the following members.
Name | Description | |
---|---|---|
![]() | CreatedAt |
Get the date of the creation
(Inherited from IOwnerEntityBase.) |
![]() | CreatedBy |
Get the id of the user who have create the entity
(Inherited from IOwnerEntityBase.) |
![]() | DeletedAt |
Get the date of deletion
(Inherited from IOwnerEntityBase.) |
![]() | DeletedBy |
Get the id of the user who have delete the entity
(Inherited from IOwnerEntityBase.) |
![]() | Description |
Get or set a description for the email
(Inherited from IEmailBase.) |
![]() | Id |
Get the id of the current entity
(Inherited from IOwnerEntityBase.) |
![]() | IsDeleted |
Indicates if the current entity is flag as deleted
(Inherited from IOwnerEntityBase.) |
![]() | Name |
Get or set the name of the email
(Inherited from IEmailBase.) |
![]() ![]() | Translations |
Return the email message translations.
|
![]() | UpdatedAt |
Get the date of the latest update
(Inherited from IOwnerEntityBase.) |
![]() | UpdatedBy |
Get the id of the last user who have update the entity
(Inherited from IOwnerEntityBase.) |
Name | Description | |
---|---|---|
![]() | Delete |
Flag the entity as deleted in database
(Inherited from IEntityBase.) |
![]() | Delete(Boolean) |
Flag an entity as deleted or definitively delete it in the database.
(Inherited from IOwnerEntity.) |
![]() | Reload |
Reload the entity, using the current database value.
Returns successful value when the operation succeed
(Inherited from IOwnerEntity.) |
![]() | Restore |
Restore an entity flag as deleted
(Inherited from IOwnerEntity.) |
![]() | Save |
Save (create or update) an entity
(Inherited from IEntityBase.) |
![]() | Send(IUser) |
Send the email to the specified user.
|
![]() | Send(IListIUser) |
Send the email to the specified users.
|
![]() | Send(IUser, ISurvey) |
Send the email to the specified user. Use this overload if your mail contains surveys related macros.
|
![]() | Send(IListIUser, ISurvey) |
Send the email to the specified users.
|
![]() | Validate |
Validate the integrity of the entity
(Inherited from IEntityBase.) |