Click or drag to resize

Email Class

Email data model
Inheritance Hierarchy
SystemObject
  Velo.Web.ModelsEmail

Namespace:  Velo.Web.Models
Assembly:  Velo.Web (in Velo.Web.dll) Version: 22.2.10.1 (22.2.10.450)
Syntax
public class Email

The Email type exposes the following members.

Constructors
  NameDescription
Public methodEmail
Initializes a new instance of the Email class. Constructor without parameter
Top
Properties
  NameDescription
Public propertyAddress
Email address
Public propertyBody
Email text
Public propertyName
Email address name
Public propertyResult
Result of send
Public propertySubject
Email title
Top
Extension Methods
  NameDescription
Public Extension MethodCode exampleConvertDateFromSQL
Convert SQL date include value null
(Defined by Extension.)
Public Extension MethodConvertDateToSQL
Convert C# date type to SQL date type
(Defined by Extension.)
Top
See Also