Neokernel API

IMessage Interface

IMessage represents an abstract message containing a message body and an arbitrary number of headers.

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

public interface IMessage

Types that implement IMessage

Type Description
Message Message is an IMessage that represents an RFC822 compliant message. A Message is required to have at least the 'To' and 'From' headers (though these headers may be empty)
MIMEMessage MIMEMessage is an IMessage that represents a MIME compliant message as specified in RFCs 2045 - 2049. A MIME Message has some extra headers and a unique separator that gets inserted.

Requirements

Namespace: com.neokernel.email

Assembly: Neokernel (in Neokernel.exe)

See Also

IMessage Members | com.neokernel.email Namespace