Skip to content

Commit

Permalink
Merge pull request #260 from vaskotoo/patch-1
Browse files Browse the repository at this point in the history
Allow array input for $User
  • Loading branch information
scrthq committed Jan 22, 2020
2 parents 8e1510e + b1800ea commit cebd628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PSGSuite/Public/Gmail/Get-GSGmailMessageList.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ function Get-GSGmailMessageList {
(
[parameter(Mandatory = $false,ValueFromPipelineByPropertyName = $true)]
[Alias("PrimaryEmail","UserKey","Mail")]
[String]
[String[]]
$User = $Script:PSGSuite.AdminEmail,
[parameter(Mandatory = $false,ParameterSetName = "Filter")]
[Alias('Query')]
Expand Down

0 comments on commit cebd628

Please sign in to comment.