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