entourage and mail

what line in a script would i need to

make entourage and mail go into offline mode.

Is this what you need?

tell application "Microsoft Entourage"
	set working offline to false
	connect to every POP account --> "every POP account", for example
	repeat
		delay 1
		if not connection in progress then exit repeat
	end repeat
	set working offline to true
end tell

Anyway, you can do whatever you need just searching Entourage’s dictionary… :rolleyes: