Choosing the send account in Outlook Express
Choosing the send account in Outlook Express
- Subject: Choosing the send account in Outlook Express
- From: John <email@hidden>
- Date: Fri, 22 Feb 2002 09:58:02 -0500
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}
I've tried adding properties like:
address:POPAcctName (this works in Claris Emailer)
sender:POPAcctName
I tried to change the default account while creating the message but
this always changes it to the last POP account in the list even though 12
is the correct ID of the POP account I want to use:
set currentActID to ID of default mail account
set default mail account to POP account {ID:12}
-- make the outgoing email
set default mail account to POP account {ID:currentActID}
I also tried the above using the name of the POP accounts, also to no
avail.
Any suggestions would be greatly appreciated.
Thanks,
John
_______________________________________________
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.