MailReceiver Class |
Namespace: Omada.OE.Model
[SerializableAttribute] public class MailReceiver
The MailReceiver type exposes the following members.
| Name | Description | |
|---|---|---|
| MailReceiver | ||
| MailReceiver(String) | ||
| MailReceiver(User) | ||
| MailReceiver(UserInfo) | ||
| MailReceiver(String, Int32) | ||
| MailReceiver(User, MailChannel) | ||
| MailReceiver(UserInfo, MailChannel) |
| Name | Description | |
|---|---|---|
Reciever email.
| ||
| LanguageId |
Reciever language
| |
| Name |
Reciever name.
| |
| UserId |
States the userid of a user that should recieve the mail
Can be 0 because the reciever is not necessarily a user in the system
| |
| UserInfo |
Contains the userinfo for the user that should recieve the mail
Can be 0 because the reciever is not necessarily a user in the system
Can (also) be NULL
|
| Name | Description | |
|---|---|---|
| Assign(UserInfo) | ||
| Assign(UserInfo, MailChannel) | ||
| AssignTo | ||
| GetMailAddress |
The method is failing if the email is empty
| |
| HasValidMailAddress | ||
| IsValidMailAddress |
This method returns true if the email is valid
| |
| ToString | (Overrides ObjectToString.) |
| 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.) |