EDited
Printable View
EDited
What is the question you are asking here? About the error if you press no on the Outlook security prompt. For that you may need to go to that code an add some error handling to catch that, or use a utility like ClickYes to have it press yes for you.Quote:
this the code which generates the contact list on the form load and sends the selected contents to the main form recipient textbox:
Is there a problem with the code you posted also?
no there is no problem with code..
But how will i catch that windows yes or no?
what code will i write?
AND
The e-mail id of the selected rec. should go in the main form textbox not there names...
Edited
Where the "' Do some Actions" line is, is where you place your .Send line of code.
ok!
i have placed a error handler if the user selects 'no'.
Now i want the code which will place the emailids of the seleted contacts in my main form textbox. I have given the code above in 1st post...