MeetingResponseStatus Property

Microsoft Outlook Visual Basic

MeetingResponseStatus Property

       

Returns an OlResponseStatus constant indicating the overall status of the response to the meeting request for the recipient. Read-only.

OlResponseStatus can be one of these OlResponseStatus constants.
olResponseAccepted
olResponseDeclined
olResponseNone
olResponseNotResponded
olResponseOrganized
olResponseTentative
 

expression.MeetingResponseStatus

expression   Required. An expression that returns a Recipient object.