E
Eric
G'Day knowledgable folk,
After having recently done the switch (i.e. waving goodbye to my IBM
PC running Windows XP, Lotus Smartsuite and MS Outlook) to a Apple
iMac I have encountered a slight problem which I need assistance with.
Previously I had a tool which diverted all my Hotmail and POP mail
into a single inbox on the IBM. Unfortunately, I have tried to do this
with scripting in Entourage 2004 and failed (and I have no idea why).
The Apple Script code I generated is shown below:
tell application "Microsoft Entourage"
move (every message in folder "Inbox" of Hotmail account "Hotmail")
to folder "Inbox"
end tell
Basically, I have a Hotmail inbox setup in entourage, and I would like
to automatically move this mail to my inbox when I recieve my e-mail.
I have found rules not to work with this approach.
Any assistance in this problem would be greatly appreciated as I am
finding this problem annoying.
Yours kindly,
Eric
After having recently done the switch (i.e. waving goodbye to my IBM
PC running Windows XP, Lotus Smartsuite and MS Outlook) to a Apple
iMac I have encountered a slight problem which I need assistance with.
Previously I had a tool which diverted all my Hotmail and POP mail
into a single inbox on the IBM. Unfortunately, I have tried to do this
with scripting in Entourage 2004 and failed (and I have no idea why).
The Apple Script code I generated is shown below:
tell application "Microsoft Entourage"
move (every message in folder "Inbox" of Hotmail account "Hotmail")
to folder "Inbox"
end tell
Basically, I have a Hotmail inbox setup in entourage, and I would like
to automatically move this mail to my inbox when I recieve my e-mail.
I have found rules not to work with this approach.
Any assistance in this problem would be greatly appreciated as I am
finding this problem annoying.
Yours kindly,
Eric