How Can I close the service for a specific user in Exchange Server 2007 -


I'm new to touching program 20077 programming. My scenario is to read the mail from more than one user account at a time. I am now reading a user's information, but not for the other user at the same time. Can someone help me to get this? I'm assuming how I can stop the service for a specific user and continue with the same service to another user.

This is the time limit situation. Immediate response can be of great help.

In advance thank you

Assume that you use Exchange Web Services or EWS managed API You are using, you do not have to stop anything.

While viewing Approvite permissions (this is exactly what you really need), just open another user by mailbox by specifying the user's primary email address in the bind operation:

 < Code> var folder = folder Bine (Service, New Folder ID (WellenFolderName Inbox, New Mailbox ("someone@company.local")));    

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

memcached - Django cache performance -