YOU SHOULD NEVER USE OFFICE ASSEMBLIES IN ASP.NET OR ON A CENTRALIZED SERVER. THEY ARE NOT LICENSED FOR SERVER USE AND THEY ARE PERFORMANCE-DANGEROUS. (Though all the Microsoft people - VSTO team members, MCS consultants - I've talked to on these points were very fuzzy about specifics, very strong in the stance however.)
∞ Andy Badera ∞ +1 518-641-1280 ∞ This email is: [ ] bloggable [x] ask first [ ] private ∞ Google me: http://www.google.com/search?q=andrew%20badera On Mon, Sep 21, 2009 at 6:45 AM, Yogesh Dige <[email protected]> wrote: > > 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.. >
