Forum Moderators: open
Right now I'm using the following namespace imports:
Imports System.Net.Mail
Imports System.IO
Thanks
PhotoJoe
Here is the code I came up with, just incase someone else needs this information in the future when doing a search.
Dim dt As DateTime = DateTime.Now
Dim dt_str As String = dt.ToString("MM/dd/yyyy HH:mm:ss")
I then just added the dt_str to my message_str
Thanks again,
Photo Joe