Application.MAPIAvailable Property

Word Developer Reference

True if MAPI is installed. Read-only Boolean.

Syntax

expression.MAPIAvailable

expression   An expression that returns an Application object.

Example

This example displays a message if MAPI is installed.

Visual Basic for Applications
  If Application.MAPIAvailable = True Then
    MsgBox "MAPI is available"
End If

See Also