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

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -