Re: Failed Attempts to BCC with Outlook
Re: Failed Attempts to BCC with Outlook
- Subject: Re: Failed Attempts to BCC with Outlook
- From: Bill White <email@hidden>
- Date: Wed, 30 Oct 2002 13:25:07 -0500
Daniel,
This should work:
tell application "Outlook Express"
make new outgoing message at folder "Outbox" with properties
{subject:theSubject, content:theContent, recipient:{address:emailAddress,
recipient type:bcc recipient}, attachment:attachmentList}
end tell
HTH,
Bill
>
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?
_______________________________________________
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.