Represents the envelope of the email stored on the IMAP server. Here you'll find informations like Subject, From and To addresses.

Namespace: Limilabs.Client.IMAP
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
public Envelope Envelope { get; private set; }
Visual Basic
Public Property Envelope As Envelope
	Get
	Private Set
Visual C++
public:
property Envelope^ Envelope {
	Envelope^ get ();
	private: void set (Envelope^ value);
}

See Also