C# Class AkaneMail.AccountInfo

Show file Open project: hijirichan/AkaneMail

Public Properties

Property Type Description
apopFlag bool
autoMailFlag bool
bodyIEShow bool
deleteMail bool
fromName string
getMailInterval int
mailAddress string
minimizeTaskTray bool
passWord string
popBeforeSMTP bool
popOverSSL bool
popPortNumber int
popServer string
popSoundFlag bool
popSoundName string
smtpAuth bool
smtpPortNumber int
smtpServer string
userName string

Property Details

apopFlag public static property

public static bool apopFlag
return bool

autoMailFlag public static property

public static bool autoMailFlag
return bool

bodyIEShow public static property

public static bool bodyIEShow
return bool

deleteMail public static property

public static bool deleteMail
return bool

fromName public static property

public static string fromName
return string

getMailInterval public static property

public static int getMailInterval
return int

mailAddress public static property

public static string mailAddress
return string

minimizeTaskTray public static property

public static bool minimizeTaskTray
return bool

passWord public static property

public static string passWord
return string

popBeforeSMTP public static property

public static bool popBeforeSMTP
return bool

popOverSSL public static property

public static bool popOverSSL
return bool

popPortNumber public static property

public static int popPortNumber
return int

popServer public static property

public static string popServer
return string

popSoundFlag public static property

public static bool popSoundFlag
return bool

popSoundName public static property

public static string popSoundName
return string

smtpAuth public static property

public static bool smtpAuth
return bool

smtpPortNumber public static property

public static int smtpPortNumber
return int

smtpServer public static property

public static string smtpServer
return string

userName public static property

public static string userName
return string