Hello, I have the pst file and folder:
PersonalStorage pst = PersonalStorage.FromFile(rutapts);
FolderInfo folderInfo = pst.RootFolder;
and I have a new contact:
MapiContact outlookContact = new MapiContact();
How I can include the contact the pst?
Thank you