I have a Purchase Order application, written in VFP50, that allows a user to automatically generate an email, using their default email client, to send to a vendor. This is the code that creates the email:
local lSession,lMessages
lSession = createobject("MSMAPI.MAPISession")
lSession.Signon()...