2.2.4.39 HostedMailbox

The HostedMailbox type contains the information about the hosted mailbox.

Namespace: http://contracts.microsoft.com/WindowsServerEssentials/2011/09/WebApi

      <xs:complexType name="HostedMailbox">
        <xs:complexContent mixed="false">
          <xs:extension base="tns1:Mailbox">
            <xs:sequence>
              <xs:element minOccurs="0" name="Enabled" type="xs:boolean" />
            </xs:sequence>
          </xs:extension>
        </xs:complexContent>
      </xs:complexType>

Enabled: A flag that indicates whether the mailbox is enabled.