_Explorer.ActiveInlineResponse Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns an item object representing the active inline response item in the explorer reading pane. Read-only.
public:
property System::Object ^ ActiveInlineResponse { System::Object ^ get(); };
public object ActiveInlineResponse { get; }
Public ReadOnly Property ActiveInlineResponse As Object
Property Value
Remarks
You can use most of the properties and methods of the MailItem object on this item. You cannot use the following methods:
This property returns Nothing (a null reference (Nothing in Visual Basic) in C#) if no inline response is visible in the Reading Pane.