S
Sam Elowitch
I want to automatically change the sender of an outgoing e-mail based on who
the recipient is.
This code doesn't work, however:
I get an error message saying AS "cannot get the recipient of the outgoing
message."
-Sam
the recipient is.
This code doesn't work, however:
set sender of outgoing message to address "[email protected]"tell application "Microsoft Entourage"
if recipient of outgoing message contains address "[email protected]" then
end tell
I get an error message saying AS "cannot get the recipient of the outgoing
message."
-Sam