remotely list mailbox folders and messages

Discussion for developers using MailEnable.
Post Reply
aktk
Posts: 2
Joined: Fri Sep 13, 2013 2:02 pm

remotely list mailbox folders and messages

Post by aktk »

Hi everyone!

I want to list mailbox folders and messages in them from remote .NET client (launched on another server) within private network. Whats the best way to do it, without using IMAP or POP3?

What programm interface should i use? One of solutions - is to launch WCF service on pc, where ME is installed, but how service should comunicate with mail server?

aktk
Posts: 2
Joined: Fri Sep 13, 2013 2:02 pm

Re: remotely list mailbox folders and messages

Post by aktk »

Is this forum always so active? :)

I`ve looked through all API documentation again - and didn't find how to retrieve messages list from ME server...

QuadRoM
Posts: 10
Joined: Thu Nov 29, 2012 2:10 am

Re: remotely list mailbox folders and messages

Post by QuadRoM »

You are looking for MailEnable Store.

.NET Programming Reference - http://www.mailenable.com/developers/NE ... erence.pdf
Store API Reference - http://www.mailenable.com/developers/St ... erence.pdf
There is an example at the end of this document

Post Reply