Eudora mailbox folders
Eudora mailbox folders
- Subject: Eudora mailbox folders
- From: Dennis Jones <email@hidden>
- Date: Sat, 16 Jun 2001 10:16:39 -0700
I am having trouble with the syntax for Eudora Folders. I get an
error on the set msgFolder... line.
Any suggestions?
property listingFolder : "Listing Confirm"
property endingFolder : "End of Auction"
on run {}
----- Get Listing Confirm --------
set theResult to getNotices(listingFolder)
...
end run
on getNotices(theFolder)
tell application "Eudora"
activate
with timeout of 600 seconds
try
set msgFolder to mailbox theFolder of
mail folder "eBay" of application "Eudora"
--
---
Dennis Jones
email@hidden
---