C# Class Goedel.Mesh.Platform.IntegratorMailClient

Base class for Mail Client integration classes.
Datei anzeigen Open project: hallambaker/Mathematical-Mesh

Public Properties

Property Type Description
Catalog MailClientCatalogPlatform

Public Methods

Method Description
EnumerateAccounts ( ) : void

Enumerate the accounts supported by the client.

Method Details

EnumerateAccounts() public abstract method

Enumerate the accounts supported by the client.
public abstract EnumerateAccounts ( ) : void
return void

Property Details

Catalog public_oe property

The catalog to connect to.
public MailClientCatalogPlatform,Goedel.Mesh.Platform Catalog
return MailClientCatalogPlatform