| Overview | Service | Command |
| Authorization token required | true |
| Admin Authorization token required | false |
<GetMailboxMetadataRequest> ## GetMailboxMetadataRequest
<meta section="{metadata-section-key}" /> ## SectionAttr
</GetMailboxMetadataRequest>
elements and attributes you can define within a
<GetMailboxMetadataRequest> element:
| XPath | Required / Optional | Description |
| /meta | Optional (0 or 1) | Metadata section specification |
| /meta@section | Required (only 1) | Type: String Metadata section key |
<GetMailboxMetadataResponse> ## GetMailboxMetadataResponse
<meta [section="{section}"]> ## MailCustomMetadata
(<a n="{key}">{value}</a> ## KeyValuePair)*
</meta>
</GetMailboxMetadataResponse>
elements and attributes you can define within a
<GetMailboxMetadataResponse> element:
| XPath | Required / Optional | Description |
| /meta | Optional (0 or 1) | Metadata information |
| /meta@section | Optional (0 or 1) | Type: String Section. Normally present. If absent this indicates that CustomMetadata info is present but there are no sections to report on. |
| /meta/a | Optional (0 or more) | Type: {value} Key value pairs Description for element text content:Value |
| /meta/a@n | Required (only 1) | Type: String Key |