Cmdlets for Gmail

Build 23.0.8839

Select-Gmail Cmdlet

Parameters   Output Objects  

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='test@test.com'"

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839