C# Class Goedel.Mesh.MailClientCatalog

The collection of mail client entries from multiple applications.
Show file Open project: hallambaker/Mathematical-Mesh Class Usage Examples

Public Properties

Property Type Description
Accounts List
DefaultWLMAccount MailAccountInfoWLM
IntegrateLiveMail IntegrateLiveMail

Public Methods

Method Description
Dump ( ) : void

Debug utility, dumps list of accounts to the console.

ImportWindowsLiveMail ( ) : void

Import all accounts from Windows Live Mail.

Method Details

Dump() public method

Debug utility, dumps list of accounts to the console.
public Dump ( ) : void
return void

ImportWindowsLiveMail() public method

Import all accounts from Windows Live Mail.
public ImportWindowsLiveMail ( ) : void
return void

Property Details

Accounts public property

List of all accounts discovered on the local machine.
public List Accounts
return List

DefaultWLMAccount public property

The default mail account for Windows Live Mail.
public MailAccountInfoWLM,Goedel.Mesh DefaultWLMAccount
return MailAccountInfoWLM

IntegrateLiveMail public property

The Windows Live Mail integration object.
public IntegrateLiveMail,Goedel.Mesh IntegrateLiveMail
return IntegrateLiveMail