Hello All,
Could you please let me know, how can I check if yesterday date folder is available or not
Hello All,
Could you please let me know, how can I check if yesterday date folder is available or not
Hi @Chirag1991
Can you elaborate what kind of folder you’re talking about?
Hello I have subfolder like inbox\bruo\17/03/2020.
I need to check whether in outlook 17/03/2020 is available or not
Hai @Chirag1991 … Check whether it’s available or not by Using Folder exist activity(or) path exist activity … Provide the path of the yesterday’s folder
If you want to check existence of a folder in your desktop folders, you can use Path Exists activity and specify the PathType as Folder.
But if you are looking to find a folder in outlook, Please find below steps-
strSelector = "<wnd app='outlook.exe' cls='rctrl_renwnd32' title='*Outlook' /><uia cls='NetUITreeView' name='Mail Folders' />"
arOutlookFolders = Split(strOutlookFolder, "/")
<uia cls='NetUIWBTreeDisplayNode' name='" + folder + "' />
”Hope this helps!
Hello @Chirag1991 ,
You could also utilize the Microsoft.Office.Interop.Outlook namespace by writing a simple custom activity.
Hope you find what you’re looking for
@Chirag1991
Please use below component
could you send me an example xaml if you have any
Check this.
CheckOutlookFolderExistence.xaml (8.8 KB)
Thanks a lot I will try. I can see there is one activity missing and I am not able to fetch it.
the activity come after log message has value “inside outlook Scope” could you send me pictures or screenshot what is that activity you have used
thanks
Check the ErrorList tab and see which package is said as missing.
Then Go to Manage packages and add that.
plz post a example