ManagementEmailErrorDetails(String, String, String, String, String, CpCollection, String, MailPriority) Method

Definition

Namespace: Centralpoint.Web
Assembly: Centralpoint.Web (in Centralpoint.Web.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public static void EmailErrorDetails(
	string emailServer,
	string from,
	string to,
	string subject,
	string comments,
	CpCollection details,
	string url,
	MailPriority priority
)

Parameters

emailServer  String
 
from  String
 
to  String
 
subject  String
 
comments  String
 
details  CpCollection
 
url  String
 
priority  MailPriority
 

See Also