Convert system.net.mail.message to Microsoft.Office.Interop.Outlook.MailItem

Hii everyone,

wanted to convert system.net.mail.message to Microsoft.Office.Interop.Outlook.MailItem

please help.

regards
saran

Someone an answer?

Hi @saransrs ,

Can you check this below code and let us know,
CType(mailMsg,Microsoft.Office.Interop.Outlook.MailItem)

Where - mailMsg variable is of type System.Net.Mail.MailMessage

Hope this helps :slight_smile:

Thank yoiu for answering!
Seems not working:

image