Results 1 to 2 of 2

Thread: Arraylist Into a Mail Function

  1. #1

    Thread Starter
    Member Comn8u's Avatar
    Join Date
    Jul 2004
    Posts
    35

    Arraylist Into a Mail Function

    If I was going to store e-mail addresses in the arraylist, how would I unload them for use of sending an e-mail?

    e.g.
    Dim objMail As New System.Web.Mail.MailMessage()
    objMail.To = **?**

  2. #2
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359
    You could use .CopyTo and then pull the results from the destination array.
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width