Page 2 of 2 FirstFirst 12
Results 16 to 20 of 20
  1. #16
    rpeare is offline VIP
    Windows XP Access 2003
    Join Date
    Jul 2011
    Posts
    5,442
    multiple emails should be as simple as:



    maildoc.sendto = ("email1@email.com, email2@email.com, etc..")

    for outlook a comma or semi colon are equally valid separators I suspect the same is true of lotus notes.

  2. #17
    nagiese is offline Advanced Beginner
    Windows XP Access 2007
    Join Date
    Jan 2011
    Location
    Nashville, TN
    Posts
    43
    When I enter the array in with the multiple email addresses I get a mail router delivery failure. Lotus notes is not picking up the second email address, its reading the email.com email2 as an address. when you look at the format that is comming through it looks normal but for some reason its not processing through accurately. I'm not sure why. Right now I'm only able to Sendto, CC, and BCC some one. I'm not sure how I'm going to make this work if I have to send a report out to a distribution list.

  3. #18
    rpeare is offline VIP
    Windows XP Access 2003
    Join Date
    Jul 2011
    Posts
    5,442
    Try messing around with something like

    dim tostring
    tostring = "email1@email.com, email2@email.com"
    maildoc.sendto(tostring)

    or mess around with the punctuation

    tostring = "email1@email.com; email2@email.com"

  4. #19
    nagiese is offline Advanced Beginner
    Windows XP Access 2007
    Join Date
    Jan 2011
    Location
    Nashville, TN
    Posts
    43
    No such luck got same router delivery failure.

  5. #20
    rpeare is offline VIP
    Windows XP Access 2003
    Join Date
    Jul 2011
    Posts
    5,442
    perhaps this:

    maildoc.sendto("email1@email.com","email2@email.co m")

Page 2 of 2 FirstFirst 12
Please reply to this thread with any new information or opinions.

Similar Threads

  1. Lotus Notes Automation
    By manic in forum Programming
    Replies: 10
    Last Post: 03-30-2012, 02:55 PM
  2. Replies: 3
    Last Post: 03-08-2012, 04:43 PM
  3. Importing cell notes from excel
    By timmy in forum Import/Export Data
    Replies: 1
    Last Post: 03-12-2011, 01:34 PM
  4. Replies: 0
    Last Post: 08-20-2010, 09:26 AM
  5. Import Lotus Notes address book into a MS Access table.
    By acheo in forum Import/Export Data
    Replies: 0
    Last Post: 02-19-2007, 02:43 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums