C# Класс ImapNotify.Util

Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

IsInternetConnected() публичный статический Метод

Checks whether an internet connection is available.
public static IsInternetConnected ( bool fast = true ) : bool
fast bool
Результат bool

RunOnStartup() публичный статический Метод

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
Результат void