Macro Code to print message item and send

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have searched to find code to first print the currently open mail item and
then send it to recipient(s). Has anyone written such code and is willing to
share the language? Darned if I can figure out what is needed to accomplish
this. This is for Outlook 2003; new messages.

Thank you.
 
Sub DoIt()
On Error Resume Next
Application.ActiveInspector.CurrentItem.PrintOut
Application.ActiveInspector.CurrentItem.Send
End Sub
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top