LumiSoft Mail Server User API
Envelope Property
Namespaces > LumiSoft.Net.IMAP.Server > IMAP_eArgs_MessageItems > Envelope
Gets or sets IMAP ENVELOPE string. Fill this property only if IMAP_MessageItems_enum.Envelope flag is specified.
Syntax
C#Visual BasicManaged C++
public string Envelope { get; set; }
Public Property Envelope As String
public:
String^ Envelope {
	String^ get ();
	void set (String^ value);
}

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