SearchFolderType
extends FolderType
in package
Represents a search folder that is contained in a mailbox.
Table of Contents
Properties
- $ChildFolderCount : int
- Represents the number of child folders that are contained within a folder.
- $DisplayName : string
- Contains the display name of a folder.
- $EffectiveRights : EffectiveRightsType
- Contains the client's rights based on the permission settings for the item or folder.
- $ExtendedProperty : ExtendedPropertyType
- Identifies extended properties on folders.
- $FolderClass : string
- Represents the folder class for a given folder.
- $FolderId : FolderIdType
- Contains the identifier and change key of a folder.
- $ManagedFolderInformation : ManagedFolderInformationType
- Contains information about a managed folder.
- $ParentFolderId : FolderIdType
- Represents the identifier of the parent folder that contains the folder.
- $PermissionSet : PermissionSetType
- Contains all the configured permissions for a folder.
- $SearchParameters : SearchParametersType
- Contains the parameters that define a search folder.
- $TotalCount : int
- Represents the total count of items within a given folder.
- $UnreadCount : int
- Represents the count of unread items within a given folder.
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
$ChildFolderCount
Represents the number of child folders that are contained within a folder.
public
int
$ChildFolderCount
This property is read-only.
Tags
$DisplayName
Contains the display name of a folder.
public
string
$DisplayName
Tags
$EffectiveRights
Contains the client's rights based on the permission settings for the item or folder.
public
EffectiveRightsType
$EffectiveRights
This element is read-only.
Tags
$ExtendedProperty
Identifies extended properties on folders.
public
ExtendedPropertyType
$ExtendedProperty
Tags
$FolderClass
Represents the folder class for a given folder.
public
string
$FolderClass
Tags
$FolderId
Contains the identifier and change key of a folder.
public
FolderIdType
$FolderId
Tags
$ManagedFolderInformation
Contains information about a managed folder.
public
ManagedFolderInformationType
$ManagedFolderInformation
Tags
$ParentFolderId
Represents the identifier of the parent folder that contains the folder.
public
FolderIdType
$ParentFolderId
Tags
$PermissionSet
Contains all the configured permissions for a folder.
public
PermissionSetType
$PermissionSet
Tags
$SearchParameters
Contains the parameters that define a search folder.
public
SearchParametersType
$SearchParameters
Tags
$TotalCount
Represents the total count of items within a given folder.
public
int
$TotalCount
Tags
$UnreadCount
Represents the count of unread items within a given folder.
public
int
$UnreadCount
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