OpenPop.NET POP3 Library Documentation

Message Class

This is the root of the email tree structure.
MessagePart for a description about the structure.

A Message (this class) contains the headers of an email message such as:

 - To
 - From
 - Subject
 - Content-Type
 - Message-ID
which are located in the Headers property.

Use the MessagePart property to find the actual content of the email message.

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

System.Object
   Message

public class Message

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.

Example

Examples are available on the project homepage.

Requirements

Namespace: OpenPop.Mime

Assembly: OpenPop (in OpenPop.dll)

See Also

Message Members | OpenPop.Mime Namespace