Outlook Email handling

tularamtularam Member Posts: 97
Hello,
I have a user requirement for this I have to download attachment of Outlook to temporary file ad import that using XMLPort. Can anyone suggest me over this?
I have separate database in different servers, I have to synchronize item information between two servers. For this I am planning to use job queue on both database which will send the XML file form first server via mail and second server should handle the same incoming email and automatically import it into second server.
Is there any easier way instead? Please suggest

Comments

  • ravikantcravikantc Member Posts: 35
    Instead of Using the e-mail, why don't you use the NAS, Place the file inj one folder and read it using NAS or use can also use the Message queue even.
  • tularamtularam Member Posts: 97
    ravikantc wrote:
    Instead of Using the e-mail, why don't you use the NAS, Place the file inj one folder and read it using NAS or use can also use the Message queue even.

    Two servers are not in the Network. Is it possible to do this?? :)
    If possible can you provide me some reference???
  • vaprogvaprog Member Posts: 1,141
    Yes, that's what Microsoft Message Queuing is made for, and the Communication Component, that comes with NAS supports it.

    It's Microsoft's technology, so Microsoft has the info you need. I suggest you start here:

    Message Queuing Overview
Sign In or Register to comment.