C# Class PoEWhisperNotifier.SmtpDetails

显示文件 Open project: Kapps/PoEWhisperNotifier Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
LoadFromSettings ( ) : SmtpDetails

Returns the SmtpDetails currently saved in the settings file.

SaveToSettings ( ) : void

Saves the current SmtpDetails to the settings file.

SmtpDetails ( ) : PoEWhisperNotifier.Properties

Creates a new instance of SmtpDetails with a default generated PasswordEntropy.

Method Details

LoadFromSettings() public static method

Returns the SmtpDetails currently saved in the settings file.
public static LoadFromSettings ( ) : SmtpDetails
return SmtpDetails

SaveToSettings() public method

Saves the current SmtpDetails to the settings file.
public SaveToSettings ( ) : void
return void

SmtpDetails() public method

Creates a new instance of SmtpDetails with a default generated PasswordEntropy.
public SmtpDetails ( ) : PoEWhisperNotifier.Properties
return PoEWhisperNotifier.Properties