Interface for accessing properties of an individual email message. Allows accessing subject, bodies, recipients, attachments, etc. Interface can be used to define a new message or modify properties of an existent email.
The ILkMessage type exposes the following members.
Name | Description | |
---|---|---|
Commit | Applies changes made for this message. | |
GetHeaderField | Allows reading a specific MIME header field. | |
GetStoreField | Allows accessing fields of messages located in message store rather than email header itself. | |
GetStoreFieldById | Allows retrieving a store associated with this message. | |
Send | Sends email message. | |
ShowInComposeWindow | Pops up a email message compose window. | |
UpdateHeaderField | Allows reading, adding and updating specific MIME header fields. | |
UpdateStoreField | Allows updating fields of messages located in message store rather than email header itself. | |
UpdateStoreFieldById | Allows setting store properties associated with this message. |
Name | Description | |
---|---|---|
Account | Returns account currently containgng the message. | |
Attachments | Provides access to a list of attachments. | |
Charset | Gets or sets charset of the message. | |
FolderId | Identifies a folder of this message. | |
From | Accesses From properties of the message. | |
HtmlBody | Gets or sets an html body. | |
IsHidden | Checks if message is hidden from the user, these messages can appear in Http accounts. | |
IsUnread | Checks if message was already openned. Sets a message to desired state. | |
IsValid | Checks if message is valid or was corrupted. | |
MessageHeader | Retrieves RFC message header section. | |
MessageId | Identifier of the message. | |
MessageSource | Sets or gets RFC message source. | |
OriginalAccount | Returns information about received account. | |
PlainBody | Gets or sets a text body. | |
RealFolderId | Returns a real folder id if the current message accessed from a quick views folder. | |
RealMessageId | Retrieves a real message id if the message accessed from a quick views folder. | |
ReceivedDate | Retrieves Received date of the message. | |
RecipientsBcc | Accesses a list of recipients Bcc of the message. | |
RecipientsCc | Accesses a list of recipients Cc of the message. | |
RecipientsTo | Accesses a list of recipients To of the message. | |
Sender | Accesses Sender properties of the message. | |
Subject | Sets or gets message subject. | |
Tag | Custom tag to store user data. |