JournalItem オブジェクト (Outlook)

履歴フォルダー内の履歴項目を表します。

注釈

履歴項目は、指定した期間に Outlook が実行したトランザクションの記録を表します。

Createitem メソッド を使用します。 新しい履歴項目を表す JournalItem オブジェクトを作成する方法です。

Journal フォルダーから単一の JournalItem オブジェクトを取得するには、Items (index) を使用します。ここで、index はジャーナル エントリのインデックス番号、またはジャーナル エントリの既定のプロパティと一致するために使用される値です。

次の 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
Forward
Open
PropertyChange
読み取り
ReadComplete
Reply
ReplyAll
Send
Unload
Write

メソッド

名前
Close
Copy
Delete
Display
Forward
GetConversation
Move
PrintOut
Reply
ReplyAll
Save
SaveAs
ShowCategoriesDialog
StartTimer
StopTimer

プロパティ

Name
Actions
アプリケーション
添付ファイル
AutoResolvedWinner
BillingInformation
Body
Categories
クラス
Companies
Conflicts
ContactNames
ConversationID
ConversationIndex
ConversationTopic
CreationTime
DocPosted
DocPrinted
DocRouted
DocSaved
DownloadState
期間
End
EntryID
FormDescription
GetInspector
Importance
IsConflict
ItemProperties
LastModificationTime
MarkForDownload
MessageClass
Mileage
NoAging
OutlookInternalVersion
OutlookVersion
Parent
PropertyAccessor
受信者
Saved
Sensitivity
Session
Size
Start
件名
UnRead
UserProperties

関連項目

Outlook オブジェクト モデル リファレンス

サポートとフィードバック

Office VBA またはこの説明書に関するご質問やフィードバックがありますか? サポートの受け方およびフィードバックをお寄せいただく方法のガイダンスについては、Office VBA のサポートおよびフィードバックを参照してください。