CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2000
    Posts
    7

    Sending mail via OE or ...

    Hi,

    I need to send a mail message (with text, pictures, etc.... mime) via the users mail client
    from a VB 6 program.
    Now, i tried with shellexecute api, but that only accepts a very limited number of characters (about 400). I allso tried shell with mailto: , same result.
    It must be possible, since apps like webcam do the same thing, they try to send the mail immidiatly (with the video image in it), and if that fails you'l find it in your Outlook (express) or other common mail client.

    Any ideas how to do this ?

    Steven



  2. #2
    Join Date
    Dec 2000
    Posts
    7

    Re: Sending mail via OE or ...

    Sorry, i forgot:
    Cannot use Mapi (to buggy) ;-)))



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured