_AppointmentItem.ResponseStatus Property
Returns an OlResponseStatus constant indicating the overall status of the meeting for the current user for the appointment. Read-only.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
ReadOnly Property ResponseStatus As OlResponseStatus
Get
'Usage
Dim instance As _AppointmentItem
Dim value As OlResponseStatus
value = instance.ResponseStatus
[DispIdAttribute()]
OlResponseStatus ResponseStatus { get; }
Property Value
Type: Microsoft.Office.Interop.Outlook.OlResponseStatus