Explorer.ActiveInlineResponse property (Outlook)
Returns an item object representing the active inline response item in the explorer reading pane. Read-only.
Syntax
expression. ActiveInlineResponse
expression A variable that represents an 'Explorer' object.
Remarks
Use the same properties and methods of the MailItem object on this item, except for the following:
MailItem.Actions property
MailItem.Close method
MailItem.Copy method
MailItem.Delete method
MailItem.Forward method
MailItem.Move method
MailItem.Reply method
MailItem.ReplyAll method
MailItem.Send method
This property returns Null (Nothing in Visual Basic) if no inline response is visible in the Reading Pane.
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.