Sending "Auto-Accepted" Appointments using Exchange Web Services
I need to send appointments/meetings to individual mailboxes from EWS that are auto accept开发者_JAVA百科ed, right now I send the appointments and go back into each mailbox and accept them programmatically, cleaning up the responses and such, for the most part it works but I find it clunky.
Looking for a cleaner solution to this, I'm using Exchange Server 2007 SP1 with Exchange Web Services Managed API 1.1, C#..
Looking to see if anyone else has any suggestions or solutions to this issue.
Thanks
Unfortunately, there is no better way.
精彩评论