C# Class ImapNotify.Util

Mostra file Open project: smiley22/ImapNotify

Public Methods

Method 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 method

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

RunOnStartup() public static method

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
return void