Search found 6 matches

by miguelth
Sat Jan 02, 2016 8:25 pm
Forum: MailEnable Standard Edition
Topic: [SOLVED] Webmail stopped working after update from 9.0 to 9.0.1
Replies: 2
Views: 7403

Re: Webmail stopped working after update from 9.0 to 9.0.1

Same issue here. c:\windows\system32\inetsrv> "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\vbc.exe" /t:library /utf8output /R:"C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\7ad99f37\91e7c802\assembly\dl3\9c03a90e\00050d4a_ad32cc01\log4net.dll" /R:"C:\Windows\Micros...
by miguelth
Thu Oct 15, 2015 1:17 pm
Forum: MailEnable Developers
Topic: API Guide documentation is obsolete
Replies: 2
Views: 11266

Re: API Guide documentation is obsolete

Ho, the .net guide is more newer than the API guide! I use MailEnable.Administration.dll, v1.0.5207.23894 If I check the class MailEnable.Administration.Directory and the function DirectoryEntry_GetProperty , I get a different method signature. public extern static int DirectoryEntry_GetProperty(ref...
by miguelth
Thu Oct 15, 2015 12:44 pm
Forum: MailEnable Developers
Topic: How to use POPRetriever FindFirstPOPRetreiver
Replies: 1
Views: 8549

Re: How to use POPRetriever FindFirstPOPRetreiver

var popRetriever = new POPRetriever() { LocalPostoffice = postOffice.Account, LocalMailbox = mailbox.MailboxName, APOP = -1, CheckEvery = -1, DownloadNewOnly = -1, LastUsed = -1, LeaveOnServer = -1, Port = -1, Status = -1 }; var returnValue = popRetriever.FindFirstPOPRetreiver(); while (returnValue ...
by miguelth
Wed Oct 14, 2015 6:48 pm
Forum: MailEnable Developers
Topic: How to use POPRetriever FindFirstPOPRetreiver
Replies: 1
Views: 8549

How to use POPRetriever FindFirstPOPRetreiver

Hello, I try to get the list of my POPRetriever under a Mailbox but I always get nothing. This is my code : public static void ListPop(Postoffice postOffice, Mailbox mailbox) { var popRetriever = new POPRetriever() { LocalPostoffice = postOffice.Account, LocalMailbox = mailbox.MailboxName }; var ret...
by miguelth
Wed Oct 14, 2015 2:18 pm
Forum: MailEnable Developers
Topic: API Guide documentation is obsolete
Replies: 2
Views: 11266

API Guide documentation is obsolete

Hello, I develop a software for migrate account from a server to another (internal company usage and specifications). I read the MailEnable API Guide (http://www.mailenable.com/developers/MailEnable%20API%20Guide.pdf) but its a old out of date document (25th May 2012). It's more than 3 years old. I ...