SmtpServer Property

MSBuild

The name or IP address of the host used for SMTP transactions


Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)

Syntax

Visual Basic (Declaration)
<Required>
Public Property SmtpServer As String
C#
[Required]
public string SmtpServer { get; set; }
C++
[Required]
public property string SmtpServer sealed  {
    String get();
    void set(String value);
}
J#
/** @attribute Required() */
/** property */
public string get_SmtpServer();

/** property */
public void set_SmtpServer(string value);
JScript
public function get SmtpServer() : String

public function set SmtpServer(value : String);

Remarks

This property is required.

See Also

Syntax based on .NET Framework version 2.0.
Documentation version 1.0.0.0.