Recipient.MeetingResponseStatus Property

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

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
ReadOnly Property MeetingResponseStatus As OlResponseStatus
    Get
'Usage
Dim instance As Recipient
Dim value As OlResponseStatus

value = instance.MeetingResponseStatus
[DispIdAttribute()]
OlResponseStatus MeetingResponseStatus { get; }

Property Value

Type: Microsoft.Office.Interop.Outlook.OlResponseStatus

See Also

Reference

Recipient Interface

Recipient Members

Microsoft.Office.Interop.Outlook Namespace

Other Resources

How to: Check All Responses to a Meeting Request

How to: Check a Manager's Response to a Meeting Request