ILkEmailAccount Interface

ILkEmailAccount is an interface for accessing details of an email account.

The ILkEmailAccount type exposes the following members.

Methods

NameDescription
Public method AutoComplete Completes email account field automatically based on email address and optional display name.
Public method Delete Deletes this email account.
Public method Save Saves all changes in email account.
Properties

NameDescription
Public property AccountName Retrieves or sets a title of the account.
Public property DisplayName Retrieves or sets a display name of the sender.
Public property EmailAddress Retrieves or sets SMTP email address setting of the account.
Public property EmailClient Retrieves details of the associated email client.
Public property IncomingPassword Defines incoming server user password.
Public property IncomingPort Defines incoming server port.
Public property IncomingServer Defines incoming server address.
Public property IncomingServerType Identifies account type: POP3, IMAP, HTTP.
Public property IncomingUsername Defines incoming server user login name.
Public property IncomingUseSSL Defines if incoming server requires SSL.
Public property OutgoingPassword Defines outgoing server user password.
Public property OutgoingPort Defines outgoing server port.
Public property OutgoingServer Defines outgoing server address.
Public property OutgoingUsername Defines outgoing server user login name.
Public property OutgoingUseSSL Defines if outgoing server requires SSL.
Public property UniqueID Retrieves an account identifier.
Public property UseIncomingLogin Identifies whenever to use same login details for SMTP server.
See Also