2. отправить письмо (не рекомендуется)
3. отобразить сообщение (не рекомендуется)
Здравствуйте,
Похоже на русском языке, не верно донесли смысл этого, так как на английском это звучит как
deprecated- устаревшая, похоже что компанией Microsoft было решено отказаться от этих пунктов.
You can select the Send an e-mail or Display a message option, but these are deprecated features, which means that they may or
may not work because Microsoft is no longer maintaining them.
Если хотите попробовать использовать обходные пути, посмотрите следующую статью (на английском языке)-
Can’t Create Tasks to Display Messages in Task Scheduler in Windows 8 and Later
<Actions Context="Author">
<Exec>
<Command>powershell</Command>
<Arguments>-WindowStyle hidden -Command "& {[System.Reflection.Assembly]::LoadWithPartialName('System.Windows.Forms'); [System.Windows.Forms.MessageBox]::Show('Your_Message_Body','Your_Message_Title')}"</Arguments>
</Exec>
</Actions>
Avis de non-responsabilité:
Mon opinion ne peut pas coïncider avec la position officielle de Microsoft.
Bien cordialement, Andrei ...

MCP