Making a new incoming message in a folder in Entourage
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.