Gets or sets the user name used to connect to the SMTP server.

Namespace: BlogEngine.Core
Assembly:  BlogEngine.Core (in BlogEngine.Core.dll)
Version: 1.2.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public string SmtpUsername{ get; set;}
Public Property SmtpUsername As String
public:
property String^ SmtpUsername {
	String^ get ();
	void set (String^ value);
}

Field Value

The user name used to connect to the SMTP server.

See Also