_Explorer.ActiveInlineResponse Property

Definition

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.

Applies to