Edit

Share via


InvalidRecipientResponseCodeType Enum

Definition

The InvalidRecipientResponseCodeType enumeration provides information about why the recipient is invalid.

public enum class InvalidRecipientResponseCodeType
public enum InvalidRecipientResponseCodeType
Public Enum InvalidRecipientResponseCodeType
Inheritance
InvalidRecipientResponseCodeType

Fields

CannotObtainTokenFromSTS 2

Indicates that there was a problem obtaining a security token from the token server.

OtherError 0
RecipientOrganizationFederatedWithUnknownTokenIssuer 4
RecipientOrganizationNotFederated 1

Indicates that a sharing relationship is not available with the organization specified in the recipient's SMTP e-mail address.

SystemPolicyBlocksSharingWithThisRecipient 3

Indicates that the system administrator has set a system policy that blocks sharing with the specified recipient.

Applies to