C# Класс Goedel.Mesh.MailAccountInfo

Base class for mail profile information for applications on local machine.
Наследование: MailProfilePrivate
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Create ( ) : void

Create a new profile using the specified configuration data.

Dump ( ) : void

For debugging

GenerateSMIME ( ) : bool

Generate S/MIME key pairs and register in the correct Windows stores.

Update ( ) : void

Update a found profile to match this profile.

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

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

Create a new profile using the specified configuration data.
public Create ( ) : void
Результат void

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

For debugging
public Dump ( ) : void
Результат void

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

Generate S/MIME key pairs and register in the correct Windows stores.
public GenerateSMIME ( ) : bool
Результат bool

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

Update a found profile to match this profile.
public Update ( ) : void
Результат void