Application.MailSystem Property
Excel Developer Reference |
Returns the mail system that's installed on the host machine. Read-only XlMailSystem.
Syntax
expression.MailSystem
expression A variable that represents an Application object.
Remarks
XlMailSystem can be one of these XlMailSystem constants. |
xlMAPI |
xlNoMailSystem |
xlPowerTalk |
Example
This example displays the name of the mail system that's installed on the computer.
Visual Basic for Applications |
---|
|
See Also