Re: Choosing the send account in Outlook Express
Re: Choosing the send account in Outlook Express
- Subject: Re: Choosing the send account in Outlook Express
- From: JJ <email@hidden>
- Date: Fri, 22 Feb 2002 19:09:02 +0100
>
I feel like I'm missing something incredibly obvious here, but it would
>
hardly be the first time. I would like to be able to make a new outgoing
>
message in Outlook that is sent with a POP account other than the default
>
account. I've looked through the dictionary and tried a number of
>
things, but I'm stumped.
>
>
this works for sending with the default account:
>
>
make new outgoing message in out box folder with properties
>
{subject:mailSubject, content:mailContents, recipient:mailAddress}
>
Check the dictionary, and classes "account": POP account & IMAP account. You
must reference it by name or ID.
set the_account to POP account "Secondary Account"
-- or POP account [integer]
set msg to make new outgoing message at out box folder with properties
{account: the_account}
JJ
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.