Showing posts with label QTP Script to get count of number of mails in outlook application. Show all posts
Showing posts with label QTP Script to get count of number of mails in outlook application. Show all posts

QTP Script to get count of number of mails in outlook application-VB Script to get count of number of mails in outlook application



QTP Script to get count of number of mails in outlook application


Set a = CreateObject("Outlook.Application")

Set b = a.GetNameSpace("MAPI")

Set c = b.GetDefaultFolder(6)

msgbox(C.Items.Count)

Related Posts Plugin for WordPress, Blogger...

Fun and Knowledge