Can someone tell me what is wrong here? It says that it is an undefined function.
$folder_list = $identity->getAllSentmailfolders()
Thanks!!
Are you suire you defined the 'getallsentmailfolders' function and that it is spelled the right way?
Simple: That is a user defined class function that does not exist in the program. You're telling it to perform an action but aren't informing it of what that action should be.
-Ben
I am unfamiliar with how to correct this problem by telling it what to do. Do you have any ideas where I could look to find this out? Or do you have any thoughts? Thanks for any help you can give me.
-Angela
Are you using some pre-packaged code?
Try searching for getAllSentmailfolders in the program