Profman2.exe - MAPI Profile Manager v2.0 (228736)
The information in this article applies to:
- Microsoft Extended Messaging Application Programming Interface (MAPI)
This article was previously published under Q228736 Sample : MAPI Profile Manager v2.0 SUMMARY Profman2.exe is a self-extracting achieve that contains a
sample program demonstrating how to use the MAPI interfaces and methods that
pertain to the manipulation and creation of MAPI profiles. Here is a
list of its functionality:
- Create a new blank profile.
- Add services to a profile.
- Delete services from a profile.
- List the services in a profile.
- Add providers to a service.
- Delete providers from a service.
- List the providers in a service.
- List the available properties of a service (even ones that
are normally inaccessible).
- List the available properties of a provider (even ones that
are normally inaccessible).
- Outlook 2000 Compliant (reads proper location of
MAPISVC.inf file).
MORE INFORMATIONThe
following files are available for download from the Microsoft Download
Center: For
additional information about how to download Microsoft Support files, click the
following article number to view the article in the Microsoft Knowledge Base: 119591 How to Obtain Microsoft Support Files from Online Services
Microsoft scanned this file for viruses. Microsoft used the most
current virus-detection software that was available on the date that the file
was posted. The file is stored on security-enhanced servers that help to
prevent any unauthorized changes to the file.
|
Ico00001.ico | 766 Bytes | Icon1.ico | 766 Bytes | ItemInfo.cpp | 2327 Bytes | ItemInfo.h | 1354 Bytes | LeftView.cpp | 8068 Bytes | LeftView.h | 2119 Bytes | LoadProgress.cpp | 3569 Bytes | LoadProgress.h | 1474 Bytes | MainFrm.cpp | 7314 Bytes | MainFrm.h | 2067 Bytes | ProfileNameDlg.cpp | 2312 Bytes | ProfileNameDlg.h | 1393 Bytes | Profiles.cpp | 23589 Bytes | Profiles.h | 1574 Bytes | Profman.clw | 3386 Bytes | Profman.cpp | 4651 Bytes | Profman.h | 1367 Bytes | Profman.dsp | 5893 Bytes | Profman.dsw | 537 Bytes | Profman.exe | 81920 | Profman.ico | 1078 Bytes | Profman.plg | 2420 Bytes | Profman.rc | 14428 Bytes | Profman.rc2 | 399 Bytes | ProfmanDoc.cpp | 2280 Bytes | ProfmanDoc.h | 1486 Bytes | ProfmanDoc.ico | 1078 Bytes | ProfmanView.cpp | 24395 Bytes | ProfmanView.h | 2269 Bytes | Readme.txt | 2778 Bytes | Resource.h | 1419 Bytes | SelectProvider.cpp | 9718 Bytes | SelectProvider.h | 1740 Bytes | SelectService.cpp | 6502 Bytes | SelectService.h | 1536 Bytes | Service1.ico | 766 Bytes | StdAfx.cpp | 209 Bytes | StdAfx.h | 1234 Bytes | Strdef.h | 49783 Bytes | Strtbl.h | 949 Bytes | SVCFile.cpp | 3369 Bytes | SVCFile.h | 638 Bytes | Toolbar.bmp | 2678 Bytes | Description of Source FilesItemInfo.cpp This file contains the code that manages the MAPI interfaces
for each item in the tree. It also contains some summary information about each
item in the tree. LeftView.cpp This file contains the code that directly pertains to the
the CTreeCtrl on the left-side of the application. LoadProgress.cpp This file contains the code for the user interface of the
dialog box that displays the progress bar when loading the profiles at
startup. MailFrm.cpp This file contains the code that manages the main frame UI.
Contains the tree on the left and the list on the right. Profman.cpp Mostly Appwizard generated. It also contains the About Box
code. Profiles.cpp This file contains the code that performs most of the MAPI
work in the application. This file also helps to manage the tree. ProfmanDoc.cpp Mostly Appwizard generated. The document class for the
application. ProfmanView.cpp This file contains the code that manages the CListCtrl on
the right-side of the screen. The file also contains some code to turn MAPI
properties into text for display. SelectProvider.cpp This file contains the code for the user interface and data
that will display all available providers for the selected service and allows
you to select one to be installed. SelectService.cpp This file contains the code for the user interface and data
that will display all available services installed on the system and allows you
to select one to be installed. StdAfx.cpp Source file that includes just the standard includes.
Modification Type: | Minor | Last Reviewed: | 8/25/2005 |
---|
Keywords: | kbdownload kbFAQ kbfile kbinfo kbMsg KB228736 kbAudDeveloper |
---|
|