Send email: Difference between revisions

Content added Content deleted
Line 54: Line 54:
Set doc = New NotesDocument( db )
Set doc = New NotesDocument( db )
doc.Form = "Memo"
doc.Form = "Memo"
doc.SendTo = "Email Recipient"
doc.SendTo = "John Doe"
doc.Subject = "Subject of this mail"
doc.Subject = "Subject of this mail"
Call doc.Send( False )
Call doc.Send( False )