|
-
Oct 26th, 2004, 02:10 AM
#1
Thread Starter
New Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|