_AppointmentItem.ResponseRequested Property
Returns a Boolean (bool in C#) that indicates True if the sender would like a response to the meeting request for the appointment. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Property ResponseRequested As Boolean
Get
Set
'Usage
Dim instance As _AppointmentItem
Dim value As Boolean
value = instance.ResponseRequested
instance.ResponseRequested = value
[DispIdAttribute()]
bool ResponseRequested { get; set; }
Property Value
Type: System.Boolean