Re: Apple Mail ToName Issue
Re: Apple Mail ToName Issue
- Subject: Re: Apple Mail ToName Issue
- From: Michelle Steiner <email@hidden>
- Date: Fri, 22 Oct 2010 17:03:23 -0700
On Oct 22, 2010, at 4:52 PM, DealTek wrote:
>> remove the quotes from missing value; it's not a string.
>>
>> -- Michelle
>
>
> Thanks Michelle
>
> I tried your idea but it didn't work - what did I do wrong?
>
> result still says:
>
> To: missing value <email@hidden>
Yes, that's what it is supposed to say.
I found the problem; the code needs to be this:
> if (theToName is {missing value})
> set theToName to "TEST"
> end if
I haven't analyzed the reason yet, but that's what works.
-- Michelle
--
"If you don't preach in my school I won't think in your church"
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden