GetRoomLists
Returns a collection of room lists available in the Exchange organization. The room lists are mail-enabled distribution groups that contain email addresses of meeting rooms, often used to simplify resource scheduling in Outlook and other calendar tools.
Result Set Columns
| Name | Type | Description |
| Name | String | The display name of the room list, typically representing a group of physical meeting rooms. This name is shown to users when selecting rooms for scheduling meetings. |
| EmailAddress | String | The SMTP email address associated with the room list. Used to send meeting invitations to all rooms in the list. |
| RoutingType | String | Specifies the protocol used for message routing. A common value is SMTP, which indicates standard email routing. |
| MailboxType | String | Defines the type of mailbox associated with the room list. Possible values include Room, DistributionGroup, or PublicFolder, which determine how the list functions within Exchange. |