When i go to email a messege with vba I get an error DLL load error i think im missing a dll file any ideals to what it might be?
sample of my code:
MailPrepare "To",Email,Subject,MailBodyFile
MailAttach MailAttachFile
MailSend
if NM_ResultCode > 0 Then
print NM_ResultText
Else
Print "Mail Send Was OK."
End If
sample of my code:
MailPrepare "To",Email,Subject,MailBodyFile
MailAttach MailAttachFile
MailSend
if NM_ResultCode > 0 Then
print NM_ResultText
Else
Print "Mail Send Was OK."
End If