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
$DistinguishedUser
Identifies Anonymous and Default user accounts for delegate access.
public
string
$DistinguishedUser
Tags
$ExternalUserIdentity
Identifies an external delegate user or an external user who has folder access permissions.
public
string
$ExternalUserIdentity
Tags
$PrimarySmtpAddress
Represents the primary Simple Mail Transfer Protocol (SMTP) address of an account to be used for delegate access.
public
string
$PrimarySmtpAddress
Tags
$SID
Represents the security descriptor definition language (SDDL) form of the security identifier (SID).
public
string
$SID
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