![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
09/07/2008, 07:44
|
![Avatar de Peterpay](http://static.forosdelweb.com/customavatars/avatar194134_3.gif) | Colaborador | | Fecha de Ingreso: septiembre-2007 Ubicación: San Francisco, United States
Mensajes: 3.858
Antigüedad: 17 años, 5 meses Puntos: 87 | |
Respuesta: envio de correos Checa los AlternateView con eso puedes garantizar el envio
AlternateView vista = AlternateView.CreateAlternateViewFromString(msg.Bo dy, null, MediaTypeNames.Text.Html);
vista.LinkedResources.Add(new LinkedResource(rutadetuimagen));
msg.AlternateViews.Add(vista); |