I know how to create an email message with the

dim mail as process
mail.start(mailto:..........)

but is there a way to create a mail message and send it without showing it to the user?
If so. How?

Thanks