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)
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:
Post Comments (Atom)
No comments:
Post a Comment