I need to take the the data and time in milliseconds of mails in a mailbox. I don’t know how to do that can anyone help me?
Hi @anon86233825 !
So if I understand you want the date of reception of a mail, and the time in milliseconds of the mail ? In which format do you need them ?
If you need them in string format, what you could do is:
In the foreach loop, the TypeArgument is System.Net.Mail.MailMessage, and for the assign of time_t it is
mail.Date.ToString.Split(Cchar(" "))(1)