Select-Gmail Cmdlet
Gmail データを検索します。
Syntax
Select-Gmail [parameters]
Remarks
Select-Gmail コマンドレットを使って、SQL SELECT ステートメントに似た構文を用いてGmail データを検索できます。
$conn = Connect-Gmail -User 'MyUser' -Password 'MyPassword' Select-Gmail -Connection $conn -Table "Inbox" -Columns @("Id","MessageBody") -Where "From='[email protected]'"