I am building an application that contains data that needs to be fed out to seperate groups of people.
Sending them emails is the only way to do it but this takes ages to do.
Does anyone know of a way to send emails through lotus notes via vb.net code.
i need for example to send:
send to = textbox1.text
subject = textbox2.text
body = textbox3.text
i hope someone can help