Results 1 to 2 of 2
  1. #1
    rodkort is offline Novice
    Windows XP Access 2007
    Join Date
    Nov 2010
    Posts
    1

    Question Email Sending Automatically Using DoCmd.SendObject

    Hi,

    My access database sends an email using the following:

    Code:
    DoCmd.SendObject acSendReport, "rptProviderLineRequestUK", acFormatRTF, strEmails, , , "Provider Line Request", , True
    This all worked fine, until the customer changed their email client from Outlook 2003 to Outlook 2007. The email used to be editable, but since the change the email is sent directly.

    The [EditMessage] option is set to true, so why are the emails now being sent directly rather than being editable?



    Thanks for any help.

    Best regards

    Simon

  2. #2
    ajetrumpet is offline VIP
    Windows Vista Access 2007
    Join Date
    Mar 2010
    Location
    N/A
    Posts
    2,694
    you might look in the outlook 'options' menu. there is a tickbox somewhere in there on one of those tabs that says 'send immediately when connected'. what this does is send messages strait to the outbox when the 'send' button is clicked. you might start there.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. DoCmd.SendObject Question
    By HunterEngineeringCoop in forum Programming
    Replies: 3
    Last Post: 10-04-2010, 01:42 PM
  2. Sending mail automatically
    By carstenhdk in forum Forms
    Replies: 1
    Last Post: 05-31-2010, 04:23 PM
  3. Email sent via DoCmd.SendObject
    By silverback in forum Programming
    Replies: 0
    Last Post: 10-29-2009, 06:26 AM
  4. Send email using SendObject instruction
    By stecco in forum Access
    Replies: 4
    Last Post: 09-09-2009, 01:55 AM
  5. DoCmd.SendObject Help
    By bgreer5050 in forum Programming
    Replies: 0
    Last Post: 01-12-2007, 06:27 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