2.2.4.69 t:SingleRecipientType Complex Type
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. |