I cant get text the way I want in body of email in Outlook
here is what I want:
eMam
test
here is my code
tell application "Microsoft Outlook"
activate
set theContent to return & return & return & "eMam" & return & "test"
open theMessage -- for further editing
end tell