Lotus Notes Agent to forward an email on a button press -


i add butoon toolbar in lotus notes performs following actions when clicked on:

  • forward selected email (in preview pane), cc'ing sender of original email, , standard text cc'd body of email.

any advice on start appreciated. have been trying work out notes user guide not getting far.

thanks much,

rob.

create new toolbar button clicking file\preferences...\toolbar\customize\new\button... , use toolbar button formula:

_from := @text(from); @command([mailforward]); @command([editnextfield]); @command([editinserttext]; _from); @command([editgotofield]; "body"); @command([editinserttext]; "your text" + @newline + "goes here...") 

Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -