> tell application "Microsoft Entourage"
>     set defAccount to default mail account
>     set sigType to default signature type of defAccount
>     if sigType is other then set sigChoice to default signature choice of
> defAccount
>     set default signature type of defAccount to none
>     set MyMessage to make new outgoing message with properties ¬
>         {recipient:"[EMAIL PROTECTED]", subject:"SMS",
> content:emailAddress}
>     set default signature type of defAccount to sigType
>     if sigType is other then set default signature choice of defAccount to
> sigChoice
>     
>     send MyMessage
>     -- Have to wait until the message is sent before you can delete
>     repeat while connection in progress
>         delay 2
>     end repeat
>     delete {MyMessage}
> end tell

I still seem to be getting a signature, any other ideas?
-- 
-------------------------------------------------------------
Scott Haneda                                Tel: 415.898.2602
<http://www.newgeo.com>                     Novato, CA U.S.A.


--
To unsubscribe:
<mailto:[EMAIL PROTECTED]>
archives:
<http://www.mail-archive.com/entourage-talk%40lists.letterrip.com/>
old-archive:
<http://www.mail-archive.com/entourage-talk%40lists.boingo.com/>

Reply via email to