2.2.5.2 t:InvalidRecipientResponseCodeType Simple Type
The InvalidRecipientResponseCodeType simple type specifies the reason why a recipient of a folder sharing request was invalid.
-
<xs:simpleType name="InvalidRecipientResponseCodeType"> <xs:restriction base="xs:string" > <xs:enumeration value="CannotObtainTokenFromSTS" /> <xs:enumeration value="RecipientOrganizationNotFederated" /> <xs:enumeration value="SystemPolicyBlocksSharingWithThisRecipient" /> <xs:enumeration value="RecipientOrganizationFederatedWithUnknownTokenIssuer"/> </xs:restriction> </xs:simpleType>
The following values are defined by the InvalidRecipientResponseCodeType simple type:
Value |
Description |
---|---|
CannotObtainTokenFromSTS |
Specifies that there was a problem obtaining a security token from the security token service (STS). |
RecipientOrganizationNotFederated |
Specifies that a sharing relationship is not available with the organization specified in the recipient's SMTP e-mail address. |
SystemPolicyBlocksSharingWithThisRecipient |
Specifies that the system administrator has set a system policy that blocks sharing with the specified recipient. |
RecipientOrganizationFederatedWithUnknownTokenIssuer |
Specifies that the security token service (STS) that is used by the specified recipient is unknown. |