Sign in to follow this
Followers
0
Hi All, I'm having a problem when connecting my FM Pro 8.5 DB to my web application using Visual Studio. I have a dropdown list and I want to populate the values of this dropdown from the DB. W
By
ruba, in Other Internet Technologies
-
Similar Content
-
By Aabhi
I'm trying to open OST file in C#. I'm using below code but still facing error. I got stuck while creating an application.
filter = "[ReceivedTime] >= '" + dtpStartDate.Value.ToString("dd/MM/yyyy 12:00 AM") + "' and [ReceivedTime] <= '" + dtpEndDate.Value.ToString("dd/MM/yyyy 11:59 PM") + "'";
Outlook.Application outlookApp = GetApplicationObject(); Outlook.Folder root = outlookApp.Session.DefaultStore.GetRootFolder() as Outlook.Folder;
EnumerateFolders(root); Outlook.MAPIFolder inboxFolder = outlookApp.Session.GetDefaultFolder(Outlook.OlDefaultFolders.olFolderInbox);
inboxTable = CreateTable();
After the search on Web, I have found few sources where the solution of this problem is provided. But I don't know which solution will fix my problem. Please refer below sources.
https://community.rackspace.com/general/f/general-discussion-forum/8881/how-to-open-ost-file-using-c-code
https://www.nopcommerce.com/boards/t/56083/how-to-open-ost-file-using-c-net.aspx
https://www.stellarinfo.com/convert-ost-to-pst.php
http://forums.codeguru.com/showthread.php?562219-How-Do-I-Open-OST-file-using-C
Please help.
-
-
Who Viewed the Topic
10 members have viewed this topic:laguna92651 Collin1212 3DSteve Christoph JTSmith jvagla vilaphong Jay Patrick JMart Shanzo