views:

162

answers:

0

Hello All,

I am invoking a new meeting window from my outlook addin and allowing user to create new meeting and send. When user does not enter subject or location, i am validating (with yes/no buttons to continue) them and when i call .send() method on outlook interop object it is also validating and popping up the message. So, its double validation. I would like to suppress interop object validation ( Outlook.AppointmentItem ). Is this possible?

Other solution could be i would let iterop object to validate the values. But i did not find a way how to handle whether user clicked yes or no? (in subject/location validation message outlook show yes and no buttons when they are empty).

Thanks