[RESOLVED]Saving Lotus Mail as Draft
hello fellow vb masters,
i was able to send mail in VB using lotus notes.
now, im wondering is there a way to just save the mail as a Draft, so that it is not automatically sent?
i think its somewhere here:
Code:
With noDocument
.PostedDate = Now()
.Send 0, vaRecipient
End With
im currently looking for ways to do that, so if in case you guys already know, pls give a sweet reply, thanks!
Jonga
Resolved Saving Lotus Mail as Draft
got it.
the code above should not be included...
and a
Code:
Call noDocument.Save(True, True)
should be added