C# Class Goedel.Mesh.MailClientCatalog

The collection of mail client entries from multiple applications.
Exibir arquivo 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_oe property

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

DefaultWLMAccount public_oe property

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

IntegrateLiveMail public_oe property

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