hi all,
I am using below commands to open the lotus notes mail, and pass the value to SendTo field, subject and body. But this commands are only opens lotus mail in client mode only, but my application is web based application.
I was assigned this command in a page to the hotspot button. And I also changed the IE properties e-mail to Lotus Mail.
Analist := "abc@xyz.com ";
KeyUser := "Owner ";
ITMag := "RespSis ";
RespIT := "RespITMAG ";
@PostedCommand([MailComposeMemo]);
@PostedCommand([EditGotoField]; “EnterSendTo”);
@PostedCommand([EditInsertText]; Analist : QPri : KeyUser : Owner : ITMag : RespSis : RespIT : RespITMAG);
@PostedCommand([EditGotoField]; “Subject”);
@PostedCommand([EditInsertText]; @Name([CN];@UserName) + " had rejected the project " + TITULOPrY);
@PostedCommand([EditGotoField]; “Body”);
@PostedCommand([EditInsertText]; “The reason are: “);””
Pls give ur ideas
Adv thanks
Rajan