hi I want to create the service which will run on server and will send the mails for that i need 1) send the meeting request to the person using the outlook 2) and as i am sending through the service in mail it should be like behalf of ( other user.)
see i tried but into the Microsoft.Office.Interop.Outlook.MailItem here i am getting the Behalf of option and in Microsoft.Office.Interop.Outlook.appointment Item i am getting the Request option but i want these both option in one class. so i can send the request onbehalf of some person to the another user. So basically my need is want to create the Service which will send the Meeting request through the outlook on behalf of another user. thanks in advance..
