Click here to Skip to main content
15,886,199 members
Articles / Programming Languages / C++

Compressing attachments before sending the mail

Rate me:
Please Sign up or sign in to vote.
4.33/5 (6 votes)
29 Jul 2004CPOL3 min read 64.2K   1K   30  
Compressing attachments before sending the mail
// stdafx.cpp : source file that includes just the standard includes
// OutlookTools.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information

#include "stdafx.h"


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