Hi Team ,
I am not able to fetch the date from the latest emails which is being received but I am able to fetch the date from yesterdays emails.As you can see todays emails only have time in it and not days mentioned(circled ones)
I tried following all methods -
item.Headers(“Date”)
item.Date
item.DateasDateTime.
It is working for all the other mails apart from today’s emails.(the first 2 circled ones which you can see there is only time displayed)
I know the dates and time are there for each email after opening it completely.
I am getting blank values as you can see above.
How do I fetch the date for the first 2 emails?
I am getting correct values for all the emails apart from today’s(the latest ones)
Regards,
Gokul