_Application.MAPIAvailable Property
Determines if MAPI is installed. This property returns True if MAPI is installed, and False if not.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property MAPIAvailable As Boolean
Get
'Usage
Dim instance As _Application
Dim value As Boolean
value = instance.MAPIAvailable
bool MAPIAvailable { get; }
Property Value
Type: System.Boolean