ILkAccount is an interface for accessing details of an email account.
The ILkAccount type exposes the following members.
Name | Description | |
---|---|---|
CreateEmailDraft | Creates a email in Drafts folder. | |
CreateFolder | Creates a folder inside of the account. | |
DeleteFolder | Removes a subfolder by folder identifier. | |
FindFolder | Searches for an accunt subfolder by name. | |
SendEmail | Sends email message from this account. |
Name | Description | |
---|---|---|
AccountId | Retrieves account identifier for future access. | |
AccountName | Retrieves account name. | |
AccountType | Identifies account type: POP3, IMAP, etc. | |
DeletedFolder | Retrieves deleted folder of the account. | |
DraftsFolder | Retrieves drafts folder of the account. | |
InboxFolder | Retrieves inbox folder of the account. | |
IsDefault | Identifies if this account is default. | |
JunkFolder | Retrieves junk folder of the account. | |
RootFolder | Retrieves a folder object of the account. | |
SentFolder | Retrieves sent items folder of the account. | |
SmtpDisplayName | Retrieves SMTP display name setting of the account. | |
SmtpEmailAddress | Retrieves SMTP email address setting of the account. | |
Title | Retrieves title of the account. |