Click here to Skip to main content
15,896,118 members
Articles / Desktop Programming / ATL

A VC++ Outlook COM Add-in that publicizes a custom form

Rate me:
Please Sign up or sign in to vote.
4.27/5 (7 votes)
6 Apr 20054 min read 183.8K   1.5K   42  
This article explains how to publicize and retrieve data from custom Outlook forms programmatically.
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by OutlookAddin.rc
//
#define IDS_PROJNAME                    100
#define IDR_ADDIN                       102
#define IDD_CRECORDDLG                  103
#define IDD_PROPPAGE                    103
#define IDB_PROPPAGE                    104
#define IDR_PROPPAGE                    105
#define IDC_BUTTON_START                201
#define IDC_BUTTON_STOP                 202
#define IDC_STATIC_WELCOME              203
#define IDC_STATIC_TEXT                 204
#define IDC_BUTTON1                     205
#define IDR_REGISTRY1                   207
#define IDC_IMAGE1                      207
#define IDB_BITMAP2                     208
#define IDC_RADIO1                      217
#define IDC_RADIO2                      218
#define IDC_HELPSTATUS                  223
#define IDB_BITMAP6                     226
#define IDC_PROGRESS1                   228
#define IDC_STATIC1                     232

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        227
#define _APS_NEXT_COMMAND_VALUE         32768
#define _APS_NEXT_CONTROL_VALUE         233
#define _APS_NEXT_SYMED_VALUE           107
#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
Engineer
Italy Italy
See Andrea's profile on Linkedin

Comments and Discussions