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
Microsoft.Office.Interop.Outlook Namespace