C# Class Goedel.Mesh.MailClientCatalog

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

Méthodes publiques

Свойство Type Description
Accounts List
DefaultWLMAccount MailAccountInfoWLM
IntegrateLiveMail IntegrateLiveMail

Méthodes publiques

Méthode 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 méthode

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

ImportWindowsLiveMail() public méthode

Import all accounts from Windows Live Mail.
public ImportWindowsLiveMail ( ) : void
Résultat void

Property Details

Accounts public_oe property

List of all accounts discovered on the local machine.
public List Accounts
Résultat List

DefaultWLMAccount public_oe property

The default mail account for Windows Live Mail.
public MailAccountInfoWLM,Goedel.Mesh DefaultWLMAccount
Résultat MailAccountInfoWLM

IntegrateLiveMail public_oe property

The Windows Live Mail integration object.
public IntegrateLiveMail,Goedel.Mesh IntegrateLiveMail
Résultat IntegrateLiveMail