Visual Basic Code , VB.NET Code, VB Code
  Home   :  Code   :  Forums   :  Submit   :  Mailing List   :  About   :  Contact


outlook macro


outlook macro

Author
Message
bootloadernoob
bootloadernoob
Forum God
Forum God (3.6K reputation)Forum God (3.6K reputation)Forum God (3.6K reputation)Forum God (3.6K reputation)Forum God (3.6K reputation)Forum God (3.6K reputation)Forum God (3.6K reputation)Forum God (3.6K reputation)Forum God (3.6K reputation)

Group: Forum Members
Posts: 23, Visits: 84
Hi,

I was trying to do a simple macro in outlook to send emails out everyday, with the same message.

This is what I have so far, but it's not working

Sub test()
   Dim mail As Outlook.MailItem
   With mail
    .To = "mailto:test@yahoo.com"
    .Subject = "please work"
    .Body = "test"
    .Send
    End With

End Sub

Any help will be greatly appreciated

GO


Similar Topics


Reading This Topic


Login
Existing Account
Email Address:


Password:


Social Logins

Select a Forum....

















A1VBCode Forums


Search