Ver Mensaje Individual
  #18 (permalink)  
Antiguo 19/06/2008, 13:33
pablokes
 
Fecha de Ingreso: enero-2008
Mensajes: 233
Antigüedad: 17 años, 1 mes
Puntos: 2
Respuesta: Enviar E-mail C#

String sFile = @"C:\a.doc";
Attachment oAttch = new Attachment(sFile);

mensaje.Attachments.Add(oAttch);


muchisimas Gracias :D!