Documentation

UserIdType extends Type
in package

Identifies a delegate user or a user who has folder access permissions.

Table of Contents

Properties

$DisplayName  : string
Defines the display name of a folder, contact, distribution list, or delegate user.
$DistinguishedUser  : string
Identifies Anonymous and Default user accounts for delegate access.
$ExternalUserIdentity  : string
Identifies an external delegate user or an external user who has folder access permissions.
$PrimarySmtpAddress  : string
Represents the primary Simple Mail Transfer Protocol (SMTP) address of an account to be used for delegate access.
$SID  : string
Represents the security descriptor definition language (SDDL) form of the security identifier (SID).

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, or delegate user.

public string $DisplayName
Tags
since

Exchange 2007 SP1

$DistinguishedUser

Identifies Anonymous and Default user accounts for delegate access.

public string $DistinguishedUser
Tags
since

Exchange 2007 SP1

see
DistinguishedUserType

$ExternalUserIdentity

Identifies an external delegate user or an external user who has folder access permissions.

public string $ExternalUserIdentity
Tags
since

Exchange 2010

$PrimarySmtpAddress

Represents the primary Simple Mail Transfer Protocol (SMTP) address of an account to be used for delegate access.

public string $PrimarySmtpAddress
Tags
since

Exchange 2007 SP1

$SID

Represents the security descriptor definition language (SDDL) form of the security identifier (SID).

public string $SID
Tags
since

Exchange 2007 SP1

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