C# Class ImapNotify.Util

Afficher le fichier Open project: smiley22/ImapNotify

Méthodes publiques

Méthode Description
IsInternetConnected ( bool fast = true ) : bool

Checks whether an internet connection is available.

RunOnStartup ( bool Run ) : void

Configures whether program is run on startup by modifying the Run settings in the registry under HKEY_CURRENT_USER.

Method Details

IsInternetConnected() public static méthode

Checks whether an internet connection is available.
public static IsInternetConnected ( bool fast = true ) : bool
fast bool
Résultat bool

RunOnStartup() public static méthode

Configures whether program is run on startup by modifying the Run settings in the registry under HKEY_CURRENT_USER.
public static RunOnStartup ( bool Run ) : void
Run bool Set to true to run program at startup
Résultat void