DnsServerCollectionRemove Method
Removes the specified DnsServer object from the collection.

Namespace: MailBee.DnsMX
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public void Remove(
	DnsServer server
)

Parameters

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