TMAPIJournal - represents a journal entry in a Journal folder.
Delphi wrapper object for IMessage.
| Unit: | MAPIMsgOutlook.pas |
| Type: | Class |
| Inherited from: | TMAPIMessage |
Properties
| Name | Access | Type | Description | MAPI Reference |
| BillingInformation | RW | WideString | Returns or sets a String representing the billing information associated with the Outlook item. | PidLidBilling |
| Body | RO | TMsgBody | The Body property returns or sets the text of the message as a string. | PR_BODY, PR_HTML, PR_RTF_COMPRESSED |
| Categories | RO | TStrings | Returns or sets a String representing the categories assigned to the Outlook item. | PidNameKeywords |
| Companies | RO | TStrings | Returns or sets a String representing the names of the companies associated with the Outlook item. | PidLidCompanies |
| ConversationID | RO | TBytes | Returns a TBytes that uniquely identifies a Conversation that the TMAPIContact object belongs to. | PR_CONVERSATION_ID |
| ConversationIndex | RO | TBytes | Returns a TBytes that indicates the relative position of the item | PR_CONVERSATION_INDEX |
| ConversationTopic | RO | WideString | Returns a String representing the topic of the conversation thread of the Outlook item. | PR_CONVERSATION_TOPIC |
| CreationTime | RO | TDateTime | Returns a Date and Time indicating the creation time for the Outlook item. | PR_CREATION_TIME |
| DocPosted | RW | Boolean | Returns True if the journalized item was posted as part of the journalized session. | PidLidLogDocumentPosted |
| DocPrinted | RW | Boolean | Returns True if the journalized item was printed as part of the journalized session. | PidLidLogDocumentPrinted |
| DocRouted | RW | Boolean | Returns True if the journalized item was routed as part of the journalized session. | PidLidLogDocumentRouted |
| DocSaved | RW | Boolean | Returns True if the journalized item was saved as part of the journalized session. | PidLidLogDocumentSaved |
| Duration | RW | ULONG | Returns or sets a ULONG indicating the duration (in minutes) of the Journal. | PidLidLogDuration |
| EndDate | RW | TDateTime | Returns or sets a Date indicating the end date and time of a Journal entry. | PidLidLogEnd |
| Importance | RW | TMsgImportance | Returns or sets a TMsgImportance constant indicating the relative importance level for the Outlook item. | PR_IMPORTANCE |
| LastModificationTime | RO | TDateTime | Returns a Date specifying the date and time that the Outlook item. | PR_LAST_MODIFICATION_TIME |
| LogType | RW | WideString | Returns or sets a String representing a free-form field, usually containing the display name of the journalizing application (for example, "MSWord".) | PidLidLogType |
| Mileage | RW | WideString | Returns or sets a String representing the mileage for an item. | PidLidMileage |
| NoAging | RW | Boolean | Returns or sets a Boolean value that is True to not age the Outlook item. | PidLidAgingDontAgeMe |
| Sensitivity | RW | TMsgSensitivity | Returns or sets a constant in the TMsgSensitivity enumeration indicating the sensitivity for the Outlook item. | PR_SENSITIVITY |
| Size | RO | ULONG | Returns a ULONG indicating the size (in bytes) of the Outlook item. | PR_MESSAGE_SIZE |
| StartDate | RW | TDateTime | Returns or sets a Date indicating the starting date and time for the Outlook item. | PidLidLogStart |
| Subject | RW | WideString | Returns or sets a String indicating the subject for the Outlook item. | PR_SUBJECT |
Methods
Copyright © 2012 IMIBO Privacy Statement |