Documentation

UserPhotoSizeType extends Enumeration
in package

Defines the size of a user's photo being requested.

Table of Contents

Constants

HR1024XN  = 'HR1024xN'
The image is 1024 pixels high and 1024 pixels wide.
HR120X120  = 'HR120x120'
The image is 120 pixels high and 120 pixels wide.
HR1920XN  = 'HR1920xN'
The image is 1920 pixels high and 1920 pixels wide.
HR240X240  = 'HR240x240'
The image is 240 pixels high and 240 pixels wide.
HR360X360  = 'HR360x360'
The image is 360 pixels high and 360 pixels wide.
HR432X432  = 'HR432x432'
The image is 432 pixels high and 432 pixels wide.
HR48X48  = 'HR48x48'
The image is 48 pixels high and 48 pixels wide.
HR504X504  = 'HR504x504'
The image is 504 pixels high and 504 pixels wide.
HR648X648  = 'HR648x648'
The image is 648 pixels high and 648 pixels wide.
HR64X64  = 'HR64x64'
The image is 64 pixels high and 64 pixels wide.
HR96X96  = 'HR96x96'
The image is 96 pixels high and 96 pixels wide.

Properties

$_  : string
Element value.

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.
__toString()  : string
Returns the value of this enumeration as a string.

Constants

HR1024XN

The image is 1024 pixels high and 1024 pixels wide.

public string HR1024XN = 'HR1024xN'
Tags
since

Exchange 2016

HR120X120

The image is 120 pixels high and 120 pixels wide.

public string HR120X120 = 'HR120x120'
Tags
since

Exchange 2013

HR1920XN

The image is 1920 pixels high and 1920 pixels wide.

public string HR1920XN = 'HR1920xN'
Tags
since

Exchange 2016

HR240X240

The image is 240 pixels high and 240 pixels wide.

public string HR240X240 = 'HR240x240'
Tags
since

Exchange 2013

HR360X360

The image is 360 pixels high and 360 pixels wide.

public string HR360X360 = 'HR360x360'
Tags
since

Exchange 2013

HR432X432

The image is 432 pixels high and 432 pixels wide.

public string HR432X432 = 'HR432x432'
Tags
since

Exchange 2013

HR48X48

The image is 48 pixels high and 48 pixels wide.

public string HR48X48 = 'HR48x48'
Tags
since

Exchange 2013

HR504X504

The image is 504 pixels high and 504 pixels wide.

public string HR504X504 = 'HR504x504'
Tags
since

Exchange 2013

HR648X648

The image is 648 pixels high and 648 pixels wide.

public string HR648X648 = 'HR648x648'
Tags
since

Exchange 2013

HR64X64

The image is 64 pixels high and 64 pixels wide.

public string HR64X64 = 'HR64x64'
Tags
since

Exchange 2013

HR96X96

The image is 96 pixels high and 96 pixels wide.

public string HR96X96 = 'HR96x96'
Tags
since

Exchange 2013

Properties

$_

Element value.

public string $_
Tags
deprecated
1.0.0

This property will be removed in a future release and should not be used. Instead, you should reference the constants implemented in the class directly.

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

__toString()

Returns the value of this enumeration as a string.

public __toString() : string

.

Tags
suppress

PhanDeprecatedProperty

Return values
string

        
On this page

Search results