Getting task response

L

Lor

Hi,

Please help!!

I am getting the following info from mails in my Inbox:
sender name, subject, and date.

I am using the following sentences and it works just fine,

ActiveSheet.Cells(i, 2).Value = olMail.Subject
ActiveSheet.Cells(i, 3).Value = olMail.SenderName
ActiveSheet.Cells(i, 4).Value = olMail.ReceivedTime

but if I want to do the same with the response of a Task
that I sent to someone,the senderName and Receivedtime do
not work.

Can someone tell me what i am doing wrong?

Thanks in advanced
 
Top