QTP Script to get count of unread mails in outlook-VB Script to get count of unread mails in outlook


QTP Script to get count of unread mails in outlook





Set a = CreateObject("Outlook.Application")



Set b = a.GetNameSpace("MAPI")



Set c = b.GetDefaultFolder(6)



Msgbox(c.UnreadItemCount)



No comments:

Related Posts Plugin for WordPress, Blogger...

Fun and Knowledge