Add-Gmail Cmdlet
Inserts Gmail data.
Syntax
Add-Gmail [parameters]
Remarks
The Add-Gmail cmdlet allows you to use a syntax similar to SQL INSERT statements to create new Gmail records.
Add-Gmail -Connection $connection -Table "Inbox" -Columns @("MessageBody") -Values @("Test")