Figure 6-44 Including rooms in an OWA meeting request. in Visual C#

Printer QR-Code in Visual C# Figure 6-44 Including rooms in an OWA meeting request.

Figure 6-44 Including rooms in an OWA meeting request.
QR Code Maker In C#.NET
Using Barcode generation for .NET framework Control to generate, create QR Code 2d barcode image in .NET framework applications.
www.OnBarcode.com
Read QR-Code In C#.NET
Using Barcode recognizer for Visual Studio .NET Control to read, scan read, scan image in .NET applications.
www.OnBarcode.com
You can discover the current set of room mailboxes with this command:
Making Barcode In C#
Using Barcode printer for VS .NET Control to generate, create bar code image in Visual Studio .NET applications.
www.OnBarcode.com
Barcode Reader In Visual C#.NET
Using Barcode reader for Visual Studio .NET Control to read, scan read, scan image in .NET framework applications.
www.OnBarcode.com
Get-Mailbox Filter {ResourceType eq 'Room'} | Format-Table Name, Res* -AutoSize
Making QR-Code In Visual Studio .NET
Using Barcode creation for ASP.NET Control to generate, create QR Code image in ASP.NET applications.
www.OnBarcode.com
Painting QR Code JIS X 0510 In VS .NET
Using Barcode drawer for .NET Control to generate, create QR-Code image in VS .NET applications.
www.OnBarcode.com
Name ---Conference Room 14341 Executive Conference Room Preston Conference Room Liffey Conference Room London Conference Room Lisbon Conference Room Longford Conference Room Leitrim Conference Room Liverpool Conference Room Leixlip Conference Room
QR Code 2d Barcode Encoder In Visual Basic .NET
Using Barcode printer for .NET Control to generate, create QR Code ISO/IEC18004 image in .NET framework applications.
www.OnBarcode.com
QR Code Generation In Visual C#
Using Barcode drawer for VS .NET Control to generate, create QR-Code image in .NET applications.
www.OnBarcode.com
ResourceCapacity ----------------
Data Matrix 2d Barcode Drawer In C#
Using Barcode maker for Visual Studio .NET Control to generate, create Data Matrix image in .NET framework applications.
www.OnBarcode.com
USS Code 128 Printer In C#
Using Barcode generator for VS .NET Control to generate, create Code 128 image in .NET applications.
www.OnBarcode.com
16 24 24 50 100
Make Bar Code In Visual C#.NET
Using Barcode creation for .NET framework Control to generate, create barcode image in .NET applications.
www.OnBarcode.com
Bookland EAN Printer In Visual C#
Using Barcode creator for .NET Control to generate, create ISBN - 13 image in .NET framework applications.
www.OnBarcode.com
ResourceCustom --------------{} {} {} {} {Concall} {Concall} {} {Concall} {Whiteboard, Concall, HALO} {TV}
Drawing Code39 In None
Using Barcode drawer for Microsoft Excel Control to generate, create Code 39 Full ASCII image in Microsoft Excel applications.
www.OnBarcode.com
DataMatrix Creation In VB.NET
Using Barcode creation for Visual Studio .NET Control to generate, create ECC200 image in .NET framework applications.
www.OnBarcode.com
ResourceType -----------Room Room Room Room Room Room Room Room Room Room
QR Code JIS X 0510 Decoder In Java
Using Barcode scanner for Java Control to read, scan read, scan image in Java applications.
www.OnBarcode.com
Code 39 Encoder In Java
Using Barcode generator for Java Control to generate, create Code 39 image in Java applications.
www.OnBarcode.com
Defining custom properties for resource mailboxes
PDF-417 2d Barcode Drawer In None
Using Barcode generation for Software Control to generate, create PDF 417 image in Software applications.
www.OnBarcode.com
Recognizing Code 39 In None
Using Barcode decoder for Software Control to read, scan read, scan image in Software applications.
www.OnBarcode.com
We see two properties listed that can be used to communicate details about the rooms to users when they decide which room they d like to book. The ResourceCapacity property is
Barcode Creation In None
Using Barcode creator for Excel Control to generate, create barcode image in Office Excel applications.
www.OnBarcode.com
Recognizing Barcode In VB.NET
Using Barcode recognizer for VS .NET Control to read, scan read, scan image in .NET applications.
www.OnBarcode.com
6
6 Managing Mail-Enabled Recipients
used to state the number of people that can fit in the room. This is purely advisory because Exchange doesn t apply any intelligence to meeting requests to check that the number of attendees listed doesn t exceed the capacity of the selected room. The ResourceCustom property allows administrators to indicate whether anything special is available in the room. Before you can populate any value into the ResourceCustom property, you have to create a set of custom properties for the resource configuration with the Set-ResourceConfig cmdlet. For example, this command creates a basic set of different items that you might find in a room:
Set-ResourceConfig ResourcePropertySchema ("Room/TV", "Room/Concall", "Room/HALO", "Room/Whiteboard", "Room/Video", "Room/ComfortableChairs")
You ll note that the resource values can t have spaces. There is no UI in EMC or ECP to manage the set of custom properties. If you need to update the set of custom properties you can either rewrite the complete set or update the current set with a few lines of EMS code. For example:
$CurrentConfig = Get-ResourceConfig $CurrentConfig.ResourcePropertySchema+="Room/PictureWindow" Set-ResourceConfig ResourcePropertySchema $CurrentConfig.ResourcePropertySchema
Note that the set of custom properties can also contain properties that are used to differentiate equipment mailboxes. All of the entries in the set that we have seen so far are prefixed with Room/ so Exchange knows that these properties only apply to room mailboxes. Properties used with equipment mailboxes are prefixed with Equipment/ and can be added as described earlier. Once the resource configuration is populated, if a room is equipped with the HP Halo Communications System, this could be indicated as such by setting the property as follows:
Set-Mailbox Identity 'Liverpool Conference Room' ResourceCustom ('HALO')
This command will overwrite any existing custom properties that exist for the mailbox. If multiple custom resources are available in a room, you can populate them like this:
Set-Mailbox Identity 'Liverpool Conference Room' ResourceCustom ('HALO', 'Concall')
Of course, you can also set these properties through EMC by selecting the mailbox and then going to the Resource General tab. Figure 6-45 shows the custom property picker that exposes the set of properties defined with the Set-ResourceConfig cmdlet. Because we ve selected a room mailbox, it follows that Exchange has applied a filter so that the picker only displays the custom properties applicable to room mailboxes.
6
Resource mailboxes
Figure 6-45 Setting custom properties for a room mailbox.
Providing policy direction to the Resource Booking Attendant
Another important property is shown on the Resource General tab. When you enable the Resource Booking Attendant, you instruct Exchange that the attendant should monitor incoming meeting requests for the room to decide whether or not the requests should be accepted. The policy set for the room mailbox determines the action that the Resource Booking Attendant takes. Each room mailbox can have a distinct booking policy that you can see through the Resource Policy tab. Figure 6-46 illustrates two important property tabs that provide the direction to the Resource Booking Attendant: the Resource Information tab and the Resource Policy tab. The Resource Information tab defines how the attendant handles items that it adds to the calendar of the room mailbox. This information is exposed if a user browses the room s calendar to look for a suitable time to schedule a meeting. Attachments, comments, and subjects for meetings are removed because they often contain confidential information that you don t want all to see if they look for a meeting slot. You can also see that a property governs how noncalendar items are processed when they are delivered to the mailbox. Room mailboxes have SMTP addresses and can be sent normal email like any other mailbox. Telling Exchange to remove noncalendar items as they arrive keeps the mailbox from filling up with unwanted material. The Calendar Assistant can be configured to remove old
Copyright © OnBarcode.com . All rights reserved.