M
Mark
I am using Office XP and Lotus Notes.
I am trying to email a document automatically. I have found the following
code:
________________________________________________________________
ActiveDocument.HasRoutingSlip = True
With ActiveDocument.RoutingSlip
.Subject = "Test"
.AddRecipient "(e-mail address removed)"
.AddRecipient "(e-mail address removed)"
.Delivery = wdAllAtOnce
End With
ActiveDocument.Route
________________________________________________________________
But when run it debugs with the following message:
"Your mail system does not support certain services needed for document
routing"
Does anyone know a work around or alternative how this can be achieved,
please?
I am trying to email a document automatically. I have found the following
code:
________________________________________________________________
ActiveDocument.HasRoutingSlip = True
With ActiveDocument.RoutingSlip
.Subject = "Test"
.AddRecipient "(e-mail address removed)"
.AddRecipient "(e-mail address removed)"
.Delivery = wdAllAtOnce
End With
ActiveDocument.Route
________________________________________________________________
But when run it debugs with the following message:
"Your mail system does not support certain services needed for document
routing"
Does anyone know a work around or alternative how this can be achieved,
please?