C# Class Goedel.Mesh.Integration.LiveMail.MessageAccount

Convenience class creating accessors for registry 'Class.Id'
Inheritance: Goedel.Mesh.ConfigRegistry
Show file Open project: hallambaker/Mathematical-Mesh Class Usage Examples

Public Methods

Method Description
MessageAccount ( ) : System

Construct a new empty instance.

MessageAccount ( string FileName ) : System

Construct a new instance from the specified file

Method Details

MessageAccount() public method

Construct a new empty instance.
public MessageAccount ( ) : System
return System

MessageAccount() public method

Construct a new instance from the specified file
public MessageAccount ( string FileName ) : System
FileName string The file to read
return System