Поделиться через


GetRoomsType.RoomList Property

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Property RoomList As EmailAddressType
    Get
    Set
'Usage
Dim instance As GetRoomsType
Dim value As EmailAddressType

value = instance.RoomList

instance.RoomList = value
public EmailAddressType RoomList { get; set; }