Results 1 to 2 of 2

Thread: [RESOLVED]Saving Lotus Mail as Draft

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Feb 2007
    Posts
    83

    [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
    Last edited by Jonga; Feb 27th, 2007 at 06:44 AM.

  2. #2

    Thread Starter
    Lively Member
    Join Date
    Feb 2007
    Posts
    83

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width