EmailAction.Server property

[This object is no longer supported. Please use IExecAction with the powershell Send-MailMessage cmdlet as a workaround.]

For scripting, gets or sets the name of the SMTP server that you use to send email from.

This property is read/write.

Syntax

EmailAction.Server As String

Property value

The name of the server that you use to send email from.

Remarks

Make sure the SMTP server that sends the email is setup correctly. E-mail is sent using NTLM authentication for Windows SMTP servers, which means that the security credentials used for running the task must also have privileges on the SMTP server to send email message. If the SMTP server is a non-Windows based server, then the email will be sent if the server allows anonymous access. For info about managing SMTP server settings, see SMTP administration.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]
End of client support
Windows 7
End of server support
Windows Server 2008 R2
Type library
Taskschd.tlb
DLL
Taskschd.dll

See also

EmailAction

Task Scheduler