ROUTE and SENDMAIL methods

G

I tried to use Both of them: the ROUTE method and the SENDMAIL method.
I used this macro:

Sub POSTA()
With ActiveDocument
.HasRoutingSlip = True
With .RoutingSlip
.Delivery = wdOneAfterAnother
.AddRecipient (e-mail address removed)
.Subject = "Here is the document"
.Message = "Greetings..."
.ReturnWhenDone = True
End With
.SendMail (or .Route)
End With
End Sub

WORD writes:
RUN-TIME ERROR 4605 - you have MAIL not installed... WHAT IS MAIL? Why
i can use the manual command, and it asks me MAIL in my macro?
 
W

Word Heretic

G'day "Gù" <[email protected]>,

Answered elsewhere

Steve Hudson - Word Heretic

steve from wordheretic.com (Email replies require payment)
Without prejudice


Gù reckoned:
 

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

Top