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

  • SEARCH
  • Home
  • 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 401533
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T17:02:34+00:00 2026-05-12T17:02:34+00:00

(This post is referencing Exchange 2010 but the capability of resource mailboxes was introduced

  • 0

(This post is referencing Exchange 2010 but the capability of resource mailboxes was introduced in Exchange 2007)

Exchange allows you to create different types of mailboxes for conference rooms – resource mailboxes – and assign custom properties to them, e.g. “Whiteboard”, “A/V”. These properties appear to be boolean, e.g. a conference room either has a whiteboard or not. You can assign these to a mailbox in the Exchange 2010 Management console (or in the Shell).

I’m trying to figure out how to programmatically access these properties. It doesn’t appear that the Exchange Web Services API was intended for this, as all underlying data ends up being stored in Active Directory.

For example, one of the properties unique to a conference room mailbox is Resource Capacity, and you can grab that from Active Directory as follows:

child.Properties["msExchResourceCapacity"]

Where “child” represents a DirectoryEntry object as you’re iterating through the contents of an Active Directory ou.

After browsing the Active Directory Schema at http://msdn.microsoft.com/en-us/library/ms675085(VS.85).aspx, nothing jumped at me.

Thanks

  • 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. Editorial Team
    Editorial Team
    2026-05-12T17:02:34+00:00Added an answer on May 12, 2026 at 5:02 pm

    Resource Custom Properties (“Whiteboard”, “A/V” in your question) are stored in the Active Directory Configuration Partition in the multivalue msExchResourcePropertySchema-attribute of CN=Resource Schema,CN=Global Settings,CN=Exchange 2010,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=ex2010,DC=lab. (So you won’t find that information if you connect to DC=ex2010,DC=lab – you need to connect to the Configuration Partition Namespace – CN=Configuration,DC=ex2010,DC=lab.)

    You need to use the Set-ResourceConfig cmdlet to add selectable custom resource properties (for example: Set-ResourceConfig -DomainController dc01.ex2010.lab -ResourcePropertySchema ("Room/16Seats","Equipment/Projector","Room/8Seats","Equipment/Whiteboard")). Then you need to use the Set-MailBox cmdlet (ie Set-MailBox roomtest -ResourceCustom "8Seats") to set the Resource Custom Properties for that particular resource mailbox.

    I would advise against setting these Exchange-specific attributes manually (ie through System.DirectoryServices) as it might lead to unpredicable results. The supported way is to use the cmdlets. So, I would recommend that you call the cmdlets from your .NET code. There’s a tutorial on CodeProject to get you started.

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

Sidebar

Related Questions

Referencing this post: ruby on rails average per day I'm getting the average per
This post asks this question but doesn't really give an answer, so I thought
This post started as a question on ServerFault ( https://serverfault.com/questions/131156/user-receiving-partial-downloads ) but I determined
This post is incorrectly tagged 'send' since I cannot create new tags. I have
I have made this mistake several times, and found myself referencing This Post every
(No this is not the same as my last post, I'm trying something different
I'm trying to create a pack ui referencing a xaml resource inside of an
This post reference to the One Definition Rule. Wikipedia is pretty bad on explaining
This post on SO answers most of the questions I have (much thanks to
This post relates to this: Add row to inlines dynamically in django admin Is

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.