CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 7 of 7
  1. #1
    Join Date
    Oct 2000
    Location
    Tehran - Iran
    Posts
    949

    Sending mail ...

    Hi there,
    Is there anyway to send mail without using Outlook ???
    Could you show me example, please ?

  2. #2
    Join Date
    May 1999
    Location
    Southern California
    Posts
    12,266
    What version of Windows?
    "Signature":
    My web site is Simple Samples.
    C# Corner Editor

  3. #3
    Join Date
    Oct 2000
    Location
    Tehran - Iran
    Posts
    949
    Hello Mr.Sam Hobbs,
    My program must works on Win98 or later ...

  4. #4
    Join Date
    May 2001
    Location
    Madrid-Spain
    Posts
    1,123
    Through SMTP.
    I am Miss Maiden... Miss Iron Maiden :-D

  5. #5
    Join Date
    May 1999
    Location
    Southern California
    Posts
    12,266
    In the Platform SDK samples there is a MAPI directory with many samples, most of which are too advanced. There is at least one however that should help.
    "Signature":
    My web site is Simple Samples.
    C# Corner Editor

  6. #6
    Join Date
    Oct 2000
    Location
    Tehran - Iran
    Posts
    949
    Thanks for your helps

  7. #7
    Join Date
    Sep 2002
    Location
    St.Louis, MO
    Posts
    27
    You could also try ShellExecute using the mailto: which open a email box. Yuo will still need to setup all the SMTP and POP info through the main email application.
    Thanks
    Tom Wright

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