DataConnection Type
EmailConnection オブジェクト。
Remarks
EmailConnection オブジェクト。接続プロパティは、このオブジェクトのgetter およびsetter メソッドを使ってアクセスできます。
$conn = Connect-Email -Port 993 -Server 'outlook.office365.com' -Password 'password' -User 'user' -Protocol 'IMAP' -SMTPPort 587 SMTP Server 'smtp.office365.com' $conn | GM