C# Class CapRaffle.Domain.Implementation.EmailSettings

显示文件 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_oe property

public string FileLocation
return string

MailFromAddress public_oe property

public string MailFromAddress
return string

Password public_oe property

public string Password
return string

ServerName public_oe property

public string ServerName
return string

ServerPort public_oe property

public int ServerPort
return int

UseSsl public_oe property

public bool UseSsl
return bool

Username public_oe property

public string Username
return string

WriteAsFile public_oe property

public bool WriteAsFile
return bool