"This agent formula sends Martha O’Connell the contents of the Comments rich text field in a memo with the subject Feedback. The agent is triggered on an Action menu selection event and its target is the selected documents.
Subject: I searched for Note item not found on Mailsend… but
The rich text field doesn’t actually “contain” an attachment – it only has a link to the attachment itself. The attachment is actually held in a $FILE item on the original document. Formula language doesn’t have a method to add an attachment to a memo created using @MailSend – you’d need to use LotusScript or Java to do that.
You can, however, send a copy of the document itself to the user using @MailSend. It means putting a SendTo field on the document/form, but other than that there’s not much to it.