C# Class Goedel.Mesh.MailAccountInfo

Base class for mail profile information for applications on local machine.
Inheritance: MailProfilePrivate
Datei anzeigen Open project: hallambaker/Mathematical-Mesh Class Usage Examples

Public Methods

Method Description
Create ( ) : void

Create a new profile using the specified configuration data.

Dump ( ) : void

For debugging

GenerateSMIME ( ) : bool

Generate S/MIME key pairs and register in the correct Windows stores.

Update ( ) : void

Update a found profile to match this profile.

Method Details

Create() public method

Create a new profile using the specified configuration data.
public Create ( ) : void
return void

Dump() public method

For debugging
public Dump ( ) : void
return void

GenerateSMIME() public method

Generate S/MIME key pairs and register in the correct Windows stores.
public GenerateSMIME ( ) : bool
return bool

Update() public method

Update a found profile to match this profile.
public Update ( ) : void
return void