Login

Recover Your Password

Return to Product Support > Learning Center > Developer References > Legacy Deprecated API > SendMemberEmail

SendMemberEmail

Calls SendEmail with the email of the identity in the ?People? Content matching the ToMemberID. See SendEmail for details.


Syntax


Result = ccLib.SendMemberEmail( ToMemberID, From, Subject, Body, Immediate, HTML )


Parameters


ToMemberID - Long Integer, RecordID of the People record that is to get the email.


From - String, email address that appears as the sender.


Subject - String, subject line of the email


Body ? String, body of the email.


Immediate ? String, if true, the email is stored in an email cache on the server, and set through a server process, instead of the web application process. This delays the email by a few seconds, but does not hold the page up waiting for the mail server protocol.


HTML ? Boolean, if true, the email will be sent in HTML format. If false, simple a simple SMTP test email is sent. Note that SMTP email has a line length of 80 characters. If you send non-HTML email with a line length longer then 80 characters, the email server may not accept it.

This page was last reviewed 4/4/2009 11:57:54 AM