Application.MAPIAvailable property (Word)

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.

If Application.MAPIAvailable = True Then 
 MsgBox "MAPI is available" 
End If

See also

Application Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.