Can I also save a mail as file in rfc 2822 format when i receive or sent a email via limilabs mail.dll?
Use one of the IMail.Save() methods:
IMail.Save()
IMail email = ... email.Save("c:\\email.eml");