When I try to execute the following code via a web agent I get the error: “Notes error: Unable to find path to server” on the line containing the Send command.
Can anybody help??
Richard Teeuwen
de Informatiefabriek
the Netherlands
Code:
recip(0) = "test@yahoo.com"
If Not advdoc Is Nothing Then
Call advdoc.Send(False, recip)
End If