C# Класс Goedel.Mesh.Platform.MailAccountInfoWLM

MailAccountInfo class for Windows Live Mail account. Provides convenience accessors to the corresponding .oeaccount file.
Наследование: MailAccountInfo
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
GetInbound ( ) : List
GetOutbound ( ) : List
SetInbound ( List Connection ) : void
SetOutbound ( List Connection ) : void

Описание методов

Create() публичный Метод

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
Результат void

Dump() публичный Метод

Write out all settings to the console for debug purposes.
public Dump ( ) : void
Результат void

GenerateSMIME() публичный Метод

Generate keys and certificates for S/MIME
public GenerateSMIME ( ) : bool
Результат bool

MailAccountInfoWLM() публичный Метод

Construct an empty account information object.
public MailAccountInfoWLM ( ) : System
Результат System

MailAccountInfoWLM() публичный Метод

Construct an account information object from the specified Windows Live Mail file.
public MailAccountInfoWLM ( string FileName ) : System
FileName string The configuration file for the account.
Результат System

Read() публичный Метод

Read the corrsponding .oeaccount file.
public Read ( ) : void
Результат void

Update() публичный Метод

Update an existing .oeaccount file.
public Update ( ) : void
Результат void