![]() Loading |
| VBScript |
| JavaScript |
| Powershell |
Search Options: Get a List of All the Senders Email Addresses in an Outlook Folder
|
||
|
Const olFolderInbox = 6
Set objOutlook = CreateObject("Outlook.Application") Set objNamespace = objOutlook.GetNamespace("MAPI") Set objFolder = objNamespace.GetDefaultFolder(olFolderInbox) Set colItems = objFolder.Items For Each objItem in colItems Wscript.Echo objItem.SenderEmailAddress Next | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: | ||