C# Class PoEWhisperNotifier.SmtpDetails

Afficher le fichier Open project: Kapps/PoEWhisperNotifier Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

Returns the SmtpDetails currently saved in the settings file.
public static LoadFromSettings ( ) : SmtpDetails
Résultat SmtpDetails

SaveToSettings() public méthode

Saves the current SmtpDetails to the settings file.
public SaveToSettings ( ) : void
Résultat void

SmtpDetails() public méthode

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