Results 1 to 5 of 5

Thread: Outlook auto-click "accept" link?

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2007
    Posts
    0

    Outlook auto-click "accept" link?

    Execute "accept" hyperlink within an email

    I am an independent contract and receive emails from the companies that contract me as mass email blasts. The first contractor to click the "accept" link within the email gets the job. It's tough, because the email goes out to many contractors all at once.

    I'm pretty sure that outlook can do this, and if anyone here can help me get this done I'll gladly pay you. It needs to:

    1. Screen for the email addresses that send out the mass emails (basically 3 different ones)

    2. Click the link - link appears like this: http://ladsvalues.landam.com/cgi/Acc...01810&BI=22366

    The OrderID is different each time & the company it comes from will depend (in this case ladsvalues.landam.com), but the rest of the link is always the same from that company. My idea was to have it screen the links for "Accept.cgi" and click that link, but don't really care how it works.

    A more advance version would allow for it to:
    1. screen for type of appraisal - for example look for text "Drive By BPO", "Interior BPO", or "$70" to allow me to pick and choose the orders myself

    2. restrict the number of times it clicks accept each day - or it's possible I will accept too much work to possibly complete

    This should be helpful to the programmer:

    Search the HTMLBody property of the message for links that fit your criteria. You can use regular expressions, see the links on the VBScript page at left. Or, if they make your brain hurt, use standard text parsing functions like Instr() and Mid().

    Once you get the link text, invoke either the IE or Outlook browser, using the syntax described at http://www.outlookcode.com/d/tips/formhyperlink.htm

    I'm currently running outlook 2007 Professional Plus, but I also have Outlook 2003

    I would like this completed ASAP - Please PM me a time frame & amount you would like to be paid for completion of this project.

    I'm sure this is an easy job for someone familiar with VB, but I am not that guy.

    Thanks

  2. #2

    Thread Starter
    New Member
    Join Date
    Jul 2007
    Posts
    0

    Re: Outlook auto-click "accept" link?

    bump

  3. #3
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,710

    Re: Outlook auto-click "accept" link?

    Welcome to the Forums.

    Thread Moved
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  4. #4

    Thread Starter
    New Member
    Join Date
    Jul 2007
    Posts
    0

    Re: Outlook auto-click "accept" link?

    thank you

  5. #5
    New Member
    Join Date
    Oct 2013
    Posts
    0

    Re: Outlook auto-click "accept" link?

    I am an independent contractor in Denmark with exact same problem. Could you please help me with a solution ?

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