Search found 1 match

by SilverFox
Wed Dec 03, 2014 11:56 pm
Forum: MailEnable Developers
Topic: Remote connection .NET assembly
Replies: 9
Views: 62865

Re: Remote connection .NET assembly

Hi. I have also decided to write my own WCF in C#. For now I only needed 4 Methods: bool CreateMailbox(string postOffice, string mailbox, string password) This Works ok. bool DeleteMailbox(string postOffice, string mailbox) This Works ok. List<string> ListMailboxes(string postOffice) This Works ok. ...