SmartAPI
Open Source .NET RQL library for RedDot CMS / OpenText WSM Management Server
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Pages
erminas.SmartAPI.CMS.ServerManagement.EMail Struct Reference

EMail for sending from the RedDot server. An email can be send via Session.SendMailFromCurrentUserAccount and Session.SendMailFromSystemAccount Use plain text for Message and Subject. More...

Public Attributes

string To
 

Properties

string HtmlEncodedMessage [get, set]
 
string HtmlEncodedSubject [get, set]
 
string Message [set]
 
string Subject [set]
 

Detailed Description

EMail for sending from the RedDot server. An email can be send via Session.SendMailFromCurrentUserAccount and Session.SendMailFromSystemAccount Use plain text for Message and Subject.

Definition at line 28 of file EMail.cs.

Member Data Documentation

string erminas.SmartAPI.CMS.ServerManagement.EMail.To

Definition at line 30 of file EMail.cs.

Property Documentation

string erminas.SmartAPI.CMS.ServerManagement.EMail.HtmlEncodedMessage
getset

Definition at line 32 of file EMail.cs.

string erminas.SmartAPI.CMS.ServerManagement.EMail.HtmlEncodedSubject
getset

Definition at line 34 of file EMail.cs.

string erminas.SmartAPI.CMS.ServerManagement.EMail.Message
set

Definition at line 37 of file EMail.cs.

string erminas.SmartAPI.CMS.ServerManagement.EMail.Subject
set

Definition at line 42 of file EMail.cs.


The documentation for this struct was generated from the following file: