Click here to Skip to main content
15,891,567 members
Articles / Programming Languages / C++

Reading and Writing Messages in Outlook Express

Rate me:
Please Sign up or sign in to vote.
4.94/5 (44 votes)
27 Mar 20062 min read 674.1K   5.3K   105  
This article was done to provide an example of IStoreNamespace / IStoreFolder.
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by Demo.rc
//
#define IDM_ABOUTBOX                    0x0010
#define IDD_ABOUTBOX                    100
#define IDS_ABOUTBOX                    101
#define IDD_DEMO_DIALOG                 102
#define IDR_MAINFRAME                   128
#define IDD_INPUT_DIALOG                129
#define IDD_MSG_DIALOG                  130
#define IDD_FOLDER_SEL_DIALOG           131
#define IDD_DIALOG1                     132
#define IDD_MSG_SRC_DIALOG              132
#define IDD_CREATE_MSG_DIALOG           133
#define IDD_MESSAGE_TREE                134
#define IDI_ICON1                       147
#define IDI_NEKTRA                      147
#define IDC_FOLDER_LIST                 1000
#define IDC_LIST_FOLDER                 1000
#define IDC_BUTTON_PRI                  1001
#define IDC_BUTTON_REN                  1002
#define IDC_BUTTON_CRE                  1003
#define IDC_BUTTON_REM                  1004
#define IDC_EDIT_FOLDER_NAME            1004
#define IDC_LIST_MSG                    1005
#define IDC_BUTTON_CREATE               1007
#define IDC_BUTTON_READ                 1008
#define IDC_BUTTON_UNREAD               1009
#define IDC_BUTTON_VIEW                 1010
#define IDC_BUTTON_COPY                 1011
#define IDC_BUTTON_MOVE                 1012
#define IDC_BUTTON_DELETE               1013
#define IDC_EDIT_MSG_SRC                1015
#define IDC_EDIT_FROM                   1016
#define IDC_EDIT_TO                     1017
#define IDC_EDIT_SUBJECT                1018
#define IDC_EDIT_BODY                   1019
#define IDC_BUTTON_VIEW_BODIES          1020
#define IDC_EDIT_DISPLAY_NAME           1021
#define IDC_BUTTON_GO_PARENT            1022
#define IDC_BUTTON_GO_CHILD             1023
#define IDC_BUTTON_GO_NEXT              1024
#define IDC_BUTTON_GO_PREV              1025
#define IDC_BUTTON_INS_CHILD            1028
#define IDC_BUTTON_INS_NEXT             1029
#define IDC_BUTTON_DEL_BODY             1030
#define IDC_EDIT_PROP_VALUE             1032
#define IDC_BUTTON_SET_PROP_VALUE       1033
#define IDC_BUTTON_REM_PROP             1034
#define IDC_EDIT_CONTENT                1035
#define IDC_BUTTON_SET_CONTENT          1036
#define IDC_BUTTON_SAVE_CHANGES         1037
#define IDC_COMBO_PROP_NAME             1044
#define IDC_ABOUT                       1045
#define IDC_LINK                        1047
#define IDC_LIST_ATTACHS                1048
#define IDC_ADD_ATTACH                  1049
#define IDC_REM_ATTACH                  1050

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        148
#define _APS_NEXT_COMMAND_VALUE         32771
#define _APS_NEXT_CONTROL_VALUE         1051
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Technical Lead http://www.nektra.com
Argentina Argentina
Pablo Yabo is a Software Developer since he was young, specialized in system internals.
In 2003 years ago founded with Sebastian Wain a Company named Nektra a custom software development company specialized in Outlook Plugin Development, Data Loss Prevention Solution Development and Windows Driver Development.

Comments and Discussions