Send email using default outlook template

pretoria

Registered User.
Local time
Today, 04:30
Joined
Jul 23, 2005
Messages
30
Hi,
Question does anyone know how to send an email that picks up the default outlook template. Once sent to outlook I want my current html template to show my company address etc.
My current code is simple and just pops up to a new email with nothing in it.

If IsNull(Me.Email) Then
MsgBox "Please enter a valid email address", , "Email Out"
Else
DoCmd.SendObject , , , (Me.Email)
End If
 

Users who are viewing this thread

Back
Top Bottom