_Explorer::ActiveInlineResponse property
Office 2013 and later
Returns an item object representing the active inline response item in the explorer reading pane. Read-only.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
You can use most of the properties and methods of the MailItem object on this item. You cannot use the following methods:
Actions property
_MailItem.Close method
_MailItem.Copy method
_MailItem.Delete method
_MailItem.Forward method
_MailItem.Move method
_MailItem.Reply method
_MailItem.ReplyAll method
Send method
This property returns Nothing (a null reference (Nothing in Visual Basic) in C#) if no inline response is visible in the Reading Pane.
Show: