Question:
I would like to write code to send an email in SalesLogix. Does anyone have an example of code to do that?
Answer:
here is a short example of using Application.BasicFunctions.QueMessage, which will open the email client with passed parameters:
Dim strTo, strCC, strBCC, strSubject, strBody, strAttachment
strTo = "me@myaccount.com"
strCC = ""
strBCC = ""
strSubject = "test email"
strBody = "Hello World"
strAttachment = ""
Application.BasicFunctions.QueMessage strTo, strCC, strBCC, strSubject, strBody, strAttachment
Have a look at the SalesLogix LAN Developer Reference (search for "QueMessage") for more information.
About SalesLogix Support
|
|
Your SalesLogix Business Partner for SalesLogix Support. |