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)
Showing posts with label Set a = CreateObject("Outlook.Application"). Show all posts
Showing posts with label Set a = CreateObject("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
Subscribe to:
Posts (Atom)