Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
Exch-Rest
3.50.0
functions/mailItems/Get-EXRItemSize.ps1
function
Get-EXRItemSize
(
)
{
$PR_MESSAGE_SIZE
=
Get-EXRTaggedProperty
-DataType
"Integer"
-Id
"0x0E08"
$Props
=
@(
)
$Props
+=
$PR_MESSAGE_SIZE
return
$Props
}