Share via


_Row.Application Property

Returns an Application object that represents the parent application (Outlook) for the Row object. Read-only.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
ReadOnly Property Application As Application
    Get
'Usage
Dim instance As _Row
Dim value As Application

value = instance.Application
Application Application { get; }

Property Value

Type: Microsoft.Office.Interop.Outlook.Application

See Also

Reference

_Row Interface

_Row Members

Microsoft.Office.Interop.Outlook Namespace