ILkAccount Interface

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

The ILkAccount type exposes the following members.

Methods

NameDescription
Public method CreateEmailDraft Creates a email in Drafts folder.
Public method CreateFolder Creates a folder inside of the account.
Public method DeleteFolder Removes a subfolder by folder identifier.
Public method FindFolder Searches for an accunt subfolder by name.
Public method SendEmail Sends email message from this account.
Properties

NameDescription
Public property AccountId Retrieves account identifier for future access.
Public property AccountName Retrieves account name.
Public property AccountType Identifies account type: POP3, IMAP, etc.
Public property DeletedFolder Retrieves deleted folder of the account.
Public property DraftsFolder Retrieves drafts folder of the account.
Public property InboxFolder Retrieves inbox folder of the account.
Public property IsDefault Identifies if this account is default.
Public property JunkFolder Retrieves junk folder of the account.
Public property RootFolder Retrieves a folder object of the account.
Public property SentFolder Retrieves sent items folder of the account.
Public property SmtpDisplayName Retrieves SMTP display name setting of the account.
Public property SmtpEmailAddress Retrieves SMTP email address setting of the account.
Public property Title Retrieves title of the account.
See Also