Odcl_WriteEmail

(From ODCL_LM file)

<< Click to Display Table of Contents >>

Navigation:  ObjectDCL > Free Extra Lisp function > External files >

Odcl_WriteEmail

(From ODCL_LM file)

Previous pageReturn to chapter overviewNext page

 

Odcl_SendMail

This method will send an email via outlook without opening it.

First parameter

Email address as String

ex: "support@ductisoft.com"

 

Second parameter

Title text or Subject as string

 

Third parameter

Body text as string

 

Fourth parameter

Attachement file as string

ex: "Hello" or Nil if not required

 

Note:

Please note that Outlook must be present in the current PC.

 

Return Values

Nil

 

Example:

Write email to few recipient.

(Odcl_SendMail "support@ductisoft.com" "Title" "Body" "c:\\Project\\Myfile.zip")

(Odcl_SendMail "support@fuctisoft.com;grandma@gmail.com" "hhis is y@ur picture"

"Hello Grand Ma.." Nil)

 

AutoLisp Synsax:

(Odcl_SendMail To [as String] Title [as String] Body [as String] AttachFile [as String])