Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Word / Programming / July 2005

Tip: Looking for answers? Try searching our database.

Route and Sendmail methods

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
- 11 Jul 2005 13:12 GMT
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:37 GMT
G'day "Gù" <guidoautelli@alice.it>,

Your mail program needs to be registered as the local mail client.
Usually the install prompts for this.

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?
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.