Documentation

PersonaAttributionType extends Type
in package

Defines an instance in an array of attributes for a Persona.

Table of Contents

Properties

$DisplayName  : string
Defines the display name of a folder, contact, distribution list, delegate user, or rule.
$FolderId  : FolderIdType
Contains the identifier and change key of a folder.
$Id  : string
Specifies a string that uniquely identifies an app or an attribution in a persona.
$IsHidden  : bool
Contains a Boolean value that indicates whether the underlying contact or Active Directory recipient should be hidden or displayed as part of the persona.
$IsQuickContact  : bool
Specifies a Boolean value that indicates whether the underlying contact or Active Directory recipient is a quick contact.
$IsWritable  : bool
Specifies whether the underlying contact or Active Directory recipient can be written to.
$SourceId  : ItemIdType
Specifies the identifier of the contact or Active Directory recipient.

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

$DisplayName

Defines the display name of a folder, contact, distribution list, delegate user, or rule.

public string $DisplayName
Tags
since

Exchange 2013

$FolderId

Contains the identifier and change key of a folder.

public FolderIdType $FolderId
Tags
since

Exchange 2013

$Id

Specifies a string that uniquely identifies an app or an attribution in a persona.

public string $Id
Tags
since

Exchange 2013

$IsHidden

Contains a Boolean value that indicates whether the underlying contact or Active Directory recipient should be hidden or displayed as part of the persona.

public bool $IsHidden
Tags
since

Exchange 2013

$IsQuickContact

Specifies a Boolean value that indicates whether the underlying contact or Active Directory recipient is a quick contact.

public bool $IsQuickContact
Tags
since

Exchange 2013

$IsWritable

Specifies whether the underlying contact or Active Directory recipient can be written to.

public bool $IsWritable
Tags
since

Exchange 2013

$SourceId

Specifies the identifier of the contact or Active Directory recipient.

public ItemIdType $SourceId
Tags
since

Exchange 2013

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