Login

Recover Your Password

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

SendNote

Sends a Note to the Member. The note will popup for the member when they logon, or it will be available for the notes interface if the AllowNotePopup site property is false.


Syntax


Call ccLib.SendNote( ToMemberID, FromName, FromEmail, Subject, Body, DateExpires)


Parameters


ToMemberID - Long Integer, Index to the record in the People Content


FromName - String, Name that appears as the sender


FromEmail - String, email address that appears as the sender


Subject - String, subject line of the email


Body ? String, body of the email


DateExpires ? String, Date on which this Note expires

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