I am trying to send an email using PowerShell and outlook.
$Outlook = New-Object -ComObject Outlook.Application
While sending an email AIP box pops up for selecting a label.
Is there a way to set labels programmatically using PowerShell?
Thanks.