I'm using
Dim myApp As New Outlook.Application
Dim myItem As Outlook.MailItem
Set myItem = myApp.CreateItem(olMailItem)
with myItem
blah, blah
.send
Works fine but I really want to display the e-mail message first. Can seem to find it. Any help appreciated.
Thanks
Dim myApp As New Outlook.Application
Dim myItem As Outlook.MailItem
Set myItem = myApp.CreateItem(olMailItem)
with myItem
blah, blah
.send
Works fine but I really want to display the e-mail message first. Can seem to find it. Any help appreciated.
Thanks