Represents combined information about envelope (subject, from to, ...) and structure (attachments) of the email stored on the IAMP server. You can use GetMessageInfo(List<(Of <<'(Int64>)>>)) or GetMessageInfoByUID(List<(Of <<'(Int64>)>>)) methods to get MessageInfos for specified emails.

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

Syntax

C#
public class Envelope
Visual Basic
Public Class Envelope
Visual C++
public ref class Envelope

Inheritance Hierarchy

System..::..Object
  Limilabs.Client.IMAP..::..Envelope

See Also