ILkEmailClient Interface

ILkEmailClient is an interface for accessing accounts of an email client.

The ILkEmailClient type exposes the following members.

Methods

NameDescription
Public method CreateAccount Creates a new account in the email client. Requires calling Save after assigning account properties.
Properties

NameDescription
Public property Accounts Retrieves a list of registered accounts in a email client.
Public property ClientCode Identifies email client.
Public property ClientName Provides user friendly email client name.
Public property DefaultAccount Retrieves default email account.
See Also