K
Kris
Very simple question that's driving me nuts trying search for an
answer...
I have an Applescript program that checks for an Inbox count:
tell application "Microsoft Entourage"
return unread message count of folder "Inbox"
end tell
works fine, except it's returning the local (unused) Inbox and I have
Entourage connected to an Exchange server (displayed as "Exchange" in
the folder view) and I need the count on that Inbox.
I tried changing it to "Exchange\\Inbox" and a few other variations,
but I'm really just shooting in the dark.
TIA
Kris
answer...
I have an Applescript program that checks for an Inbox count:
tell application "Microsoft Entourage"
return unread message count of folder "Inbox"
end tell
works fine, except it's returning the local (unused) Inbox and I have
Entourage connected to an Exchange server (displayed as "Exchange" in
the folder view) and I need the count on that Inbox.
I tried changing it to "Exchange\\Inbox" and a few other variations,
but I'm really just shooting in the dark.
TIA
Kris