[This is preliminary documentation and is subject to change.]

The user name of the outgoing server who has login previlege of the server.

Namespace:  OfficeClip.BusinessLayer.Desktop.Email
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

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

See Also