Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Applescript > Not able to rea...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 1 Topic 1627 of 1674
Post > Topic >>

Not able to read messages in IMAP account

by SKT <swapnilthakre@[EMAIL PROTECTED] > Jun 17, 2008 at 01:48 AM

I need to read messages in a IMAP account configured in Entourage. I
am using following piece of code:

....
...
...
repeat with k in messages of folder InboxFolder of IMAP account
"user6"
						set messageName to (subject of k) as string
						display dialog messageName
						if (messageName = "Meeting") then
							return properties of k
							exit repeat
						end if
end repeat
.....
....
....
..

I get this error:
Can't get every message  of folder "INBOX" of IMAP account "user6"

Please show me the way.

Thanks.
 




 1 Posts in Topic:
Not able to read messages in IMAP account
SKT <swapnilthakre@[EM  2008-06-17 01:48:07 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Fri Nov 21 13:02:01 CST 2008.