ILkEmailAccount is an interface for accessing details of an email account.
The ILkEmailAccount type exposes the following members.
Name | Description | |
---|---|---|
AutoComplete | Completes email account field automatically based on email address and optional display name. | |
Delete | Deletes this email account. | |
Save | Saves all changes in email account. |
Name | Description | |
---|---|---|
AccountName | Retrieves or sets a title of the account. | |
DisplayName | Retrieves or sets a display name of the sender. | |
EmailAddress | Retrieves or sets SMTP email address setting of the account. | |
EmailClient | Retrieves details of the associated email client. | |
IncomingPassword | Defines incoming server user password. | |
IncomingPort | Defines incoming server port. | |
IncomingServer | Defines incoming server address. | |
IncomingServerType | Identifies account type: POP3, IMAP, HTTP. | |
IncomingUsername | Defines incoming server user login name. | |
IncomingUseSSL | Defines if incoming server requires SSL. | |
OutgoingPassword | Defines outgoing server user password. | |
OutgoingPort | Defines outgoing server port. | |
OutgoingServer | Defines outgoing server address. | |
OutgoingUsername | Defines outgoing server user login name. | |
OutgoingUseSSL | Defines if outgoing server requires SSL. | |
UniqueID | Retrieves an account identifier. | |
UseIncomingLogin | Identifies whenever to use same login details for SMTP server. |