Click or drag to resize

MailReceiver Class

Inheritance Hierarchy
SystemObject
  Omada.OE.ModelMailReceiver

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
[SerializableAttribute]
public class MailReceiver

The MailReceiver type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyEmail
Reciever email.
Public propertyLanguageId
Reciever language
Public propertyName
Reciever name.
Public propertyUserId
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
Public propertyUserInfo
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
Top
Methods
  NameDescription
Public methodAssign(UserInfo)
Public methodAssign(UserInfo, MailChannel)
Public methodAssignTo
Public methodGetMailAddress
The method is failing if the email is empty
Public methodHasValidMailAddress
Public methodStatic memberIsValidMailAddress
This method returns true if the email is valid
Public methodToString (Overrides ObjectToString.)
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also