Re: Selection of account in draft window of outlook express
Re: Selection of account in draft window of outlook express
- Subject: Re: Selection of account in draft window of outlook express
- From: Frank Watzl <email@hidden>
- Date: Mon, 12 Nov 2001 19:44:03 +0100
Jean-Marie Hoornaert wrote:
Hello,
The question is in the object.
How to select an account using the account property of the draft window
class of Outlook express?
tell application "Outlook Express"
set msg to make new draft window with properties ,
{account:"h2o", to recipients:"email@hidden"}
end tell
do not work (error "a reference expected" - "une rifirence itait attendue")
Jean-Marie,
you are trying to set the account to a string value.
the following lines work here:
tell application "Outlook Express"
make new draft window with properties {account:POP account
"myMailAccount"} --etc.
end tell
Best Regards,
Frank Watzl
--
Frank Watzl
Technische Kommunikation
Dahlmannstrasse 18
60385 Frankfurt am Main
Tel: 069 / 90 43 15 45
Mobil: 0179 / 207 99 67
Fax: 069 / 90 43 15 47
ISDN [Leonardo]: 069 / 44 54 00