C# Class ImapNotify.Imap

Mostra file Open project: smiley22/ImapNotify Class Usage Examples

Public Methods

Method Description
GetUnreadCount ( ) : int
Start ( ) : void
Started ( ) : bool
Stop ( ) : void

Method Details

GetUnreadCount() public static method

public static GetUnreadCount ( ) : int
return int

Start() public static method

public static Start ( ) : void
return void

Started() public static method

public static Started ( ) : bool
return bool

Stop() public static method

public static Stop ( ) : void
return void