Thread
:
Gain senders email address from an email sent to me
View Single Post
#
2
Posted to microsoft.public.excel.programming
Nigel[_2_]
external usenet poster
Posts: 735
Gain senders email address from an email sent to me
Try posting in the Outlook newsgroup
--
Regards,
Nigel
"Rivers" wrote in message
...
is it possible to gain the senders mail address via a command i tried from
and sender but to no avail can anyone help
For Each olMail In Fldr.Items
If InStr(olMail.Body, "") 0 Then
'Or inStr(olMail.Subject, "") 0
str(i) = olMail. ***Senders Email**
i = i + 1
End If
Next olMail
Reply With Quote
Nigel[_2_]
View Public Profile
Find all posts by Nigel[_2_]