View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Lor[_2_] Lor[_2_] is offline
external usenet poster
 
Posts: 1
Default Getting task response

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