ResponseState Property

Microsoft Outlook Visual Basic

ResponseState Property

       

Returns or sets an OlTaskResponse constant indicating the overall status of the response to the specified task request. Read-only.

OlTaskResponse can be one of these OlTaskResponse constants.
olTaskAccept
olTaskAssign
olTaskDecline
olTaskSimple
 

expression.ResponseState

expression   Required. An expression that returns a TaskItem object.