SmtpServerCollectionRemove Method |
Removes the specified
SmtpServer object from the collection.
Namespace: MailBee.SmtpMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public void Remove(
SmtpServer server
)
Public Sub Remove (
server As SmtpServer
)
Parameters
- server
- Type: MailBee.SmtpMailSmtpServer
A reference to the SmtpServer object to be removed.
See Also