Please sir help me in this …
shiv.mymail@gmail.com
In this message I am not able to give send and receive time .Please tell me ,how will i give send and receive time
Actually I have to open this message in window with (reply,forward,reply All option),sent time,receive time
I am giving my code…
Dim app As New Microsoft.Office.Interop.Outlook.Application()
Dim a As Microsoft.Office.Interop.Outlook.MailItem = app.CreateItem(Microsoft.Office.Interop.Outlook.OlItemType.olMailItem)
a = app.CreateItem(Microsoft.Office.Interop.Outlook.OlItemType.olMailItem)
a.To = "mail@check.com"
a.CC = "checkmail@check.com"
a.Subject = "how are you ......"
a.SentOnBehalfOfName = "checkmailmailsystem@check.com"
a.HTMLBody = " Visual Basic .Net Document for Visual Studio "
a.UnRead = True
a.Move(fol2)