How to send the contents of MFC CRichEditView class as an email in Visual C++ 2010 -


i'm have create project in mfc vc++ create wordpad equivalent word processor can send contents email. i've started inheriting view class cricheditview class.

the thing can't figure out how mail contents of in mail body(instead attachment).

i've searched net , did find way implement using mapi, opens ms outlook , attaches document email. is there way allow user login email account , allow him send contents of word processor via account ?


Comments

Popular posts from this blog

SAP Web Service from .NET via WCF -

Optimized Line drawing in QT -

datetime - str to time in python -