Hi everyone,
need some help with outlook. i need to extract information from outlook messages from default folder(inbox) to subfolders(including subfolders of subfolders) but it seems that i'm having problem on calling the folder from the outlook's default pst file. below are the codes i've already tried.
outlookfolder = outlookmapi.Folders(folder_name)
outlookfolder = outlookmapi.Folders("support@domain.com").Folders("domain.com").Folders("Inbox")
is there anything i'm missing. or maybe folder_name is a path in the pst file?
any help or suggestion will be appreciated. XD
thanks in advance.