TaskItem 对象 (Outlook)

代表“任务”文件夹中的任务(要在指定时间帧内执行的分配的、代理的或自愿接受的任务)。

备注

使用 CreateItem 方法创建一个代表新任务的 TaskItem 对象。

使用 Items (索引) ,其中 index 是任务的索引号或用于匹配任务的默认属性的值,以便从 Tasks 文件夹中返回单个 TaskItem 对象。

示例

以下 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
转发
Open
PropertyChange
读取
ReadComplete
Reply
ReplyAll
Send
Unload
Write

方法

名称
Assign
CancelResponseState
ClearRecurrencePattern
Close
Copy
删除
Display
GetConversation
GetRecurrencePattern
MarkComplete
Move
PrintOut
Respond
Save
SaveAs
Send
ShowCategoriesDialog
SkipRecurrence
StatusReport

属性

名称
Actions
ActualWork
应用程序
附件
AutoResolvedWinner
BillingInformation
Body
CardData
类别
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
Subject
TeamTask
ToDoTaskOrdinal
TotalWork
UnRead
UserProperties

另请参阅

Outlook 对象模型引用TaskItem 对象成员

支持和反馈

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