ArrayOfInvalidRecipientsType
extends ArrayType
in package
Represents the recipients of a folder sharing request that are invalid.
Table of Contents
Properties
- $InvalidRecipient : array<string|int, InvalidRecipientType>
- Contains the SMTP address of the invalid recipient and information about why the recipient is invalid.
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.
Properties
$InvalidRecipient
Contains the SMTP address of the invalid recipient and information about why the recipient is invalid.
public
array<string|int, InvalidRecipientType>
$InvalidRecipient
= array()
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