Hi,
Let me first say that I am an amateur to to programming and I am trying to program in C#. Using your samples I was able to download emails from my email account to a .eml file on my system, however I would like to store them in an outlook .pst file instead.
Is there a way to get this:
Mail oMail = oClient.GetMail(info);
oMail.SaveAs(fileName, true);
To Save into a pst file?
Thanks.