• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Mail.app message
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Mail.app message


  • Subject: Re: Mail.app message
  • From: Michelle Steiner <email@hidden>
  • Date: Mon, 11 Aug 2003 12:15:39 -0700

On Monday, August 11, 2003, at 09:17 AM, Marcus Rodrigues wrote:

Why can't I put my signature on this message?????? Please take a look at my code and tell me where am I going worng:

It looks to me like the message signature is a property of the message, so "at after last paragraph" should not be needed. It still didn't work. I then tried to include it in the creation of a message.

I tried this:

set thisMessage to make new outgoing message with properties {content:"My iChat status is " & myStatus & "." & return & "My status message is " & mySM & "." & return & return, visible:true, message signature:theSignature}

It returned a random signature, but no text.

I then tried this:

set thisMessage to make new outgoing message with properties {content:"My iChat status is " & myStatus & "." & return & "My status message is " & mySM & "." & return & return, , message signature:theSignature visible:true}

And got the text, but no signature.

The following also got a random signature, but no content:

set thisMessage to make new outgoing message with properties {visible:true, content:"My iChat status is " & myStatus & "." & return & "My status message is " & mySM & "." & return & return, message signature:theSignature}

Ditto for this:

set thisMessage to make new outgoing message with properties {visible:true, message signature:theSignature, content:"My iChat status is " & myStatus & "." & return & "My status message is " & mySM & "." & return & return}

This one gave the content, but not the signature:

set thisMessage to make new outgoing message with properties {message signature:theSignature, visible:true, content:"My iChat status is " & myStatus & "." & return & "My status message is " & mySM & "." & return & return}

It seems that whichever is last, signature or content, is all that goes in the message, but the signature is a random one.

Looks like you have a bug report to write; you may use any of the above in the report if you would like.

--Michelle

--
Chastity always takes its toll. In some it produces pimples; in others, sex laws. -- Karl Kraus
_______________________________________________
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.
  • Follow-Ups:
    • Re: Mail.app message
      • From: John Delacour <email@hidden>
References: 
 >Mail.app message (From: Marcus Rodrigues <email@hidden>)

  • Prev by Date: Re: Script to manually type clipboard.
  • Next by Date: Re: Mail.app message
  • Previous by thread: Re: Mail.app message
  • Next by thread: Re: Mail.app message
  • Index(es):
    • Date
    • Thread