ASP.net - Create postoffice with "Service Selection"

Discussion for developers using MailEnable.
Post Reply
timmah2
Posts: 3
Joined: Thu Mar 29, 2012 4:41 am

ASP.net - Create postoffice with "Service Selection"

Post by timmah2 »

On the postoffice properties there is a "Service Selection" tab.

In ASP.net am I able to configure these? I'd like to turn on and off IMAP connectivity.

I can't see any properties in the Postoffice class that would do it.

Dim oPostOffice As New MailEnable.Administration.Postoffice
oPostOffice.Account = domainName
oPostOffice.Host = ""
oPostOffice.Name = domainName
oPostOffice.Status = 1

Post Reply