OlTaskRecipientType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates the task recipient type.
public enum class OlTaskRecipientType
public enum OlTaskRecipientType
Public Enum OlTaskRecipientType
- Inheritance
-
OlTaskRecipientType
Fields
Name | Value | Description |
---|---|---|
olUpdate | 2 | Indicates that the recipient will receive status updates for the task. |
olFinalStatus | 3 | Indicates that the recipient will receive completion reports for the task. |
Remarks
Used by the Type property for TaskItem recipients.