User Profile

Collapse

Profile Sidebar

Collapse
cuatanic
cuatanic
Last Activity: Feb 13 '12, 09:21 AM
Joined: Jan 19 '12
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • cuatanic
    started a topic sending with outlook 2007

    sending with outlook 2007

    i made an email blast program in vb6. i am using microsoft outlook 2003 to send the emails, i want to use microsoft outlook 2007. how am i gonna do that?

    i have attached my program below

    thank you...
    See more | Go to post

  • cuatanic
    started a topic multiple email - error is unknown recipient

    multiple email - error is unknown recipient

    my recipients' address to be imported from a database to a textbox. but i keep on getting an error of unknown recipient. please help me with this.

    these are my codes for my send button so far

    Code:
    Dim StartPos, Counter As Integer
        Dim FindString, ReplaceText As String
        FindString = "       "
        ReplaceText = " ; "
         
        For Counter = 1 To Len(address.Text)
    ...
    See more | Go to post
No activity results to display
Show More
Working...