_Application.MAPIAvailable Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines if MAPI is installed. This property returns True if MAPI is installed, and False if not.
public:
property bool MAPIAvailable { bool get(); };
public bool MAPIAvailable { get; }
member this.MAPIAvailable : bool
Public ReadOnly Property MAPIAvailable As Boolean