Closed DavidLazarou closed 2 years ago
`What would you like to do?
$OL = New-Object -ComObject outlook.application
$mItem = $OL.CreateItem("olMailItem")
$mItem.To = "David.Lazarou@trafigura.com" $mItem.Subject = "New Derivative Request" $mItem.Body ="!" $mItem.Send()
`What would you like to do?