OlTaskRecipientType Enumeration

Indicates the task recipient type.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
Public Enumeration OlTaskRecipientType
'Usage
Dim instance As OlTaskRecipientType
public enum OlTaskRecipientType

Members

Member name Description
olUpdate Indicates that the recipient will receive status updates for the task.
olFinalStatus Indicates that the recipient will receive completion reports for the task.

Remarks

Used by the Recipient.Type property for TaskItem recipients.

See Also

Reference

Microsoft.Office.Interop.Outlook Namespace