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

The Secondary Email Server Name, If the primary email server fails and this value in web.config is not empty, then OfficeClip will attempt to send emails through this server.

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public static string EmailServerName1 { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property EmailServerName1 As String
Visual C++
public:
static property String^ EmailServerName1 {
	String^ get ();
}

See Also