Neokernel API

IMessageSender Interface

IMessageSender is an interface for those classes that support a sendMessage() method for sending an IMessage

For a list of all members of this type, see IMessageSender Members .

public interface IMessageSender

Types that implement IMessageSender

Type Description
ESMTPSender This class implements the ESMTP protocol for the client side. Given a socket, it will connect to a server which talks ESMTP/SMTP and send messages

Requirements

Namespace: com.neokernel.email

Assembly: Neokernel (in Neokernel.exe)

See Also

IMessageSender Members | com.neokernel.email Namespace