View member feedback to this tip.
To be notified of a mail document containing a return receipt sent to you from the Designer client, create a column in your $Inbox folder. In that column, enable "display values as icons" and add the following formula.
@If (ReturnReceipt!= "1";0;1)
I use this formula for a one character wide no title column.
REM {This column shows the secret
agent dude when there is a request
for a ReturnRecipt};
@If(ReturnReceipt="1";163;0)
Then I follow it up with an menu agent.
Remove Return Receipt FIELD ReturnReceipt := @DeleteField;SELECT @All-- Robert T.
Do you have comments of your own? Let us know.
This was first published in January 2004