LumiSoft Mail Server User API
Envelope Property
Namespaces > LumiSoft.Net.IMAP.Client > IMAP_FetchItem > Envelope
Gets message IMAP ENVELOPE. This property is available only if IMAP_FetchItem_Flags.Envelope was specified, otherwise throws exception.
Syntax
C#Visual BasicManaged C++
public IMAP_Envelope Envelope { get; }
Public ReadOnly Property Envelope As IMAP_Envelope
public:
IMAP_Envelope^ Envelope {
	IMAP_Envelope^ get ();
}

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)