Import mails from customized e-mail client into Oultook interface

  • Thread starter Thread starter corcaci.lucian
  • Start date Start date
C

corcaci.lucian

The client has a customized e-mail client with a web interface.
It is required to import the e-mails and folder structure into Outlook 2013 interface in a separate tab, without connecting the e-mail account to Outlook (as usually connect an yahoo or gmail account).

The import will be made using methods from a web service which provides information like folder structure, From, To, Date etc. The service returns this in DataTable format.

How can I display the e-mails form the custom e-mail client into Outlook interface, using the information from the web service?
 
How can I display the e-mails form the custom e-mail client into Outlook
interface, using the information from the web service?

When you say "e-mail client", are you referring to a program installed on aPC that has itself a web interface? Web interfaces to mailboxes are not mail clients. If you use a web interface to a mailbox, you are directly accessing the server. No client involved.

The format you describe is not a format Outlook 2013 can import. Why can you not connect Outlook 2013 directly to the mailbox using one of the standard mail protocols like POP or IMAP?
 
Back
Top