Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The SingleRecipientType complex type specifies the e-mail address information for a single message recipient.
-
<xs:complexType name="SingleRecipientType"> <xs:choice> <xs:element name="Mailbox" type="t:EmailAddressType" /> </xs:choice> </xs:complexType>
The following table lists the child elements of the SingleRecipientType complex type.
Element name |
Type |
Description |
---|---|---|
Mailbox |
t:EmailAddressType (section 2.2.4.31) |
Specifies the e-mail address of a recipient. |