mySobek Home   |   Help
Skip Navigation Links.
Expand <a href='http://sobekrepository.org/sobekcm' title='Sobek home page'>Project Home</a>Project Home
Expand <a href='http://sobekrepository.org/help' title='Online user help'>User Help</a>User Help
Expand <a href='http://sobekrepository.org/sobekcm/technical' title='Sobek home page'>Technical Help</a>Technical Help
Expand <a href='http://sobekrepository.org/software' title='Center for downloading all SobekCM-related software'>Download Center</a>Download Center
Training Videos
Collapse <a href='http://sobekrepository.org/codehelp' title='Details on each of the different classes, interfaces, properties, etc..'>Code Details</a>Code Details
MISSING BANNER
Code Details >> Core >> EmailInfo

EmailInfo Class



Class represents information for an email to be sent by the system


Namespace: SobekCM.Core
Assembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)

Syntax

C#
[SerializableAttribute]
[DataContractAttribute]
[ProtoContractAttribute]
public class EmailInfo

Inheritance Hierarchy

System..::..Object
  SobekCM.Core..::..EmailInfo

Constructors

  NameDescription
Public methodEmailInfo
Initializes a new instance of the EmailInfo class

Properties

  NameDescription
Public propertyBody
Body of the email to tbe sent
Public propertyFromAddress
From email address for this email to be sent
Public propertyisContactUs
Flag indicates if this is from the Contact Us form
Public propertyisHTML
Flag indicates if this should be sent as HTML or not
Public propertyRecipientsList
List of recipients, seperated by semicolons
Public propertyReplayToEmailID
ID is recorded if this is a response to an existing email in the system
Public propertyReplyTo
Email address that responses should be sent to (or NULL)
Public propertySubject
Subject line for the email to be sent
Public propertyUserID
UserID (or NULL if system) that initiated this email request

See Also



Version 4.10.0 ( last generated Monday, March 7, 2016 )