Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: Re: Help with SMTPMail New Question


Message #1 by Mindy Leslie <mindyjeanne@y...> on Wed, 24 Apr 2002 17:06:52 -0700 (PDT)
--0-1873363833-1019693212=:2851
Content-Type: text/plain; charset=us-ascii


 
  How would I add an attachment ?
 
Mindy Jeanne Leslie



---------------------------------
Do You Yahoo!?
Yahoo! Games - play chess, backgammon, pool and more
Message #2 by "Minh T. Nguyen" <nguyentriminh@y...> on Wed, 24 Apr 2002 17:17:53 -0700
This is a multi-part message in MIME format.

------=_NextPart_000_0012_01C1EBB3.F84AF5A0
Content-Type: text/plain;
	charset="US-ASCII"
Content-Transfer-Encoding: 7bit

Mindy,
 
    In C# it's:
 
    YourMailMessageObject.Attachments.Add(new
MailAttachement(@"C:\yourfile.txt"));
 
Have fun,
Minh.
 
-----Original Message-----
From: Mindy Leslie [mailto:mindyjeanne@y...] 
Sent: Wednesday, April 24, 2002 5:07 PM
To: ASP+
Subject: [aspx] Re: Help with SMTPMail New Question




  How would I add an attachment ? 



Mindy Jeanne Leslie




  _____  

Do You Yahoo!?
Yahoo! Games <http://rd.yahoo.com/welcome/*http://games.yahoo.com>  -
play chess, backgammon, pool and more --- 
http://p2p.wrox.com/manager.asp or 


Message #3 by Mindy Leslie <mindyjeanne@y...> on Wed, 24 Apr 2002 17:23:47 -0700 (PDT)
--0-1776122312-1019694227=:69416
Content-Type: text/plain; charset=us-ascii


 Thanx
  this is a secondary project, for myself.  A way to facilitate sending out my
resumes.
Mindy Jeanne
  "Minh T. Nguyen" <nguyentriminh@y...> wrote: Mindy,     In C# it's:     YourMailMessageObject.Attachments.Add(new
MailAttachement(@"C:\yourfile.txt")); Have fun,Minh. -----Original Message-----
From: Mindy Leslie [mailto:mindyjeanne@y...] 
Sent: Wednesday, April 24, 2002 5:07 PM
To: ASP+
Subject: [aspx] Re: Help with SMTPMail New Question



  How would I add an attachment ? 

Mindy Jeanne Leslie



---------------------------------
Do You Yahoo!?
Yahoo! Games - play chess, backgammon, pool and more --- Change your mail options at http://p2p.wrox.com/manager.asp or to
unsubscribe send a blank email to  --- 


---------------------------------
Do You Yahoo!?
Yahoo! Games - play chess, backgammon, pool and more

  Return to Index