JournalItem 对象 (Outlook)

代表“日记”文件夹中的日记条目。

备注

日记条目代表在任何给定时期所有由 Outlook 处理的事务的记录。

使用 CreateItem 若要创建一个 JournalItem 对象,该对象表示新的日记帐分录的方法。

使用 Items (索引) ,其中 index 是日记条目的索引号或用于匹配日记条目的默认属性的值,以便从 Journal 文件夹中返回单个 JournalItem 对象。

示例

以下 Visual Basic for Applications (VBA) 示例返回一个新日记条目。

Set myItem = Application.CreateItem(olJournalItem)

事件

名称
AfterWrite
AttachmentAdd
AttachmentRead
AttachmentRemove
BeforeAttachmentAdd
BeforeAttachmentPreview
BeforeAttachmentRead
BeforeAttachmentSave
BeforeAttachmentWriteToTempFile
BeforeAutoSave
BeforeCheckNames
BeforeDelete
BeforeRead
Close
CustomAction
CustomPropertyChange
转发
Open
PropertyChange
读取
ReadComplete
Reply
ReplyAll
Send
Unload
Write

方法

名称
Close
Copy
删除
Display
转发
GetConversation
Move
PrintOut
Reply
ReplyAll
Save
SaveAs
ShowCategoriesDialog
StartTimer
StopTimer

属性

名称
Actions
应用程序
附件
AutoResolvedWinner
BillingInformation
Body
类别
Companies
Conflicts
ContactNames
ConversationID
ConversationIndex
ConversationTopic
CreationTime
DocPosted
DocPrinted
DocRouted
DocSaved
DownloadState
Duration
End
EntryID
FormDescription
GetInspector
Importance
IsConflict
ItemProperties
LastModificationTime
MarkForDownload
MessageClass
Mileage
NoAging
OutlookInternalVersion
OutlookVersion
Parent
PropertyAccessor
收件人
Saved
Sensitivity
Session
Size
Start
Subject
类型
UnRead
UserProperties

另请参阅

Outlook 对象模型引用

支持和反馈

有关于 Office VBA 或本文档的疑问或反馈? 请参阅 Office VBA 支持和反馈,获取有关如何接收支持和提供反馈的指南。