Email Members

TFS Build Extensions

Collapse imageExpand ImageCopy imageCopyHover image

The Email type exposes the following members.

Constructors

  NameDescription
Public methodEmail

Properties

  NameDescription
Public propertyAction
Specifies the action to perform. Default is Send.
Public propertyAttachments
An Item Collection of full paths of files to attach to the email.
Public propertyBody
The body of the email.
Public propertyEnableSsl
Sets whether to EnableSsl
Public propertyFormat
Sets the format of the email. Default is HTML
Public propertyMailFrom
The email address to send the email from.
Public propertyMailTo
Sets the Item Collection of email address to send the email to.
Public propertyPort
Sets the port to use. Ignored if not specified.
Public propertyPriority
The priority of the email. Default is Normal
Public propertySmtpServer
The SMTP server to use to send the email.
Public propertySubject
The subject of the email.
Public propertyUseDefaultCredentials
Gets or sets a Boolean value that controls whether the DefaultCredentials are sent with requests. DefaultCredentials represents the system credentials for the current security context in which the application is running. Default is true.

If UserName and UserPassword is supplied, this is set to false. If UserName and UserPassword are not supplied and this is set to false then mail is sent to the server anonymously.

If you provide credentials for basic authentication, they are sent to the server in clear text. This can present a security issue because your credentials can be seen, and then used by others.

Public propertyUserName
Sets the UserName if SmtpClient requires credentials
Public propertyUserPassword
Sets the UserPassword if SmtpClient requires credentials

See Also