Reply email powershell
问题 Hi again StackOverflow's comunity, I will ask about method ".reply()". This is the code I am trying: function Unread ($correo) { if(($correo -eq $null) -or ($correo.Unread.ToString() -like "False")){ $Noleido = $false }else{ $Noleido = $true return $Noleido } } $body = "Bla bla bla" $firma = "I am here" #$cuerpo = "A test ps" $subject = "Re: automated reply" $Outlook = New-Object -comObject Outlook.Application $OutlookFolders = $Outlook.Session.Folders.Item($buzon1).Folders #Map la bandeja de