functions/mailItems/Get-EXRItemSize.ps1

function Get-EXRItemSize(){
        $PR_MESSAGE_SIZE= Get-EXRTaggedProperty -DataType "Integer" -Id "0x0E08"  
        $Props = @()
        $Props +=$PR_MESSAGE_SIZE
    return $Props
}