LumiSoft Mail Server User API
Envelope Property
Namespaces > LumiSoft.Net.IMAP > IMAP_BODY_Entity > Envelope
Gets content envelope. NOTE: This property is available only for message/xxx content type ! Yhis value can be also null if no ENVELOPE provided by server.
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)