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:
im currently looking for ways to do that, so if in case you guys already know, pls give a sweet reply, thanks!Code:With noDocument .PostedDate = Now() .Send 0, vaRecipient End With
Jonga




Reply With Quote