C# 클래스 ImapNotify.Util

파일 보기 프로젝트 열기: smiley22/ImapNotify

공개 메소드들

메소드 설명
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