RoutingType (EmailAddress)

The RoutingType element represents the routing protocol for the recipient.

<RoutingType/>

string

Attributes and elements

The following sections describe attributes, child elements, and parent elements.

Attributes

None.

Child elements

None.

Parent elements

Element Description
Email (EmailAddressType)
Specifies the e-mail address of the MailboxData object. This element is used in the GetUserAvailability operation.

The following is the XPath to this element:

/GetUserAvailabilityRequest/MailboxDataArray/MailboxData[i]/Email
Mailbox (Availability)
Represents the mailbox user for a SetUserOofSettings or GetUserOofSettings request.

The following are the XPath expressions to this element:

/GetUserOofSettingsRequest/Mailbox

/SetUserOofSettingsRequest/Mailbox

Text value

A text value is optional. The following are the possible values:

  • SMTP
  • EX

If no value is provided, the default value of SMTP is used.

Remarks

This element can occur at most one time in the Email (EmailAddressType) element. This element is not required. This element exists for the inclusion of future protocols. Another RoutingType element is used for accessing items in a user's mailbox.

The schema that describes this element is located in the IIS virtual directory that hosts Exchange Web Services.

Element information

Element Example
Namespace
https://schemas.microsoft.com/exchange/services/2006/types
Schema Name
Types schema
Validation File
Types.xsd
Can be Empty
False

See also