C# Class WebApplication4.Controllers.EmailController

Afficher le fichier Open project: Rxcso/PrototipoSoftware Class Usage Examples

Méthodes publiques

Свойство Type Description
SmtpServer System.Net.Mail.SmtpClient
credentials System.Net.NetworkCredential
db WebApplication4.Models.inf245netsoft

Méthodes publiques

Méthode Description
EnviarCorreoCompra ( int idVenta, string correo ) : void
EnviarCorreoPostergarcionFuncion ( int codFuncion ) : void
EnviarCorreoRegistro ( string correo ) : void
EnviarCorreoReserva ( int idVenta, string correo ) : void

Method Details

EnviarCorreoCompra() public static méthode

public static EnviarCorreoCompra ( int idVenta, string correo ) : void
idVenta int
correo string
Résultat void

EnviarCorreoPostergarcionFuncion() public static méthode

public static EnviarCorreoPostergarcionFuncion ( int codFuncion ) : void
codFuncion int
Résultat void

EnviarCorreoRegistro() public static méthode

public static EnviarCorreoRegistro ( string correo ) : void
correo string
Résultat void

EnviarCorreoReserva() public static méthode

public static EnviarCorreoReserva ( int idVenta, string correo ) : void
idVenta int
correo string
Résultat void

Property Details

SmtpServer public_oe static_oe property

public static SmtpClient,System.Net.Mail SmtpServer
Résultat System.Net.Mail.SmtpClient

credentials public_oe static_oe property

public static NetworkCredential,System.Net credentials
Résultat System.Net.NetworkCredential

db public_oe static_oe property

public static inf245netsoft,WebApplication4.Models db
Résultat WebApplication4.Models.inf245netsoft