C# Class AkaneMail.MailSettings

Mostra 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_oe property

public bool m_apopFlag
return bool

m_autoMailFlag public_oe property

public bool m_autoMailFlag
return bool

m_bodyIEShow public_oe property

public bool m_bodyIEShow
return bool

m_deleteMail public_oe property

public bool m_deleteMail
return bool

m_fromName public_oe property

public string m_fromName
return string

m_getMailInterval public_oe property

public int m_getMailInterval
return int

m_mailAddress public_oe property

public string m_mailAddress
return string

m_minimizeTaskTray public_oe property

public bool m_minimizeTaskTray
return bool

m_passWord public_oe property

public string m_passWord
return string

m_popBeforeSMTP public_oe property

public bool m_popBeforeSMTP
return bool

m_popOverSSL public_oe property

public bool m_popOverSSL
return bool

m_popPortNo public_oe property

public int m_popPortNo
return int

m_popServer public_oe property

public string m_popServer
return string

m_popSoundFlag public_oe property

public bool m_popSoundFlag
return bool

m_popSoundName public_oe property

public string m_popSoundName
return string

m_smtpAuth public_oe property

public bool m_smtpAuth
return bool

m_smtpPortNo public_oe property

public int m_smtpPortNo
return int

m_smtpServer public_oe property

public string m_smtpServer
return string

m_userName public_oe property

public string m_userName
return string

m_windowHeight public_oe property

public int m_windowHeight
return int

m_windowLeft public_oe property

public int m_windowLeft
return int

m_windowStat public_oe property

public FormWindowState m_windowStat
return FormWindowState

m_windowTop public_oe property

public int m_windowTop
return int

m_windowWidth public_oe property

public int m_windowWidth
return int