Skip to main content
Skip table of contents

SendEmail

Purpose

This function will send an E-mail message.  The attach parameter is useful if you would like to E-mail a picture taken with a digital camera.  Just attach the path to any picture file created by the camera.


Parameters

Parameter: mto
Type: string
Description: This is the address you are sending the E-mail to.

Parameter: mfrom
Type: string
Description: This is the address you are sending from.  Note that some ISPs will not allow you to put just anything in this field.  You may be required to put your real E-mail address here.  If you are using MAPI to handle your E-mail, MAPI will enter your E-mail address that is associated with your default E-mail account.  In that case, this field will be ignored.

parameter: mCC
Type: string
Description: CC address

Parameter: mBCC
Type: string
Description: This is BCC to address.

Parameter: msubject
Type: string
Description: This is the subject of the E-mail.

Parameter: message
Type: string
Description: This is the body of the E-mail.

Parameter: attach (optional)
Type: string
Description: This is the absolute path name to the file to be attached to the E-mail.


Returns

None


Example

Sample Code

VB
None


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.