InvalidRecipientResponseCodeType
extends Enumeration
in package
Provides information about why a recipient is invalid.
Table of Contents
Constants
- CANNOT_OBTAIN_TOKEN_FROM_STS = 'CannotObtainTokenFromSTS'
- Indicates that there was a problem obtaining a security token from the token server.
- OTHER = 'OtherError'
- Indicates that the error is not specified by another error response code.
- RECIPIENT_ORG_FEDERATED_UNKNOWN_TOKEN_ISSUER = 'RecipientOrganizationFederatedWithUnknownTokenIssuer'
- Indicates that the secure token service that is used by the specified recipient is unknown.
- RECIPIENT_ORG_NOT_FEDERATED = 'RecipientOrganizationNotFederated'
- Indicates that a sharing relationship is not available with the organization specified in the recipient's SMTP e-mail address.
- SYSTEM_POLICY_BLOCKS_SHARING_WITH_RECIPIENT = 'SystemPolicyBlocksSharingWithThisRecipient'
- Indicates that the system administrator has set a system policy that blocks sharing with the specified recipient.
Properties
- $_ : string
- Element value.
Methods
- __clone() : mixed
- Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
- __toString() : string
- Returns the value of this enumeration as a string.
Constants
CANNOT_OBTAIN_TOKEN_FROM_STS
Indicates that there was a problem obtaining a security token from the token server.
public
string
CANNOT_OBTAIN_TOKEN_FROM_STS
= 'CannotObtainTokenFromSTS'
Tags
OTHER
Indicates that the error is not specified by another error response code.
public
string
OTHER
= 'OtherError'
Tags
RECIPIENT_ORG_FEDERATED_UNKNOWN_TOKEN_ISSUER
Indicates that the secure token service that is used by the specified recipient is unknown.
public
string
RECIPIENT_ORG_FEDERATED_UNKNOWN_TOKEN_ISSUER
= 'RecipientOrganizationFederatedWithUnknownTokenIssuer'
Tags
RECIPIENT_ORG_NOT_FEDERATED
Indicates that a sharing relationship is not available with the organization specified in the recipient's SMTP e-mail address.
public
string
RECIPIENT_ORG_NOT_FEDERATED
= 'RecipientOrganizationNotFederated'
Tags
SYSTEM_POLICY_BLOCKS_SHARING_WITH_RECIPIENT
Indicates that the system administrator has set a system policy that blocks sharing with the specified recipient.
public
string
SYSTEM_POLICY_BLOCKS_SHARING_WITH_RECIPIENT
= 'SystemPolicyBlocksSharingWithThisRecipient'
Tags
Properties
$_
Element value.
public
string
$_
Tags
Methods
__clone()
Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
public
__clone() : mixed
__toString()
Returns the value of this enumeration as a string.
public
__toString() : string
.