Documentation

GetUserPhotoType extends BaseRequestType
in package

Defines the request to get a user’s photo.

Table of Contents

Properties

$Email  : string
Identifies the email address of the user whose photo is requested.
$SizeRequested  : string
Contains the requested photo size.
$TypeRequested  : string
Specifies the type of a user photo.

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

$Email

Identifies the email address of the user whose photo is requested.

public string $Email
Tags
since

Exchange 2013

$SizeRequested

Contains the requested photo size.

public string $SizeRequested
Tags
since

Exchange 2013

see
UserPhotoSizeType

$TypeRequested

Specifies the type of a user photo.

public string $TypeRequested
Tags
since

Exchange 2016

see
UserPhotoTypeType

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