Property | Type | Description | |
---|---|---|---|
SmtpServer | |||
credentials | |||
db |
Method | Description | |
---|---|---|
EnviarCorreoCompra ( int idVenta, string correo ) : void | ||
EnviarCorreoPostergarcionFuncion ( int codFuncion ) : void | ||
EnviarCorreoRegistro ( string correo ) : void | ||
EnviarCorreoReserva ( int idVenta, string correo ) : void |
public static EnviarCorreoCompra ( int idVenta, string correo ) : void | ||
idVenta | int | |
correo | string | |
return | void |
public static EnviarCorreoPostergarcionFuncion ( int codFuncion ) : void | ||
codFuncion | int | |
return | void |
public static EnviarCorreoRegistro ( string correo ) : void | ||
correo | string | |
return | void |
public static EnviarCorreoReserva ( int idVenta, string correo ) : void | ||
idVenta | int | |
correo | string | |
return | void |
public static SmtpClient,System.Net.Mail SmtpServer | ||
return |
public static NetworkCredential,System.Net credentials | ||
return |