C# Class SecureDelete.Actions.MailAction

Inheritance: IAction, ICloneable
Mostrar archivo Open project: gratianlup/SecureDelete Class Usage Examples

Public Methods

Method Description
Clone ( ) : object
EndStart ( ) : bool
IsValidMailAdress ( string adress ) : bool
MailAction ( ) : System
Start ( ) : bool
Stop ( ) : void

Method Details

Clone() public method

public Clone ( ) : object
return object

EndStart() public method

public EndStart ( ) : bool
return bool

IsValidMailAdress() public static method

public static IsValidMailAdress ( string adress ) : bool
adress string
return bool

MailAction() public method

public MailAction ( ) : System
return System

Start() public method

public Start ( ) : bool
return bool

Stop() public method

public Stop ( ) : void
return void