tell application "Microsoft Entourage"
set cm to current messages
repeat with tm in cm
if class of tm is outgoing message then
set delivery status of tm to sent
end if
end repeat
end tell
tell application "Microsoft Entourage"
set cm to current messages
repeat with tm in cm
if class of tm is outgoing message then
set delivery status of tm to sent
end if
end repeat
end tell