UtilityLogError Method (String, APIMessageType, String)Ipswitch.Messaging.Framework
LogError places messages into the Event Viewer log

Namespace: IMailAPI_NET
Assembly: IMailAPI_NET (in IMailAPI_NET.dll) Version: 1.0.0.0
Syntax

public static void LogError(
	string strSource,
	APIMessageType MsgType,
	string strMessage
)

Parameters

strSource
Type: SystemString
Source can be anything to describe where the error is being thrown
MsgType
Type: IMailAPI_NETAPIMessageType

[Missing <param name="MsgType"/> documentation for "M:IMailAPI_NET.Utility.LogError(System.String,IMailAPI_NET.APIMessageType,System.String)"]

strMessage
Type: SystemString
Message to log
See Also

Reference