• 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
Making a new incoming message in a folder in Entourage
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Making a new incoming message in a folder in Entourage


  • Subject: Making a new incoming message in a folder in Entourage
  • From: Simon Kornblith <email@hidden>
  • Date: Sat, 17 Aug 2002 18:01:10 -0400

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

This has been driving me crazy. I'm trying to make a new message in
Entourage with the source of a message in a specific folder, rather than
the default of the POP3 inbox (I use IMAP). However:

tell app "Microsoft Entourage" to make new incoming message at theFolder
with properties {source:theSource}

Gives an error:
Microsoft Entourage got an error: can't make a incoming message.

tell app "Microsoft Entourage" to make new incoming message with properties
{storage:theFolder, source:theSource}

Gives an error:
Microsoft Entourage got an error: a message can only be made in a folder.

return theFolder gives 'folder id 112 of application "Microsoft Entourage"'
and return name of theFolder gives "INBOX", so I'm pretty sure this is
indeed a folder.

Moving doesn't seem to work either:

set newMessage to make new incoming message with properties
{source:theSource}
move newMessage to theFolder

Gives an error:
Microsoft Entourage got an error: some data was the wrong type.

set newMessage to make new incoming message with properties
{source:theSource}
set storage of newMessage to theFolder

Simply doesn't do anything. The message is still in the POP3 inbox. No
error is returned.

Setting the account of the message doesn't seem to help.

Is there something I'm missing?

TIA,
Simon

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (Darwin)

iD8DBQE9XsevZoUZrWul2vIRApwcAJwOLFo21BU6AQZugfsnDogMwKLl6QCcCXYF
AN809Bfr2JfTPECCRfAVAUc=
=N2M3
-----END PGP SIGNATURE-----
_______________________________________________
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: Making a new incoming message in a folder in Entourage
      • From: Paul Berkowitz <email@hidden>
    • Re: Making a new incoming message in a folder in Entourage
      • From: Bill Briggs <email@hidden>
  • Prev by Date: Re: Attach a folder item...
  • Next by Date: Re: Making a new incoming message in a folder in Entourage
  • Previous by thread: Re: Attach a folder item...
  • Next by thread: Re: Making a new incoming message in a folder in Entourage
  • Index(es):
    • Date
    • Thread