DnsServerCollectionRemove Method
Removes the specified DnsServer object from the collection.

Namespace: MailBee.DnsMX
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public void Remove(
	DnsServer server
)

Parameters

server
Type: MailBee.DnsMXDnsServer
A reference to the DnsServer object to be removed.
See Also