SmtpServerCollectionRemove Method
Removes the specified SmtpServer object from the collection.

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

Parameters

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