Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.