C# Класс Website.Mail

Показать файл Открыть проект

Открытые методы

Метод Описание
IsValidEmail ( string email ) : bool

email checking routine

SendAccountUnlockedEmail ( string email ) : void

SendBulkEmail ( DataTable dt, string subject, string body, string emailColumnName, string senderCopyAddress, int bccRecipientsPerEmail ) : void

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

Приватные методы

Метод Описание
SiteSignature ( ) : string

Описание методов

IsValidEmail() публичный статический Метод

email checking routine
public static IsValidEmail ( string email ) : bool
email string
Результат bool

SendAccountUnlockedEmail() публичный статический Метод

public static SendAccountUnlockedEmail ( string email ) : void
email string
Результат void

SendBulkEmail() публичный статический Метод

sends bulk emails to items in dt
public static SendBulkEmail ( DataTable dt, string subject, string body, string emailColumnName, string senderCopyAddress, int bccRecipientsPerEmail ) : void
dt System.Data.DataTable
subject string
body string
emailColumnName string
senderCopyAddress string
bccRecipientsPerEmail int
Результат void

SendContactUsEmail() публичный статический Метод

public static SendContactUsEmail ( string firstName, string lastName, string email, string phone, string questionRelatesTo, string question ) : string
firstName string
lastName string
email string
phone string
questionRelatesTo string
question string
Результат string

SendForgotPassword() публичный статический Метод

public static SendForgotPassword ( string email ) : void
email string
Результат void

SendModelUploaded() публичный статический Метод

public static SendModelUploaded ( vwarDAL co ) : void
co vwarDAL
Результат void

SendNewRegistrationNotificationEmail() публичный статический Метод

public static SendNewRegistrationNotificationEmail ( System.Web.Security.MembershipUser newUser ) : void
newUser System.Web.Security.MembershipUser
Результат void

SendRegistrationApprovalEmail() публичный статический Метод

public static SendRegistrationApprovalEmail ( string email ) : void
email string
Результат void

SendRegistrationConfirmation() публичный статический Метод

public static SendRegistrationConfirmation ( string email ) : void
email string
Результат void

SendReportViolationEmail() публичный статический Метод

public static SendReportViolationEmail ( string contentObjID, string contentObjectName, string description, string userEmail ) : void
contentObjID string
contentObjectName string
description string
userEmail string
Результат void

SendSingleMessage() публичный статический Метод

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
Результат void

SendSupportRequest() публичный статический Метод

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
email string
update string
category string
priority string
shortDescription string
status string
description string
Результат string