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