Returns the overall status of the response to the meeting request for the recipient. Can be one of the following OlResponseStatus constants: olResponseAccepted(3), olResponseDeclined(4), olResponseNone(0), olResponseNotResponded(5), olResponseOrganized(1), or olResponseTentative(2).
Read-only Long.
Syntax
objRecipient.MeetingResponseStatus
objRecipient Required. An expression that returns a Recipient object.