Märkus
Juurdepääs sellele lehele nõuab autoriseerimist. Võite proovida sisse logida või kausta vahetada.
Juurdepääs sellele lehele nõuab autoriseerimist. Võite proovida kausta vahetada.
Returns the type of email system installed on the host machine.
expression. MailSystem
expression A variable that represents an Application object.
Can return one of the PjMailSystem constants.
The following example sends the project file if the host machine is using MAPI.
Sub SendMAPI()
If Application.MailSystem = pjMAPI Then
MailSend To:="Jean Selva", Subject:="Sample Subject"
End If
End Sub
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.