C# Class BitServer.BitSettings

Show file Open project: AyrA/BitMailServer Class Usage Examples

Public Properties

Property Type Description
BitConfig string
Extension string
IP string
Port int
Random bool
RemQuoting bool
StripHdr bool
UName string
UPass string

Property Details

BitConfig public property

public string BitConfig
return string

Extension public property

public string Extension
return string

IP public property

public string IP
return string

Port public property

public int Port
return int

Random public property

public bool Random
return bool

RemQuoting public property

public bool RemQuoting
return bool

StripHdr public property

public bool StripHdr
return bool

UName public property

public string UName
return string

UPass public property

public string UPass
return string