
will pay for someone to get this to work
K...here you go guys and gals that want to make a little money. I have a
database program that I use to keep up wiht my clients. I need the program
to put an email in my Outlook Express (not MS Outlook..this is the important
part) outbox to be sent next time I connect. I need it to automatically set
the email address, subject, and body of the message (as it will be used to
send email invoices). I tried some code like this that is supposed to work
from MS Outlook but I never got it to work.
Private Sub Command1_Click()
Dim out As Object
Set out = CreateObject("Outlook.Application")
With out.CreateItem(olMailItem)
.Subject = "whatever"
.Body = "Text1.Text"
.Send
End With
End Sub
this is just a rough account of the code..but you get the idea.
If you are interested in my proposition or need more informatoin, please
Thanks,
Andrew Sain