Click here to Skip to main content
15,892,517 members
Articles / Desktop Programming / ATL

Extending Outlook with new features

Rate me:
Please Sign up or sign in to vote.
4.94/5 (40 votes)
25 Oct 2004CPOL19 min read 349.9K   1.5K   89  
Learn how to add buttons and how to interact with Outlook.
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by OUTLOOKADDIN.RC
//

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS

#define _APS_NEXT_RESOURCE_VALUE	7000
#define _APS_NEXT_CONTROL_VALUE		7000
#define _APS_NEXT_SYMED_VALUE		7000
#define _APS_NEXT_COMMAND_VALUE		32771
#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, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect
Sweden Sweden
Been developing MAPI-modules (client-addins, gateways, agents, MTA's etc) since -96.
Works mainly in VC++, but when needed, looks at vb, asp, etc...

Always on the look for new things to do, got something for me? Smile | :)
I'm available for consulting, on a project-base or long-term development.

Comments and Discussions