[IncludeDocLink] not working in @mailsend inside Evaluate

Sub Click(Source As Button) Dim ws As New notesuiworkspace

Dim uidoc As NotesUIDocument

Set uidoc = ws.CurrentDocument

Dim mail As Variant

num = uidoc.FieldGetText("ecparNum_B")



mail = Evaluate( |

@MailSend(“Username”;“”;“”;“eCPAR Testing”;“You have acknowledge CPAR Doc:”+“|& num & |”+@NewLine+@NewLine;"To edit and view "+@NewLine+“Please Follow This Link”; [IncludeDoclink])|)

When i received the mail the doc link is missing, any suggestions?

End Sub

Subject: default form and view

make sure the database has a default form and a default view defined.

Subject: Thank Paul!

You are the man!