Documentation

ContactsFolderType extends BaseFolderType
in package

Represents a contacts 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.
$SharingEffectiveRights  : string
Indicates the permissions that the user has for the contact data that is being shared.
$TotalCount  : int
Represents the total count of 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
since

Exchange 2007

$DisplayName

Contains the display name of a folder.

public string $DisplayName
Tags
since

Exchange 2007

$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
since

Exchange 2007 SP1

$ExtendedProperty

Identifies extended properties on folders.

public ExtendedPropertyType $ExtendedProperty
Tags
since

Exchange 2007

$FolderClass

Represents the folder class for a given folder.

public string $FolderClass
Tags
since

Exchange 2007

$FolderId

Contains the identifier and change key of a folder.

public FolderIdType $FolderId
Tags
since

Exchange 2007

$ManagedFolderInformation

Contains information about a managed folder.

public ManagedFolderInformationType $ManagedFolderInformation
Tags
since

Exchange 2007

$ParentFolderId

Represents the identifier of the parent folder that contains the folder.

public FolderIdType $ParentFolderId
Tags
since

Exchange 2007

$PermissionSet

Contains all the configured permissions for a folder.

public PermissionSetType $PermissionSet
Tags
since

Exchange 2007 SP1

$SharingEffectiveRights

Indicates the permissions that the user has for the contact data that is being shared.

public string $SharingEffectiveRights
Tags
since

Exchange 2010

see
PermissionReadAccessType

$TotalCount

Represents the total count of items within a given folder.

public int $TotalCount
Tags
since

Exchange 2007

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

        
On this page

Search results