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)
QTP Script to get count of unread mails in outlook-VB Script to get count of unread mails in outlook
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment