hi, I would like to forward newly arriving emails without attachments (and if easily possible remove redundant spaces)I have not found such a rule in mail db that is why I guess I have to make simple agent for this.Unfortunatelly I do not know how to handle with a field body in memo because this field has more “parts”… thank you, jakub
Subject: RE: field body in memo
You will have to use LotusScript or Java for this. Removal of the attachments requires use of (assuming LotusScript) the NotesRichTextItem and NotesEmbeddedObject classes. There are no “simple actions” to support this level of manipulation.