GetSharingMetadataType
extends BaseRequestType
in package
Defines a request to get an opaque authentication token that identifies the sharing invitation.
Table of Contents
Properties
- $IdOfFolderToShare : FolderIdType
- Represents the identifier of the folder on the server that will be shared.
- $Recipients : ArrayOfSmtpAddressType
- Represents the SMTP email addresses of one or more entities that will be granted access to the data in the folder that is identified by the IdOfFolderToShare element.
- $SenderSmtpAddress : string
- Represents the SMTP email address that corresponds to the mailbox that contains the folder that is identified by the IdOfFolderToShare element.
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
$IdOfFolderToShare
Represents the identifier of the folder on the server that will be shared.
public
FolderIdType
$IdOfFolderToShare
This element is required.
Tags
$Recipients
Represents the SMTP email addresses of one or more entities that will be granted access to the data in the folder that is identified by the IdOfFolderToShare element.
public
ArrayOfSmtpAddressType
$Recipients
This element is required.
Tags
$SenderSmtpAddress
Represents the SMTP email address that corresponds to the mailbox that contains the folder that is identified by the IdOfFolderToShare element.
public
string
$SenderSmtpAddress
This element is required.
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