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 xxx@xxx.it
.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?
Word Heretic - 12 Jul 2005 14:44 GMT
G'day "Gù" <guidoautelli@alice.it>,
Answered elsewhere
Steve Hudson - Word Heretic
steve from wordheretic.com (Email replies require payment)
Without prejudice
Gù reckoned:
>I tried to use Both of them: the ROUTE method and the SENDMAIL method.
>I used this macro:
[quoted text clipped - 16 lines]
>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?