QTP Scripts:How to get total count of number of folders in Inbox Folder of Outlook Application


Qtp script to get total count of number of folders in Inbox Folder of Outlook Application



Set a = CreateObject("Outlook.Application")

Set b = a.GetNameSpace("MAPI")

Set c = b.GetDefaultFolder(6)

Msgbox " Folders Count = " & c.folders.count 

No comments:

Related Posts Plugin for WordPress, Blogger...

Fun and Knowledge