GetSharingFolderType
extends BaseRequestType
in package
Defines a request to get the local folder identifier of a specified shared folder.
Table of Contents
Properties
- $DataType : string
- Describes the type of data that is shared by a shared folder.
- $SharedFolderId : string
- Represents the identifier of the shared folder whose local folder identifier should be returned.
- $SmtpAddress : string
- Represents the SMTP e-mail address of the other party in the sharing relationship.
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
$DataType
Describes the type of data that is shared by a shared folder.
public
string
$DataType
This element is optional.
Tags
$SharedFolderId
Represents the identifier of the shared folder whose local folder identifier should be returned.
public
string
$SharedFolderId
This element is optional.
Tags
$SmtpAddress
Represents the SMTP e-mail address of the other party in the sharing relationship.
public
string
$SmtpAddress
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