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 >> Settings >> Email_Setup_Settings

Email_Setup_Settings Class



Details on how the system can send emails (either through database or direct to SMTP port)


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

Syntax

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

Inheritance Hierarchy

System..::..Object
  SobekCM.Core.Settings..::..Email_Setup_Settings

Constructors

  NameDescription
Public methodEmail_Setup_Settings
Initializes a new instance of the Email_Setup_Settings class

Methods

  NameDescription
Public methodShouldSerializeSmtpPort
Method suppresses XML Serialization of the SmtpPort property if it is empty
Public methodShouldSerializeSmtpServer
Method suppresses XML Serialization of the SmtpServer property if it is empty

Properties

  NameDescription
Public propertyDefaultFromAddress
Email address for the FROM portion, if none is provided in the actual email request
Public propertyDefaultFromDisplay
Email address display portion, or NULL, to use if none is provided in the actual email request
Public propertyMethod
Method that emails are sent from this system
Public propertyMethodString
Get or set the values for the email method by string
Public propertySmtpPort
SMTP Server port for sending emails
Public propertySmtpServer
SMTP Server name for sending emails

See Also



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