Hi Experts How MAPI function are helpful to create a .pst programatically. MAPI function are new experience for me. I am new user of MAPI. Actually i am working on repair a pst file ,if it got currpted. SO please tell me some solution and if possible some example.
Parshant Verma
Posts
-
MAPI function -
PST File FormatHi Experts I want to about Microsoft Outlook's .pst file. Where can i find its format and other information related. parshant
-
Animation control problemHi i devlope an application that is using two avi files. i put these avi in a folder and folder is placed in Application start location. and i use control for avi files MicroSoft Animation Control 6.0(sp6). But in some system the application runs and in some not run. if i remove avi control then it runs on all system Please rell me how to manage avi .
-
getting a avi resourceHi How to get a avi resource to resource file(.resX)
-
End of threadMay u explain this ,how to handle
-
End of threadHi At click event of button i call a thread. in thread i am searching file(i.e.recursive function). How can i know that search has ended.
-
Single instance of applicationHi I devloped a application.Every time clicking on .exe a instance is opened of that application.How this is possible that single instance run of this application
-
Folder browse exceptionBut in case of "openfiledialog" file is simply seleted in side "F:\Documents and Settings\Parshant\Local Settings\Application Data\Identities\{9A42BBED-20C1-4620-9381-F7ACFB5D1809}\Microsoft\Outlook Express" no exception thrown.But in folderbrowsedialoge problem occure. plz help
-
animatiom controlHi how can i add avi files to my application. is three any control for this purpose
-
Folder browse exceptionHI when i open a flderbrowse dialog box and select folder "F:\Documents and Settings\Parshant\Local Settings\Application Data\Identities\{9A42BBED-20C1-4620-9381-F7ACFB5D1809}\Microsoft\Outlook Express" then it throw a exception "invalid access to memory location" But when select at another location it works perfect. i written the code DialogResult result = folderBrowserDialog.ShowDialog(); if(result==DialogResult.OK) lbl_dbx_folder_info.Text=folderBrowserDialog.SelectedPath.ToString(); Parshant
-
Escape from image folderHi i devlope a application in which i used a lot of png image files.i place the image folder ,where the exe is,. this is also working in release mode .but whenever i place .exe file to desktop it demand for image folder. i have to put image folder to destop. How can i escape of putting the image folder to desktop. Can i place all image file to solution explorer then what the path would if this time path is btn_select_folder.BackgroundImage=System.Drawing.Image.FromFile(Application.StartupPath+@"\dbxpngs\002.png"); plase tell some solution parshant
-
how to kill a thread gracfullyHi how can i kil thread gracefully in c#1.1
-
solution explorerHi i paste a png image folder in soloution explorer.now how can i give path. This time my png path is btn_select_folder.BackgroundImage=System.Drawing.Image.FromFile(Application.StartupPath+@"\dbxpngs\001.png"); pashant
-
RequirementHi Plz tell me what is min requirement to run the c# project devloped at .net2003 Parshant
-
how to runHi I devolped an application .And i used png image files.When i run at the desktop it display exception "file not found"(for png ,that are exist at the exe file path). when i paste png folder at desktop it runs. How can i run without paste png folder i write the path for png is btn_main_select_file.BackgroundImage=System.Drawing.Image.FromFile(Application.StartupPath+@"\dbxpngs\select01.png"); Parshant
-
what we writeHi what we write in c# int a; int *p=&a;
-
progressBarthat is the problem how can i read loop in class library that notify me what is the status
-
progressBarsir i want to know how the progress bar will progress while it is in window appl. how can i kow how many bytes are read. is there any ParameterizedThread function or like this in c#1.1
-
progressBarHI I have written a function(ReadByte)that read a file in class library. and make a add refrence to window application. i place a button control and a progressBar on the form and at the button click event i call ReadByte function now i want that progressBar should be progressed as file is reading . How can i do this
-
how can i do this