Im using Rebex Mail 1.0.4 to save .msg files. These files are then opened my Microsoft Outlook. I have found that I am unable to open these message files with MS Outlook XP(2002).
Is this a known compatibility ussue? Is it possible to open Outlook files created by Rebex with MS Outlook XP?
Im using the following code:
Dim RebexMessage As New MailMessage
RebexMessage.Subject = "Subject"
RebexMessage.BodyHtml = "Body"
RebexMessage.Save("D:\rebexmail.msg", MailFormat.OutlookMsg)
Izak