_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
Property ResponseRequested As Boolean
    Get
    Set
'Usage
Dim instance As _AppointmentItem
Dim value As Boolean

value = instance.ResponseRequested

instance.ResponseRequested = value
bool ResponseRequested { get; set; }

Property Value

Type: System.Boolean

See Also

Reference

_AppointmentItem Interface

_AppointmentItem Members

Microsoft.Office.Interop.Outlook Namespace