Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. KarenLloyd

    Outlook Automation - send emails from a different account/profile

    So far, this seems to work for me in Outlook 2007, so I will try in 2010 with MS Exchange ** gcSendAccount is my chosen address ** TempMsg.DBF has the recipient email address(es) in a field called EmailBox * and another memo for the Msg_Body - can change to HTMLBody instead of just Body **...
  2. KarenLloyd

    Outlook Automation - send emails from a different account/profile

    OK, quick update - SentOnBehalfOfName works
  3. KarenLloyd

    Outlook Automation - send emails from a different account/profile

    Good afternoon I have a bit more info. The company has Microsoft Exchange and Outlook 2010 / Office 365 Their central email account is only set up on one computer but the other users now have the permissions to send from the central account. The address appears in the email message from /...
  4. KarenLloyd

    Outlook Automation - send emails from a different account/profile

    Hi Olaf Thank you for your response. I must remember to use FOR EACH, as it does make a difference in many object collections Using your code the subject line shows correctly but it still doesn't work on SendUsingAccount. I know this works for some. I might just remove office and start again...
  5. KarenLloyd

    Outlook Automation - send emails from a different account/profile

    Hi nigelgomm I do cycle thru the accounts to match to a parameter in a control file. Also set oAccount object instead of applying from Outlook object call - but it makes no difference. I just shortened the code sample for the thread. Still, thank you all the same. All the best Karen
  6. KarenLloyd

    Outlook Automation - send emails from a different account/profile

    Hello Tek-Tips Gurus Please can anyone help me with Outlook automation - specifically with making use of a non-default secondary profile? I'm still using VFP6 (yes!) and have Outlook 2007 for dev/tests - will be 2010 when live. Initially my two accounts were set up in Outlook and I tried to...
  7. KarenLloyd

    Finding latitude / longitude from UK postcode (geocoding?)

    Hiya Just a quick note. I was looking at how to send latitude / longitude with job locations. There are lots of suggestions involving Google, Yahoo and other mapping services, including thread184-1708343 - but I came across this list today that gives the latitude and longitude for the first...
  8. KarenLloyd

    How best to check email from VFP6 without using Outlook?

    Hi I have already laid down the basics for what I need - but this download looks interesting and could well be useful as the number of emails increases. I came across this earlier, OUTLOOK AUTOMATION PART 3 http://www.foxite.com/articles/read.aspx?id=73&document=outlook-automation-part-3 -...
  9. KarenLloyd

    How best to check email from VFP6 without using Outlook?

    Hi Olaf I really must stop over-complicating things and trying the hard route first. I have decided to use Outlook after all, just to simplify and move this forward. I can set up rules in Oulook to filter certain messages into a sub-folder of the Inbox, where they can be processed from VFP...
  10. KarenLloyd

    How best to check email from VFP6 without using Outlook?

    Hi. Thanks, Olaf That link points to one of the pages that I have used for reference. I tried both the subclass and form methods but had an unknown object type error on the connect part... Anyway, I might be able to put Outlook on a form - I'll try that next to see whether it affects the login...
  11. KarenLloyd

    How best to check email from VFP6 without using Outlook?

    HI - Thank you for your additional input on this thread, Nigel, Dave and Olaf. I downloaded and registered winsock and then spent a few hours trying to work around "Class is not licensed for use" and the "Object class is invalid for this container". Then found I couldn't get any further as the...
  12. KarenLloyd

    How best to check email from VFP6 without using Outlook?

    Hi again Where can I find the winsock vcx, please? It isn't installed with my VFP6. Is there a version in the system folders - in a DLL perhaps - or is it something I can download? Thanks Karen
  13. KarenLloyd

    How best to check email from VFP6 without using Outlook?

    Hi Olaf The email account will be separate from the company email and will never be accessed with Outlook. It will only be used for receiving notifications from a third-party app to say that a form has been submitted to their app. I want to pick up each new email that comes into this account...
  14. KarenLloyd

    How best to check email from VFP6 without using Outlook?

    Thanks, Dave Then that's what I will try first. Cheers Karen
  15. KarenLloyd

    How best to check email from VFP6 without using Outlook?

    Hi there Gurus, Please can I seek your advice on yet another challenge? I need to monitor a web mail address from VFP6 without using Outlook automation. The email account has IMAP and POP3 settings, may be accessed using SSL or non-SSL and will be used for one purpose only, to receive...
  16. KarenLloyd

    VFP and SOAP for webservices - from a SOAP newbie

    Hi again, you wonderful people I just wanted to add something into here in case it helps anyone else. The SOAP messaging is working just fine via HTTP as suggested by Marco (mplaza). I will be dealing with XML data in VFP6 and I came across this today - How To Move Data from an XML Document...
  17. KarenLloyd

    VFP and SOAP for webservices - from a SOAP newbie

    Hi Marco. I do have access to SoapUI and an API guide with the actions and parameters I need. Your link to your http example has just given me the huge boost I needed to kick start this week. Thank you so very much. You are a superstar! Best wishes Karen
  18. KarenLloyd

    VFP and SOAP for webservices - from a SOAP newbie

    Hi Tamar Thanks for the additional information regarding later versions of VFP and web services. I would like to be able to look into VFP 9.0 when I can - but I don't think it is going to be possible as part of this project. Either way, I appreciate your input. Thank you Best wishes Karen
  19. KarenLloyd

    VFP and SOAP for webservices - from a SOAP newbie

    Hi Mike Thank you very much for providing so much extra information for me on the subject of VFP6/9, SOAP and XML. I have already done some work with XML, extracting some very simple XML anyway, I can build on this if I need to. I don't have access to VFP 9.0 at the moment either. I may be...
  20. KarenLloyd

    VFP and SOAP for webservices - from a SOAP newbie

    Hi Neil Thanks very much for your input and the extra link. Another thing I will run up against is some version snobbery, and comments such as "what year is that from?" I don't want to go into .NET if I don't have to. But this is becoming urgent and I don't feel even close to getting started...

Part and Inventory Search

Back
Top