Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the Application object that represents the parent application (Outlook) for the PropertyAccessor object. Read-only.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
ReadOnly Property Application As Application
Get
'Usage
Dim instance As _PropertyAccessor
Dim value As Application
value = instance.Application
[DispIdAttribute()]
Application Application { get; }
Property Value
Type: Microsoft.Office.Interop.Outlook.Application