Neokernel API

Message Class

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)

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

System.Object
   Props
      Message
         MIMEMessage

[Serializable]
public class Message : Props, IMessage

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: com.neokernel.email

Assembly: Neokernel (in Neokernel.exe)

See Also

Message Members | com.neokernel.email Namespace