lotus notes - Hold a mail from sending to complete some operation -


i referring extmail sample lotus notes c api toolkit. has event handler em_mailsendnote flag em_reg_before.

i want hold mail being sent @ client side until operation completes. not able figure out how c api doc.

i can think of following approaches:

1) change status of mail further processing on mail not done. (e.g 'send' shared action code changes 'actioninprogress' field of notesdocument "1024")

2) change status of mail , move mail other folder

please suggest how using c api. thanks.

on server side, believe done changing value of routingstate item "hold".


Comments

Popular posts from this blog

python 3 IndexError: list index out of range -

android - How to save instance state of selected radiobutton on menu -

IF statement in MySQL trigger -