Accessing Entourage text in Applescript?

B

Brett Zamir

Is there any way to access highlighted Entourage text (whether in a preview
window or an opened window) in Applescript? If not, does anybody know if is
this in the works?

Thanks,
Brett
 
M

matt neuburg

Brett Zamir said:
Is there any way to access highlighted Entourage text (whether in a preview
window or an opened window) in Applescript? If not, does anybody know if is
this in the works?

What do you mean by "highlighted"? Do you mean "selected"? If so, then
yes: just ask for the selection.

m.
 
B

Barry Wainwright

Is there any way to access highlighted Entourage text (whether in a preview
window or an opened window) in Applescript? If not, does anybody know if is
this in the works?

Thanks,
Brett

Set selectedText to the selection
 
Top