Get-GSGmailPopSettings

SYNOPSIS

Gets POP settings

SYNTAX

Get-GSGmailPopSettings [[-User] <String>] [<CommonParameters>]

DESCRIPTION

Gets POP settings

EXAMPLES

EXAMPLE 1

Get-GSGmailPopSettings

Gets the POP settings for the AdminEmail user

PARAMETERS

-User

The user to get the POP settings for

Defaults to the AdminEmail user

Type: String
Parameter Sets: (All)
Aliases: PrimaryEmail, UserKey, Mail

Required: False
Position: 1
Default value: $Script:PSGSuite.AdminEmail
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

Google.Apis.Gmail.v1.Data.PopSettings

NOTES

Comments