C# Class TeamMentor.CoreLib.SendEmails

Datei anzeigen Open project: TeamMentor/Master Class Usage Examples

Public Methods

Method Description
SendEmailToEmail ( string to, string subject, string message ) : bool
SendEmailToTM ( string subject, string message ) : bool
SendNewUserEmails ( string subject, TMUser tmUser ) : void
SendNewUserEmails_UserDisabled__Workflow ( string subject, TMUser tmUser ) : void
SendWelcomeEmailToUser ( TMUser tmUser ) : void
send ( EmailMessage emailMessage ) : bool
send ( EmailMessage_Post emailMessagePost ) : bool
send ( string subject, string message ) : bool
send ( string to, string subject, string message ) : bool
send ( string to, string subject, string message, bool htmlMessage ) : bool
send_TestEmail ( ) : bool

Private Methods

Method Description
SendEmails ( ) : System
SendPasswordReminderToUser ( TMUser tmUser, System.Guid passwordResetToken ) : bool

Method Details

SendEmailToEmail() public static method

public static SendEmailToEmail ( string to, string subject, string message ) : bool
to string
subject string
message string
return bool

SendEmailToTM() public static method

public static SendEmailToTM ( string subject, string message ) : bool
subject string
message string
return bool

SendNewUserEmails() public static method

public static SendNewUserEmails ( string subject, TMUser tmUser ) : void
subject string
tmUser TMUser
return void

SendNewUserEmails_UserDisabled__Workflow() public static method

public static SendNewUserEmails_UserDisabled__Workflow ( string subject, TMUser tmUser ) : void
subject string
tmUser TMUser
return void

SendWelcomeEmailToUser() public static method

public static SendWelcomeEmailToUser ( TMUser tmUser ) : void
tmUser TMUser
return void

send() public method

public send ( EmailMessage emailMessage ) : bool
emailMessage EmailMessage
return bool

send() public method

public send ( EmailMessage_Post emailMessagePost ) : bool
emailMessagePost EmailMessage_Post
return bool

send() public method

public send ( string subject, string message ) : bool
subject string
message string
return bool

send() public method

public send ( string to, string subject, string message ) : bool
to string
subject string
message string
return bool

send() public method

public send ( string to, string subject, string message, bool htmlMessage ) : bool
to string
subject string
message string
htmlMessage bool
return bool

send_TestEmail() public method

public send_TestEmail ( ) : bool
return bool