Forum Discussion

marklbdrummer's avatar
marklbdrummer
Copper Contributor
Jan 21, 2024

Sending Email

Send email problem    when i display the email to check it.  i click on "Send" the email doesn't appear in my inbox.   Below is the code i am using  Any help would be greatly appreciated. Private Su...
  • Tom_van_Stiphout's avatar
    Jan 21, 2024
    This may not be the problem, but it sure does not look good when you're mixing early binding and late binding.
    Change to:
    Set oApp = New Outlook.Application

    Assuming oMail.To is set to your email address, it should be sent (briefly show in your outbox) when you click Send, and shortly thereafter show in your inbox. It did for me.
    This assumes no spam filter intervened.
    You can also Save the email while previewing it, and it should show in your Drafts folder.

Resources