Failed Attempts to BCC with Outlook
Failed Attempts to BCC with Outlook
- Subject: Failed Attempts to BCC with Outlook
- From: Daniel Rautmann <email@hidden>
- Date: Wed, 30 Oct 2002 09:54:17 -0800 (PST)
I have been using the following portion of an AS
successfully thus far:
tell application "Outlook Express"
make new outgoing message at folder"Outbox" with
properties {subject: theSubject, content:theContent,
recipient:emailAddress, attachment:attachmentList}
end tell
However, I wanted to change the RECIPIENT to a BCC
RECIPIENT, but I keep getting an error message. I was
using the following and slight variations (capitals,
no space, etc.) of this format:
tell application "Outlook Express"
make new outgoing message at folder"Outbox" with
properties {subject: theSubject, content:theContent,
bcc recipient:emailAddress, attachment:attachmentList}
end tell
Can someone tell me what I'm doing wrong?
Thanks,
Daniel
HotJobs - Search new jobs daily now
http://hotjobs.yahoo.com/
_______________________________________________
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.