Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Tell If Any of My Contacts Have a Birthday This MonthContent of Tell If Any of My Contacts Have a Birthday This Month.vbsMD5 Hash: EFBCD4D60488A0B668FAE9E6E6C9C0B5 |
||
On Error Resume Next
Const olFolderContacts = 10 Set objOutlook = CreateObject("Outlook.Application") Set objNamespace = objOutlook.GetNamespace("MAPI") Set colContacts = objNamespace.GetDefaultFolder(olFolderContacts).Items For Each objContact In colContacts If Month(objContact.Birthday) = Month(Date) Then Wscript.Echo objContact.FullName, objContact.Birthday End If Next | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |