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

The email server name that is used to send emails through OfficeClip. If this value is set to empty string in the web.config, no email will be sent

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

Syntax

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

See Also