_Table.Application Property
Returns an Application object that represents the parent application (Outlook) for the Table 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 _Table
Dim value As Application
value = instance.Application
Application Application { get; }
Property Value
Type: Microsoft.Office.Interop.Outlook.Application