InvalidRecipientResponseCodeType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The InvalidRecipientResponseCodeType enumeration provides information about why the recipient is invalid.
public enum class InvalidRecipientResponseCodeType
public enum InvalidRecipientResponseCodeType
Public Enum InvalidRecipientResponseCodeType
- Inheritance
-
InvalidRecipientResponseCodeType
Fields
Name | Value | Description |
---|---|---|
OtherError | 0 | |
RecipientOrganizationNotFederated | 1 | Indicates that a sharing relationship is not available with the organization specified in the recipient's SMTP e-mail address. |
CannotObtainTokenFromSTS | 2 | Indicates that there was a problem obtaining a security token from the token server. |
SystemPolicyBlocksSharingWithThisRecipient | 3 | Indicates that the system administrator has set a system policy that blocks sharing with the specified recipient. |
RecipientOrganizationFederatedWithUnknownTokenIssuer | 4 |