LumiSoft Mail Server User API
Remove Method (domain)
Namespaces > LumiSoft.MailServer.API.UserAPI > DomainCollection > Remove(Domain)
Deletes and removes specified domain from domain collection.
Syntax
C#Visual BasicManaged C++
public void Remove (
	Domain domain
)
Public Sub Remove ( _
	domain As Domain _
)
public:
void Remove (
	Domain^ domain
)
Parameters
domain (Domain)
Domain to delete.

Assembly: UserAPI Version: 1.0.0.0 (Module: UserAPI)