Results 1 to 1 of 1

Thread: Sending mail using MAPI

Threaded View

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2004
    Location
    China Suzhou
    Posts
    1

    Sending mail using MAPI

    I try to build the MAPI sending function in VB,but it doesn't work.

    The program:
    ------------------------------------------------------------------------------
    Dim strShell as String
    strShell=App.Path & "\MAPISEND.EXE -u Outlook -p dummy -r ""[email protected]"" -s ""Mail Subject"" "

    Shell strShell,vbHide
    ------------------------------------------------------------------------------

    The strange thing is when I use telnet to login in the remote server, the program runs well, but when I operate in the server directly, it doesn't work.

    So, I'm doubt where the problem is, the permission, the outlook confirguration....

    Thanks a lot for your help.
    Last edited by keke; Oct 26th, 2004 at 02:14 AM.

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