IEmailTranslation Interface |
Namespace: AskiaPortalCmn
The IEmailTranslation type exposes the following members.
Name | Description | |
---|---|---|
Body |
Get or set the body of the email
for the specified language
(Inherited from IEmailTranslationBase.) | |
IsModified |
Flag to indicates if the object has
been modified since his initialization.
| |
LanguageId |
Indicates the identifier of the language
used by this email message.
| |
Subject |
Get or set the subject of the email
for the specified language
(Inherited from IEmailTranslationBase.) |
Name | Description | |
---|---|---|
Reload |
Reload the email translation using
the current database values. Returns successful value when the operation succeed. | |
Save |
Save the modification in the database
if the object has been modified.
| |
Validate |
Validate the integrity of the email translation.
|