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?
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?