InvalidRecipientResponseCodeType Enumeration
The InvalidRecipientResponseCodeType enumeration provides information about why the recipient is invalid.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration InvalidRecipientResponseCodeType
'Usage
Dim instance As InvalidRecipientResponseCodeType
[SerializableAttribute]
public enum InvalidRecipientResponseCodeType
Members
| Member name | Description | |
|---|---|---|
| OtherError | ||
| RecipientOrganizationNotFederated | Indicates that a sharing relationship is not available with the organization specified in the recipient's SMTP e-mail address. | |
| CannotObtainTokenFromSTS | Indicates that there was a problem obtaining a security token from the token server. | |
| SystemPolicyBlocksSharingWithThisRecipient | Indicates that the system administrator has set a system policy that blocks sharing with the specified recipient. | |
| RecipientOrganizationFederatedWithUnknownTokenIssuer |
See Also