C# Class Goedel.Mesh.MailAccountInfoWLM

MailAccountInfo class for Windows Live Mail account. Provides convenience accessors to the corresponding .oeaccount file.
Inheritance: MailAccountInfo
Exibir arquivo Open project: hallambaker/Mathematical-Mesh Class Usage Examples

Public Methods

Method Description
Create ( ) : void

Create a new account by writing the account settings to a .oeaccount file in the store root see: https://msdn.microsoft.com/en-us/library/ms715237(v=vs.85).aspx.

Dump ( ) : void

Write out all settings to the console for debug purposes.

GenerateSMIME ( ) : bool

Generate keys and certificates for S/MIME

MailAccountInfoWLM ( ) : System

Construct an empty account information object.

MailAccountInfoWLM ( string FileName ) : System

Construct an account information object from the specified Windows Live Mail file.

Read ( ) : void

Read the corrsponding .oeaccount file.

Update ( ) : void

Update an existing .oeaccount file.

Private Methods

Method Description
GetInbound ( ) : List
GetOutbound ( ) : List
SetInbound ( List Connection ) : void
SetOutbound ( List Connection ) : void

Method Details

Create() public method

Create a new account by writing the account settings to a .oeaccount file in the store root see: https://msdn.microsoft.com/en-us/library/ms715237(v=vs.85).aspx.
public Create ( ) : void
return void

Dump() public method

Write out all settings to the console for debug purposes.
public Dump ( ) : void
return void

GenerateSMIME() public method

Generate keys and certificates for S/MIME
public GenerateSMIME ( ) : bool
return bool

MailAccountInfoWLM() public method

Construct an empty account information object.
public MailAccountInfoWLM ( ) : System
return System

MailAccountInfoWLM() public method

Construct an account information object from the specified Windows Live Mail file.
public MailAccountInfoWLM ( string FileName ) : System
FileName string
return System

Read() public method

Read the corrsponding .oeaccount file.
public Read ( ) : void
return void

Update() public method

Update an existing .oeaccount file.
public Update ( ) : void
return void