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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top