EMThumbnailGeneratorCreateAlert Method

Alterian Email Manager 6.2.3 SDK Help File

Namespace:  DMLibrary
Assembly:  DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420

Syntax
public static void CreateAlert(
	string AppName,
	int ClientID,
	int UserID,
	string Message,
	string StackTrace,
	string FileNameWithFullPath,
	bool LogAlert
)

Parameters

AppName
Type: SystemString
ClientID
Type: SystemInt32
UserID
Type: SystemInt32
Message
Type: SystemString
StackTrace
Type: SystemString
FileNameWithFullPath
Type: SystemString
LogAlert
Type: SystemBoolean
See Also