TaskItem オブジェクト (Outlook)

タスクフォルダー内のタスクを表します。タスクには、依頼されたタスクと自分で作成したタスクがあります。指定した時間枠内で実行されます。

注釈

CreateItem メソッドを使用して、新しいタスクを表す TaskItem オブジェクトを作成します。

Tasks フォルダーから 1 つの TaskItem オブジェクトを返すには、Items (index) を使用します。ここで、index はタスクのインデックス番号、またはタスクの既定のプロパティと一致するために使用される値です。

次の Visual Basic for Applications (VBA) の例は、新しいタスクを取得します。

Set myItem = Application.CreateItem(olTaskItem)

イベント

名前
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

メソッド

名前
Assign
CancelResponseState
ClearRecurrencePattern
Close
Copy
Delete
Display
GetConversation
GetRecurrencePattern
MarkComplete
Move
PrintOut
Respond
Save
SaveAs
Send
ShowCategoriesDialog
SkipRecurrence
StatusReport

プロパティ

Name
Actions
ActualWork
アプリケーション
添付ファイル
AutoResolvedWinner
BillingInformation
Body
CardData
Categories
クラス
Companies
Complete
Conflicts
ContactNames
ConversationID
ConversationIndex
ConversationTopic
CreationTime
DateCompleted
DelegationState
Delegator
DownloadState
DueDate
EntryID
FormDescription
GetInspector
Importance
InternetCodepage
IsConflict
IsRecurring
ItemProperties
LastModificationTime
MarkForDownload
MessageClass
Mileage
NoAging
Ordinal
OutlookInternalVersion
OutlookVersion
Owner
Ownership
Parent
PercentComplete
PropertyAccessor
受信者
ReminderOverrideDefault
ReminderPlaySound
ReminderSet
ReminderSoundFile
ReminderTime
ResponseState
役割
RTFBody
Saved
SchedulePlusPriority
SendUsingAccount
Sensitivity
Session
Size
StartDate
状態
StatusOnCompletionRecipients
StatusUpdateRecipients
件名
TeamTask
ToDoTaskOrdinal
TotalWork
UnRead
UserProperties

関連項目

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

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

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