Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 71935
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T19:57:57+00:00 2026-05-10T19:57:57+00:00

Has anyone used delegates with exchnage web services? I would like one user to

  • 0

Has anyone used delegates with exchnage web services? I would like one user to be able to control other users’ calendars in Exchange. I’m finding this problem to be a little tricky, and I’d like to see how others have been able to get it to work properly.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-10T19:57:57+00:00Added an answer on May 10, 2026 at 7:57 pm

    I’m just getting started here, but i managed to get access to Resource calendars via a delegate account.

    I used the recommendations from this article about delegate account and resource accounts. (Resource accounts are tricky because they are disabled in the AD, and you have to use a delegate account to get access to them)

    After setting up the delegate account on the server, I set up the ExchangeServerBinding using the credentials of the delegate account:

    ExchangeServiceBinding binding = new ExchangeServiceBinding(); binding.Url = @'https://dc1.litwareinc.com/ews/exchange.asmx'; // Setup binding with username and password of the delegate account binding.Credentials =      new NetworkCredential(delegateuserName, delegatepassword, 'litwareinc.com'); 

    (I’m using Microsofts prepared virtual server image for testing)

    Then when accessing the mailbox, I set up a FindItemType request and use the smtp address of the account i want to access:

    // Prepare request var findItemRequest = new FindItemType(); // Setup the mailbox using the smtp address of the account wanted var mailbox = new EmailAddressType {EmailAddress = mailboxId}; findItemRequest.ParentFolderIds =      new[] {new DistinguishedFolderIdType {Mailbox = mailbox}}; ((DistinguishedFolderIdType) findItemRequest.ParentFolderIds[0]).Id =      DistinguishedFolderIdNameType.calendar; findItemRequest.Traversal = ItemQueryTraversalType.Shallow;  // Add ItemResponseShapeType and Calendarview to request here ...  // The create a FindItemResponseType using the binding and the request var response = binding.FindItem(findItemRequest); 

    So in short:

    1. Setup an account with delegate access on the Exchange server, this can be done via owa or with a Exchange Shell script
    2. Use the account with delegate access on the ExchangeServiceBinding object
    3. Access target account using a FindItemType with the target account smtp-addres as EmailAddressType

    Regards Jesper Hauge

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 85k
  • Answers 85k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer you can run find . -perm +100 -type f -delete May 11, 2026 at 5:07 pm
  • Editorial Team
    Editorial Team added an answer If you are writing your own model, just include the… May 11, 2026 at 5:07 pm
  • Editorial Team
    Editorial Team added an answer The server is sending the wrong MIME-type. The best suggestion… May 11, 2026 at 5:07 pm

Related Questions

I am working on a dataManagement project that periodically deletes files in a specific
Has anyone used the lockfile utility that ships with procmail in conjunction with NFS
Has anyone used Lucene.NET rather than using the full text search that comes with
Has anyone used Mono, the open source .NET implementation on a large or medium

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.