Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() 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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Send data from Excel in email from specific email address | Excel Programming | |||
send wkbk as an email attachment with an email address copied from | Excel Discussion (Misc queries) | |||
can I copy a column of email addresses, paste into email address? | New Users to Excel | |||
Transfer Email addresses from spreadsheet to email address book | Excel Discussion (Misc queries) | |||
Gain access to Email | Excel Programming |