C# 클래스 Goedel.Mesh.MailAccountInfo

Base class for mail profile information for applications on local machine.
상속: MailProfilePrivate
파일 보기 프로젝트 열기: hallambaker/Mathematical-Mesh 1 사용 예제들

공개 메소드들

메소드 설명
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