Following is the piece of code that I am using:
tell application "Microsoft Entourage"
activate
set mailFolders to {} as list
set theIMAPaccount to (item 1 of IMAP accounts)
display dialog (class of theIMAPaccount)
end tell
The result of running this code is "impA". This(impA) is a new type of
class that I am encountering. And I am not able to coerce it into a
string. Please enlighten me on this new type of class.
Regards,
SKT.