When I use reply without attachment, [attachment “TIMEDATA.TXT” deleted by Gloria HWS/CORP] will be shown on the reply email.I find the follow script in iNotes6 template. How can I customize it so that the message can become [attachment “TIMEDATA.TXT”] only?
REM {Web Style Reply with History - No Attachments};
path :=@ReplaceSubstring(@ReplaceSubstring(@Subset(@DbName; -1); “\”; “/”);" “;”+") ;
Format:=@GetProfileField(“CalendarProfile”; “FormatReplies”);
FormatChar:=@GetProfileField(“CalendarProfile”;“OffsetChar”);
@If(Format=“1”;@URLOpen(“/” + path + “/Reply+With+History?OpenForm&ParentUNID=” + @Replace(@Text(@DocumentUniqueID); “:”; “” ) + “&InheritParent=23” + “&Format=”+Formatchar);@Command([ComposeWithReference];“”:“”;“Reply With History”; 23))