SmtpServerCollectionRemove Method
Removes the specified SmtpServer object from the collection.

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

Parameters

server
Type: MailBee.SmtpMailSmtpServer
A reference to the SmtpServer object to be removed.
See Also