Email Class

sending information by email class.

Definition

Namespace: Aliquo.Core.Models
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
[SerializableAttribute]
public class Email
Inheritance
Object    Email

Constructors

Email Class constructor.

Properties

Message Information that makes up the email, recipient, subject, message, etc.
Parameter (optional) Contains the information of the submitting user, you can get the information from the EMAIL_SERVER parameter (300).
SMTP Data of the server that is going to send the message.

Extension Methods

GetAttributeFromT Get attribute from a class.
(Defined by ObjectExtensions)
ValidateDataAnnotations Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions)

See Also