Method | Description | |
---|---|---|
IsValidEmail ( string email ) : bool |
email checking routine
|
|
SendAccountUnlockedEmail ( string email ) : void |
|
|
SendBulkEmail ( |
sends bulk emails to items in dt
|
|
SendContactUsEmail ( string firstName, string lastName, string email, string phone, string questionRelatesTo, string question ) : string |
|
|
SendForgotPassword ( string email ) : void |
|
|
SendModelUploaded ( vwarDAL co ) : void | ||
SendNewRegistrationNotificationEmail ( System.Web.Security.MembershipUser newUser ) : void | ||
SendRegistrationApprovalEmail ( string email ) : void |
|
|
SendRegistrationConfirmation ( string email ) : void |
|
|
SendReportViolationEmail ( string contentObjID, string contentObjectName, string description, string userEmail ) : void |
|
|
SendSingleMessage ( string body, string toAddress, string subject, string fromAddress, string fromName, string bccAddress, string ccAddress, bool isHtmlFormat, string attachmentFileName ) : void |
|
|
SendSupportRequest ( string toAddress, string ccEmailAddress, string subject, string domain, string email, string update, string category, string priority, string shortDescription, string status, string description ) : string |
|
Method | Description | |
---|---|---|
SiteSignature ( ) : string |
|
public static IsValidEmail ( string email ) : bool | ||
string | ||
return | bool |
public static SendAccountUnlockedEmail ( string email ) : void | ||
string | ||
return | void |
public static SendBulkEmail ( |
||
dt | ||
subject | string | |
body | string | |
emailColumnName | string | |
senderCopyAddress | string | |
bccRecipientsPerEmail | int | |
return | void |
public static SendContactUsEmail ( string firstName, string lastName, string email, string phone, string questionRelatesTo, string question ) : string | ||
firstName | string | |
lastName | string | |
string | ||
phone | string | |
questionRelatesTo | string | |
question | string | |
return | string |
public static SendForgotPassword ( string email ) : void | ||
string | ||
return | void |
public static SendModelUploaded ( vwarDAL co ) : void | ||
co | vwarDAL | |
return | void |
public static SendNewRegistrationNotificationEmail ( System.Web.Security.MembershipUser newUser ) : void | ||
newUser | System.Web.Security.MembershipUser | |
return | void |
public static SendRegistrationApprovalEmail ( string email ) : void | ||
string | ||
return | void |
public static SendRegistrationConfirmation ( string email ) : void | ||
string | ||
return | void |
public static SendReportViolationEmail ( string contentObjID, string contentObjectName, string description, string userEmail ) : void | ||
contentObjID | string | |
contentObjectName | string | |
description | string | |
userEmail | string | |
return | void |
public static SendSingleMessage ( string body, string toAddress, string subject, string fromAddress, string fromName, string bccAddress, string ccAddress, bool isHtmlFormat, string attachmentFileName ) : void | ||
body | string | |
toAddress | string | |
subject | string | |
fromAddress | string | |
fromName | string | |
bccAddress | string | |
ccAddress | string | |
isHtmlFormat | bool | |
attachmentFileName | string | |
return | void |
public static SendSupportRequest ( string toAddress, string ccEmailAddress, string subject, string domain, string email, string update, string category, string priority, string shortDescription, string status, string description ) : string | ||
toAddress | string | |
ccEmailAddress | string | |
subject | string | |
domain | string | |
string | ||
update | string | |
category | string | |
priority | string | |
shortDescription | string | |
status | string | |
description | string | |
return | string |