2.2.4.8 t:InvalidRecipientType Complex Type

The InvalidRecipientType complex type specifies a recipient with whom a sharing relationship could not be created.

 <xs:complexType name="InvalidRecipientType">
   <xs:sequence>
     <xs:element name="SmtpAddress"
       type="t:NonEmptyStringType"
      />
     <xs:element name="ResponseCode"
       type="t:InvalidRecipientResponseCodeType"
      />
     <xs:element name="MessageText"
       type="xs:string"
       minOccurs="0"
      />
   </xs:sequence>
 </xs:complexType>
  

The following table lists the child elements of the InvalidRecipientType complex type.

Element

Type

Description

SmtpAddress

t:NonEmptyStringType ([MS-OXWSCDATA] section 2.2.5.20)

Specifies the SMTP e-mail address of the recipient.

ResponseCode

t:InvalidRecipientResponseCodeType (section 2.2.5.2)

Specifies the reason why the recipient is invalid.

MessageText

xs:string ([XMLSCHEMA2])

Specifies the text of an error message. This element can be present.