> I'm working with the DirectEmail Xtra on PC (D8
> When I hit the send button with the script on it.
> I always get the message "Xtra not found, pEmail = new (Xtra
"DirectEmail",
> "mymailserver", "", "")"

"mymailserver" need to be replaced with the name of your default email
server. Luckily DirectEmail comes with the commands "getUserEmailPref".
Unfortunately, it doesn't work on the PC (check  the docs for why!). BUT the
directEmail sample movie has a handler called getUserEmailPref that will
determine your Windows email server....unfortunately, you need the DirectOs
xtra for this to work

-- it's starting to sound like one of the excuses I used as a kid ;-)

but once you have the directOS xtra (I think it is part of the DirectEmail
Download), and the getUserEmailPref handler (windows only), just issue this
command:

Email = new(Xtra "DirectEmail", getUserEmailPref(2),"","")

and it should work....

good luck,
Nick Youmans
FutureMedia


[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to