Compartir a través de


Objeto TaskItem (Outlook)

Representa una tarea (una tarea asignada, delegada o autoimpuesta que se debe realizar en un período de tiempo especificado) almacenada en la carpeta Tareas.

Comentarios

Use el método CreateItem para crear un objeto TaskItem que represente una nueva tarea.

Use Items (index), donde index es el número de índice de una tarea o un valor que se usa para coincidir con la propiedad predeterminada de una tarea, para devolver un único objeto TaskItem desde una carpeta Tasks.

Ejemplo:

En el ejemplo siguiente de Visual Basic para Aplicaciones (VBA) se devuelve una nueva tarea.

Set myItem = Application.CreateItem(olTaskItem)

Eventos

Nombre
AfterWrite
AttachmentAdd
AttachmentRead
AttachmentRemove
BeforeAttachmentAdd
BeforeAttachmentPreview
BeforeAttachmentRead
BeforeAttachmentSave
BeforeAttachmentWriteToTempFile
BeforeAutoSave
BeforeCheckNames
BeforeDelete
BeforeRead
Close
CustomAction
CustomPropertyChange
Reenviar
Open
PropertyChange
Lectura
ReadComplete
Reply
ReplyAll
Send
Unload
Write

Métodos

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

Propiedades

Nombre
Actions
ActualWork
Application
Archivos adjuntos
AutoResolvedWinner
BillingInformation
Body
CardData
Categorías
Class
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
Destinatarios
ReminderOverrideDefault
ReminderPlaySound
ReminderSet
ReminderSoundFile
ReminderTime
ResponseState
Rol
RTFBody
Saved
SchedulePlusPriority
SendUsingAccount
Sensitivity
Session
Size
StartDate
Estado
StatusOnCompletionRecipients
StatusUpdateRecipients
Subject
TeamTask
ToDoTaskOrdinal
TotalWork
UnRead
UserProperties

Consulte también

Referencia del modelo de objetos de OutlookMiembros del objeto TaskItem

Soporte técnico y comentarios

¿Tiene preguntas o comentarios sobre VBA para Office o esta documentación? Vea Soporte técnico y comentarios sobre VBA para Office para obtener ayuda sobre las formas en las que puede recibir soporte técnico y enviar comentarios.