Mailbox
Last modified: May 24, 2010
Applies to: Exchange Server 2007 | Exchange Server 2010
The Mailbox element identifies a mail-enabled Active Directory object.
<Mailbox>
<Name/>
<EmailAddress/>
<RoutingType/>
<MailboxType/>
<ItemId/>
</Mailbox>
EmailAddressType
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
None.
Child Elements
Element |
Description |
---|---|
Defines the name of the mailbox user. This element is optional. |
|
Defines the Simple Mail Transfer Protocol (SMTP) address of a mailbox user. This element is optional. |
|
Defines the routing that is used for the mailbox. The default is SMTP. This element is optional. |
|
Defines the mailbox type of a mailbox user. This element is optional. |
|
Defines the item identifier of a contact or private distribution list for recipients from a user's contacts folder. This element is optional. |
Parent Elements
Element |
Description |
---|---|
Defines a request to expand a distribution list. The following is the XPath expression to this element: /ExpandDL |
|
Contains an array of recipients of an item. |
|
Represents a collection of recipients that will receive a copy of the message. |
|
Represents a collection of recipients to receive a blind carbon copy (Bcc) of an e-mail. |
|
Identifies an array of e-mail addresses to which replies should be sent. |
|
Identifies the sender of an item. |
|
Represents the addressee from whom the message was sent. |
|
Represents the organizer of a meeting. |
|
Identifies default Microsoft Exchange Server 2007 folders. The following are the XPath expressions to this element:
|
|
Contains a single resolved entity. |
|
Contains an array of mailboxes that are contained in a distribution list. |
|
Represents attendees and resources for a calendar item. |
|
Defines a request to add managed folders to a mailbox. |
|
Defines a request to add delegates to a mailbox. |
|
Defines a request to get information about delegates to a mailbox. |
|
Defines a request to remove delegates from a mailbox. |
|
Defines a request to update delegates in a mailbox. |
|
Describes the delegate in a delegate access scenario. |
|
Describes the principal in a delegate access scenario. |
|
Represents a member of a distribution list. |
Text Value
None.
Remarks
The EmailAddress and ItemId elements identify a mailbox or distribution list. The EmailAddress element identifies a mailbox or distribution list by SMTP address. The ItemId element identifies a mailbox by an item identifier, which is associated with a particular mailbox. The ItemId element cannot be used for sending a message to a distribution list or a contact in a public contacts folder. An error will be thrown if this is used in a CreateItem, UpdateItem, or SendItem operation when an attempt is made to send a message to a distribution list or contact in a contacts public folder. Use the ExpandDL operation to get the SMTP address and then send the message by using the EmailAddress element instead of the ItemId element.
Another element, Mailbox (Availability), provides information for availability operations.
The schema that describes this element is located in the IIS virtual directory that hosts Exchange Web Services of the Client Access server.
Element Information
Namespace |
https://schemas.microsoft.com/exchange/services/2006/types |
Schema Name |
Types schema |
Validation File |
Types.xsd |
Can be Empty |
False |