I used
mailVar.Headers(“Date”)
to get mail received date but i want to add a specific no. of days in this particular date
so how to do it?
you can use an assign Date1 (Variable Type DateTime) = Date.ParseExact(String1, “dd/MM/yyyy HH:mm:ss”,System.Globalization.DateTimeFormatInfo.InvariantInfo)