C# Class AkaneMail.MailSettings

Show file Open project: hijirichan/AkaneMail Class Usage Examples

Public Properties

Property Type Description
m_apopFlag bool
m_autoMailFlag bool
m_bodyIEShow bool
m_deleteMail bool
m_fromName string
m_getMailInterval int
m_mailAddress string
m_minimizeTaskTray bool
m_passWord string
m_popBeforeSMTP bool
m_popOverSSL bool
m_popPortNo int
m_popServer string
m_popSoundFlag bool
m_popSoundName string
m_smtpAuth bool
m_smtpPortNo int
m_smtpServer string
m_userName string
m_windowHeight int
m_windowLeft int
m_windowStat FormWindowState
m_windowTop int
m_windowWidth int

Property Details

m_apopFlag public property

public bool m_apopFlag
return bool

m_autoMailFlag public property

public bool m_autoMailFlag
return bool

m_bodyIEShow public property

public bool m_bodyIEShow
return bool

m_deleteMail public property

public bool m_deleteMail
return bool

m_fromName public property

public string m_fromName
return string

m_getMailInterval public property

public int m_getMailInterval
return int

m_mailAddress public property

public string m_mailAddress
return string

m_minimizeTaskTray public property

public bool m_minimizeTaskTray
return bool

m_passWord public property

public string m_passWord
return string

m_popBeforeSMTP public property

public bool m_popBeforeSMTP
return bool

m_popOverSSL public property

public bool m_popOverSSL
return bool

m_popPortNo public property

public int m_popPortNo
return int

m_popServer public property

public string m_popServer
return string

m_popSoundFlag public property

public bool m_popSoundFlag
return bool

m_popSoundName public property

public string m_popSoundName
return string

m_smtpAuth public property

public bool m_smtpAuth
return bool

m_smtpPortNo public property

public int m_smtpPortNo
return int

m_smtpServer public property

public string m_smtpServer
return string

m_userName public property

public string m_userName
return string

m_windowHeight public property

public int m_windowHeight
return int

m_windowLeft public property

public int m_windowLeft
return int

m_windowStat public property

public FormWindowState m_windowStat
return FormWindowState

m_windowTop public property

public int m_windowTop
return int

m_windowWidth public property

public int m_windowWidth
return int