语法
表达式.MAPIAvailable
表达式 返回 Application 对象的表达式。
示例
如果已安装了 MAPI,则本示例显示一条消息。
if(Application.MAPIAvailable == true) { MsgBox("MAPI is available") }