Hi! In my program I need some functionality: I have PST file with some folders and emails and I need to restore this content to some mailbox on Exchange Server. I think first I need to open PST: PersonalStorage pst = Per…...@“userName”; const string password = @“password”; NetworkCredential...NetworkCredential(username, password, domain); IEWSClient client...