C# Class CapRaffle.Domain.Implementation.EmailSettings

Show file Open project: capgemini-stavanger/CapRaffle Class Usage Examples

Public Properties

Property Type Description
FileLocation string
MailFromAddress string
Password string
ServerName string
ServerPort int
UseSsl bool
Username string
WriteAsFile bool

Property Details

FileLocation public property

public string FileLocation
return string

MailFromAddress public property

public string MailFromAddress
return string

Password public property

public string Password
return string

ServerName public property

public string ServerName
return string

ServerPort public property

public int ServerPort
return int

UseSsl public property

public bool UseSsl
return bool

Username public property

public string Username
return string

WriteAsFile public property

public bool WriteAsFile
return bool