|
-
Jan 5th, 2001, 12:57 AM
#1
Thread Starter
Hyperactive Member
I use the following code to send email:
mps.SignOn
mpm.SessionID = mps.SessionID
mpm.Compose
mpm.RecipAddress = "[email protected]"
mpm.ResolveName
mpm.MsgSubject = "Subject"
mpm.MsgNoteText = " "
mpm.AttachmentIndex = 0
mpm.Send True
It works fine, except it will prompt out the outlook screen
and need me to press "Send" button.
1) Is there anyway to automatically send without press the button?
2) I am not sure whether the above code can work with Netscape,
I only tried with Outlook, does anybody can tell me whether it can work?
Thanks
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
|